input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "organisation": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Accept-Ranges": {"type": "string"}, "Connection": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}}, "required": ["Accept-Ranges", "Connection", "Content-Length", "Content-Type", "Date", "ETag", "Last-Modified", "Server", "Set-Cookie"]}, "status": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "organisation", "request-headers", "resource", "response-headers", "status", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataset" : "brownfield-land", "datetime" : "2020-06-27T00:19:16.571383", "elapsed" : "0.679", "organisation" : "local-authority-eng:SCE", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land data collector"}, "resource" : "826dcac57a4d16a35b9d95a8ca2323178cc5e158edda83b0f39908097cf1a7f9", "response-headers" : {"Accept-Ranges" : "bytes", "Connection" : "keep-alive", "Content-Length" : "24062", "Content-Type" : "application/octet-stream", "Date" : "Sat, 27 Jun 2020 00:19:17 GMT", "ETag" : "\"5ddcf8be-5dfe\"", "Last-Modified" : "Tue, 26 Nov 2019 10:04:46 GMT", "Server" : "nginx", "Set-Cookie" : "AWSALB=cZiCXE3Z0YFClSZc+W0LHtF55VLY6nTRdnReUl+9LyiIerWEhnZ0t5Xj2au+gsidOToRMbTBn1nyYZqUkUdevMl7GFIgf4Fzl3U+rcvO0M6TSGYZt/3EWhDJllX/; Expires=Sat, 04 Jul 2020 00:19:17 GMT; Path=/, AWSALBCORS=cZiCXE3Z0YFClSZc+W0LHtF55VLY6nTRdnReUl+9LyiIerWEhnZ0t5Xj2au+gsidOToRMbTBn1nyYZqUkUdevMl7GFIgf4Fzl3U+rcvO0M6TSGYZt/3EWhDJllX/; Expires=Sat, 04 Jul 2020 00:19:17 GMT; Path=/; SameSite=None; Secure"}, "status" : "200", "url" : "https://www.scarborough.gov.uk/sites/scarborough.gov.uk/files/files/scarborough_brownfieldregister_2019_nov.csv"}
json_instruct
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "organisation": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Accept-Ranges": {"type": "string"}, "Connection": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}}, "required": ["Accept-Ranges", "Connection", "Content-Length", "Content-Type", "Date", "ETag", "Last-Modified", "Server", "Set-Cookie"]}, "status": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "organisation", "request-headers", "resource", "response-headers", "status", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-r2p2-p8hv-j3x4", "modified" : "2022-05-01T06:37:23Z", "published" : "2022-05-01T06:37:23Z", "aliases" : ["CVE-2006-0097"], "details" : "Stack-based buffer overflow in the create_named_pipe function in libmysql.c in PHP 4.3.10 and 4.4.x before 4.4.3 for Windows allows attackers to execute arbitrary code via a long (1) arg_host or (2) arg_unix_socket argument, as demonstrated by a long named pipe variable in the host argument to the mysql_connect function.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-0097"}, {"type" : "WEB", "url" : "http://archives.neohapsis.com/archives/fulldisclosure/2006-01/0274.html"}, {"type" : "WEB", "url" : "http://lists.grok.org.uk/pipermail/full-disclosure/2006-January/041013.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/18275"}, {"type" : "WEB", "url" : "http://www.osvdb.org/22232"}, {"type" : "WEB", "url" : "http://www.php.net/ChangeLog-4.php#4.4.3"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/420986/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/16145"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2006/0046"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "AUTHOR": {"type": "string"}, "NAME": {"type": "string"}, "OWNER": {"type": "string"}, "ID": {"type": "string"}, "CREATED": {"type": "string"}, "REGION": {"type": "string"}, "VERIFICATION": {"type": "string"}, "MEMBER": {"type": "string"}, "MEMBER_DESC": {"type": "string"}, "FEATURES": {"type": "string"}, "ROLES": {"type": "string"}, "FOOTER": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "AUTHOR", "NAME", "OWNER", "ID", "CREATED", "REGION", "VERIFICATION", "MEMBER", "MEMBER_DESC", "FEATURES", "ROLES", "FOOTER"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Get information on the server.", "USAGE" : "server-info", "AUTHOR" : "{{NAME}}'s server info", "NAME" : "Server name:", "OWNER" : "Server owner:", "ID" : "Server ID:", "CREATED" : "Server created date:", "REGION" : "Server region:", "VERIFICATION" : "Verification level:", "MEMBER" : "Member count [{{NUM}}]:", "MEMBER_DESC" : "`{{ONLINE}} online, {{IDLE}} idle and {{DND}} DnD \n{{BOTS}} bots, {{HUMANS}} humans`", "FEATURES" : "Features:", "ROLES" : "Roles [{{NUM}}]:", "FOOTER" : "Requested by: {{USER}}"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "AUTHOR": {"type": "string"}, "NAME": {"type": "string"}, "OWNER": {"type": "string"}, "ID": {"type": "string"}, "CREATED": {"type": "string"}, "REGION": {"type": "string"}, "VERIFICATION": {"type": "string"}, "MEMBER": {"type": "string"}, "MEMBER_DESC": {"type": "string"}, "FEATURES": {"type": "string"}, "ROLES": {"type": "string"}, "FOOTER": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "AUTHOR", "NAME", "OWNER", "ID", "CREATED", "REGION", "VERIFICATION", "MEMBER", "MEMBER_DESC", "FEATURES", "ROLES", "FOOTER"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_agp2962n", "name" : "ElysiumCartography"}, "date" : {"day" : 1640908800, "full" : 1640952106, "month" : 1638316800, "week" : 1640476800}, "id" : "t3_rssggt", "picture" : {"filesize" : 198859, "fullUrl" : "https://preview.redd.it/7qj1vf0lbv881.jpg?auto=webp&s=171bc3c77e3c0eb76ce2b87657777a3a4760235b", "hash" : "3970331a55", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAIH/8QAIxAAAgIBAwMFAAAAAAAAAAAAAQIDEQAEEiExQVEiQnGBkf/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAHhEBAAECBwAAAAAAAAAAAAAAAQIAAxESEzFRYaH/2gAMAwEAAhEDEQA/AMtSFZY1eeV4lbg10vt84qN9IgKRQauZVNbi1fVAcYSOU7/QjBV4LEd74odQK8+cvTGJ0YsZgd3snEY/DjrcWEnNinVS5ztyDVigcb+tf//Z", "url" : "https://preview.redd.it/7qj1vf0lbv881.jpg?width=640&crop=smart&auto=webp&s=0f6ae9f26713fcfad70f52900bf98bcb14196046", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "isCurated" : false, "ratio" : 0.99, "ups" : 162, "value" : 162}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Fey Fairy Circle", "url" : "https://www.reddit.com/r/dndmaps/comments/rssggt/fey_fairy_circle_18x24/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Digital Camera Case Bag To Tailor For Olympus Em5 14-42mm,12-50mm,40-150mm Lens - Buy Em5 Digital Camera Bag,High Quality Camera Case Bag,Camera Case Bag Em5 Product on Alibaba.com", "fob price" : "US $8 - 8.2 / Piece Get Latest\nPrice", "minorder quantity" : "100 Piece/Pieces Professional", "payment terms" : "L/C,T/T,Western Union,MoneyGram,Paypal", "port" : "Shenzhen", "supply ability" : "100000 Piece/Pieces per Month Get Latest Price"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"70633": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70638": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70630": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70631": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70632": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70635": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70634": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70629": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70637": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["70633", "70638", "70630", "70631", "70632", "70635", "70634", "70629", "70637", "70636"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"70633" : {"nama" : "BATULAPPA", "dapil" : [73, 7302, 17307, 2730803]}, "70638" : {"nama" : "BULU ULAWENG", "dapil" : [73, 7302, 17307, 2730803]}, "70630" : {"nama" : "LATELLANG", "dapil" : [73, 7302, 17307, 2730803]}, "70631" : {"nama" : "MADANRENG PULU", "dapil" : [73, 7302, 17307, 2730803]}, "70632" : {"nama" : "MASAGO", "dapil" : [73, 7302, 17307, 2730803]}, "70635" : {"nama" : "MASSILA", "dapil" : [73, 7302, 17307, 2730803]}, "70634" : {"nama" : "PACCING", "dapil" : [73, 7302, 17307, 2730803]}, "70629" : {"nama" : "PATIMPENG", "dapil" : [73, 7302, 17307, 2730803]}, "70637" : {"nama" : "PATIONGI", "dapil" : [73, 7302, 17307, 2730803]}, "70636" : {"nama" : "TALABANGI", "dapil" : [73, 7302, 17307, 2730803]}}
json_instruct
{"type": "object", "properties": {"70633": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70638": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70630": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70631": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70632": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70635": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70634": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70629": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70637": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "70636": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["70633", "70638", "70630", "70631", "70632", "70635", "70634", "70629", "70637", "70636"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:24.579742", "required_by" : ["lazymp", "lazymp"], "requires" : [], "package" : "ppft"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "York County", "name_long" : "York County, VA", "fips" : "51199", "state_code_int" : 51, "state_code_postal" : "VA", "state_code_iso" : "US-VA", "county_code" : 199, "population" : 68280, "countrylevel_id" : "fips:51199", "census_data" : {"COUNTYNS" : "01480182", "AFFGEOID" : "0500000US51199", "LSAD" : "06", "ALAND" : 270917800, "AWATER" : 285551180}, "center_lat" : 37.24, "center_lon" : -76.56, "area_m2" : 556468980, "timezone" : "America/New_York"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-76.755, 37.354], [-76.742, 37.37], [-76.712, 37.365], [-76.674, 37.368], [-76.659, 37.38], [-76.65, 37.374], [-76.601, 37.314], [-76.57, 37.289], [-76.536, 37.271], [-76.516, 37.249], [-76.499, 37.241], [-76.504, 37.234], [-76.494, 37.225], [-76.472, 37.216], [-76.394, 37.225], [-76.39, 37.223], [-76.394, 37.214], [-76.396, 37.201], [-76.389, 37.194], [-76.391, 37.18], [-76.398, 37.164], [-76.413, 37.156], [-76.41, 37.125], [-76.406, 37.126], [-76.402, 37.119], [-76.396, 37.107], [-76.402, 37.104], [-76.4, 37.096], [-76.408, 37.092], [-76.425, 37.092], [-76.436, 37.095], [-76.445, 37.095], [-76.458, 37.101], [-76.461, 37.103], [-76.471, 37.114], [-76.506, 37.154], [-76.516, 37.178], [-76.526, 37.177], [-76.557, 37.211], [-76.565, 37.221], [-76.575, 37.213], [-76.592, 37.214], [-76.601, 37.238], [-76.633, 37.236], [-76.651, 37.239], [-76.662, 37.252], [-76.685, 37.27], [-76.682, 37.293], [-76.71, 37.277], [-76.728, 37.306], [-76.735, 37.332], [-76.753, 37.339], [-76.755, 37.354]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.875, 26.666666666666668], [127.875, 26.75], [128.0, 26.75], [128.0, 26.666666666666668], [127.875, 26.666666666666668]]]}, "properties" : {"code" : 402707, "url" : "http://madefor.github.io/0410/api/v1/402707.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/402707.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"coordinates" : [[[-95.01591390410472, 36.17181285105485], [-95.01305711854607, 36.51776343824717], [-95.00179730335888, 36.67849805897349], [-94.62107341010845, 36.67054287526585], [-94.6172571101314, 36.48941414390314], [-94.6074528330402, 36.47879037871212], [-94.55311360752412, 36.164525214199365], [-94.7979346801147, 36.171128934126244], [-95.01591390410472, 36.17181285105485]]], "type" : "Polygon"}, "properties" : {"FIPS" : "40041", "CNTY_FIPS" : "041", "STATE_FIPS" : "40", "STATE_NAME" : "Oklahoma", "NAME" : "Delaware"}, "type" : "Feature"}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "411527104201", "text" : "\u65b0\u91cc\u6751\u59d4\u4f1a"}, {"id" : "411527104202", "text" : "\u5b59\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411527104203", "text" : "\u738b\u89d2\u6751\u59d4\u4f1a"}, {"id" : "411527104204", "text" : "\u9648\u56f4\u5b5c\u6751\u59d4\u4f1a"}, {"id" : "411527104205", "text" : "\u8463\u7af9\u5143\u6751\u59d4\u4f1a"}, {"id" : "411527104206", "text" : "\u9ec4\u674e\u5be8\u6751\u59d4\u4f1a"}, {"id" : "411527104207", "text" : "\u6768\u96c6\u6751\u59d4\u4f1a"}, {"id" : "411527104208", "text" : "\u5f20\u5927\u8425\u6751\u59d4\u4f1a"}, {"id" : "411527104209", "text" : "\u82a6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411527104210", "text" : "\u5927\u8463\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411527104211", "text" : "\u4e91\u5761\u6751\u59d4\u4f1a"}, {"id" : "411527104212", "text" : "\u5b5f\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411527104213", "text" : "\u53cc\u5e99\u6751\u59d4\u4f1a"}, {"id" : "411527104214", "text" : "\u5468\u5c0f\u5e84\u6751\u59d4\u4f1a"}, {"id" : "411527104215", "text" : "\u6731\u5c0f\u96c6\u6751\u59d4\u4f1a"}, {"id" : "411527104216", "text" : "\u674e\u957f\u8425\u6751\u59d4\u4f1a"}, {"id" : "411527104217", "text" : "\u5f20\u5858\u5761\u6751\u59d4\u4f1a"}, {"id" : "411527104218", "text" : "\u5cb3\u56f4\u5b5c\u6751\u59d4\u4f1a"}, {"id" : "411527104219", "text" : "\u5b59\u9999\u535c\u6751\u59d4\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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["cors", "ejs", "express", "nodemon", "path", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "snake-version", "version" : "1.0.0", "description" : "implementa\u00e7\u00e3o de gameplay similar a um jogo da cobrinha (com elementos multiplayer) ao 'meu primeiro jogo multiplayer' do Filipe Deschamps", "main" : "src/server.js", "scripts" : {"dev" : "nodemon ./src/server.js", "start" : "node ./src/server.js"}, "author" : "Vinicius Vass\u00e3o", "license" : "ISC", "dependencies" : {"cors" : "^2.8.5", "ejs" : "^3.0.1", "express" : "^4.17.1", "nodemon" : "^2.0.1", "path" : "^0.12.7", "socket.io" : "^2.3.0"}, "devDependencies" : {"eslint" : "^6.7.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "nodemon": {"type": "string"}, "path": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["cors", "ejs", "express", "nodemon", "path", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$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"}, "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" : 404359981, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "71c8fdede50ca77e80cbc285eb4eea41", "wof:id" : 404359981, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.56722, 44.23083, 2.56722, 44.23083], "geometry" : {"coordinates" : [2.56722, 44.23083], "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 16435215, "name" : "Dragged Down into the Grave", "is_illegal" : false, "is_custom" : false, "text" : "Both players reveal their hands, each chooses 1 card from their opponent's hand, then you discard the chosen cards from both players' hands, then both players draw 1 card.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/16435215.jpg"], "type" : "Spell", "spell_type" : "Normal"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 132308, "UUID" : "31C025C5-F95A-4215-91AB-E0AA8C703D03", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 6, "UsageCost" : "free", "AddressInfo" : {"ID" : 132654, "Title" : "Holiday Inn Express Vaudreuil", "AddressLine1" : "33 boulevard cit\u00e9 des jeunes", "Town" : "Vaudreuil", "StateOrProvince" : "Qu\u00e9bec", "CountryID" : 44, "Latitude" : 45.412524346002, "Longitude" : -74.0296082817164, "DistanceUnit" : 0}, "Connections" : [{"ID" : 185189, "ConnectionTypeID" : 1, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 30, "Voltage" : 208, "PowerKW" : 6.6, "CurrentTypeID" : 10, "Quantity" : 5}], "NumberOfPoints" : 5, "GeneralComments" : "for the users of the holiday inn express", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-09-27T07:32:00Z", "DataQualityLevel" : 1, "DateCreated" : "2019-09-26T13:42:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"qunit": {"type": "string"}}, "required": ["qunit"]}}, "required": ["name", "main", "version", "repository", "authors", "description", "keywords", "license", "ignore", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mirage", "main" : "dist/mirage.js", "version" : "0.1.1", "repository" : {"type" : "git", "url" : "git://github.com/wsick/mirage"}, "authors" : ["BSick7 <brad.sickles@gmail.com>"], "description" : "XAML-inspired layout engine", "keywords" : ["mirage", "xaml"], "license" : "MIT", "ignore" : ["**/.*", "build", "node_modules", "bower_components", "stress", "test", "typings", "package.json", "Gruntfile.js"], "devDependencies" : {"qunit" : "~1.15.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"qunit": {"type": "string"}}, "required": ["qunit"]}}, "required": ["name", "main", "version", "repository", "authors", "description", "keywords", "license", "ignore", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 2230076, "d" : "76M", "md" : false}, {"c" : 2230077, "d" : "77M", "md" : false}, {"c" : 2230078, "d" : "78M", "md" : false}, {"c" : 2230079, "d" : "79M", "md" : false}, {"c" : 2230080, "d" : "80M", "md" : false}, {"c" : 2230081, "d" : "81M", "md" : false}, {"c" : 2230082, "d" : "82M", "md" : false}, {"c" : 2230083, "d" : "83M", "md" : false}, {"c" : 2230084, "d" : "84M", "md" : false}, {"c" : 2230085, "d" : "85M", "md" : false}, {"c" : 2230086, "d" : "86M", "md" : false}, {"c" : 2230087, "d" : "87M", "md" : false}, {"c" : 2230088, "d" : "88M", "md" : false}, {"c" : 2230089, "d" : "89M", "md" : false}, {"c" : 2230090, "d" : "90M", "md" : false}, {"c" : 2230091, "d" : "91M", "md" : false}, {"c" : 2230092, "d" : "92M", "md" : false}, {"c" : 2230093, "d" : "93M", "md" : false}, {"c" : 2232094, "d" : "94", "md" : false}, {"c" : 2232095, "d" : "95", "md" : false}, {"c" : 2232096, "d" : "96", "md" : false}, {"c" : 2232097, "d" : "97", "md" : false}, {"c" : 2232098, "d" : "98", "md" : false}, {"c" : 2232099, "d" : "99", "md" : false}, {"c" : 2232100, "d" : "100", "md" : false}, {"c" : 2232101, "d" : "101", "md" : false}, {"c" : 2232102, "d" : "102", "md" : false}, {"c" : 2232103, "d" : "103", "md" : false}, {"c" : 2232104, "d" : "104", "md" : false}, {"c" : 2232105, "d" : "105", "md" : false}, {"c" : 2232106, "d" : "106", "md" : false}, {"c" : 2232107, "d" : "107", "md" : false}, {"c" : 2232108, "d" : "108", "md" : false}, {"c" : 2232109, "d" : "109", "md" : false}, {"c" : 2232110, "d" : "110-112", "md" : false}, {"c" : 2232111, "d" : "111", "md" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}}, "required": ["obj"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"obj" : ["blake3_lib.o", "blake3_dispatch.o", "blake3_portable.o", "blake3_avx2_x86-64_unix.o", "blake3_avx512_x86-64_unix.o", "blake3_sse41_x86-64_unix.o"]}
json_instruct
{"type": "object", "properties": {"obj": {"type": "array", "items": {"type": "string"}}}, "required": ["obj"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"countries" : ["Denmark", "Sweden", "Georgia"], "topics" : [], "section_title" : "TIME AND PLACE OF THE NEXT SESSION, AND CLOSING OF THE SESSION", "enb_start_date" : "06-Jun-12", "enb_short_title" : "IPCC-35", "subtype" : "agenda", "actors" : [], "sentences" : ["In the closing plenary on Saturday, Sweden invited delegates to Stockholm for the WGI session to endorse the Group s contribution to the AR5, and to the subsequent IPCC-36 meeting which will take place from 23-26 September 2013.", "Georgia presented its offer to host IPCC-37 in October 2013 either in Tbilisi or in the coastal town of Batumi.", "Denmark expressed willingness to host IPCC-40 in October 2014.", "Francis Hayes, IPCC Conference Officer, who usually entertains delegates at the end of each IPCC meeting, performed the song Wild Thing.", "Chair Pachauri declared the meeting closed at 4:25 pm."], "enb_url" : "http://www.iisd.ca/vol12/enb12547e.html", "enb_long_title" : "Thirty-fifth Session of the Intergovernmental Panel on Climate Change (IPCC)", "type" : "ipcc", "id" : "enb12547e_39", "enb_end_date" : "09-Jun-12"}
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "composer": {"type": "string"}, "inlist": {"type": "boolean"}}, "required": ["name", "composer", "inlist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rondo Alla Turca2", "composer" : "Burgm\u00fcller2", "inlist" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "composer": {"type": "string"}, "inlist": {"type": "boolean"}}, "required": ["name", "composer", "inlist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"OasisEntityID": {"type": "string"}, "EthereumAddress": {"type": "string"}}, "required": ["OasisEntityID", "EthereumAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"OasisEntityID" : "PDIYugeaMOGWXwxUWHho+JayUKCAuI9QcMG03297SDU=", "EthereumAddress" : "0x42987dDF1F2141EEB47C0d454E8B4B2c90Dc6c80"}
json_instruct
{"type": "object", "properties": {"OasisEntityID": {"type": "string"}, "EthereumAddress": {"type": "string"}}, "required": ["OasisEntityID", "EthereumAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"answers" : ["evil", "five", "fixive", "fluxive", "leve", "levee", "level", "lieve", "live", "luvvie", "veil", "vele", "vell", "vexil", "vielle", "viff", "vile", "vill", "villi", "vive", "vlei"], "centerLetter" : "v", "letterString" : "vefilux", "outerLetters" : ["e", "f", "i", "l", "u", "x"], "pangrams" : ["fluxive"], "validLetters" : ["e", "f", "i", "l", "u", "v", "x"]}
json_instruct
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "null"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "1993.293", "actors" : [], "creation_date" : "20th century", "credit_line" : "Gift of Carole and Richard Darst", "cultures" : [], "dimensions" : "2 3/4 x 3 x 1 1/2 in. | 7.0 x 7.6 x 3.8 cm.", "dynasty" : null, "images" : [], "irn" : 1046, "materials" : null, "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "whistle"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "null"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$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"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@trivago/prettier-plugin-sort-imports": {"type": "string"}}, "required": ["@trivago/prettier-plugin-sort-imports"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "publishConfig", "author", "license", "keywords", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@hitsuki9/prettier-config", "version" : "1.1.0", "description" : "My personal Prettier config", "main" : "index.json", "publishConfig" : {"access" : "public"}, "author" : "Hitsuki9", "license" : "MIT", "keywords" : ["prettier", "config"], "dependencies" : {"@trivago/prettier-plugin-sort-imports" : "^2.0.4"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Hitsuki9/prettier-config.git"}, "bugs" : {"url" : "https://github.com/Hitsuki9/prettier-config/issues"}, "homepage" : "https://github.com/Hitsuki9/prettier-config#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"@trivago/prettier-plugin-sort-imports": {"type": "string"}}, "required": ["@trivago/prettier-plugin-sort-imports"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "publishConfig", "author", "license", "keywords", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"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" : 890458351, "type" : "Feature", "properties" : {"src:alt_label" : "unknown", "src:geom" : "unknown", "wof:geomhash" : "d9ec8248716b9d2b6cb4eccc7af17ac6", "wof:id" : 890458351, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-113.15188, 50.23335, -113.15188, 50.23335], "geometry" : {"coordinates" : [-113.15188, 50.23335], "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "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": {"gulp-svgmin": {"type": "string"}, "gulp": {"type": "string"}, "gulp-svgstore": {"type": "string"}, "gulp-svg-sprites": {"type": "string"}}, "required": ["gulp-svgmin", "gulp", "gulp-svgstore", "gulp-svg-sprites"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "diy-icons", "version" : "0.0.0", "description" : "DIY icon set", "main" : "index.js", "scripts" : {"test" : "tap test"}, "repository" : {"type" : "git", "url" : "git://github.com/diy/icons.git"}, "author" : "Derek Reynolds <drk@diy.org>", "license" : "ISC", "bugs" : {"url" : "https://github.com/diy/icons/issues"}, "homepage" : "https://github.com/diy/icons", "dependencies" : {"gulp-svgmin" : "^0.4.6", "gulp" : "^3.8.8", "gulp-svgstore" : "^1.0.1", "gulp-svg-sprites" : "^1.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "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": {"gulp-svgmin": {"type": "string"}, "gulp": {"type": "string"}, "gulp-svgstore": {"type": "string"}, "gulp-svg-sprites": {"type": "string"}}, "required": ["gulp-svgmin", "gulp", "gulp-svgstore", "gulp-svg-sprites"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["4\nOXXXOXOOXOOX\nOXOXOXOXOXOX\nXXXXXXXXXXXX\nOOOOOOOOOOOO\n", "2\nOOOOOOOOOOOO\nXXXXXXXXXXXX\n", "13\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\nXXXXXXXXXXXX\n"], "outputs" : ["3 1x12 2x6 4x3\n4 1x12 2x6 3x4 6x2\n6 1x12 2x6 3x4 4x3 6x2 12x1\n0\n", "0\n6 1x12 2x6 3x4 4x3 6x2 12x1\n", "6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n6 1x12 2x6 3x4 4x3 6x2 12x1\n"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "year": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "affiliation": {"type": "string"}}, "required": ["name", "affiliation"]}}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "url", "year", "authors", "peer-reviewed", "abstract", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Hayek Money: The Cryptocurrency Price Stability Solution", "url" : "http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2425270", "year" : 2014, "authors" : [{"name" : "Ferdinando M. Ametrano", "affiliation" : "Milan Bicocca University"}], "peer-reviewed" : false, "abstract" : "Bitcoin has enabled competition between digital cryptocurrencies and traditional legal tender fiat currencies. Despite rapidly increasing acceptance, so far the affirmation of cryptocurrency as better money has been thwarted by dramatic deflationary price instability. Successful at disposing of any central monetary authority using the Bitcoin protocol, the bitcoin currency has accidentally thrown away the flexibility of a fully automatic algorithmic non-discretionary monetary policy allowing for elastic supply of money. Price stability can be achieved by dynamically rebasing the outstanding amount of money: the number of currency units in every digital wallet is adjusted instead of each single unit changing its value. The apparent awkwardness of this unfamiliar paradigm is discussed at length, proving that its only real novelty is about fairness and effectiveness. Furthermore, suggestions are provided about how to ease the effect of contractionary monetary policy. The proposed monetary base adjustment has neutral impact on the overall wallet wealth, as it does not introduce any arbitrary distortion into the intrinsic value dynamics of the wallet. The adjustment is based on a commodity price index determined with a resilient consensus process that does not rely on central third party authorities. It is posited in this paper that a digital cryptocurrency adopting elastic monetary standard is Hayek Money, so named from the Nobel Prize-winning economist: possibly the best money ever devised, a good money standard providing stable prices for a new economic era.", "id" : "ametrano2014hayek"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "year": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "affiliation": {"type": "string"}}, "required": ["name", "affiliation"]}}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "url", "year", "authors", "peer-reviewed", "abstract", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Interpretable Nonlinear Dynamic Modeling of Neural Trajectories.", "fields" : ["phase portrait", "attractor", "extrapolation", "system dynamics", "finite volume method"], "abstract" : "A central challenge in neuroscience is understanding how neural system implements computation through its dynamics. We propose a nonlinear time series model aimed at characterizing interpretable dynamics from neural trajectories. Our model assumes low-dimensional continuous dynamics in a finite volume. It incorporates a prior assumption about globally contractional dynamics to avoid overly enthusiastic extrapolation outside of the support of observed trajectories. We show that our model can recover qualitative features of the phase portrait such as attractors, slow points, and bifurcations, while also producing reliable long-term future predictions in a variety of dynamical models and in real neural data.", "citation" : "Citations (4)", "departments" : ["Stony Brook University", "Stony Brook University"], "authors" : ["Yuan Zhao.....http://dblp.org/pers/hd/z/Zhao:Yuan", "Il Memming Park.....http://dblp.org/pers/hd/p/Park:Il_Memming"], "conf" : "nips", "year" : "2016", "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"number": {"type": "string"}, "issuedAt": {"type": "string"}, "period": {"type": "string"}, "status": {"type": "string"}, "sellerName": {"type": "string"}, "sellerAddress": {"type": "string"}, "sellerBan": {"type": "string"}, "buyerBan": {"type": "string"}, "currency": {"type": "string"}, "amount": {"type": "string"}, "details": {"type": "array", "items": {"type": "object", "properties": {"unitPrice": {"type": "string"}, "amount": {"type": "string"}, "quantity": {"type": "string"}, "rowNum": {"type": "string"}, "description": {"type": "string"}}, "required": ["unitPrice", "amount", "quantity", "rowNum", "description"]}}}, "required": ["number", "issuedAt", "period", "status", "sellerName", "sellerAddress", "sellerBan", "buyerBan", "currency", "amount", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "MH25570631", "issuedAt" : "2019-01-19 00:00:33", "period" : "10802", "status" : "\u5df2\u78ba\u8a8d", "sellerName" : "\u65f1\u6eaa\u591c\u5e02\u7ad9", "sellerAddress" : "", "sellerBan" : "72452657", "buyerBan" : "", "currency" : "", "amount" : "50", "details" : [{"unitPrice" : "50", "amount" : "50", "quantity" : "1", "rowNum" : "1", "description" : "\u505c\u8eca\u8cbb"}]}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "issuedAt": {"type": "string"}, "period": {"type": "string"}, "status": {"type": "string"}, "sellerName": {"type": "string"}, "sellerAddress": {"type": "string"}, "sellerBan": {"type": "string"}, "buyerBan": {"type": "string"}, "currency": {"type": "string"}, "amount": {"type": "string"}, "details": {"type": "array", "items": {"type": "object", "properties": {"unitPrice": {"type": "string"}, "amount": {"type": "string"}, "quantity": {"type": "string"}, "rowNum": {"type": "string"}, "description": {"type": "string"}}, "required": ["unitPrice", "amount", "quantity", "rowNum", "description"]}}}, "required": ["number", "issuedAt", "period", "status", "sellerName", "sellerAddress", "sellerBan", "buyerBan", "currency", "amount", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wool": {"type": "string"}, "particle": {"type": "string"}, "fluff": {"type": "string"}}, "required": ["wool", "particle", "fluff"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "furnish:block/rug", "textures" : {"wool" : "block/green_wool", "particle" : "block/green_wool", "fluff" : "furnish:block/green_rug"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"wool": {"type": "string"}, "particle": {"type": "string"}, "fluff": {"type": "string"}}, "required": ["wool", "particle", "fluff"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"L": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["L", "I", "T"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["LLL", "LIL", "TTT"], "key" : {"L" : {"tag" : "minecraft:logs"}, "I" : {"item" : "minecraft:iron_block"}, "T" : {"item" : "minecraft:terracotta"}}, "result" : {"item" : "rstoneworks:base_factory", "count" : 3}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"L": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "T": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["L", "I", "T"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$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"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "CWE-704", "name" : "Incorrect Type Conversion or Cast", "href" : "AIP/quality-standards/CWE/items/CWE-704", "url" : "https://cwe.mitre.org/data/definitions/704.html", "count" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Open": {"type": "number"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Close": {"type": "number"}, "Volume": {"type": "number"}}, "required": ["Date", "Open", "High", "Low", "Close", "Volume"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Date" : "11/19/2021", "Open" : 21.31, "High" : 21.8, "Low" : 21.02, "Close" : 21.47, "Volume" : 193324.0}, {"Date" : "11/18/2021", "Open" : 21.26, "High" : 22.28, "Low" : 21.01, "Close" : 21.32, "Volume" : 212138.0}, {"Date" : "11/17/2021", "Open" : 22.62, "High" : 23.07, "Low" : 21.21, "Close" : 21.42, "Volume" : 404406.0}, {"Date" : "11/16/2021", "Open" : 22.91, "High" : 23.09, "Low" : 22.47, "Close" : 22.57, "Volume" : 331070.0}, {"Date" : "11/15/2021", "Open" : 22.83, "High" : 23.21, "Low" : 22.74, "Close" : 22.91, "Volume" : 213109.0}, {"Date" : "11/12/2021", "Open" : 22.6, "High" : 23.1, "Low" : 22.19, "Close" : 22.94, "Volume" : 91107.0}, {"Date" : "11/11/2021", "Open" : 22.34, "High" : 22.73, "Low" : 22.0, "Close" : 22.52, "Volume" : 289325.0}, {"Date" : "11/10/2021", "Open" : 22.58, "High" : 22.82, "Low" : 21.92, "Close" : 22.46, "Volume" : 260291.0}, {"Date" : "11/09/2021", "Open" : 22.32, "High" : 22.82, "Low" : 22.16, "Close" : 22.46, "Volume" : 264856.0}, {"Date" : "11/08/2021", "Open" : 21.73, "High" : 22.65, "Low" : 21.16, "Close" : 22.55, "Volume" : 404370.0}, {"Date" : "11/05/2021", "Open" : 21.26, "High" : 21.84, "Low" : 20.96, "Close" : 21.55, "Volume" : 181443.0}, {"Date" : "11/04/2021", "Open" : 20.97, "High" : 21.63, "Low" : 20.85, "Close" : 21.43, "Volume" : 412149.0}, {"Date" : "11/03/2021", "Open" : 21.34, "High" : 21.49, "Low" : 20.47, "Close" : 21.0, "Volume" : 238626.0}, {"Date" : "11/02/2021", "Open" : 20.47, "High" : 21.95, "Low" : 20.45, "Close" : 21.34, "Volume" : 271318.0}, {"Date" : "11/01/2021", "Open" : 20.42, "High" : 20.65, "Low" : 20.16, "Close" : 20.5, "Volume" : 339483.0}, {"Date" : "10/29/2021", "Open" : 20.5, "High" : 20.82, "Low" : 19.95, "Close" : 20.63, "Volume" : 419327.0}, {"Date" : "10/28/2021", "Open" : 19.75, "High" : 21.45, "Low" : 19.75, "Close" : 20.74, "Volume" : 620637.0}, {"Date" : "10/27/2021", "Open" : 20.24, "High" : 20.79, "Low" : 19.75, "Close" : 19.91, "Volume" : 2054926.0}, {"Date" : "10/26/2021", "Open" : 21.61, "High" : 22.19, "Low" : 20.16, "Close" : 20.3, "Volume" : 943959.0}, {"Date" : "10/25/2021", "Open" : 19.92, "High" : 22.09, "Low" : 19.19, "Close" : 21.61, "Volume" : 937632.0}, {"Date" : "10/22/2021", "Open" : 19.81, "High" : 20.83, "Low" : 19.05, "Close" : 19.92, "Volume" : 2901117.0}, {"Date" : "10/21/2021", "Open" : 20.0, "High" : 20.98, "Low" : 19.53, "Close" : 19.81, "Volume" : 13258760.0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Open": {"type": "number"}, "High": {"type": "number"}, "Low": {"type": "number"}, "Close": {"type": "number"}, "Volume": {"type": "number"}}, "required": ["Date", "Open", "High", "Low", "Close", "Volume"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-sass": {"type": "string"}, "less": {"type": "string"}, "sass": {"type": "string"}}, "required": ["gulp", "gulp-sass", "less", "sass"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"gulp" : "^4.0.2", "gulp-sass" : "^5.1.0", "less" : "^4.1.2", "sass" : "^1.49.8"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-sass": {"type": "string"}, "less": {"type": "string"}, "sass": {"type": "string"}}, "required": ["gulp", "gulp-sass", "less", "sass"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Saint-P\u00e8re", "dpt" : "Ni\u00e8vre", "inscrits" : 907, "abs" : 183, "votants" : 724, "blancs" : 12, "nuls" : 11, "exp" : 701, "res" : [{"panneau" : "2", "voix" : 200}, {"panneau" : "3", "voix" : 141}, {"panneau" : "9", "voix" : 130}, {"panneau" : "11", "voix" : 129}, {"panneau" : "1", "voix" : 43}, {"panneau" : "4", "voix" : 24}, {"panneau" : "5", "voix" : 12}, {"panneau" : "8", "voix" : 11}, {"panneau" : "6", "voix" : 6}, {"panneau" : "10", "voix" : 3}, {"panneau" : "7", "voix" : 2}]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}}, "required": ["name", "license", "type", "description", "authors", "keywords", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rareloop/lumberjack", "license" : "MIT", "type" : "wordpress-theme", "description" : "Lumberjack WordPress starter theme", "authors" : [{"name" : "Adam Tomat", "email" : "adam.tomat@rareloop.com", "homepage" : "http://rareloop.com"}, {"name" : "Joe Lambert", "email" : "joe@rareloop.com", "homepage" : "http://rareloop.com"}], "keywords" : ["lumberjack", "composer", "wordpress", "wp", "theme", "timber", "twig", "mvc", "dry"], "require" : {"composer/installers" : "^1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}}, "required": ["name", "license", "type", "description", "authors", "keywords", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "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" : 101912299, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b2e400ecc03a168d3f65f74a23d876df", "wof:id" : 101912299, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-16.783343, 28.133514, -16.783343, 28.133514], "geometry" : {"coordinates" : [-16.783343, 28.133514], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[125.125, 40.25], [125.125, 40.333333333333336], [125.25, 40.333333333333336], [125.25, 40.25], [125.125, 40.25]]]}, "properties" : {"code" : 602531, "url" : "http://madefor.github.io/0410/api/v1/602531.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/602531.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"skyblock_id" : "REVENANT_VISCERA", "quantity" : "32", "item_name" : "Revenant viscera"}, {"skyblock_id" : "AIR", "quantity" : "0", "item_name" : "Air"}, {"skyblock_id" : "REVENANT_VISCERA", "quantity" : "32", "item_name" : "Revenant viscera"}, {"skyblock_id" : "BEHEADED_HORROR", "quantity" : "1", "item_name" : "Beheaded horror"}, {"skyblock_id" : "ENCHANTED_STRING", "quantity" : "32", "item_name" : "Enchanted string"}, {"skyblock_id" : "REVIVED_HEART", "quantity" : "1", "item_name" : "Revived heart"}, {"skyblock_id" : "REVENANT_VISCERA", "quantity" : "32", "item_name" : "Revenant viscera"}, {"skyblock_id" : "AIR", "quantity" : "0", "item_name" : "Air"}, {"skyblock_id" : "REVENANT_VISCERA", "quantity" : "32", "item_name" : "Revenant viscera"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_info" : {"project_number" : "825024567077", "project_id" : "tweeky-a8cd8", "storage_bucket" : "tweeky-a8cd8.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:825024567077:android:22b02a043964c229482ccc", "android_client_info" : {"package_name" : "com.frontend"}}, "oauth_client" : [{"client_id" : "825024567077-f64lpun67mu3s3j3fbl7lajd7doe2rit.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyBlI6WiAZxpAr76W7m5w4DY6ATNBBm1keg"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "825024567077-f64lpun67mu3s3j3fbl7lajd7doe2rit.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"}
json_instruct
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"192.168.178.1": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}, "6h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}}, "required": ["1h", "6h"]}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}, "6h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"192.168.178.1" : {"1h" : {"192.168.178.1" : 1.0, "fd00::ca0e:14ff:fe9e:62dd" : 1.0}, "6h" : {"192.168.178.1" : 1.0, "fd00::ca0e:14ff:fe9e:62dd" : 1.0}}, "fd00::ca0e:14ff:fe9e:62dd" : {"1h" : {"192.168.178.1" : 1.0, "fd00::ca0e:14ff:fe9e:62dd" : 1.0}, "6h" : {"192.168.178.1" : 1.0, "fd00::ca0e:14ff:fe9e:62dd" : 1.0}}}
json_instruct
{"type": "object", "properties": {"192.168.178.1": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}, "6h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}}, "required": ["1h", "6h"]}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}, "6h": {"type": "object", "properties": {"192.168.178.1": {"type": "number"}, "fd00::ca0e:14ff:fe9e:62dd": {"type": "number"}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.178.1", "fd00::ca0e:14ff:fe9e:62dd"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-55pj-wqw7-9gpq", "modified" : "2022-05-01T07:38:54Z", "published" : "2022-05-01T07:38:54Z", "aliases" : ["CVE-2006-6523"], "details" : "Cross-site scripting (XSS) vulnerability in mail/manage.html in BoxTrapper in cPanel 11 allows remote attackers to inject arbitrary web script or HTML via the account parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-6523"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/30788"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/23302"}, {"type" : "WEB", "url" : "http://securityreason.com/securityalert/2028"}, {"type" : "WEB", "url" : "http://www.aria-security.com/forum/showthread.php?t=67"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/453888/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/21497"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$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"}, "website": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "website", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Emil-Molt-Akademie", "id" : "BE-16655", "address" : "Kuhligkshofstr. 4, 12165 Berlin", "website" : "http://www.emil-molt-akademie.de", "email" : "info@emil-molt-akademie.de", "school_type" : "Fachschule", "legal_status" : 1, "fax" : "290455-62", "phone" : "290455-61", "director" : "Hr. Dr. Person, Hr. Hutzel", "full_time_school" : false, "profile" : {"teacher" : [], "students" : {}}, "programs" : {"working_groups" : [], "programs" : []}, "partner" : [], "state" : "BE", "lon" : 13.320524, "lat" : 52.455226}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "website", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"item.woodenshears:shears": {"type": "string"}, "item.woodenshears.oak_shears": {"type": "string"}, "item.woodenshears.acacia_shears": {"type": "string"}, "item.woodenshears.birch_shears": {"type": "string"}, "item.woodenshears.jungle_shears": {"type": "string"}, "item.woodenshears.spruce_shears": {"type": "string"}, "item.woodenshears.dark_oak_shears": {"type": "string"}, "item.woodenshears.charred_shears": {"type": "string"}}, "required": ["item.woodenshears:shears", "item.woodenshears.oak_shears", "item.woodenshears.acacia_shears", "item.woodenshears.birch_shears", "item.woodenshears.jungle_shears", "item.woodenshears.spruce_shears", "item.woodenshears.dark_oak_shears", "item.woodenshears.charred_shears"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"item.woodenshears:shears" : "Cisailles en bois", "item.woodenshears.oak_shears" : "Cisailles en bois de ch\u00eane", "item.woodenshears.acacia_shears" : "Cisailles en bois d'acacia", "item.woodenshears.birch_shears" : "Cisailles en bois de bouleau", "item.woodenshears.jungle_shears" : "Cisailles en bois d'acajou", "item.woodenshears.spruce_shears" : "Cisailles en bois de sapin", "item.woodenshears.dark_oak_shears" : "Cisailles en bois de ch\u00eane noir", "item.woodenshears.charred_shears" : "Cisailles carbonis\u00e9es"}
json_instruct
{"type": "object", "properties": {"item.woodenshears:shears": {"type": "string"}, "item.woodenshears.oak_shears": {"type": "string"}, "item.woodenshears.acacia_shears": {"type": "string"}, "item.woodenshears.birch_shears": {"type": "string"}, "item.woodenshears.jungle_shears": {"type": "string"}, "item.woodenshears.spruce_shears": {"type": "string"}, "item.woodenshears.dark_oak_shears": {"type": "string"}, "item.woodenshears.charred_shears": {"type": "string"}}, "required": ["item.woodenshears:shears", "item.woodenshears.oak_shears", "item.woodenshears.acacia_shears", "item.woodenshears.birch_shears", "item.woodenshears.jungle_shears", "item.woodenshears.spruce_shears", "item.woodenshears.dark_oak_shears", "item.woodenshears.charred_shears"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ACTION1": {"type": "object", "properties": {"type": {"type": "string"}, "args": {"type": "object", "properties": {"type": {"type": "string"}, "strict": {"type": "boolean"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "b": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["a", "b"]}}, "required": ["type", "strict", "properties"]}, "sanitize": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["a"]}}, "required": ["type", "properties"]}}, "required": ["type", "args", "sanitize"]}, "ACTION2": {"type": "object", "properties": {"type": {"type": "string"}, "args": {"type": "object", "properties": {"c": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["c"]}, "creator": {"type": "string"}}, "required": ["type", "args", "creator"]}}, "required": ["ACTION1", "ACTION2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ACTION1" : {"type" : "ACTION1", "args" : {"type" : "object", "strict" : true, "properties" : {"a" : {"type" : "number"}, "b" : {"type" : "boolean"}}}, "sanitize" : {"type" : "object", "properties" : {"a" : {"type" : "number"}}}}, "ACTION2" : {"type" : "ACTION2", "args" : {"c" : {"type" : "string"}}, "creator" : "createAction2"}}
json_instruct
{"type": "object", "properties": {"ACTION1": {"type": "object", "properties": {"type": {"type": "string"}, "args": {"type": "object", "properties": {"type": {"type": "string"}, "strict": {"type": "boolean"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "b": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["a", "b"]}}, "required": ["type", "strict", "properties"]}, "sanitize": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"a": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["a"]}}, "required": ["type", "properties"]}}, "required": ["type", "args", "sanitize"]}, "ACTION2": {"type": "object", "properties": {"type": {"type": "string"}, "args": {"type": "object", "properties": {"c": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["c"]}, "creator": {"type": "string"}}, "required": ["type", "args", "creator"]}}, "required": ["ACTION1", "ACTION2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "skipLibCheck": {"type": "boolean"}, "paths": {"type": "object", "properties": {"site/tests/*": {"type": "array", "items": {"type": "string"}}, "site/*": {"type": "array", "items": {"type": "string"}}, "@frontile/notifications": {"type": "array", "items": {"type": "string"}}, "@frontile/notifications/*": {"type": "array", "items": {"type": "string"}}, "*": {"type": "array", "items": {"type": "string"}}}, "required": ["site/tests/*", "site/*", "@frontile/notifications", "@frontile/notifications/*", "*"]}}, "required": ["baseUrl", "skipLibCheck", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "../tsconfig.base.json", "compilerOptions" : {"baseUrl" : ".", "skipLibCheck" : true, "paths" : {"site/tests/*" : ["tests/*"], "site/*" : ["app/*"], "@frontile/notifications" : ["../packages/notifications/addon"], "@frontile/notifications/*" : ["../packages/notifications/addon/*"], "*" : ["types/*"]}}, "include" : ["app/**/*", "tests/**/*", "types/**/*"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "skipLibCheck": {"type": "boolean"}, "paths": {"type": "object", "properties": {"site/tests/*": {"type": "array", "items": {"type": "string"}}, "site/*": {"type": "array", "items": {"type": "string"}}, "@frontile/notifications": {"type": "array", "items": {"type": "string"}}, "@frontile/notifications/*": {"type": "array", "items": {"type": "string"}}, "*": {"type": "array", "items": {"type": "string"}}}, "required": ["site/tests/*", "site/*", "@frontile/notifications", "@frontile/notifications/*", "*"]}}, "required": ["baseUrl", "skipLibCheck", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "shared": {"type": "string"}, "frameworks": {"type": "object", "properties": {"netstandard1.0": {"type": "object", "properties": {}, "required": []}}, "required": ["netstandard1.0"]}}, "required": ["version", "shared", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.2.0-*", "shared" : "*.cs", "frameworks" : {"netstandard1.0" : {}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "shared": {"type": "string"}, "frameworks": {"type": "object", "properties": {"netstandard1.0": {"type": "object", "properties": {}, "required": []}}, "required": ["netstandard1.0"]}}, "required": ["version", "shared", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "formatting": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}}, "required": ["start", "end", "type"]}}}, "required": ["type", "text", "formatting"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "text", "text" : "some bold and italic text", "formatting" : [{"start" : 5, "end" : 9, "type" : "bold"}, {"start" : 14, "end" : 20, "type" : "italic"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "formatting": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}}, "required": ["start", "end", "type"]}}}, "required": ["type", "text", "formatting"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"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" : "Bouquelon", "dpt" : "Eure", "inscrits" : 365, "abs" : 53, "votants" : 312, "blancs" : 0, "nuls" : 8, "exp" : 304, "res" : [{"panneau" : "2", "voix" : 110}, {"panneau" : "11", "voix" : 51}, {"panneau" : "3", "voix" : 49}, {"panneau" : "9", "voix" : 44}, {"panneau" : "1", "voix" : 22}, {"panneau" : "4", "voix" : 13}, {"panneau" : "8", "voix" : 6}, {"panneau" : "6", "voix" : 5}, {"panneau" : "5", "voix" : 4}, {"panneau" : "7", "voix" : 0}, {"panneau" : "10", "voix" : 0}]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cssnext": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-postcss": {"type": "string"}, "grunt-premailer": {"type": "string"}, "grunt-uncss": {"type": "string"}, "postcss-import": {"type": "string"}}, "required": ["cssnext", "grunt", "grunt-contrib-clean", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-jade", "grunt-contrib-watch", "grunt-postcss", "grunt-premailer", "grunt-uncss", "postcss-import"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grunt-email-boilerplate", "version" : "1.0.0", "description" : "", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/public-idees/grunt-email-boilerplate"}, "keywords" : ["grunt", "email", "kitmail", "newsletter", "boilerplate", "jade", "cssnext", "postcss"], "author" : "Jeremy Raffin @JeremyRaffin", "license" : "MIT", "bugs" : {"url" : "https://github.com/public-idees/grunt-email-boilerplate/issues"}, "homepage" : "https://github.com/public-idees/grunt-email-boilerplate", "devDependencies" : {"cssnext" : "^1.8.4", "grunt" : "^0.4.5", "grunt-contrib-clean" : "^0.6.0", "grunt-contrib-connect" : "^0.11.2", "grunt-contrib-copy" : "^0.8.2", "grunt-contrib-jade" : "^0.15.0", "grunt-contrib-watch" : "^0.6.1", "grunt-postcss" : "^0.7.0", "grunt-premailer" : "^0.2.13", "grunt-uncss" : "^0.4.4", "postcss-import" : "^7.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cssnext": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-postcss": {"type": "string"}, "grunt-premailer": {"type": "string"}, "grunt-uncss": {"type": "string"}, "postcss-import": {"type": "string"}}, "required": ["cssnext", "grunt", "grunt-contrib-clean", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-jade", "grunt-contrib-watch", "grunt-postcss", "grunt-premailer", "grunt-uncss", "postcss-import"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$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": {"test": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["test", "tsc"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"algorithmia": {"type": "string"}, "mongoose": {"type": "string"}, "telegraf": {"type": "string"}, "telegraf-inline-menu": {"type": "string"}, "telegraf-ratelimit": {"type": "string"}, "typescript": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["algorithmia", "mongoose", "telegraf", "telegraf-inline-menu", "telegraf-ratelimit", "typescript", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "selfie2anime", "version" : "0.1.0", "description" : "selfie2anime converter", "main" : "dist/anime.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "tsc" : "tsc -w ./src/anime.ts --skipLibCheck --outDir dist/"}, "author" : "", "license" : "ISC", "dependencies" : {"algorithmia" : "^0.3.10", "mongoose" : "^5.7.7", "telegraf" : "^3.33.0", "telegraf-inline-menu" : "^3.6.3", "telegraf-ratelimit" : "^2.0.0", "typescript" : "^3.6.4", "uuid" : "^3.3.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["test", "tsc"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"algorithmia": {"type": "string"}, "mongoose": {"type": "string"}, "telegraf": {"type": "string"}, "telegraf-inline-menu": {"type": "string"}, "telegraf-ratelimit": {"type": "string"}, "typescript": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["algorithmia", "mongoose", "telegraf", "telegraf-inline-menu", "telegraf-ratelimit", "typescript", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "axios": {"type": "string"}, "dotenv": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/jest", "@types/node", "axios", "dotenv", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "ts-jest", "ts-node"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aoc-2020", "version" : "1.0.0", "description" : "Advent of Code 2020", "main" : "-", "scripts" : {"test" : "jest"}, "keywords" : ["advent", "of", "code"], "author" : "mtjody", "license" : "MIT", "dependencies" : {"@types/jest" : "^26.0.15", "@types/node" : "^14.14.10", "axios" : "^0.21.0", "dotenv" : "^8.2.0", "eslint-config-prettier" : "^6.15.0", "eslint-plugin-prettier" : "^3.1.4", "prettier" : "^2.2.1", "ts-jest" : "^26.4.4", "ts-node" : "^9.0.0"}, "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^4.8.2", "@typescript-eslint/parser" : "^4.8.2", "eslint" : "^7.14.0", "typescript" : "^4.1.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"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "axios": {"type": "string"}, "dotenv": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/jest", "@types/node", "axios", "dotenv", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "ts-jest", "ts-node"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["add-collaborator", "assemble-cli", "clone-repos"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"PageHeading": {"type": "object", "properties": {"title": {"type": "object", "properties": {"research": {"type": "string"}, "team": {"type": "string"}, "results": {"type": "string"}, "education": {"type": "string"}, "faq": {"type": "string"}}, "required": ["research", "team", "results", "education", "faq"]}}, "required": ["title"]}}, "required": ["PageHeading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PageHeading" : {"title" : {"research" : "Research", "team" : "The Team", "results" : "Results", "education" : "Education", "faq" : "FAQ"}}}
json_instruct
{"type": "object", "properties": {"PageHeading": {"type": "object", "properties": {"title": {"type": "object", "properties": {"research": {"type": "string"}, "team": {"type": "string"}, "results": {"type": "string"}, "education": {"type": "string"}, "faq": {"type": "string"}}, "required": ["research", "team", "results", "education", "faq"]}}, "required": ["title"]}}, "required": ["PageHeading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "null"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"desc" : "Unicode and globalization support library", "desc_long" : null, "home" : "http://site.icu-project.org/", "license" : null, "maintainers" : [{"email" : "7c6f434c@mail.ru", "github" : "7c6f434c", "githubId" : 1891350, "name" : "Michael Raskin"}]}, "versions" : [{"commits" : [{"first" : "07efaaa722a8bf288a89e7a2047a4df643927c28", "last" : "024f518e65ffbe64f0f044b194ad15ec2e973788"}], "name" : "59.1"}]}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "null"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"aspectHTW": {"type": "number"}, "color": {"type": "array", "items": {"type": "integer"}}}, "required": ["aspectHTW", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aspectHTW" : 0.5063973063973064, "color" : [20, 36, 44]}
json_instruct
{"type": "object", "properties": {"aspectHTW": {"type": "number"}, "color": {"type": "array", "items": {"type": "integer"}}}, "required": ["aspectHTW", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 55, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "bobyqa_default", "black" : "optuna_random_clone_1", "traceback" : ["passing", "passing"], "best_val" : [25.852331266493973, 20.670962327936387], "best_x" : [[0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.4, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.011298994870347134, 0.02816242882734532, 0.2925239953062827, 0.30427246980158706, 0.6936257056276262, 0.5050538347617249, 0.9015320265281528, 0.4354184945298718, 0.5893665812178474, 0.512581746446054, 0.01032587142806185, 0.2991214629116429, 0.008327810566787108, 0.44041844665530383, 0.9127382848433278, 0.5202783423283535, 0.43809689435745347, 0.7798032673947366, 0.29973434905804164, 0.461776805864511, 0.04517382818474491, 0.2378007212295542, 0.15096817690038666, 0.7943821648571653, 0.4506540383124348, 0.7170265154919168, 0.17012565567276372, 0.7684433341059861, 0.26411790220811526, 0.4976893349486189, 0.6151770649386623, 0.25620521952052033, 0.10904822020588156, 0.3553553533806503, 0.10592363729509069, 0.00034166772137167456, 0.5480574129942916, 0.17668210400980966, 0.38559312816453195, 0.38387507118895514, 0.8610074155769442, 0.09385681887839947, 0.5094060221182175, 0.005729553333664539, 0.2875087413353731, 0.4138690519765449, 0.5690280298171623, 0.08451457338120916, 0.24720888255617735, 0.8607745435851424, 0.17447382556332758, 0.8940473681334233, 0.9173155902959851, 0.8139679579299782, 0.04196988647363442]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "optuna_random_cube_clone_1", "loser" : "bobyqa_default_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "codedungeon/phpunit-result-printer": {"type": "string"}}, "required": ["phpunit/phpunit", "codedungeon/phpunit-result-printer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Senki\\EmojiParade\\": {"type": "string"}}, "required": ["Senki\\EmojiParade\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "type", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "senki/emojiparade", "description" : "Returns SVG string (twemoji)", "keywords" : ["emoji", "twemoji", "svg", "unicode"], "license" : "MIT", "authors" : [{"name" : "Csaba Maulis", "email" : "csaba.maulis@gmail.com"}], "type" : "library", "require" : {"php" : ">=7.1"}, "require-dev" : {"phpunit/phpunit" : "7.2.6", "codedungeon/phpunit-result-printer" : "^0.19.10"}, "autoload" : {"psr-4" : {"Senki\\EmojiParade\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Tests\\" : "tests/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "codedungeon/phpunit-result-printer": {"type": "string"}}, "required": ["phpunit/phpunit", "codedungeon/phpunit-result-printer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Senki\\EmojiParade\\": {"type": "string"}}, "required": ["Senki\\EmojiParade\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "type", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\ud805\udcbb": {"type": "string"}, "\ud805\udcbc": {"type": "string"}, "\ud805\udcbe": {"type": "string"}}, "required": ["\ud805\udcbb", "\ud805\udcbc", "\ud805\udcbe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\ud805\udcbb" : "\ud805\udcb9\ud805\udcba", "\ud805\udcbc" : "\ud805\udcb9\ud805\udcb0", "\ud805\udcbe" : "\ud805\udcb9\ud805\udcbd"}
json_instruct
{"type": "object", "properties": {"\ud805\udcbb": {"type": "string"}, "\ud805\udcbc": {"type": "string"}, "\ud805\udcbe": {"type": "string"}}, "required": ["\ud805\udcbb", "\ud805\udcbc", "\ud805\udcbe"], "$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" : "3205230013", "district_id" : "3205230", "name" : "DANGDEUR"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "621026208200", "text" : "\u5317\u5e84\u5b50\u6751\u59d4\u4f1a"}, {"id" : "621026208201", "text" : "\u5ddd\u53e3\u5b50\u6751\u59d4\u4f1a"}, {"id" : "621026208202", "text" : "\u4e5d\u5c98\u6751\u59d4\u4f1a"}, {"id" : "621026208203", "text" : "\u9c81\u7532\u6751\u59d4\u4f1a"}, {"id" : "621026208204", "text" : "\u9a6c\u6d3c\u6751\u59d4\u4f1a"}, {"id" : "621026208205", "text" : "\u5de6\u5ddd\u6751\u59d4\u4f1a"}, {"id" : "621026208500", "text" : "\u4e5d\u5c98\u6797\u573a\u751f\u6d3b\u533a"}, {"id" : "621026208501", "text" : "\u6842\u82b1\u56ed\u6797\u573a\u751f\u6d3b\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "231223101200", "text" : "\u4e00\u6392\u4e94\u6751\u59d4\u4f1a"}, {"id" : "231223101201", "text" : "\u4e00\u6392\u516d\u6751\u59d4\u4f1a"}, {"id" : "231223101202", "text" : "\u4e8c\u6392\u56db\u6751\u59d4\u4f1a"}, {"id" : "231223101203", "text" : "\u4e8c\u6392\u4e94\u6751\u59d4\u4f1a"}, {"id" : "231223101204", "text" : "\u4e8c\u6392\u516d\u6751\u59d4\u4f1a"}, {"id" : "231223101205", "text" : "\u4e09\u6392\u4e94\u6751\u59d4\u4f1a"}, {"id" : "231223101206", "text" : "\u4e09\u6392\u516d\u6751\u59d4\u4f1a"}, {"id" : "231223101207", "text" : "\u4e09\u6392\u4e03\u6751\u59d4\u4f1a"}, {"id" : "231223101208", "text" : "\u56db\u6392\u4e94\u6751\u59d4\u4f1a"}, {"id" : "231223101209", "text" : "\u56db\u6392\u516d\u6751\u59d4\u4f1a"}, {"id" : "231223101210", "text" : "\u4e94\u6392\u4e94\u6751\u59d4\u4f1a"}, {"id" : "231223101211", "text" : "\u4e94\u6392\u516d\u6751\u59d4\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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Calaghusan, La Paz, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.la-paz.calaghusan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "43", "province_reference" : "43", "province_name" : "Leyte", "city_id" : "1478", "city_reference" : "877", "city_name" : "La Paz", "barangay_id" : "17561", "barangay_reference" : "22314", "barangay_name" : "Calaghusan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.88932, 10.93325], [124.890968, 10.93319], [124.894073, 10.93306], [124.896431, 10.92143], [124.898033, 10.91601], [124.898537, 10.91132], [124.899231, 10.90813], [124.900253, 10.90468], [124.898933, 10.89568], [124.897697, 10.89007], [124.878807, 10.88894], [124.876762, 10.90473], [124.87487, 10.92074], [124.876717, 10.92235], [124.87796, 10.92283], [124.878197, 10.92395], [124.881248, 10.9264], [124.883217, 10.92684], [124.885643, 10.92925], [124.886909, 10.93023], [124.887917, 10.93201], [124.88932, 10.93325]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1937, 16]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "2976165", "rx_recvCnt" : "420", "rx_gpsDate" : "110319", "rx_gpsTime" : "54209", "rx_lat" : 35.717256, "rx_long" : 140.143312, "rx_alt" : "10", "rx_temp" : "33.26", "rx_airP" : "99013", "rx_bSize" : "35", "tx_id" : "23", "tx_cnt" : "174", "payload" : 1, "tx_gpsTime" : "54200", "tx_lat" : 35.71698, "tx_long" : 140.140832, "tx_alt" : 19}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA": {"type": "string"}}, "required": ["15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HAUzifUqHrDB3RvUycMP+d8+3XsVydvrJgillJBC3We/CUj50zQ0aWyVzMJ/hpbghKB0KnbnXvPJtb8sPDx8Mo8=", "cert_user_id" : "rogen@zeroid.bit", "files" : {"data.json" : {"sha512" : "9fcb64e82b69fdef7a392d701791cd058dc122d0b89fa95b42965cfa1e01d64c", "size" : 336}}, "inner_path" : "data/users/15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA/content.json", "modified" : 1482198316.018, "signs" : {"15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA" : "GwnKJ0TIbG+emWdbs1xVbQuwHdd8KvlhMX0CPZDFajwOEk6C9Xyx8DphMLnTwZdqT4s8iwu06IXMkEE+ffCxrdI="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA": {"type": "string"}}, "required": ["15GSqsQtSpXshqzQ7caxSe9uQoFNSsfrkA"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Craft", "description" : "A collection of design plugins.", "url" : "https://www.invisionapp.com/craft/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1126023855, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "3b0603237542446952ab1066e6ca9efe", "wof:id" : 1126023855, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.24975, 48.15236, 6.24975, 48.15236], "geometry" : {"coordinates" : [6.24975, 48.15236], "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "userId": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "text", "userId", "created", "updated"]}}}, "required": ["id", "title", "created", "updated", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "60ee0f8d27d5df001cb8e32a", "title" : "follow back", "created" : 1626214290, "updated" : 1626214456, "lines" : [{"id" : "60ee0f8d27d5df001cb8e32a", "text" : "follow back", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214290, "updated" : 1626214290}, {"id" : "60ee0f921280f0000019304d", "text" : "[follower]\u3092[Follow]\u3059\u308b\u3053\u3068", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214290, "updated" : 1626214316}, {"id" : "60ee10291280f00000193052", "text" : "[\u30d5\u30a9\u30ed\u30d0]\u3068\u7565\u3055\u308c\u308b\u3053\u3068\u3082\u3042\u308b", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214442, "updated" : 1626214451}, {"id" : "60ee0f971280f0000019304e", "text" : "", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214295, "updated" : 1626214295}, {"id" : "60ee10331280f00000193053", "text" : "#\u30d5\u30a9\u30ed\u30fc\u30d0\u30c3\u30af", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214452, "updated" : 1626214456}, {"id" : "60ee10341280f00000193054", "text" : "", "userId" : "5ef2bdebb60650001e1280f0", "created" : 1626214452, "updated" : 1626214452}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}, "lines": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "userId": {"type": "string"}, "created": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "text", "userId", "created", "updated"]}}}, "required": ["id", "title", "created", "updated", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d88-10", "text" : "Z&M Municipal Building\nHew tmk fa New Twk\nMay 12, 1954\nMr. Rickard Bull\nStation WOI\nAm\u00abi< Im\ndebt mcks\nI have Just returned from two weeka training duty with the\nNary to find your unto of April B reacting to the ratatoc\nof tine ColambtoWe*t\u00a3hg.\nIn connection with item 2* toe topr**#i\u00a9\u00bb I wa* under war\ntoat ton motto* to have mo t\u00abft\u00a7i\u00abnl NA13 was to the Ooaorol\nAseomhly of toe i*rt* Italia, not toe UNESCO mooting.\nI air* not reacting to any other Homo because they are to\nobviously wot toe intent of tos\u00bb Board a* I recall it.\nWito all boot wishes, believe mo.\nCordially your*.\nS*vmour M. Stem!\nsn\u00bb /be\necs Ausmu#, Schooley\nSkornia, Hunter"}
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": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "priority": {"type": "integer"}, "action": {"type": "object", "properties": {"type": {"type": "string"}, "redirect": {"type": "object", "properties": {"regexSubstitution": {"type": "string"}}, "required": ["regexSubstitution"]}}, "required": ["type", "redirect"]}, "condition": {"type": "object", "properties": {"regexFilter": {"type": "string"}, "resourceTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["regexFilter", "resourceTypes"]}}, "required": ["id", "priority", "action", "condition"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "priority" : 1, "action" : {"type" : "redirect", "redirect" : {"regexSubstitution" : "https://go.limhenry.xyz/"}}, "condition" : {"regexFilter" : "^http://go/", "resourceTypes" : ["main_frame"]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "priority": {"type": "integer"}, "action": {"type": "object", "properties": {"type": {"type": "string"}, "redirect": {"type": "object", "properties": {"regexSubstitution": {"type": "string"}}, "required": ["regexSubstitution"]}}, "required": ["type", "redirect"]}, "condition": {"type": "object", "properties": {"regexFilter": {"type": "string"}, "resourceTypes": {"type": "array", "items": {"type": "string"}}}, "required": ["regexFilter", "resourceTypes"]}}, "required": ["id", "priority", "action", "condition"]}, "$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"}, "bin": {"type": "object", "properties": {"tap-summary": {"type": "string"}}, "required": ["tap-summary"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-escape": {"type": "string"}, "commander": {"type": "string"}, "figures": {"type": "string"}, "pretty-ms": {"type": "string"}, "tap-out": {"type": "string"}}, "required": ["ansi-escape", "commander", "figures", "pretty-ms", "tap-out"]}, "devDependencies": {"type": "object", "properties": {"concat-stream": {"type": "string"}, "eslint": {"type": "string"}, "tape": {"type": "string"}}, "required": ["concat-stream", "eslint", "tape"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tap-summary", "version" : "4.0.0", "description" : "Summarize TAP", "main" : "index.js", "bin" : {"tap-summary" : "bin/cmd.js"}, "scripts" : {"test" : "npm run lint && tape test/*.js | ./bin/cmd.js --no-progress", "lint" : "eslint index.js test/*.js bin/*.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/zoubin/tap-summary.git"}, "keywords" : ["TAP", "reporter"], "author" : "zoubin", "license" : "MIT", "bugs" : {"url" : "https://github.com/zoubin/tap-summary/issues"}, "homepage" : "https://github.com/zoubin/tap-summary#readme", "dependencies" : {"ansi-escape" : "^1.0.1", "commander" : "^2.9.0", "figures" : "^2.0.0", "pretty-ms" : "^3.0.0", "tap-out" : "^2.0.0"}, "devDependencies" : {"concat-stream" : "^1.5.1", "eslint" : "^4.0.0", "tape" : "^4.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"tap-summary": {"type": "string"}}, "required": ["tap-summary"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-escape": {"type": "string"}, "commander": {"type": "string"}, "figures": {"type": "string"}, "pretty-ms": {"type": "string"}, "tap-out": {"type": "string"}}, "required": ["ansi-escape", "commander", "figures", "pretty-ms", "tap-out"]}, "devDependencies": {"type": "object", "properties": {"concat-stream": {"type": "string"}, "eslint": {"type": "string"}, "tape": {"type": "string"}}, "required": ["concat-stream", "eslint", "tape"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"show": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "summary": {"type": "string"}, "poster": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "subtitle", "summary", "poster", "link"]}}, "required": ["show"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"show" : {"title" : "Belligerent and numerous.", "subtitle" : "I saw you with those two \"ladies of the evening\" at Elzars. Explain that. Who am I making this out to? Tell them I hate them. Hello Morbo, how's the family? Guards! Bring me the forms I need to fill out to have her taken away!", "summary" : "Kids don't turn rotten just from watching TV. You'll have all the Slurm you can drink when you're partying with Slurms McKenzie! It's just like the story of the grasshopper and the octopus. All year long, the grasshopper kept burying acorns for winter, while the octopus mooched off his girlfriend and watched TV. But then the winter came, and the grasshopper died, and the octopus ate all his acorns. Also he got a race car. Is any of this getting through to you?", "poster" : "assets/show.png", "link" : "http://link/to/show"}}
json_instruct
{"type": "object", "properties": {"show": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "summary": {"type": "string"}, "poster": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "subtitle", "summary", "poster", "link"]}}, "required": ["show"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schemas": {"type": "object", "properties": {"schemaFilename": {"type": "string"}, "goSchemaFilename": {"type": "string"}, "API": {"type": "array", "items": {"type": "string"}}, "Model": {"type": "array", "items": {"type": "string"}}}, "required": ["schemaFilename", "goSchemaFilename", "API", "Model"]}, "samples": {"type": "object", "properties": {"goSampleFilename": {"type": "string"}, "API": {"type": "array", "items": {"type": "string"}}, "Model": {"type": "array", "items": {"type": "string"}}}, "required": ["goSampleFilename", "API", "Model"]}}, "required": ["schemas", "samples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemas" : {"schemaFilename" : "container.json", "goSchemaFilename" : "schemas.go", "API" : ["initContract", "createAssetContainer", "replaceAssetContainer", "updateAssetContainer", "deleteAssetContainer", "deleteAssetStateHistoryContainer", "deletePropertiesFromAssetContainer", "deleteAllAssetsContainer", "readAssetContainer", "readAllAssetsContainer", "readAllRoutes", "readWorldState", "deleteWorldState", "readAssetStateHistoryContainer", "readRecentStates", "setLoggingLevel", "setCreateOnFirstUpdate"], "Model" : ["container"]}, "samples" : {"goSampleFilename" : "samples.go", "API" : ["createAssetContainer", "updateAssetContainer"], "Model" : ["container", "eventIOTContractPlatformInvokeResult"]}}
json_instruct
{"type": "object", "properties": {"schemas": {"type": "object", "properties": {"schemaFilename": {"type": "string"}, "goSchemaFilename": {"type": "string"}, "API": {"type": "array", "items": {"type": "string"}}, "Model": {"type": "array", "items": {"type": "string"}}}, "required": ["schemaFilename", "goSchemaFilename", "API", "Model"]}, "samples": {"type": "object", "properties": {"goSampleFilename": {"type": "string"}, "API": {"type": "array", "items": {"type": "string"}}, "Model": {"type": "array", "items": {"type": "string"}}}, "required": ["goSampleFilename", "API", "Model"]}}, "required": ["schemas", "samples"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.2"], "meta" : {"description" : "Django profiling dashboard for debugging CPU, memory and other resources usage in live servers", "homepage" : "https://github.com/kmike/django-profiling-dashboard", "license" : "MIT license"}, "versions" : {"0.1" : {"sha256" : "21d2dcfdb8b062e65ae80e7636af364e44996972f01a452dc1ab1ac7187bfc78", "url" : "https://files.pythonhosted.org/packages/4f/88/2f74514bd8cc0244240b518b0c3cc2f66fe250ab07c1f35975245c8e8d9f/django-profiling-dashboard-0.1.tar.gz"}, "0.2" : {"sha256" : "9e16718a3206dc34a0acf748e44b6494a36acefbce69c5a4c1d584feb8cc88a4", "url" : "https://files.pythonhosted.org/packages/d0/fd/f106788ddfdb5d14e9303d14642d49d7ab9d8dfcea322914989bf396c7ff/django-profiling-dashboard-0.2.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"701401f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["701401f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"701401f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/701401f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/701401f-a.jpg", "title" : "", "date" : "", "text" : "Light Street, north side, east from Merritt Avenue to Provost\nAvenue.\nMay 16, 1938.\nP. L. Sperr.\n", "folder" : "Light Street & Merritt Avenue, Bronx, NY", "height" : 402, "original_title" : "Bronx: Light Street - Merritt Avenue", "years" : [""]}}
json_instruct
{"type": "object", "properties": {"701401f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["701401f-a"], "$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"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5740", "article" : "Do you obey the rules in your school ? What do you think of your school rules ? Are you allowed to dye hair ? A lot of school rules are similar around the world , but some are different . Some students may enjoy more freedom in some countries . But freedom does n ' t mean \" no rules \" . Every school has its own rules . There are some rules in Japanese schools . The students are not allowed to dye their hair and are supposed to keep their hair black . They are not allowed to wear earrings either . Almost all schools used to require students to wear school uniforms but now half of the schools require uniforms . The students feel happy to wear all kinds of clothes . The students must get to school on time . If they are late , they can not get into the school because the school gate is closed . In Japan , students are not allowed to have part - time jobs . American schools have their own rules too . For example , at Morton High School , students are not allowed to choose their own clothes . They must get to school or leave school on time . Food , drinks or snacks should n ' t be taken into the classroom . They must wear sports shoes in PE class . They are supposed to keep quiet on the school bus . In America , the students can have part - time jobs in their free time . ( < < > > )", "questions" : "Which school rules have changed in some Japanese schools ?", "options" : {"model" : ["about uniforms .", "about students .", "about clothes ."], "human" : ["About wearing earrings .", "About part - time jobs .", "About uniforms ."]}, "answer" : {"model" : 0, "human" : 2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"secrets": {"type": "array", "items": {}}, "cpu": {"type": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "fqbn": {"type": "string"}, "href": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "package": {"type": "string"}, "com_name": {"type": "null"}, "unknown": {"type": "boolean"}}, "required": ["architecture", "category", "fqbn", "href", "id", "name", "package", "com_name", "unknown"]}}, "required": ["secrets", "cpu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secrets" : [], "cpu" : {"architecture" : "avr", "category" : "free", "fqbn" : "arduino:avr:uno", "href" : "/v3/boards/arduino:avr:uno", "id" : "uno", "name" : "Arduino/Genuino Uno", "package" : "arduino", "com_name" : null, "unknown" : false}}
json_instruct
{"type": "object", "properties": {"secrets": {"type": "array", "items": {}}, "cpu": {"type": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "fqbn": {"type": "string"}, "href": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "package": {"type": "string"}, "com_name": {"type": "null"}, "unknown": {"type": "boolean"}}, "required": ["architecture", "category", "fqbn", "href", "id", "name", "package", "com_name", "unknown"]}}, "required": ["secrets", "cpu"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_69s6qpkc", "name" : "A_Pev"}, "date" : {"day" : 1611446400, "full" : 1611516737, "month" : 1609459200, "week" : 1611446400}, "id" : "t3_l45wcm", "picture" : {"filesize" : 50061, "fullUrl" : "https://preview.redd.it/1x37rj941cd61.jpg?auto=webp&s=7ff68d737b98278cddb2248555e99b794127817b", "hash" : "b93c774b4b", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgQFB//EACIQAAICAgICAgMAAAAAAAAAAAEDAgQFEQASIjEHFCFhcf/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAECIRL/2gAMAwEAAhEDEQA/AJPylXyTMsqsr7Nq/ZhCSErBMCOx8eu9EjXs8dwGBdjMIoSgtGdUqb1vpyKpoJ/B763Enyl65ouZwOOyd6ncuI72aoIUwTlExEtb9H9Dg0aSUNe2PaTGzlOUpnfsk6/nIdamKjqWlh//2Q==", "url" : "https://preview.redd.it/1x37rj941cd61.jpg?width=640&crop=smart&auto=webp&s=dd21da95d087bd5efafd2a7055346663463cc4dd", "width" : 640}, "score" : {"comments" : 8, "downs" : 0, "ratio" : 1, "ups" : 50, "value" : 50}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "WIP urban/cyberpunk/sci-fi building. First time using foamcore, enjoying it so far.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/l45wcm/wip_urbancyberpunkscifi_building_first_time_using/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/controllerD"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "A Context-aware Time Model for Web Search.", "fields" : ["probability distribution", "computer science", "data mining", "web search engine", "information retrieval"], "abstract" : "In web search, information about times between user actions has been shown to be a good indicator of users' satisfaction with the search results. Existing work uses the mean values of the observed times, or fits probability distributions to the observed times. This implies a context-independence assumption that the time elapsed between a pair of user actions does not depend on the context, in which the first action takes place. We validate this assumption using logs of a commercial web search engine and discover that it does not always hold. For between 37% to 80% of query-result pairs, depending on the number of observations, the distributions of click dwell times have statistically significant differences in query sessions for which a given result (i) is the first item to be clicked and (ii) is not the first. To account for this context bias effect, we propose a context-aware time model (CATM). The CATM allows us (i) to predict times between user actions in contexts, in which these actions were not observed, and (ii) to compute context-independent estimates of the times by predicting them in predefined contexts. Our experimental results show that the CATM provides better means than existing methods to predict and interpret times between user actions.", "citation" : "Citations (20)", "departments" : ["University of Amsterdam", "University of Amsterdam", "University of Amsterdam", "Yandex"], "authors" : ["Alexey Borisov.....http://dblp.org/pers/hd/b/Borisov:Alexey", "Ilya Markov.....http://dblp.org/pers/hd/m/Markov:Ilya", "Maarten de Rijke.....http://dblp.org/pers/hd/r/Rijke:Maarten_de", "Pavel Serdyukov.....http://dblp.org/pers/hd/s/Serdyukov:Pavel"], "conf" : "sigir", "year" : "2016", "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "2001", "provinceId" : "16", "regencyId" : "10", "districtId" : "14", "name" : "Ibul Dalam"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://bbs.byr.cn/article/Talking/6229819", "title" : "\u59dc\u5b50\u7259\u662f\u771f\u7684\u70c2\u7247", "count" : 47}, {"url" : "https://bbs.byr.cn/article/Swim/128522", "title" : "\u3010\u95ee\u9898\u3011\u6e38\u6cf3\u9986\u5f00\u653e\u662f\u4e0d\u662f\u8be5\u63d0\u4e0a\u65e5\u7a0b\u4e86\uff1f", "count" : 18}, {"url" : "https://bbs.byr.cn/article/Friends/1972270", "title" : "\u5f81\u53cb\u8fa3~", "count" : 18}, {"url" : "https://bbs.byr.cn/article/Constellations/326533", "title" : "\u3010\u8f6c\u3011\u8d85\u795e\u51c6\uff01\u661f\u5ea7\u5c0f\u738b\u5b50\u72ec\u521b\u7684\u65b0\u578b\u5360\u535c\u3001\u4f86\u4e00\u8d77\u8a66\u73a9\u4e00\u4e0b\uff01", "count" : 17}, {"url" : "https://bbs.byr.cn/article/Feeling/3156608", "title" : "\u600e\u4e48\u6837\u624d\u80fd\u907f\u514d\u8bf4\u8bdd\u592a\u6e23\u7537\u554a", "count" : 14}, {"url" : "https://bbs.byr.cn/article/Gymnasium/117516", "title" : "\u5065\u8eab\u623f\u6269\u6210100\u4eba\u4e86", "count" : 14}, {"url" : "https://bbs.byr.cn/article/AimGraduate/1197295", "title" : "\u5ea7\u4f4d\u9884\u7ea6\u7cfb\u7edf\u610f\u89c1", "count" : 13}, {"url" : "https://bbs.byr.cn/article/Job/2103628", "title" : "\u3010\u8ba8\u8bba\u3011oppo\u82af\u7247\u5f00\u53d1\u600e\u4e48\u6837", "count" : 13}, {"url" : "https://bbs.byr.cn/article/StudyShare/198429", "title" : "php\u600e\u4e48\u5b66", "count" : 11}, {"url" : "https://bbs.byr.cn/article/Picture/3267129", "title" : "\u5bf9\u56fe\u4e66\u9986\u56de\u590d\u7684\u4e00\u4e9b\u770b\u6cd5", "count" : 10}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"params" : [-0.25021177895722974, -0.00012198401489031593, 0.008436734527614415, 0.0009530378396126518, 0.0050013524296833615, -0.00011246074091503113, -9.903753523931557e-06, -0.010213182448693195, 0.002475909091038948, -0.00046978690547523313, 0.0014525633894114408, 0.0004160855955678272, 0.0013548312621861403, 0.007818982779535305, -3.553965416254395e-05, 0.0005404125008114677, 0.0005518650470559434, 0.003979427949756894, 0.0017193100681552529, 0.0034034240534695447, -0.0006414302050401668, 0.006120481949780827, 0.001881120622261685, -0.002200869503323018, 0.0018096513631269315, 2.5088661775143126e-05, 3.9490169728569784e-05, -1.1522653557450315e-05, 1.0820930630377117e-06, 0.00607968725315146, -0.0011665453007117371, 0.0029403976701913837, -3.459594319794688e-05, -0.0021481667109318585, 0.0008096949853224343, 0.0045156603098512925, 0.0043720198874716695, -0.0014078225977708907, -0.0015159219024357378, -0.0003654321893581823, 0.0011013004996541281, 1.1690030216347228e-05, -0.0050763519135032555, -3.797602161534578e-06, -0.0005744927695117345, 0.002193757721489174, -0.001746613035608336, 0.0006628709095166021, -0.0011318589357609534, 0.000986758478250845, 0.0007624608314382719, -0.001783390373262282], "infidelity" : 0.002461988333439913, "energy_expval" : -1.4308482826586935, "energy_error" : 0.004536661304460399, "optimizer_success" : true, "optimizer_nfev" : 1061}
json_instruct
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"underlined_newstitle": {"type": "string"}, "newstitle": {"type": "string"}, "subtitle": {"type": "string"}, "description": {"type": "string"}, "related_sabdircursos": {"type": "array", "items": {"type": "string"}}}, "required": ["underlined_newstitle", "newstitle", "subtitle", "description", "related_sabdircursos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"underlined_newstitle" : "breve_reflexao_sobre_as_questoes_imobiliarias_em_duas_recentes_acusacoes_do_mpf_contra_lula_parte_vii", "newstitle" : "Breve Reflex\u00e3o sobre as Quest\u00f5es Imobili\u00e1rias em Duas Recentes Acusa\u00e7\u00f5es do Minist\u00e9rio P\u00fablico Federal contra o ex-Presidente Lula (Parte 7 de 7)", "subtitle" : "Independentemente de poss\u00edveis crimes que o ex-presidente Lu\u00eds In\u00e1cio Lula da Silva possa ter cometido, \u00e9 necess\u00e1rio refletir sobre as quest\u00f5es imobili\u00e1rias que foram postas pela acusa\u00e7\u00e3o.", "description" : "Neste s\u00e9timo artigo em continuidade, faremos nossa conclus\u00e3o, que aponta n\u00e3o s\u00f3 a uma injusti\u00e7a contra o ex-presidente na quest\u00e3o dos dois im\u00f3veis (o triplex e o apartamento vizinho [nada mais aqui analisamos, apenas estes dois]), mas tamb\u00e9m a um ataque perigos\u00edssimo contra a Seguran\u00e7a Jur\u00eddica -- o pilar mais sagrado e sacrossanto (se nos permitem a for\u00e7a de express\u00e3o) -- que pode existir para as defesas de todos e para a busca \u00e0 Justi\u00e7a -- por mais abstrata e inalcan\u00e7\u00e1vel que esta seja --, dentro do Estado Democr\u00e1tico de Direito.", "related_sabdircursos" : ["2014-05-12", "2009-04-27"]}
json_instruct
{"type": "object", "properties": {"underlined_newstitle": {"type": "string"}, "newstitle": {"type": "string"}, "subtitle": {"type": "string"}, "description": {"type": "string"}, "related_sabdircursos": {"type": "array", "items": {"type": "string"}}}, "required": ["underlined_newstitle", "newstitle", "subtitle", "description", "related_sabdircursos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Polygon", "coordinates" : [[[-70.48880753750615, -23.780199727400767], [-70.51367964678269, -23.759644674941924], [-70.47168670022451, -23.71896017814794], [-70.44696265820481, -23.746031272271118], [-70.48880753750615, -23.780199727400767]]]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}}, "required": ["granuleName"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20160104T014339_20160104T014407_009338_00D7FE_7ACE"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-118.8112, 42.2768], [-118.3756, 40.6006], [-115.3956, 40.9958], [-115.75, 42.6714], [-118.8112, 42.2768]]]}}, {"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20160104T014405_20160104T014432_009338_00D7FE_517D"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-119.2108, 43.7662], [-118.7781, 42.148], [-115.7231, 42.5427], [-116.071, 44.1607], [-119.2108, 43.7662]]]}}, {"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20160104T014430_20160104T014456_009338_00D7FE_9418"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-119.6243, 45.2545], [-119.1787, 43.6372], [-116.0448, 44.0319], [-116.399, 45.6494], [-119.6243, 45.2545]]]}}, {"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20160104T014454_20160104T014521_009338_00D7FE_F01B"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-120.0718, 46.7389], [-119.6111, 45.1228], [-116.3837, 45.5194], [-116.7455, 47.1361], [-120.0718, 46.7389]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}}, "required": ["granuleName"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/0/09/Boosted_Feedback.png/revision/latest?cb=20210808151943", "sha1" : "a0f09595812fed041050d5b5db02fe16b33f6c67"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 4685, "hash" : 4171765765, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "mappingHash" : 0, "isGlobal" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "mappingHash": {"type": "integer"}, "isGlobal": {"type": "boolean"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "mappingHash", "isGlobal"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}}, "required": ["rollup"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"build" : "rollup -c"}, "devDependencies" : {"rollup" : "latest"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}}, "required": ["rollup"]}}, "required": ["scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"FeeDetails": {"type": "object", "properties": {"inclusionFee": {"type": "string"}}, "required": ["inclusionFee"]}, "InclusionFee": {"type": "object", "properties": {"baseFee": {"type": "string"}, "lenFee": {"type": "string"}, "adjustedWeightFee": {"type": "string"}}, "required": ["baseFee", "lenFee", "adjustedWeightFee"]}, "RuntimeDispatchInfo": {"type": "object", "properties": {"weight": {"type": "string"}, "class": {"type": "string"}, "partialFee": {"type": "string"}}, "required": ["weight", "class", "partialFee"]}}, "required": ["FeeDetails", "InclusionFee", "RuntimeDispatchInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FeeDetails" : {"inclusionFee" : "Option<InclusionFee>"}, "InclusionFee" : {"baseFee" : "Balance", "lenFee" : "Balance", "adjustedWeightFee" : "Balance"}, "RuntimeDispatchInfo" : {"weight" : "Weight", "class" : "DispatchClass", "partialFee" : "Balance"}}
json_instruct
{"type": "object", "properties": {"FeeDetails": {"type": "object", "properties": {"inclusionFee": {"type": "string"}}, "required": ["inclusionFee"]}, "InclusionFee": {"type": "object", "properties": {"baseFee": {"type": "string"}, "lenFee": {"type": "string"}, "adjustedWeightFee": {"type": "string"}}, "required": ["baseFee", "lenFee", "adjustedWeightFee"]}, "RuntimeDispatchInfo": {"type": "object", "properties": {"weight": {"type": "string"}, "class": {"type": "string"}, "partialFee": {"type": "string"}}, "required": ["weight", "class", "partialFee"]}}, "required": ["FeeDetails", "InclusionFee", "RuntimeDispatchInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"receptivity": {"type": "object", "properties": {"1513184158490": {"type": "integer"}}, "required": ["1513184158490"]}, "motionType": {"type": "object", "properties": {}, "required": []}, "location": {"type": "object", "properties": {"1513184158490": {"type": "object", "properties": {"lat": {"type": "number"}, "long": {"type": "number"}}, "required": ["lat", "long"]}}, "required": ["1513184158490"]}, "gsr": {"type": "object", "properties": {}, "required": []}, "rrInterval": {"type": "object", "properties": {}, "required": []}, "phoneId": {"type": "string"}, "skinTemperature": {"type": "object", "properties": {}, "required": []}, "heartRates": {"type": "object", "properties": {}, "required": []}}, "required": ["receptivity", "motionType", "location", "gsr", "rrInterval", "phoneId", "skinTemperature", "heartRates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"receptivity" : {"1513184158490" : 1}, "motionType" : {}, "location" : {"1513184158490" : {"lat" : 48.150696481162335, "long" : 11.5742990951567}}, "gsr" : {}, "rrInterval" : {}, "phoneId" : "5a2bf8c8b07e944d86d47ce7", "skinTemperature" : {}, "heartRates" : {}}
json_instruct
{"type": "object", "properties": {"receptivity": {"type": "object", "properties": {"1513184158490": {"type": "integer"}}, "required": ["1513184158490"]}, "motionType": {"type": "object", "properties": {}, "required": []}, "location": {"type": "object", "properties": {"1513184158490": {"type": "object", "properties": {"lat": {"type": "number"}, "long": {"type": "number"}}, "required": ["lat", "long"]}}, "required": ["1513184158490"]}, "gsr": {"type": "object", "properties": {}, "required": []}, "rrInterval": {"type": "object", "properties": {}, "required": []}, "phoneId": {"type": "string"}, "skinTemperature": {"type": "object", "properties": {}, "required": []}, "heartRates": {"type": "object", "properties": {}, "required": []}}, "required": ["receptivity", "motionType", "location", "gsr", "rrInterval", "phoneId", "skinTemperature", "heartRates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"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": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mw\\JsonMapping\\": {"type": "string"}}, "required": ["Mw\\JsonMapping\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mw\\JsonMapping\\Tests\\": {"type": "string"}}, "required": ["Mw\\JsonMapping\\Tests\\"]}}, "required": ["files", "psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "doctrine/orm": {"type": "string"}}, "required": ["phpunit/phpunit", "doctrine/orm"]}, "suggest": {"type": "object", "properties": {"doctrine/orm": {"type": "string"}}, "required": ["doctrine/orm"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "autoload-dev", "require-dev", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mittwald/jsonmapping", "description" : "Library for mapping PHP objects to JSON structures", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Martin Helmich", "email" : "m.helmich@mittwald.de"}, {"name" : "Sebastian Gieselmann", "email" : "s.gieselmann@mittwald.de"}], "require" : {"php" : ">=5.6"}, "autoload" : {"psr-4" : {"Mw\\JsonMapping\\" : "src"}}, "autoload-dev" : {"files" : ["vendor/phpunit/phpunit/src/Framework/Assert/Functions.php"], "psr-4" : {"Mw\\JsonMapping\\Tests\\" : "tests"}}, "require-dev" : {"phpunit/phpunit" : "^5.2", "doctrine/orm" : "^2.5"}, "suggest" : {"doctrine/orm" : "Used for the Mw\\JsonMapping\\Doctrine\\CollectionMapping mapping"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"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": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mw\\JsonMapping\\": {"type": "string"}}, "required": ["Mw\\JsonMapping\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mw\\JsonMapping\\Tests\\": {"type": "string"}}, "required": ["Mw\\JsonMapping\\Tests\\"]}}, "required": ["files", "psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "doctrine/orm": {"type": "string"}}, "required": ["phpunit/phpunit", "doctrine/orm"]}, "suggest": {"type": "object", "properties": {"doctrine/orm": {"type": "string"}}, "required": ["doctrine/orm"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "autoload-dev", "require-dev", "suggest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"lint": {"type": "object", "properties": {"executor": {"type": "string"}, "options": {"type": "object", "properties": {"lintFilePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["lintFilePatterns"]}}, "required": ["executor", "options"]}, "test": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"jestConfig": {"type": "string"}, "passWithNoTests": {"type": "boolean"}}, "required": ["jestConfig", "passWithNoTests"]}}, "required": ["executor", "outputs", "options"]}, "build": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"outputPath": {"type": "string"}, "tsConfig": {"type": "string"}, "packageJson": {"type": "string"}, "main": {"type": "string"}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": ["outputPath", "tsConfig", "packageJson", "main", "assets"]}}, "required": ["executor", "outputs", "options"]}}, "required": ["lint", "test", "build"]}, "tags": {"type": "array", "items": {}}}, "required": ["root", "sourceRoot", "projectType", "targets", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"root" : "libs/vscode/configuration", "sourceRoot" : "libs/vscode/configuration/src", "projectType" : "library", "targets" : {"lint" : {"executor" : "@nrwl/linter:eslint", "options" : {"lintFilePatterns" : ["libs/vscode/configuration/**/*.ts"]}}, "test" : {"executor" : "@nrwl/jest:jest", "outputs" : ["coverage/libs/vscode/configuration"], "options" : {"jestConfig" : "libs/vscode/configuration/jest.config.js", "passWithNoTests" : true}}, "build" : {"executor" : "@nrwl/node:package", "outputs" : ["{options.outputPath}"], "options" : {"outputPath" : "dist/libs/vscode/configuration", "tsConfig" : "libs/vscode/configuration/tsconfig.lib.json", "packageJson" : "libs/vscode/configuration/package.json", "main" : "libs/vscode/configuration/src/index.ts", "assets" : ["libs/vscode/configuration/*.md"]}}}, "tags" : []}
json_instruct
{"type": "object", "properties": {"root": {"type": "string"}, "sourceRoot": {"type": "string"}, "projectType": {"type": "string"}, "targets": {"type": "object", "properties": {"lint": {"type": "object", "properties": {"executor": {"type": "string"}, "options": {"type": "object", "properties": {"lintFilePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["lintFilePatterns"]}}, "required": ["executor", "options"]}, "test": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"jestConfig": {"type": "string"}, "passWithNoTests": {"type": "boolean"}}, "required": ["jestConfig", "passWithNoTests"]}}, "required": ["executor", "outputs", "options"]}, "build": {"type": "object", "properties": {"executor": {"type": "string"}, "outputs": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"outputPath": {"type": "string"}, "tsConfig": {"type": "string"}, "packageJson": {"type": "string"}, "main": {"type": "string"}, "assets": {"type": "array", "items": {"type": "string"}}}, "required": ["outputPath", "tsConfig", "packageJson", "main", "assets"]}}, "required": ["executor", "outputs", "options"]}}, "required": ["lint", "test", "build"]}, "tags": {"type": "array", "items": {}}}, "required": ["root", "sourceRoot", "projectType", "targets", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "symbols": {"type": "array", "items": {"type": "string"}}, "needed": {"type": "array", "items": {"type": "string"}}}, "required": ["names", "symbols", "needed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"names" : ["libgmodule-2.0.so.0", "libgmodule-2.0.so.0.5800.0"], "symbols" : ["g_module_build_path", "g_module_close", "g_module_error", "g_module_make_resident", "g_module_name", "g_module_open", "g_module_supported", "g_module_symbol"], "needed" : ["libdl.so.2", "libglib-2.0.so.0", "libpcre.so.1", "libpthread.so.0", "libgcc_s.so.1", "libc.so.6"]}
json_instruct
{"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "symbols": {"type": "array", "items": {"type": "string"}}, "needed": {"type": "array", "items": {"type": "string"}}}, "required": ["names", "symbols", "needed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CRCN", "description" : "Coherence + Recurrent Neural Network + Convolutional Neural Network", "license" : null, "starNum" : 123, "folkNum" : 52, "watchNum" : 123, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Source-Language Entailment Modeling for Translating Unknown Terms.", "fields" : ["logical consequence", "source text", "paraphrase", "artificial intelligence", "natural language processing"], "abstract" : "This paper addresses the task of handling unknown terms in SMT. We propose using source-language monolingual models and resources to paraphrase the source text prior to translation. We further present a conceptual extension to prior work by allowing translations of entailed texts rather than paraphrases only. A method for performing this process efficiently is presented and applied to some 2500 sentences with unknown terms. Our experiments show that the proposed approach substantially increases the number of properly translated texts.", "citation" : "Citations (66)", "year" : "2009", "departments" : ["Bar-Ilan University", "Xerox", "Xerox", "Bar-Ilan University", "Xerox"], "conf" : "acl", "authors" : ["Shachar Mirkin.....http://dblp.org/pers/hd/m/Mirkin:Shachar", "Lucia Specia.....http://dblp.org/pers/hd/s/Specia:Lucia", "Nicola Cancedda.....http://dblp.org/pers/hd/c/Cancedda:Nicola", "Ido Dagan.....http://dblp.org/pers/hd/d/Dagan:Ido", "Marc Dymetman.....http://dblp.org/pers/hd/d/Dymetman:Marc", "Idan Szpektor.....http://dblp.org/pers/hd/s/Szpektor:Idan"], "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "name", "description", "install_msg", "short", "requirements", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : ["milan_25, datura-metel, Marshmallow75"], "name" : "Clash Of Clans", "description" : "Clash Of Clans cog", "install_msg" : "Thank you for installing our Clash Of Clans cog. Set your COC API token with `[p]set api cocapi api_key,YOURAPIKEY`", "short" : "Clash Of Clans related commands", "requirements" : ["httpx"], "tags" : ["Clash Of Clans", "Stats"]}
json_instruct
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "name", "description", "install_msg", "short", "requirements", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "23024", "name" : {"en" : "Cape Bely"}, "country" : "RU", "region" : "NEN", "identifiers" : {"wmo" : "23024"}, "location" : {"latitude" : 69.4833, "longitude" : 60.3333, "elevation" : 6}, "timezone" : "Europe/Moscow"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}