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": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}}, "required": ["username", "repositoryName", "branch"]}, "site": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "socialnetwork": {"type": "object", "properties": {"twitter": {"type": "string"}, "googleplus": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "pinterest": {"type": "string"}, "github": {"type": "string"}}, "required": ["twitter", "googleplus", "linkedin", "facebook", "instagram", "pinterest", "github"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "site", "socialnetwork", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"meta" : {"username" : "vs4vijay", "repositoryName" : "vs4vijay.github.io", "branch" : "master"}, "site" : {"title" : "Vijay Soni's Blog"}, "socialnetwork" : {"twitter" : "vs4vijay", "googleplus" : "VizaySoni", "linkedin" : "vs4vijay", "facebook" : "vs4vijay", "instagram" : "vs4vijay", "pinterest" : "", "github" : "vs4vijay"}, "theme" : {"name" : "saga"}}
|
json_instruct
|
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}}, "required": ["username", "repositoryName", "branch"]}, "site": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "socialnetwork": {"type": "object", "properties": {"twitter": {"type": "string"}, "googleplus": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "pinterest": {"type": "string"}, "github": {"type": "string"}}, "required": ["twitter", "googleplus", "linkedin", "facebook", "instagram", "pinterest", "github"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "site", "socialnetwork", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"localities" : ["Glendale Hts, IL", "Glendale Heights, IL"], "state" : "IL", "postal_code" : "60139", "locality" : "Glendale Heights, IL", "lat" : 41.918877, "region" : {"fips" : "17", "abbr" : "IL", "name" : "Illinois"}, "city" : "Glendale Heights", "type" : "STANDARD", "lng" : -88.078095, "counties" : [{"fips" : "043", "name" : "DuPage County"}]}
|
json_instruct
|
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "*.tcc": {"type": "string"}, "optional": {"type": "string"}, "random": {"type": "string"}, "stats.h": {"type": "string"}}, "required": ["typeinfo", "*.tcc", "optional", "random", "stats.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"files.associations" : {"typeinfo" : "c", "*.tcc" : "c", "optional" : "c", "random" : "c", "stats.h" : "c"}}
|
json_instruct
|
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "*.tcc": {"type": "string"}, "optional": {"type": "string"}, "random": {"type": "string"}, "stats.h": {"type": "string"}}, "required": ["typeinfo", "*.tcc", "optional", "random", "stats.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"contract" : "0xba05aff5a97c2190499fe607f3e894c79f84a8b8", "tool" : "honeybadger", "start" : 1565831611.344839, "end" : 1565831696.5539505, "duration" : 85.20911145210266, "analysis" : [{"errors" : [], "file" : "/unique_chucks/30/0xba05aff5a97c2190499fe607f3e894c79f84a8b8.sol", "name" : "BrianCoin"}, {"errors" : [], "file" : "/unique_chucks/30/0xba05aff5a97c2190499fe607f3e894c79f84a8b8.sol", "name" : "TokenERC20"}, {"errors" : [], "file" : "/unique_chucks/30/0xba05aff5a97c2190499fe607f3e894c79f84a8b8.sol", "name" : "owned"}]}
|
json_instruct
|
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"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" : 5, "n_trials" : 340, "objective" : "drop_wave_on_cube", "white" : "hyperopt_tpe", "black" : "pymoo_unsga3", "traceback" : ["passing", "passing"], "best_val" : [-0.9233567643613178, -0.477784368925212], "best_x" : [[0.5311601930855434, 0.38691553082080443, 0.3628632894969046, 0.4626395863089354, 0.5098785872328548], [0.3189996971875386, 0.20033012645030035, 0.15946421311708836, 0.007860843146185847, 0.7019076480331906]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "hyperopt_tpe", "loser" : "pymoo_unsga3"}
|
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#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "expire": {"type": "integer"}, "active": {"type": "boolean"}}, "required": ["id", "expire", "active"]}}, "current_user": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}}, "required": ["id", "username"]}, "login": {"type": "object", "properties": {}, "required": []}, "logout": {"type": "object", "properties": {"apiId": {"type": "string"}}, "required": ["apiId"]}}, "required": ["user", "current_user", "login", "logout"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"user" : [{"id" : "0", "expire" : 158524754, "active" : true}, {"id" : "1", "expire" : 158524754, "active" : true}], "current_user" : {"id" : "0", "username" : "user0"}, "login" : {}, "logout" : {"apiId" : "v1"}}
|
json_instruct
|
{"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "expire": {"type": "integer"}, "active": {"type": "boolean"}}, "required": ["id", "expire", "active"]}}, "current_user": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}}, "required": ["id", "username"]}, "login": {"type": "object", "properties": {}, "required": []}, "logout": {"type": "object", "properties": {"apiId": {"type": "string"}}, "required": ["apiId"]}}, "required": ["user", "current_user", "login", "logout"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"body" : "This applies the patch that @keitat kindly linked to on #24565 so that https://github.com/E4S-Project/e4s/pull/10 will build correctly with `gotype=long`.\r\n\r\nIt also adds necessary `conflicts` to get a minimal `trilinos+teko` to build.\r\n\r\nI successfully compiled:\r\n```\r\ntrilinos@13.0.1%gcc@10.2.0~adios2~alloptpkgs+amesos~amesos2~amesos2basker+anasazi+aztec~belos~boost~cgns~chaco~complex~cuda~cuda_rdc~debug~dtk+epetra+epetraext~epetraextbtf~epetraextexperimental~epetraextgraphreorderings~exodus~explicit_template_instantiation~float~fortran~glm~gtest~hdf5~hwloc~hypre+ifpack~ifpack2~intrepid~intrepid2~ipo~isorropia+kokkos~matio~mesquite~metis~minitensor+ml~mpi~muelu~mumps~netcdf~nox~openmp~phalanx~piro~pnetcdf~python~rol~rythmos~sacado~scorec~shards+shared~shylu~stk~stokhos+stratimikos~strumpack~suite-sparse~superlu~superlu-dist+teko~tempus+teuchos+tpetra~trilinoscouplings~wrapper~x11~xsdkflags~zlib~zoltan~zoltan2 build_type=RelWithDebInfo cuda_arch=none cxxstd=11 gotype=long patches=dee6c55fe38eb7f6367e1896d6bc7483f6f9ab8fa252503050cc0c68c6340610 arch=linux-rhel7-haswell/6fxyb6h\r\n```", "user" : "sethrj", "url" : "https://api.github.com/repos/spack/spack/issues/24722", "updated_at" : "2021-07-06 21:01:42", "created_at" : "2021-07-06 13:05:20", "closed_at" : "2021-07-06 21:01:42", "state" : "closed", "title" : "trilinos: enable +teko gotype=long", "number" : 24722, "milestone" : null, "labels" : ["patch", "update-package", "conflicts", "e4s"], "id" : 937877041, "html_url" : "https://github.com/spack/spack/pull/24722", "assignees" : ["alalazo"], "comments" : 0}
|
json_instruct
|
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"hash" : "0xd687b64f9794a3e166435f62e4964112bb6697f3bceb9b837c79fd9cafdc4f02", "parentHash" : "0x2735b3ac982cbd0beaee8b496e437cee5d6ade0a6d987d2048f60773fb425b0a", "number" : 47872, "timestamp" : 1438947724, "nonce" : "0x295295b9ec564a41", "difficulty" : 1457271123069, "gasLimit" : {"_hex" : "0xfed7"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x3F98e477a361F777DA14611a7e419A75Fd238b6b", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
|
json_instruct
|
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"css/mui.css": {"type": "string"}, "css/mui.min.css": {"type": "string"}, "js/mui.js": {"type": "string"}, "js/mui.min.js": {"type": "string"}}, "required": ["css/mui.css", "css/mui.min.css", "js/mui.js", "js/mui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"css/mui.css" : "sha512-t7TU4fPOAk48qwWR9mwBNp2DB9Y7saaAOnlOTHgKkfIz/yRoksc2yZ4BTpsaH5e2APk9ZMRhpyvq+2Bg+p2sHg==", "css/mui.min.css" : "sha512-f5qcL6/n1AEdpHx1+8JANTMRdc6V96WqE2HLC7G/M2ilSwohMUJLcXMgREkm/eofCP9g6fIDC1mUFCUO3wHFbg==", "js/mui.js" : "sha512-/aBzTVNMpFCoqcm+bIo0SANI4m2jtl6jExwCBai0fQ1kKNnev2/S7IoLuJLOtzJof8+FUkH8VaRLXhp4JqvrYA==", "js/mui.min.js" : "sha512-8HrXp7ph+mEBTvUoTJ+q1csLIXScAQcGrgwI6eKMx2tiOtpBIaHPF9sWnaRKfdDM90swEGu0HyJFh5jIzl7TOg=="}
|
json_instruct
|
{"type": "object", "properties": {"css/mui.css": {"type": "string"}, "css/mui.min.css": {"type": "string"}, "js/mui.js": {"type": "string"}, "js/mui.min.js": {"type": "string"}}, "required": ["css/mui.css", "css/mui.min.css", "js/mui.js", "js/mui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"uuid" : "14428ee3-528b-40fb-a93e-525f57690fe5", "befores" : [{"name" : "json_groups", "status" : "passed", "start" : 1600121120192, "stop" : 1600121120192}], "start" : 1600121120192, "stop" : 1600121121171}
|
json_instruct
|
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["navigation"]}, "footer": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["navigation"]}, "configxyz": {"type": "string"}}, "required": ["header", "footer", "configxyz"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"header" : {"navigation" : [{"title" : "Start", "url" : "index"}, {"title" : "\u00dcber uns", "url" : "about"}, {"title" : "Sub", "url" : "sub"}, {"title" : "Projekte", "url" : "sub-projects"}]}, "footer" : {"navigation" : [{"title" : "Kontakt", "url" : "contact"}, {"title" : "Nutzungsbedingungen", "url" : "terms"}, {"title" : "Datenschutz", "url" : "legals"}]}, "configxyz" : "Ich bin eine Headline"}
|
json_instruct
|
{"type": "object", "properties": {"header": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["navigation"]}, "footer": {"type": "object", "properties": {"navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["navigation"]}, "configxyz": {"type": "string"}}, "required": ["header", "footer", "configxyz"], "$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"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Davide De Rosa": {"type": "string"}}, "required": ["Davide De Rosa"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"WaSPV": {"type": "string"}}, "required": ["WaSPV"]}, "exclude_files": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"OpenSSL-Universal": {"type": "array", "items": {"type": "string"}}, "CocoaLumberjack": {"type": "array", "items": {"type": "string"}}, "CocoaAsyncSocket": {"type": "array", "items": {"type": "string"}}, "AutoCoding": {"type": "array", "items": {"type": "string"}}}, "required": ["OpenSSL-Universal", "CocoaLumberjack", "CocoaAsyncSocket", "AutoCoding"]}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "platforms", "source_files", "resource_bundles", "exclude_files", "requires_arc", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "WaSPV", "version" : "0.1.1", "license" : "GPL", "summary" : "A native Bitcoin SPV client library for iOS with BIP32 support.", "homepage" : "https://github.com/keeshux/WaSPV", "authors" : {"Davide De Rosa" : "keeshux@gmail.com"}, "source" : {"git" : "https://github.com/keeshux/WaSPV.git", "tag" : "0.1.1"}, "platforms" : {"ios" : "7.0"}, "source_files" : "WaSPV/Sources/**/*.{h,m}", "resource_bundles" : {"WaSPV" : "WaSPV/Resources/*"}, "exclude_files" : ["WaSPVDemo", "WaSPVTests"], "requires_arc" : true, "frameworks" : "CoreData", "dependencies" : {"OpenSSL-Universal" : ["~> 1.0.1.h"], "CocoaLumberjack" : ["~> 1.9.0"], "CocoaAsyncSocket" : ["~> 7.3.5"], "AutoCoding" : ["~> 2.2"]}}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Davide De Rosa": {"type": "string"}}, "required": ["Davide De Rosa"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"WaSPV": {"type": "string"}}, "required": ["WaSPV"]}, "exclude_files": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"OpenSSL-Universal": {"type": "array", "items": {"type": "string"}}, "CocoaLumberjack": {"type": "array", "items": {"type": "string"}}, "CocoaAsyncSocket": {"type": "array", "items": {"type": "string"}}, "AutoCoding": {"type": "array", "items": {"type": "string"}}}, "required": ["OpenSSL-Universal", "CocoaLumberjack", "CocoaAsyncSocket", "AutoCoding"]}}, "required": ["name", "version", "license", "summary", "homepage", "authors", "source", "platforms", "source_files", "resource_bundles", "exclude_files", "requires_arc", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "root", "sources", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"deps" : ["zx"], "name" : "fuchsia.sysmem", "root" : "fidl/fuchsia.sysmem", "sources" : ["fidl/fuchsia.sysmem/allocator.fidl", "fidl/fuchsia.sysmem/collection.fidl", "fidl/fuchsia.sysmem/collections_deprecated.fidl", "fidl/fuchsia.sysmem/constraints.fidl", "fidl/fuchsia.sysmem/driver_connector.fidl", "fidl/fuchsia.sysmem/format_modifier.fidl", "fidl/fuchsia.sysmem/formats_deprecated.fidl", "fidl/fuchsia.sysmem/image_formats.fidl", "fidl/fuchsia.sysmem/image_formats_deprecated.fidl", "fidl/fuchsia.sysmem/secure_mem.fidl", "fidl/fuchsia.sysmem/usages.fidl"], "type" : "fidl_library"}
|
json_instruct
|
{"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "root": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["deps", "name", "root", "sources", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"Artist" : "Newton, Amanda Almira, ca. 1860-1943", "Common name" : "grapes", "Date created" : "1908-10-22", "Geographic origin" : "Oakville, Napa County, California, United States", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Vitis", "Specimen" : "42541", "Variety" : "Malakoff Isjum", "Year" : "1908", "Name" : "Vitis: Malakoff Isjum"}
|
json_instruct
|
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"optOut": {"type": "boolean"}, "lastUpdateCheck": {"type": "integer"}}, "required": ["optOut", "lastUpdateCheck"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"optOut" : false, "lastUpdateCheck" : 1618934311738}
|
json_instruct
|
{"type": "object", "properties": {"optOut": {"type": "boolean"}, "lastUpdateCheck": {"type": "integer"}}, "required": ["optOut", "lastUpdateCheck"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following 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-Herblain", "dpt" : "Loire-Atlantique", "inscrits" : 31565, "abs" : 7680, "votants" : 23885, "blancs" : 2123, "nuls" : 533, "exp" : 21229, "res" : [{"panneau" : "1", "voix" : 17331}, {"panneau" : "2", "voix" : 3898}]}
|
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#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "bait": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "rarity": {"type": "integer"}}, "required": ["id", "name", "rarity"]}}, "required": ["id", "name", "description", "type", "rarity", "source", "bait"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "purple_shirakodai", "name" : "Shirakodai Roxo", "description" : "Um gentil e elegante peixe borboleta. Possui uma ador\u00e1vel barbanata dorsal, e possui o apelido \"Rainha das \u00c1guas\".<br/>Padr\u00f5es ador\u00e1veis roxos percorrem o seu corpo, e eles adoram nadar juntos para afastar inimigos naturais e predadores. Mas quando essa caracter\u00edstica sua foi compreendida por pescadores experientes, perceberam que tudo que precisavam fazer era atrair um \u00fanico peixe para a armadilha, e todos os demais seguiriam.", "type" : "Peixe", "rarity" : 3, "source" : ["Obtido ao pescar"], "bait" : {"id" : "false_worm_bait", "name" : "Isca de Verme Falso", "rarity" : 2}}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "rarity": {"type": "integer"}, "source": {"type": "array", "items": {"type": "string"}}, "bait": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "rarity": {"type": "integer"}}, "required": ["id", "name", "rarity"]}}, "required": ["id", "name", "description", "type", "rarity", "source", "bait"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"skipTerminateQuickPick": {"type": "boolean"}, "skipSwitchToOutput": {"type": "boolean"}, "skipErrorMessage": {"type": "boolean"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "tooltip": {"type": "string"}, "commandType": {"type": "string"}, "command": {"type": "string"}}, "required": ["text", "tooltip", "commandType", "command"]}}}, "required": ["skipTerminateQuickPick", "skipSwitchToOutput", "skipErrorMessage", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"skipTerminateQuickPick" : true, "skipSwitchToOutput" : false, "skipErrorMessage" : true, "commands" : [{"text" : "$(beaker) Test", "tooltip" : "Run Unit Tests", "commandType" : "palette", "command" : "workbench.action.tasks.test"}, {"text" : "$(tools) Build", "tooltip" : "Run Build Task", "commandType" : "palette", "command" : "workbench.action.tasks.build"}]}
|
json_instruct
|
{"type": "object", "properties": {"skipTerminateQuickPick": {"type": "boolean"}, "skipSwitchToOutput": {"type": "boolean"}, "skipErrorMessage": {"type": "boolean"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "tooltip": {"type": "string"}, "commandType": {"type": "string"}, "command": {"type": "string"}}, "required": ["text", "tooltip", "commandType", "command"]}}}, "required": ["skipTerminateQuickPick", "skipSwitchToOutput", "skipErrorMessage", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"comment": {"type": "string"}, "ply": {"type": "integer"}, "board": {"type": "array", "items": {"type": "string"}}, "turn": {"type": "string"}}, "required": ["comment", "ply", "board", "turn"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"comment" : "9\u8def\u76e4 \u73fe\u5c40\u9762", "ply" : 30, "board" : ["+++++++++++", "+ x xxx +", "+ xxx x +", "+ xx ooo +", "+ o o o +", "+ ooo o +", "+xx +", "+ xx oo +", "+ ooo +", "+ o +", "+++++++++++"], "turn" : "black"}
|
json_instruct
|
{"type": "object", "properties": {"comment": {"type": "string"}, "ply": {"type": "integer"}, "board": {"type": "array", "items": {"type": "string"}}, "turn": {"type": "string"}}, "required": ["comment", "ply", "board", "turn"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"3009201976": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "cacheFilename": {"type": "string"}}, "required": ["contentDigest", "args", "cacheFilename"]}}, "required": ["3009201976"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"expireTime" : 9007200895970174000, "key" : "ref-8c56549f-ad33-5625-bb3f-4008b93ea8fa", "val" : {"3009201976" : {"contentDigest" : "5f7970a6b6e9a0095949da3a07566157", "args" : {"placeholder" : "blurred"}, "cacheFilename" : "/Users/christopher.kark/Documents/GitHub/portfolio-neue/.cache/caches/gatsby-plugin-image/3009201976.json"}}}
|
json_instruct
|
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"3009201976": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "cacheFilename": {"type": "string"}}, "required": ["contentDigest", "args", "cacheFilename"]}}, "required": ["3009201976"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"directions" : ["Mix meat, onions and mushrooms in slow cooker.", "Add broth; stir. Cover. Cook on LOW for 6 to 8 hours (or on HIGH for 3 to 4 hours).", "Combine cream cheese spread and flour. Add to meat mixture just before serving; stir until cream cheese is completely melted and mixture is well blended. Add to hot pasta; toss to coat."], "ingredients" : ["1 pound cubed stewing beef", "1 cup chopped onions", "1 cup chopped mushrooms", "1/2 cup beef broth", "1/2 cup PHILADELPHIA Herb & Garlic Cream Cheese Spread", "1 tablespoon flour", "225 grams fettuccine, cooked, drained"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "PHILLY Slow-Cooker Beef Stroganoff", "url" : "http://allrecipes.com/recipe/179694/philly-slow-cooker-beef-stroganoff/"}
|
json_instruct
|
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "disabled": {"type": "boolean"}, "event_processors": {"type": "object", "properties": {"FUNCTION": {"type": "object", "properties": {"config": {"type": "object", "properties": {"function_name": {"type": "string"}}, "required": ["function_name"]}}, "required": ["config"]}}, "required": ["FUNCTION"]}}, "required": ["id", "name", "type", "config", "disabled", "event_processors"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "61c0ccc4766161a449b2ff54", "name" : "GitHub-Sync", "type" : "SCHEDULED", "config" : {"schedule" : "*/30 * * * *"}, "disabled" : true, "event_processors" : {"FUNCTION" : {"config" : {"function_name" : "fnGitHubSync"}}}}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "disabled": {"type": "boolean"}, "event_processors": {"type": "object", "properties": {"FUNCTION": {"type": "object", "properties": {"config": {"type": "object", "properties": {"function_name": {"type": "string"}}, "required": ["function_name"]}}, "required": ["config"]}}, "required": ["FUNCTION"]}}, "required": ["id", "name", "type", "config", "disabled", "event_processors"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "62a3baeff7eb2530dac158e54ed29047c4289e69"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"directions" : ["Beat cream, 1 tablespoon chives and horseradish in medium bowl to stiff peaks. Fold in 2 tablespoons caviar. Season to taste with pepper. Place salmon slices on work surface. Spread 2 tablespoons caviar mixture down center of each, leaving 1/2-inch border on short sides. Fold short sides in, then roll up smoked salmon, starting at 1 long side. Place seam side down on plate. Wrap salmon bundles in plastic and refrigerate at least 2 hours and up to 4 hours.", "Place greens and remaining 2 tablespoons chives in large bowl. Whisk oil and lime juice in small bowl to blend. Season dressing to taste with salt and pepper. Pour over greens and toss to coat. Divide salad among 4 plates. Top each with salmon bundle. Top with remaining 4 teaspoons caviar and serve."], "ingredients" : ["1/4 cup chilled whipping cream", "3 tablespoons chopped fresh chives or green onion tops", "1 1/2 teaspoons prepared white horseradish", "2 tablespoons plus 4 teaspoons caviar", "4 6x5-inch thin slices smoked salmon (about 6 ounces)", "5 cups (packed) mixed baby greens", "3 1/2 tablespoons olive oil", "1 tablespoon fresh lime juice"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Salad", "Milk/Cream", "Leafy Green", "No-Cook", "Horseradish", "Salmon", "Summer", "Chill"], "title" : "Green Salad with Caviar and Smoked Salmon", "url" : "http://www.epicurious.com/recipes/food/views/green-salad-with-caviar-and-smoked-salmon-1230"}
|
json_instruct
|
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"appId" : "com.endlessquizz", "appName" : "Endless-Quiz", "webDir" : "public", "bundledWebRuntime" : false}
|
json_instruct
|
{"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ret": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "no": {"type": "string"}, "status": {"type": "string"}, "time": {"type": "string"}, "user": {"type": "string"}}, "required": ["id", "name", "no", "status", "time", "user"]}}}, "required": ["ret", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"ret" : true, "data" : [{"id" : "0001", "name" : "CH-12 Book Purchasing", "no" : "CH-2019-002523", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0002", "name" : "CF-12 Administrative Expenses - Employee Expense Claim/\u529e\u516c\u8d39\u76f8\u5173-\u5458\u5de5\u8d39\u7528\u62a5\u9500", "no" : "CF-2019-001321", "status" : "Completed", "time" : "2019-10-16 11:24:19", "user" : "Wu, Wenhui/\u5434\u6587\u60e0"}, {"id" : "0003", "name" : "CF-17 Service and Materials Acceptance/\u670d\u52a1\u7269\u8d44\u9a8c\u6536", "no" : "IT-2019-000092", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0004", "name" : "CF-04 Employee Travel Expense Claim -Overseas/\u5458\u5de5\u56fd\u9645\u51fa\u5dee\u8d39\u7528\u62a5\u9500", "no" : "CF-2019-001321", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Wu, Wenhui/\u5434\u6587\u60e0"}, {"id" : "0005", "name" : "IT-01 Workplace/\u529e\u516c\u8d44\u4ea7\u7533\u8bf7", "no" : "IT-2019-000092", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0006", "name" : "CH-12 Book Purchasing", "no" : "CH-2019-002523", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0007", "name" : "CF-12 Administrative Expenses - Employee Expense Claim/\u529e\u516c\u8d39\u76f8\u5173-\u5458\u5de5\u8d39\u7528\u62a5\u9500", "no" : "CF-2019-001321", "status" : "Completed", "time" : "2019-10-16 11:24:19", "user" : "Wu, Wenhui/\u5434\u6587\u60e0"}, {"id" : "0008", "name" : "CF-17 Service and Materials Acceptance/\u670d\u52a1\u7269\u8d44\u9a8c\u6536", "no" : "IT-2019-000092", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}, {"id" : "0009", "name" : "CF-04 Employee Travel Expense Claim -Overseas/\u5458\u5de5\u56fd\u9645\u51fa\u5dee\u8d39\u7528\u62a5\u9500", "no" : "CF-2019-001321", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Wu, Wenhui/\u5434\u6587\u60e0"}, {"id" : "0010", "name" : "IT-01 Workplace/\u529e\u516c\u8d44\u4ea7\u7533\u8bf7", "no" : "IT-2019-000092", "status" : "Active", "time" : "2019-11-12 07:59:07", "user" : "Ge, Chunfeng/\u845b\u6625\u5cf0"}]}
|
json_instruct
|
{"type": "object", "properties": {"ret": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "no": {"type": "string"}, "status": {"type": "string"}, "time": {"type": "string"}, "user": {"type": "string"}}, "required": ["id", "name", "no", "status", "time", "user"]}}}, "required": ["ret", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "1603040006", "district_id" : "1603040", "name" : "TEGAL REJO"}
|
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#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "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" : "San Roque, Unisan, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.unisan.san-roque", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "62", "province_reference" : "62", "province_name" : "Quezon", "city_id" : "1392", "city_reference" : "1327", "city_name" : "Unisan", "barangay_id" : "40798", "barangay_reference" : "34579", "barangay_name" : "San Roque"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.043442, 13.82127], [122.042473, 13.81968], [122.042908, 13.81707], [122.043983, 13.81395], [122.045547, 13.81277], [122.045647, 13.81156], [122.043808, 13.80943], [122.04274, 13.80796], [122.041344, 13.8068], [122.039841, 13.80823], [122.038277, 13.80897], [122.036346, 13.80774], [122.036247, 13.80713], [122.035767, 13.80686], [122.034218, 13.80653], [122.033363, 13.8051], [122.031837, 13.80752], [122.031441, 13.80921], [122.030403, 13.81264], [122.030289, 13.81379], [122.029991, 13.81592], [122.029266, 13.81827], [122.028236, 13.82077], [122.029869, 13.8206], [122.030769, 13.82121], [122.031593, 13.82194], [122.033257, 13.82237], [122.035378, 13.82272], [122.037216, 13.82327], [122.038452, 13.82405], [122.039452, 13.82326], [122.040916, 13.82247], [122.04248, 13.82187], [122.043442, 13.82127]]]]}}
|
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#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "log4js": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "toml": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "mongoose": {"type": "string"}, "fraction.js": {"type": "string"}}, "required": ["amqplib", "log4js", "express", "mongodb", "toml", "ajv", "body-parser", "mongoose", "fraction.js"]}, "main": {"type": "string"}}, "required": ["name", "version", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "OWT-MCU-Management-API", "version" : "5.0.0", "dependencies" : {"amqplib" : "^0.7.0", "log4js" : "^6.4.0", "express" : "*", "mongodb" : "^3.6.8", "toml" : "*", "ajv" : "^6.12.3", "body-parser" : "*", "mongoose" : "^5.13.12", "fraction.js" : "^4.0.12"}, "main" : "api.js"}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "log4js": {"type": "string"}, "express": {"type": "string"}, "mongodb": {"type": "string"}, "toml": {"type": "string"}, "ajv": {"type": "string"}, "body-parser": {"type": "string"}, "mongoose": {"type": "string"}, "fraction.js": {"type": "string"}}, "required": ["amqplib", "log4js", "express", "mongodb", "toml", "ajv", "body-parser", "mongoose", "fraction.js"]}, "main": {"type": "string"}}, "required": ["name", "version", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u570b\u9632\u91ab\u5b78\u9662\u535a\u58eb\u73ed\u53ca\u78a9\u58eb\u73ed\u5165\u5b78\u62db\u751f\u8003\u8a66\u898f\u8cbb\u6536\u8cbb\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=F0130004", "\u6cd5\u898f\u985e\u5225" : "\u884c\u653f\uff1e\u570b\u9632\u90e8\uff1e\u91ab\u52d9\u76ee", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20210902", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u5341\u5e74\u4e5d\u6708\u4e8c\u65e5\u570b\u9632\u90e8\u570b\u898f\u59d4\u6703\u5b57\u7b2c 1100195650 \u865f\u4ee4\u8a02\u5b9a\r\n \u767c\u5e03\u5168\u6587 5 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u4f9d\u898f\u8cbb\u6cd5\u7b2c\u5341\u689d\u7b2c\u4e00\u9805\u898f\u5b9a\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u570b\u9632\u91ab\u5b78\u9662\uff08\u4ee5\u4e0b\u7c21\u7a31\u672c\u5b78\u9662\uff09\u535a\u58eb\u73ed\u53ca\u78a9\u58eb\u73ed\u5165\u5b78\u62db\u751f\u8003\u8a66\u898f\u8cbb\u9805\u76ee\u70ba\u5165\u5b78\u8003\u8a66\u5831\u540d\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u8003\u8a66\u5831\u540d\u8cbb\u6536\u8cbb\u5982\u4e0b\uff1a\r\n\u4e00\u3001\u535a\u58eb\u73ed\u5165\u5b78\u8003\u8a66\uff1a\u6bcf\u4eba\u65b0\u81fa\u5e63\u4e00\u5343\u4e94\u767e\u5143\u3002\r\n\u4e8c\u3001\u78a9\u58eb\u73ed\u5165\u5b78\u8003\u8a66\uff1a\u6bcf\u4eba\u65b0\u81fa\u5e63\u4e00\u5343\u4e8c\u767e\u5143\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u5b78\u9662\u62db\u751f\u7c21\u7ae0\u53ca\u5831\u540d\u66f8\u8868\u7f6e\u65bc\u7db2\u8def\u4f9b\u61c9\u8003\u4eba\u4e0b\u8f09\u4f7f\u7528\uff0c\u4e0d\u53e6\u6536\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]}
|
json_instruct
|
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ArchiveDownloadCount": {"type": "integer"}, "ArchiveDownload": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}}, "required": ["Total", "Day", "Week", "Month"]}, "ArchiveDownloadAllRevisions": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}}, "required": ["Total", "Day", "Week", "Month"]}}, "required": ["ArchiveDownloadCount", "ArchiveDownload", "ArchiveDownloadAllRevisions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"ArchiveDownloadCount" : 918, "ArchiveDownload" : {"Total" : 918, "Day" : 0, "Week" : 0, "Month" : 0}, "ArchiveDownloadAllRevisions" : {"Total" : 920, "Day" : 0, "Week" : 0, "Month" : 0}}
|
json_instruct
|
{"type": "object", "properties": {"ArchiveDownloadCount": {"type": "integer"}, "ArchiveDownload": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}}, "required": ["Total", "Day", "Week", "Month"]}, "ArchiveDownloadAllRevisions": {"type": "object", "properties": {"Total": {"type": "integer"}, "Day": {"type": "integer"}, "Week": {"type": "integer"}, "Month": {"type": "integer"}}, "required": ["Total", "Day", "Week", "Month"]}}, "required": ["ArchiveDownloadCount", "ArchiveDownload", "ArchiveDownloadAllRevisions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"ui": {"type": "object", "properties": {"fingerPos": {"type": "object", "properties": {"posY": {"type": "integer"}, "posX": {"type": "integer"}}, "required": ["posY", "posX"]}, "path": {"type": "string"}, "pathIndex": {"type": "integer"}, "triggerType": {"type": "array", "items": {"type": "integer"}}}, "required": ["fingerPos", "path", "pathIndex", "triggerType"]}, "alpha": {"type": "number"}, "style": {"type": "object", "properties": {"posY": {"type": "number"}, "dir": {"type": "integer"}, "ui": {"type": "object", "properties": {"pathIndex": {"type": "integer"}, "path": {"type": "string"}}, "required": ["pathIndex", "path"]}, "text": {"type": "string"}, "posX": {"type": "number"}, "mode": {"type": "integer"}}, "required": ["posY", "dir", "ui", "text", "posX", "mode"]}}, "required": ["ui", "alpha", "style"]}}}, "required": ["id", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "test", "events" : [{"ui" : {"fingerPos" : {"posY" : -50, "posX" : 50}, "path" : "UICamera/Canvas/UIMain/ActivityMainUI(Clone)/pages/AprilFoolDiscoveryRePage(Clone)/AD/help_btn", "pathIndex" : -1, "triggerType" : [1]}, "alpha" : 0.3, "style" : {"posY" : 180.11, "dir" : 1, "ui" : {"pathIndex" : -1, "path" : ""}, "text" : "\u30d8\u30eb\u30d7\u30dc\u30bf\u30f3\u3067\u904a\u3073\u65b9\u3092\u78ba\u8a8d\u3057\u3088\u3046\uff01", "posX" : 538.63, "mode" : 2}}]}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "events": {"type": "array", "items": {"type": "object", "properties": {"ui": {"type": "object", "properties": {"fingerPos": {"type": "object", "properties": {"posY": {"type": "integer"}, "posX": {"type": "integer"}}, "required": ["posY", "posX"]}, "path": {"type": "string"}, "pathIndex": {"type": "integer"}, "triggerType": {"type": "array", "items": {"type": "integer"}}}, "required": ["fingerPos", "path", "pathIndex", "triggerType"]}, "alpha": {"type": "number"}, "style": {"type": "object", "properties": {"posY": {"type": "number"}, "dir": {"type": "integer"}, "ui": {"type": "object", "properties": {"pathIndex": {"type": "integer"}, "path": {"type": "string"}}, "required": ["pathIndex", "path"]}, "text": {"type": "string"}, "posX": {"type": "number"}, "mode": {"type": "integer"}}, "required": ["posY", "dir", "ui", "text", "posX", "mode"]}}, "required": ["ui", "alpha", "style"]}}}, "required": ["id", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[[1991, 7], [1992, 9], [1993, 9], [1994, 10], [1995, 11], [1996, 8], [1997, 7], [1998, 13], [1999, 8], [2000, 8], [2001, 6], [2002, 8], [2003, 12], [2004, 8], [2005, 15], [2006, 8], [2010, 5]]
|
json_instruct
|
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"authors" : [{"author" : "Henry B Armah"}, {"author" : "Anil V Parwani"}], "doi" : "10.1186/1746-1596-2-45", "publication_date" : "2007-12-07", "id" : "EN119265", "url" : "https://pubmed.ncbi.nlm.nih.gov/18053181", "source" : "Diagnostic pathology", "source_url" : "", "licence" : "CC BY-SA", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We report the case of a 59-year-old woman, who presented with renal and pulmonary lesions seven years after the initial diagnosis of uterine leiomyosarcoma. Left nephrectomy and right middle lobe wedge resection were performed. Histological and immunohistochemical analysis of the renal and pulmonary lesions, in addition to retrospective re-evaluation of the previous uterine tumor, led to the final diagnosis of malignant uterine PEComa with late renal and pulmonary metastases. All three lesions had the typical histological appearance of PEComa-NOS showing a biphasic growth pattern with continuous transition between spindle cells and epithelioid cells, often arranged around vascular spaces. Immunohistochemically, the tumor cells of both phenotypes in all three lesions stained for melanocytic (HMB-45 and Melan-A/MART-1) and myoid (desmin, smooth muscle actin, and muscle-specific actin/all muscle actin/HHF-35) markers."}
|
json_instruct
|
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"chargingStationID": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "args": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"vendorId": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}, "messageId": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}}, "required": ["vendorId", "messageId", "data"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["chargingStationID", "args"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$id", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"$id" : "chargingstation-action-data-transfer", "title" : "Data Transfer", "type" : "object", "properties" : {"chargingStationID" : {"$ref" : "chargingstation#/definitions/id"}, "args" : {"type" : "object", "properties" : {"vendorId" : {"type" : "string", "sanitize" : "mongo"}, "messageId" : {"type" : "string", "sanitize" : "mongo"}, "data" : {"type" : "string", "sanitize" : "mongo"}}, "required" : ["vendorId"]}}, "required" : ["chargingStationID"]}
|
json_instruct
|
{"type": "object", "properties": {"$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"chargingStationID": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "args": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"vendorId": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}, "messageId": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "sanitize": {"type": "string"}}, "required": ["type", "sanitize"]}}, "required": ["vendorId", "messageId", "data"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["chargingStationID", "args"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$id", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-error": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}}, "required": ["@metadata", "title-error", "repo-lastmoddate-label"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"@metadata" : {"authors" : ["Tifinaghes"]}, "title-error" : "Error", "repo-lastmoddate-label" : "\u2d30\u2d3d\u2d53\u2d37:"}
|
json_instruct
|
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-error": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}}, "required": ["@metadata", "title-error", "repo-lastmoddate-label"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"gitonomy/gitlib": {"type": "string"}, "sabre/dav": {"type": "string"}, "symfony/process": {"type": "string"}}, "required": ["gitonomy/gitlib", "sabre/dav", "symfony/process"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"require" : {"gitonomy/gitlib" : "1.0.0", "sabre/dav" : "2.1", "symfony/process" : "2.8.8"}}
|
json_instruct
|
{"type": "object", "properties": {"require": {"type": "object", "properties": {"gitonomy/gitlib": {"type": "string"}, "sabre/dav": {"type": "string"}, "symfony/process": {"type": "string"}}, "required": ["gitonomy/gitlib", "sabre/dav", "symfony/process"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "supported": {"type": "boolean"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "decimals", "logo", "supported", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"_id" : "vertcoin@vertcoin", "asset" : "vertcoin", "platform" : "vertcoin", "type" : "coin", "name" : "Vertcoin", "symbol" : "VTC", "decimals" : 8, "logo" : "vertcoin.svg", "supported" : false, "changelly" : {"ticker" : "vtc"}, "coingecko" : {"id" : "vertcoin"}, "coinmarketcap" : {"id" : 99, "slug" : "vertcoin"}}
|
json_instruct
|
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "supported": {"type": "boolean"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "decimals", "logo", "supported", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"900724481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724482": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900724481", "900724482", "900724483"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"900724481" : {"nama" : "TPS 1", "dapil" : [7302, 17307, 2730804]}, "900724482" : {"nama" : "TPS 2", "dapil" : [7302, 17307, 2730804]}, "900724483" : {"nama" : "TPS 3", "dapil" : [7302, 17307, 2730804]}}
|
json_instruct
|
{"type": "object", "properties": {"900724481": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724482": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900724483": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900724481", "900724482", "900724483"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Abgeschlossen": {"type": "string"}, "Alle Projekte": {"type": "string"}, "In Arbeit": {"type": "string"}, "Projekte filtern": {"type": "string"}, "Projekte von WeWater": {"type": "string"}, "ProjekteSEODescription": {"type": "string"}, "ProjekteSEOTitle": {"type": "string"}, "Projekt\u00fcbersicht": {"type": "string"}, "page_projekte:headline": {"type": "string"}, "page_projekte:subheadline": {"type": "string"}}, "required": ["Abgeschlossen", "Alle Projekte", "In Arbeit", "Projekte filtern", "Projekte von WeWater", "ProjekteSEODescription", "ProjekteSEOTitle", "Projekt\u00fcbersicht", "page_projekte:headline", "page_projekte:subheadline"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"Abgeschlossen" : "Abgeschlossen", "Alle Projekte" : "Alle Projekte", "In Arbeit" : "In Arbeit", "Projekte filtern" : "Projekte filtern", "Projekte von WeWater" : "Projets de WeWater", "ProjekteSEODescription" : "WeWater op\u00e8re au Kenya, en Ouganda et dans d'autres pays et y met en \u0153uvre des projets d'eau potable. Cette page donne une vue d'ensemble de tous les projets visant \u00e0 am\u00e9liorer la distribution d'eau potable. \ud83d\udca7\ud83d\udeb0\ud83d\udca6\ud83d\udc99", "ProjekteSEOTitle" : "Projets - WeWater.org", "Projekt\u00fcbersicht" : "Aper\u00e7u des projets", "page_projekte:headline" : "Aper\u00e7u des projets", "page_projekte:subheadline" : "Projets de WeWater"}
|
json_instruct
|
{"type": "object", "properties": {"Abgeschlossen": {"type": "string"}, "Alle Projekte": {"type": "string"}, "In Arbeit": {"type": "string"}, "Projekte filtern": {"type": "string"}, "Projekte von WeWater": {"type": "string"}, "ProjekteSEODescription": {"type": "string"}, "ProjekteSEOTitle": {"type": "string"}, "Projekt\u00fcbersicht": {"type": "string"}, "page_projekte:headline": {"type": "string"}, "page_projekte:subheadline": {"type": "string"}}, "required": ["Abgeschlossen", "Alle Projekte", "In Arbeit", "Projekte filtern", "Projekte von WeWater", "ProjekteSEODescription", "ProjekteSEOTitle", "Projekt\u00fcbersicht", "page_projekte:headline", "page_projekte:subheadline"], "$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"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy-utils-shared": {"type": "string"}}, "required": ["handy-utils-shared"]}, "devDependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "babel-plugin-import": {"type": "string"}, "ts-import-plugin": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["antd", "babel-plugin-import", "ts-import-plugin", "typescript"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "dependencies", "devDependencies", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "handy-cli-plugin-antd", "version" : "1.0.7", "author" : "xiyuyizhi", "dependencies" : {"handy-utils-shared" : "^1.0.7"}, "devDependencies" : {"antd" : "^3.8.2", "babel-plugin-import" : "^1.11.0", "ts-import-plugin" : "^1.5.5", "typescript" : "^3.1.3"}, "repository" : {"type" : "git", "url" : "https://github.com/xiyuyizhi/handy-make"}, "license" : "MIT"}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy-utils-shared": {"type": "string"}}, "required": ["handy-utils-shared"]}, "devDependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "babel-plugin-import": {"type": "string"}, "ts-import-plugin": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["antd", "babel-plugin-import", "ts-import-plugin", "typescript"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "dependencies", "devDependencies", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"contract" : "0x4afeb9cce471e2cc0e98ebf6d0bbfc0142ddc6d0", "tool" : "honeybadger", "start" : 1565849680.0087001, "end" : 1565849723.4344344, "duration" : 43.42573428153992, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0x4afeb9cce471e2cc0e98ebf6d0bbfc0142ddc6d0.sol", "name" : "LitecoinEclipse"}]}
|
json_instruct
|
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"type" : "FeatureCollection", "title" : "Il Torrino", "id" : "423102", "bbox" : [12.44113, 41.812936, 12.44113, 41.812936], "description" : "An Iron Age settlement in Latium.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.44113, 41.812936]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [12.44113, 41.812936]}, "id" : "darmc-location-18050", "type" : "Feature", "properties" : {"description" : "150K scale point location", "location_precision" : "precise", "title" : "DARMC location 18050", "link" : "http://pleiades.stoa.org/places/423102/darmc-location-18050"}}]}
|
json_instruct
|
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"title" : "MMD_\u30de\u30b7\u30e5_KiLLERLADY\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "akaisan", "description" : "\u97f3\u697d\uff1a\u516b\u738b\u5b50P\u69d8<br>\u30e2\u30c7\u30eb\uff1a\u30ad\u30ce\u30b3\u30eb\u69d8<br>\u8863\u88c5\uff1aMarbles\u69d8<br>\u30b9\u30c6\u30fc\u30b8\uff1a\u306e\u3079\u7537\u69d8<br>\u30e2\u30fc\u30b7\u30e7\u30f3\uff1a\u30a2\u30ac\u3061\u3093\u69d8\u30fb\u3060\u3093\u3057\u3083\u304f\u3044\u3082\u69d8<br>\u30ab\u30e1\u30e9\u30fb\u30de\u30c6\u30ea\u30a2\u30eb\uff1aMARUSU\u69d8<br>RAYMMD\u4f7f\u7528", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2247694/thumbnail-2247694_0001.jpg?itok=jxbuqA8c", "download" : "https://ecchi.iwara.tv/api/video/jbkv1io3ngtelywxb", "origin" : "https://ecchi.iwara.tv/videos/jbkv1io3ngtelywxb"}
|
json_instruct
|
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$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": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "watch:css": {"type": "string"}}, "required": ["start", "build", "test", "eject", "watch:css"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "microsoft-cognitiveservices-speech-sdk": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["axios", "microsoft-cognitiveservices-speech-sdk", "react", "react-dom", "react-scripts", "rxjs"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss-cli": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss-cli", "tailwindcss"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "keywords", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "vanilla", "version" : "1.0.0", "description" : "JavaScript example starter project", "main" : "index.html", "scripts" : {"start" : "npm run watch:css && react-scripts start", "build" : "npm run watch:css && CI=false react-scripts build", "test" : "react-scripts test", "eject" : "react-scripts eject", "watch:css" : "postcss src/assets/tailwind.css -o src/assets/main.css"}, "dependencies" : {"axios" : "0.21.0", "microsoft-cognitiveservices-speech-sdk" : "^1.14.0", "react" : "17.0.0", "react-dom" : "17.0.0", "react-scripts" : "3.4.3", "rxjs" : "6.6.3"}, "devDependencies" : {"autoprefixer" : "^9.8.6", "postcss-cli" : "^8.2.0", "tailwindcss" : "^1.9.6"}, "keywords" : ["javascript", "starter"], "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}, "watch:css": {"type": "string"}}, "required": ["start", "build", "test", "eject", "watch:css"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "microsoft-cognitiveservices-speech-sdk": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["axios", "microsoft-cognitiveservices-speech-sdk", "react", "react-dom", "react-scripts", "rxjs"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss-cli": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss-cli", "tailwindcss"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "keywords", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"index_name" : "blockbook", "start_urls" : ["https://blockbook.cc/book"], "stop_urls" : [], "selectors" : {"lvl0" : {"selector" : "[class^='SideBar__SideBarTitle']", "global" : true, "default_value" : "Documentation"}, "lvl1" : "[class^='Page-jou'] h2", "lvl2" : "[class^='Page-jou'] h3", "lvl3" : "[class^='Page-jou'] h4", "lvl4" : "[class^='Page-jou'] h5", "text" : "[class^='Page-jou'] p, [class^='Page-jou'] li"}, "conversation_id" : ["594700778"], "nb_hits" : 461}
|
json_instruct
|
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : 186, "rating" : 3.7, "check-in" : 4847, "review-count" : 111}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "61f2e4f2-45aa-4243-afa0-778471974a51", "playerTags" : ["a1628d97-16ca-4a75-b8df-569bae02bef9"], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff", "105bc3ff-1320-4e37-8ef0-8d595cb95dd0"], "gameTags" : ["f907335b-184d-4c12-a4b5-957d92cb973e"], "metadata" : {"play" : 162, "subPlay" : -1, "children" : ["a2a631cf-5eed-45ab-8530-31c0bc0e8b41"]}, "created" : "2021-04-09T16:13:39.620Z", "season" : 14, "tournament" : -1, "type" : 67, "day" : 95, "phase" : 6, "category" : 2, "description" : "CONSUMERS ATTACK\nCHORBY SOUL", "nuts" : 17}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$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": {"clean": {"type": "string"}, "test": {"type": "string"}}, "required": ["clean", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "jest": {"type": "string"}}, "required": ["aws-sdk", "jest"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "moment": {"type": "string"}}, "required": ["axios", "moment"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "cfn-template-checker", "version" : "1.1.0", "description" : "Lambda Package to check if CloudFormation templates have changed since the last time it was checked.", "main" : "index.js", "scripts" : {"clean" : "rm -rf node_modules coverage", "test" : "CI=true jest --config jestconfig.json --coverage --silent"}, "author" : "aws-solutions-builders", "license" : "Apache-2.0", "devDependencies" : {"aws-sdk" : "2.631.0", "jest" : "^26.6.3"}, "dependencies" : {"axios" : "^0.21.1", "moment" : "^2.27.0"}}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "string"}}, "required": ["clean", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "jest": {"type": "string"}}, "required": ["aws-sdk", "jest"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "moment": {"type": "string"}}, "required": ["axios", "moment"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "7201062010", "district_id" : "7201062", "name" : "LUK PANENTENG"}
|
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#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"replace" : false, "values" : ["#forge:ores/inferium", "#forge:ores/prosperity", "#forge:ores/soulium"]}
|
json_instruct
|
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@aws-sdk/client-dynamodb": {"type": "string"}, "@aws-sdk/client-s3": {"type": "string"}, "@aws-sdk/util-dynamodb": {"type": "string"}, "aws-lambda-ric": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@aws-sdk/client-dynamodb", "@aws-sdk/client-s3", "@aws-sdk/util-dynamodb", "aws-lambda-ric", "uuid"]}}, "required": ["name", "version", "description", "author", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "glb2usdz", "version" : "1.0.0", "description" : "glb2usdz on aws lambda container", "author" : "dasithdev", "main" : "server.js", "scripts" : {"start" : "server.lambdahandler"}, "dependencies" : {"@aws-sdk/client-dynamodb" : "^3.19.0", "@aws-sdk/client-s3" : "^3.19.0", "@aws-sdk/util-dynamodb" : "^3.19.0", "aws-lambda-ric" : "^1.0.0", "uuid" : "^8.3.2"}}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@aws-sdk/client-dynamodb": {"type": "string"}, "@aws-sdk/client-s3": {"type": "string"}, "@aws-sdk/util-dynamodb": {"type": "string"}, "aws-lambda-ric": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@aws-sdk/client-dynamodb", "@aws-sdk/client-s3", "@aws-sdk/util-dynamodb", "aws-lambda-ric", "uuid"]}}, "required": ["name", "version", "description", "author", "main", "scripts", "dependencies"], "$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"}, "type": {"type": "string"}, "model": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "timestamp": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "accelerometerlist": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}, "t": {"type": "string"}}, "required": ["x", "y", "z", "t"]}}}, "required": ["type", "value"]}}, "required": ["id", "type", "model", "timestamp", "accelerometerlist"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "sensor_1", "type" : "sensor", "model" : {"type" : "Text", "value" : "arduino_dth_11"}, "timestamp" : {"type" : "ISO8601", "value" : "2020-10-07T09:50:00Z"}, "accelerometerlist" : {"type" : "Text", "value" : [{"x" : -0.384399414, "y" : 2.519180298, "z" : 9.288574219, "t" : "2020-10-06T18:42:14Z"}, {"x" : -0.357467651, "y" : 2.469497681, "z" : 9.574081421, "t" : "2020-10-06T18:42:14Z"}, {"x" : -0.462814331, "y" : 2.379714966, "z" : 9.450775146, "t" : "2020-10-06T18:42:14Z"}, {"x" : -0.405960083, "y" : 2.387496948, "z" : 9.595626831, "t" : "2020-10-06T18:42:14Z"}]}}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "model": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "timestamp": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "accelerometerlist": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}, "t": {"type": "string"}}, "required": ["x", "y", "z", "t"]}}}, "required": ["type", "value"]}}, "required": ["id", "type", "model", "timestamp", "accelerometerlist"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"place_name" : "Gracemont", "state_name" : "Oklahoma", "state_abbrv" : "OK", "lat" : "35.1875", "long" : "-98.2835"}
|
json_instruct
|
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"symbol" : "PENDLE", "address" : "0x808507121B80c02388fAd14726482e061B8da827", "overview" : {"en" : ""}, "email" : "", "website" : "https://pendle.finance/", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/pendle", "twitter" : "https://twitter.com/pendle_fi", "telegram" : "", "github" : ""}}
|
json_instruct
|
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"word" : "terret", "definition" : "One of the rings on the top of the saddle of a harness, through which the reins pass."}
|
json_instruct
|
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pokemon": {"type": "string"}, "learnset": {"type": "object", "properties": {"headbutt": {"type": "array", "items": {"type": "string"}}, "holdback": {"type": "array", "items": {"type": "string"}}, "irondefense": {"type": "array", "items": {"type": "string"}}, "ironhead": {"type": "array", "items": {"type": "string"}}, "steelbeam": {"type": "array", "items": {"type": "string"}}, "tackle": {"type": "array", "items": {"type": "string"}}, "takedown": {"type": "array", "items": {"type": "string"}}, "zenheadbutt": {"type": "array", "items": {"type": "string"}}}, "required": ["headbutt", "holdback", "irondefense", "ironhead", "steelbeam", "tackle", "takedown", "zenheadbutt"]}, "eventData": {"type": "array", "items": {"type": "object", "properties": {"generation": {"type": "integer"}, "level": {"type": "integer"}, "shiny": {"type": "boolean"}, "moves": {"type": "array", "items": {"type": "string"}}, "pokeball": {"type": "string"}}, "required": ["generation", "level", "shiny", "moves", "pokeball"]}}, "encounters": {"type": "array", "items": {}}, "eventOnly": {"type": "boolean"}}, "required": ["pokemon", "learnset", "eventData", "encounters", "eventOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"pokemon" : "beldum", "learnset" : {"headbutt" : ["4T"], "holdback" : ["6S0"], "irondefense" : ["8M", "7T", "6T", "6S0", "5T", "4T"], "ironhead" : ["8M", "7T", "6T", "6S0", "5T", "5D", "4T"], "steelbeam" : ["8T"], "tackle" : ["8L1"], "takedown" : ["7L1", "6L1", "5L1", "5D", "4L1", "3L1"], "zenheadbutt" : ["8M", "7T", "6T", "6S0", "5T", "5D", "4T"]}, "eventData" : [{"generation" : 6, "level" : 5, "shiny" : true, "moves" : ["holdback", "ironhead", "zenheadbutt", "irondefense"], "pokeball" : "cherishball"}], "encounters" : [], "eventOnly" : false}
|
json_instruct
|
{"type": "object", "properties": {"pokemon": {"type": "string"}, "learnset": {"type": "object", "properties": {"headbutt": {"type": "array", "items": {"type": "string"}}, "holdback": {"type": "array", "items": {"type": "string"}}, "irondefense": {"type": "array", "items": {"type": "string"}}, "ironhead": {"type": "array", "items": {"type": "string"}}, "steelbeam": {"type": "array", "items": {"type": "string"}}, "tackle": {"type": "array", "items": {"type": "string"}}, "takedown": {"type": "array", "items": {"type": "string"}}, "zenheadbutt": {"type": "array", "items": {"type": "string"}}}, "required": ["headbutt", "holdback", "irondefense", "ironhead", "steelbeam", "tackle", "takedown", "zenheadbutt"]}, "eventData": {"type": "array", "items": {"type": "object", "properties": {"generation": {"type": "integer"}, "level": {"type": "integer"}, "shiny": {"type": "boolean"}, "moves": {"type": "array", "items": {"type": "string"}}, "pokeball": {"type": "string"}}, "required": ["generation", "level", "shiny", "moves", "pokeball"]}}, "encounters": {"type": "array", "items": {}}, "eventOnly": {"type": "boolean"}}, "required": ["pokemon", "learnset", "eventData", "encounters", "eventOnly"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "60319526", "name" : "Tarrant Way", "nodes" : [{"type" : "node", "id" : 750037551, "lat" : 52.2902416, "lon" : -0.8439342}, {"type" : "node", "id" : 750037560, "lat" : 52.2891909, "lon" : -0.8434312}, {"type" : "node", "id" : 750037630, "lat" : 52.2889891, "lon" : -0.8435019}, {"type" : "node", "id" : 750037631, "lat" : 52.2893564, "lon" : -0.8433536}, {"type" : "node", "id" : 750037632, "lat" : 52.2895681, "lon" : -0.8433161}, {"type" : "node", "id" : 750037634, "lat" : 52.2897748, "lon" : -0.8433563}, {"type" : "node", "id" : 750037636, "lat" : 52.2899339, "lon" : -0.8434717}, {"type" : "node", "id" : 750037638, "lat" : 52.2901636, "lon" : -0.8438043}, {"type" : "node", "id" : 750037640, "lat" : 52.290518, "lon" : -0.8443943}], "volunteer_postcode" : "NN3 7DH", "closest_distance" : 391}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"alias": {"type": "string"}, "compactors": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "finder": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "notName": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "in": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "notName", "exclude", "in"]}}, "git-version": {"type": "string"}, "output": {"type": "string"}}, "required": ["alias", "compactors", "directories", "files", "finder", "git-version", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"alias" : "cecil.phar", "compactors" : ["KevinGH\\Box\\Compactor\\Json", "KevinGH\\Box\\Compactor\\Php"], "directories" : ["config", "src", "res"], "files" : ["LICENSE", "VERSION"], "finder" : [{"name" : ["LICENSE*", "License*", "*.php", "*.xml", "*.xsd", "*.yaml", "*.yml", "*.json", "*.txt", "*.twig", "VERSION"], "notName" : ["composer.json"], "exclude" : ["phpunit", "Tests", "tests"], "in" : ["vendor"]}], "git-version" : "git_version", "output" : "dist/cecil.phar"}
|
json_instruct
|
{"type": "object", "properties": {"alias": {"type": "string"}, "compactors": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "finder": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "notName": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "in": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "notName", "exclude", "in"]}}, "git-version": {"type": "string"}, "output": {"type": "string"}}, "required": ["alias", "compactors", "directories", "files", "finder", "git-version", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[{"merged" : "/Users/sumitsaurabh/data/workspace/flagbeat/plugins/flagbeat-edittext/textpad/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", "source" : "/Users/sumitsaurabh/.gradle/caches/transforms-2/files-2.1/8e0a164398b7d6dacc7a2fb7142be0c8/appcompat-1.2.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png"}, {"merged" : "/Users/sumitsaurabh/data/workspace/flagbeat/plugins/flagbeat-edittext/textpad/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", "source" : "/Users/sumitsaurabh/.gradle/caches/transforms-2/files-2.1/8e0a164398b7d6dacc7a2fb7142be0c8/appcompat-1.2.0/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png"}, {"merged" : "/Users/sumitsaurabh/data/workspace/flagbeat/plugins/flagbeat-edittext/textpad/build/intermediates/res/merged/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png", "source" : "/Users/sumitsaurabh/.gradle/caches/transforms-2/files-2.1/8e0a164398b7d6dacc7a2fb7142be0c8/appcompat-1.2.0/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png"}]
|
json_instruct
|
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Watch and learn: Semi-supervised learning of object detectors from videos.", "fields" : ["viola jones object detection framework", "object class detection", "semi supervised learning", "video tracking", "annotation"], "abstract" : "We present a semi-supervised approach that localizes multiple unknown object instances in long videos. We start with a handful of labeled boxes and iteratively learn and label hundreds of thousands of object instances. We propose criteria for reliable object detection and tracking for constraining the semi-supervised learning process and minimizing semantic drift. Our approach does not assume exhaustive labeling of each object instance in any single frame, or any explicit annotation of negative data. Working in such a generic setting allow us to tackle multiple object instances in video, many of which are static. In contrast, existing approaches either do not consider multiple object instances per video, or rely heavily on the motion of the objects present. The experiments demonstrate the effectiveness of our approach by evaluating the automatically labeled data on a variety of metrics like quality, coverage (recall), diversity, and relevance to training an object detector.", "citation" : "Citations (24)", "year" : "2015", "departments" : ["Carnegie Mellon University", "Carnegie Mellon University", "Carnegie Mellon University"], "conf" : "cvpr", "authors" : ["Ishan Misra.....http://dblp.org/pers/hd/m/Misra:Ishan", "Abhinav Shrivastava.....http://dblp.org/pers/hd/s/Shrivastava:Abhinav", "Martial Hebert.....http://dblp.org/pers/hd/h/Hebert:Martial"], "pages" : 10}
|
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#"}
|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["hash", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"hash" : "75d76c2f9fff4e5b190c8966d1409b8461a0f3edf0dca65da80df9bbe41c5faa", "height" : 3810, "block" : "000000205ea710ec737ce3dbe3c24d778eed12d8292337d4462dc8e4ee1b34f21201000012e513120ea0430ecf2bcc2dd01ed6941c3d2cfcba544f4488361fb725972b37dc4b675effff7f20050000000203000500010000000000000000000000000000000000000000000000000000000000000000ffffffff0502e20e0107ffffffff0200902f50090000001976a914ecfd5aaebcbb8f4791e716e188b20d4f0183265c88ac00e40b54020000001976a914ecfd5aaebcbb8f4791e716e188b20d4f0183265c88ac00000000460200e20e0000be0c7d02ff51a9d30e39873ebb953d763595565fcbe0512a04bfa25ed0455e38000000000000000000000000000000000000000000000000000000000000000003000600000000000000fd49010100e20e00000100015cf0253689f140d713efca32a6e6198c2a3e5b98b3bd7d7e9b52ec5e649adf3c320000000000000032000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"}
|
json_instruct
|
{"type": "object", "properties": {"hash": {"type": "string"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["hash", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Token": {"type": "object", "properties": {"Issuer": {"type": "string"}, "Audience": {"type": "string"}, "Key": {"type": "string"}}, "required": ["Issuer", "Audience", "Key"]}, "RuntimeFeature": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "RootPath": {"type": "string"}, "Policy": {"type": "string"}, "Scheme": {"type": "string"}}, "required": ["Enabled", "RootPath", "Policy", "Scheme"]}, "MetaFeature": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "RootPath": {"type": "string"}, "Policy": {"type": "string"}, "Scheme": {"type": "string"}, "ApplicationId": {"type": "string"}}, "required": ["Enabled", "RootPath", "Policy", "Scheme", "ApplicationId"]}}, "required": ["AllowedHosts", "Logging", "Token", "RuntimeFeature", "MetaFeature"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"AllowedHosts" : "*", "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Token" : {"Issuer" : "self", "Audience" : "self", "Key" : "abcdefghijklmnopqrstuvwxyz"}, "RuntimeFeature" : {"Enabled" : true, "RootPath" : "/runtime", "Policy" : "NoPolicy", "Scheme" : "NoScheme"}, "MetaFeature" : {"Enabled" : true, "RootPath" : "/meta", "Policy" : "NoPolicy", "Scheme" : "NoScheme", "ApplicationId" : "Demo"}}
|
json_instruct
|
{"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "Token": {"type": "object", "properties": {"Issuer": {"type": "string"}, "Audience": {"type": "string"}, "Key": {"type": "string"}}, "required": ["Issuer", "Audience", "Key"]}, "RuntimeFeature": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "RootPath": {"type": "string"}, "Policy": {"type": "string"}, "Scheme": {"type": "string"}}, "required": ["Enabled", "RootPath", "Policy", "Scheme"]}, "MetaFeature": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "RootPath": {"type": "string"}, "Policy": {"type": "string"}, "Scheme": {"type": "string"}, "ApplicationId": {"type": "string"}}, "required": ["Enabled", "RootPath", "Policy", "Scheme", "ApplicationId"]}}, "required": ["AllowedHosts", "Logging", "Token", "RuntimeFeature", "MetaFeature"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "policy": {"type": "object", "properties": {"plen": {"type": "integer"}, "psets": {"type": "integer"}, "pdict": {"type": "integer"}, "phist": {"type": "integer"}, "prenew": {"type": "integer"}}, "required": ["plen", "psets", "pdict", "phist", "prenew"]}, "description": {"type": "string"}, "event": {"type": "string"}, "consequences": {"type": "string"}, "risk": {"type": "number"}, "cost": {"type": "integer"}, "risk-modifier": {"type": "number"}, "cost-modifier": {"type": "number"}}, "required": ["id", "name", "type", "policy", "description", "event", "consequences", "risk", "cost", "risk-modifier", "cost-modifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : 12, "name" : "too_hard", "type" : "stolen", "policy" : {"plen" : 12, "psets" : 4, "pdict" : 1, "phist" : 3, "prenew" : 1}, "description" : "You require very complex passwords that are impossible to memorize and you ask people to change them every month. On the other hand password recovery needs to go through a manned helpdesk.", "event" : "The employees try to comply really hard in the beginning, but every time they have to renew theirs they struggle more and more to come up with something new and different.", "consequences" : "Because passwords are complicated, many employees forget them and end up requesting new ones.", "risk" : 0.8, "cost" : 1, "risk-modifier" : -0.01, "cost-modifier" : 0.1}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "policy": {"type": "object", "properties": {"plen": {"type": "integer"}, "psets": {"type": "integer"}, "pdict": {"type": "integer"}, "phist": {"type": "integer"}, "prenew": {"type": "integer"}}, "required": ["plen", "psets", "pdict", "phist", "prenew"]}, "description": {"type": "string"}, "event": {"type": "string"}, "consequences": {"type": "string"}, "risk": {"type": "number"}, "cost": {"type": "integer"}, "risk-modifier": {"type": "number"}, "cost-modifier": {"type": "number"}}, "required": ["id", "name", "type", "policy", "description", "event", "consequences", "risk", "cost", "risk-modifier", "cost-modifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "working_dir": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"https://github.com/boostorg/config": {"type": "object", "properties": {"version": {"type": "string"}, "dir": {"type": "string"}}, "required": ["version", "dir"]}}, "required": ["https://github.com/boostorg/config"]}, "versions": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "url", "working_dir", "files", "dependencies", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"type" : "github", "url" : "https://github.com/CPPAlliance/json", "working_dir" : "include", "files" : ["boost/json.hpp", "boost/pilfer.hpp", "boost/json/array.hpp", "boost/json/basic_parser.hpp", "boost/json/config.hpp", "boost/json/error.hpp", "boost/json/kind.hpp", "boost/json/monotonic_resource.hpp", "boost/json/number_cast.hpp", "boost/json/object.hpp", "boost/json/parser.hpp", "boost/json/serializer.hpp", "boost/json/src.hpp", "boost/json/storage_ptr.hpp", "boost/json/string.hpp", "boost/json/to_value.hpp", "boost/json/traits.hpp", "boost/json/value_cast.hpp", "boost/json/value.hpp", "boost/json/value_ref.hpp"], "dependencies" : {"https://github.com/boostorg/config" : {"version" : "boost-1.72.0", "dir" : "include"}}, "versions" : ["develop"]}
|
json_instruct
|
{"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "working_dir": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"https://github.com/boostorg/config": {"type": "object", "properties": {"version": {"type": "string"}, "dir": {"type": "string"}}, "required": ["version", "dir"]}}, "required": ["https://github.com/boostorg/config"]}, "versions": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "url", "working_dir", "files", "dependencies", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Root": {"type": "string"}, "Name": {"type": "string"}, "Base": {"type": "string"}, "ContentType": {"type": "string"}, "RelationshipType": {"type": "string"}, "Target": {"type": "string"}, "RootElement": {"type": "string"}, "Paths": {"type": "object", "properties": {"General": {"type": "string"}}, "required": ["General"]}}, "required": ["Root", "Name", "Base", "ContentType", "RelationshipType", "Target", "RootElement", "Paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"Root" : "x:CT_QueryTable", "Name" : "QueryTablePart", "Base" : "OpenXmlPart", "ContentType" : "application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml", "RelationshipType" : "http://schemas.openxmlformats.org/officeDocument/2006/relationships/queryTable", "Target" : "queryTable", "RootElement" : "queryTable", "Paths" : {"General" : "../queryTables"}}
|
json_instruct
|
{"type": "object", "properties": {"Root": {"type": "string"}, "Name": {"type": "string"}, "Base": {"type": "string"}, "ContentType": {"type": "string"}, "RelationshipType": {"type": "string"}, "Target": {"type": "string"}, "RootElement": {"type": "string"}, "Paths": {"type": "object", "properties": {"General": {"type": "string"}}, "required": ["General"]}}, "required": ["Root", "Name", "Base", "ContentType", "RelationshipType", "Target", "RootElement", "Paths"], "$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" : [[[123.0, 26.25], [123.0, 26.333333333333332], [123.125, 26.333333333333332], [123.125, 26.25], [123.0, 26.25]]]}, "properties" : {"code" : 392330, "url" : "http://madefor.github.io/0410/api/v1/392330.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/392330.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#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"symbol" : "HBT", "address" : "0xDd6C68bb32462e01705011a4e2Ad1a60740f217F"}
|
json_instruct
|
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}}, "required": ["symbol", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "string"}, "network": {"type": "string"}, "symbol": {"type": "string"}, "skin": {"type": "string"}, "domain": {"type": "string"}, "strategies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "params": {"type": "object", "properties": {"address": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["address", "symbol"]}}, "required": ["name", "params"]}}, "members": {"type": "array", "items": {"type": "string"}}, "filters": {"type": "object", "properties": {"defaultTab": {"type": "string"}, "minScore": {"type": "integer"}, "invalids": {"type": "array", "items": {"type": "string"}}}, "required": ["defaultTab", "minScore", "invalids"]}}, "required": ["token", "name", "network", "symbol", "skin", "domain", "strategies", "members", "filters"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"token" : "0x87047986e8e4961c11d2edcd94285e3a1331d97b", "name" : "Yakuza", "network" : "1", "symbol" : "YKZ", "skin" : "yakuza", "domain" : "vote.ykz.network", "strategies" : [{"name" : "erc20-balance-of", "params" : {"address" : "0x87047986e8e4961c11d2edcd94285e3a1331d97b", "symbol" : "YKZ"}}], "members" : ["0x69eF61AFc3AA356e1ac97347119d75cBdAbEF534"], "filters" : {"defaultTab" : "all", "minScore" : 1, "invalids" : ["QmdxrApBvuX55gZ8YXhMWycBurRZmK7erWvZeenusuSnAF"]}}
|
json_instruct
|
{"type": "object", "properties": {"token": {"type": "string"}, "name": {"type": "string"}, "network": {"type": "string"}, "symbol": {"type": "string"}, "skin": {"type": "string"}, "domain": {"type": "string"}, "strategies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "params": {"type": "object", "properties": {"address": {"type": "string"}, "symbol": {"type": "string"}}, "required": ["address", "symbol"]}}, "required": ["name", "params"]}}, "members": {"type": "array", "items": {"type": "string"}}, "filters": {"type": "object", "properties": {"defaultTab": {"type": "string"}, "minScore": {"type": "integer"}, "invalids": {"type": "array", "items": {"type": "string"}}}, "required": ["defaultTab", "minScore", "invalids"]}}, "required": ["token", "name", "network", "symbol", "skin", "domain", "strategies", "members", "filters"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"h" : "89b53c5e3eb8eef8d8e4", "c" : {"0" : true}}
|
json_instruct
|
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : 3871, "date" : "2012-07-24 07:27:40", "user" : "aveline", "post" : "Hi\r\nIntroducing newly launched unmanaged OpenVZ VPS brand http://libvz.com\r\n\r\n**Our VPS plans starting at $24/yr!!\r\n128MB Guaranteed\r\n256MB Burstable\r\n10GB HDD Space\r\n1000GB Bandwidth\r\n1 CPU Core(s)\r\n1 IPv4 Address(es)**\r\n\r\n[$24/yr order link\r\n](https://libvz.com/billing/product/order-conf/1/annually)\r\nOther plans:\r\n\r\nVZ256\r\n\r\n256MB Guaranteed\r\n512MB Burstable\r\n20GB HDD Space\r\n1500GB Bandwidth\r\n2 CPU Core(s)\r\n1 IPv4 Address(es)\r\n\r\n[$35/yr order link\r\n](https://libvz.com/billing/product/order-conf/2/annually)\r\n[$3.5/m order link\r\n](https://libvz.com/billing/product/order-conf/2/monthly)\r\nVZ512\r\n\r\n512MB Guaranteed\r\n1024MB Burstable\r\n30GB HDD Space\r\n2000GB Bandwidth\r\n3 CPU Core(s)\r\n1 IPv4 Address(es)\r\n\r\n[$59.5/yr order link](https://libvz.com/billing/product/order-conf/3/annually)\r\n[$5.95/m order link](https://libvz.com/billing/product/order-conf/3/monthly)\r\n\r\n\r\nLocated in Los Angeles, all nodes with Quad Core Xeon and 2*1Gbps NIC connected.\r\n\r\nTest IP: 205.134.228.164\r\nTest File: http://205.134.228.164/100mb.bin\r\n\r\nFeatures:\r\nWe use MAGIX to setup and manage your box. It's automatic and fast. You can easily manage your VPS, like reinstalling OS, changing root pass or turn on/off VPS features.\r\nAlso you can enable TUN/PPP/NFS features on MAGIX, it's easy and simple.\r\n\r\nContact:\r\nIf you have any question, you can email us [support@libvz.com](mailto:support@libvz.com) or open a ticket in the client area.\r\n"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"symbol" : "CFL365", "address" : "0xC1E0510A0dF7646817b6632D32CaA681A425a5e6", "overview" : {"en" : ""}, "email" : "", "website" : "http://cfl365.finance", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/cfl365-finance", "twitter" : "https://twitter.com/cfl365_finance", "telegram" : "", "github" : ""}}
|
json_instruct
|
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github"]}}, "required": ["symbol", "address", "overview", "email", "website", "state", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"variants" : {"" : {"model" : "deep_trenches:block/waveite_diamond_ore"}}}
|
json_instruct
|
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[3.0879105894033594, 1.3215193764760307, 2.0521437905932105, 1.441910051495546, 1.3924134934711832, 0.8342500210901382, 0.9208044253986348, 3.135698924872329, 2.142958784954754, 2.475899337483021]
|
json_instruct
|
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[["411325100", "\u57ce\u5173\u9547", "411325"], ["411325101", "\u590f\u9986\u9547", "411325"], ["411325102", "\u5e08\u5c97\u9547", "411325"], ["411325103", "\u9a6c\u5c71\u53e3\u9547", "411325"], ["411325104", "\u6e4d\u4e1c\u9547", "411325"], ["411325105", "\u8d64\u7709\u9547", "411325"], ["411325106", "\u74e6\u4ead\u9547", "411325"], ["411325107", "\u738b\u5e97\u9547", "411325"], ["411325108", "\u704c\u6da8\u9547", "411325"], ["411325109", "\u6843\u6eaa\u9547", "411325"], ["411325300", "\u677f\u573a\u4e61", "411325"], ["411325301", "\u5927\u6865\u4e61", "411325"], ["411325302", "\u8d75\u5e97\u4e61", "411325"], ["411325306", "\u4e03\u91cc\u576a\u4e61", "411325"], ["411325307", "\u4f59\u5173\u4e61", "411325"], ["411325308", "\u781f\u5c96\u4e61", "411325"]]
|
json_instruct
|
{"type": "array", "items": {"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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "mongodb": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}, "reload": {"type": "string"}}, "required": ["express", "lodash", "material-ui", "mongodb", "react", "react-dom", "react-router", "react-tap-event-plugin", "reload"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "gulp": {"type": "string"}, "gulp-streamify": {"type": "string"}, "gulp-uglify": {"type": "string"}, "utils-merge": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babelify", "browserify", "gulp", "gulp-streamify", "gulp-uglify", "utils-merge", "vinyl-source-stream", "watchify"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "recipe-organizer", "version" : "1.0.0", "description" : "A small recipe app", "main" : "app.js", "dependencies" : {"express" : "^4.14.0", "lodash" : "^4.16.6", "material-ui" : "^0.16.4", "mongodb" : "^2.2.11", "react" : "^15.4.1", "react-dom" : "^15.4.1", "react-router" : "^3.0.0", "react-tap-event-plugin" : "^2.0.1", "reload" : "^1.1.0"}, "devDependencies" : {"babel-preset-es2015" : "^6.18.0", "babel-preset-react" : "^6.16.0", "babelify" : "^7.3.0", "browserify" : "^13.1.1", "gulp" : "^3.9.1", "gulp-streamify" : "^1.0.2", "gulp-uglify" : "^2.0.0", "utils-merge" : "^1.0.0", "vinyl-source-stream" : "^1.1.0", "watchify" : "^3.7.0"}, "scripts" : {"start" : "nodemon -e css,ejs,js,json --watch server server/app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/chambjl/recipe-organizer.git"}, "author" : "Jason Chamberlin", "license" : "MIT", "bugs" : {"url" : "https://github.com/chambjl/recipe-organizer/issues"}, "homepage" : "https://github.com/chambjl/recipe-organizer"}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "mongodb": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}, "reload": {"type": "string"}}, "required": ["express", "lodash", "material-ui", "mongodb", "react", "react-dom", "react-router", "react-tap-event-plugin", "reload"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "gulp": {"type": "string"}, "gulp-streamify": {"type": "string"}, "gulp-uglify": {"type": "string"}, "utils-merge": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babelify", "browserify", "gulp", "gulp-streamify", "gulp-uglify", "utils-merge", "vinyl-source-stream", "watchify"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sn55.21:0.1": {"type": "string"}, "sn55.21:0.2": {"type": "string"}, "sn55.21:0.3": {"type": "string"}, "sn55.21:1.1": {"type": "string"}, "sn55.21:1.2": {"type": "string"}, "sn55.21:1.3": {"type": "string"}, "sn55.21:1.4": {"type": "string"}, "sn55.21:1.5": {"type": "string"}, "sn55.21:1.6": {"type": "string"}, "sn55.21:1.7": {"type": "string"}, "sn55.21:1.8": {"type": "string"}, "sn55.21:1.9": {"type": "string"}, "sn55.21:1.10": {"type": "string"}, "sn55.21:1.11": {"type": "string"}, "sn55.21:1.12": {"type": "string"}, "sn55.21:1.13": {"type": "string"}, "sn55.21:2.1": {"type": "string"}, "sn55.21:2.2": {"type": "string"}, "sn55.21:2.3": {"type": "string"}, "sn55.21:2.4": {"type": "string"}, "sn55.21:2.5": {"type": "string"}, "sn55.21:3.1": {"type": "string"}, "sn55.21:3.2": {"type": "string"}, "sn55.21:3.3": {"type": "string"}, "sn55.21:3.4": {"type": "string"}, "sn55.21:3.5": {"type": "string"}, "sn55.21:3.6": {"type": "string"}, "sn55.21:3.7": {"type": "string"}, "sn55.21:3.8": {"type": "string"}, "sn55.21:3.9": {"type": "string"}}, "required": ["sn55.21:0.1", "sn55.21:0.2", "sn55.21:0.3", "sn55.21:1.1", "sn55.21:1.2", "sn55.21:1.3", "sn55.21:1.4", "sn55.21:1.5", "sn55.21:1.6", "sn55.21:1.7", "sn55.21:1.8", "sn55.21:1.9", "sn55.21:1.10", "sn55.21:1.11", "sn55.21:1.12", "sn55.21:1.13", "sn55.21:2.1", "sn55.21:2.2", "sn55.21:2.3", "sn55.21:2.4", "sn55.21:2.5", "sn55.21:3.1", "sn55.21:3.2", "sn55.21:3.3", "sn55.21:3.4", "sn55.21:3.5", "sn55.21:3.6", "sn55.21:3.7", "sn55.21:3.8", "sn55.21:3.9"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"sn55.21:0.1" : "<article id='sn55.21'><header><ul><li class='division'>{}</li>", "sn55.21:0.2" : "<li>{}</li></ul>", "sn55.21:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "sn55.21:1.1" : "<p><span class='evam'>{}</span>", "sn55.21:1.2" : "{}", "sn55.21:1.3" : "{}</p>", "sn55.21:1.4" : "<p>{}", "sn55.21:1.5" : "{}", "sn55.21:1.6" : "{}", "sn55.21:1.7" : "{}", "sn55.21:1.8" : "{}", "sn55.21:1.9" : "{}", "sn55.21:1.10" : "{}", "sn55.21:1.11" : "{}", "sn55.21:1.12" : "{}", "sn55.21:1.13" : "{}</p>", "sn55.21:2.1" : "<p>{}", "sn55.21:2.2" : "{}", "sn55.21:2.3" : "{}", "sn55.21:2.4" : "{}", "sn55.21:2.5" : "{}</p>", "sn55.21:3.1" : "<p>{}", "sn55.21:3.2" : "{}</p>", "sn55.21:3.3" : "<p>{}", "sn55.21:3.4" : "{}", "sn55.21:3.5" : "{}</p>", "sn55.21:3.6" : "<p>{}", "sn55.21:3.7" : "{}", "sn55.21:3.8" : "{}</p>", "sn55.21:3.9" : "<p class='endsection'>{}</p></article>"}
|
json_instruct
|
{"type": "object", "properties": {"sn55.21:0.1": {"type": "string"}, "sn55.21:0.2": {"type": "string"}, "sn55.21:0.3": {"type": "string"}, "sn55.21:1.1": {"type": "string"}, "sn55.21:1.2": {"type": "string"}, "sn55.21:1.3": {"type": "string"}, "sn55.21:1.4": {"type": "string"}, "sn55.21:1.5": {"type": "string"}, "sn55.21:1.6": {"type": "string"}, "sn55.21:1.7": {"type": "string"}, "sn55.21:1.8": {"type": "string"}, "sn55.21:1.9": {"type": "string"}, "sn55.21:1.10": {"type": "string"}, "sn55.21:1.11": {"type": "string"}, "sn55.21:1.12": {"type": "string"}, "sn55.21:1.13": {"type": "string"}, "sn55.21:2.1": {"type": "string"}, "sn55.21:2.2": {"type": "string"}, "sn55.21:2.3": {"type": "string"}, "sn55.21:2.4": {"type": "string"}, "sn55.21:2.5": {"type": "string"}, "sn55.21:3.1": {"type": "string"}, "sn55.21:3.2": {"type": "string"}, "sn55.21:3.3": {"type": "string"}, "sn55.21:3.4": {"type": "string"}, "sn55.21:3.5": {"type": "string"}, "sn55.21:3.6": {"type": "string"}, "sn55.21:3.7": {"type": "string"}, "sn55.21:3.8": {"type": "string"}, "sn55.21:3.9": {"type": "string"}}, "required": ["sn55.21:0.1", "sn55.21:0.2", "sn55.21:0.3", "sn55.21:1.1", "sn55.21:1.2", "sn55.21:1.3", "sn55.21:1.4", "sn55.21:1.5", "sn55.21:1.6", "sn55.21:1.7", "sn55.21:1.8", "sn55.21:1.9", "sn55.21:1.10", "sn55.21:1.11", "sn55.21:1.12", "sn55.21:1.13", "sn55.21:2.1", "sn55.21:2.2", "sn55.21:2.3", "sn55.21:2.4", "sn55.21:2.5", "sn55.21:3.1", "sn55.21:3.2", "sn55.21:3.3", "sn55.21:3.4", "sn55.21:3.5", "sn55.21:3.6", "sn55.21:3.7", "sn55.21:3.8", "sn55.21:3.9"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "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" : [[[126.875, 29.583333333333332], [126.875, 29.666666666666668], [127.0, 29.666666666666668], [127.0, 29.583333333333332], [126.875, 29.583333333333332]]]}, "properties" : {"code" : 442637, "url" : "http://madefor.github.io/0410/api/v1/442637.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/442637.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#"}
|
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[{"label" : "Animal", "normalizedVertices" : [{"x" : 0.062162198, "y" : 0.16732809}, {"x" : 0.20852514, "y" : 0.16732809}, {"x" : 0.20852514, "y" : 0.44079578}, {"x" : 0.062162198, "y" : 0.44079578}], "score" : 0.5396227}]
|
json_instruct
|
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "null"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "null"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"aliases" : ["Zero"], "authors" : ["Louise Simonson", "Rob Liefeld"], "description" : "Zero is the name of several characters in the Marvel Comics Universe.", "images" : {"background" : null, "thumbnail" : null}, "mainColor" : null, "name" : "Zero", "partners" : [], "powers" : ["Absorption", "Computerized intelligence", "Energy damping", "Enhanced strength", "Neutralize them", "Scan for bio-mechanical", "Technological weapons"], "ranking" : {"comicCount" : 0, "eventCount" : 0, "pageviewCount" : 859, "serieCount" : 0, "storyCount" : 0}, "secretIdentities" : ["ADAM unit Zero"], "species" : [], "superName" : "Zero", "teams" : ["Mutant Liberation Front", "New Canaanites"], "urls" : {"marvel" : null, "wikipedia" : "https://en.wikipedia.org/wiki/Zero_(Marvel_Comics)"}}
|
json_instruct
|
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "null"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "null"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"word" : "Congratulate", "definitions" : ["Give (someone) one's good wishes when something special or pleasant has happened to them.", "Praise (someone) for an achievement.", "Feel pride or satisfaction."], "parts-of-speech" : "Verb"}
|
json_instruct
|
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
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" : "1210050011", "district_id" : "1210050", "name" : "TANJUNG BERINGIN"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[{"id" : "321102003001", "text" : "\u9f13\u697c\u5c97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003002", "text" : "\u53cc\u4e95\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003003", "text" : "\u5f25\u9640\u5bfa\u5df7\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003004", "text" : "\u5343\u79cb\u6865\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003005", "text" : "\u8001\u5317\u95e8\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003007", "text" : "\u4e1c\u5434\u65b0\u6751\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003009", "text" : "\u534e\u6da6\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003010", "text" : "\u9ad8\u6865\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003011", "text" : "\u7c73\u5c71\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "321102003012", "text" : "\u53e4\u57ce\u793e\u533a\u5c45\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#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"user" : "zhoukekestar", "repos" : 1, "login" : "zhoukekestar", "id" : 7157346, "avatar_url" : "https://avatars0.githubusercontent.com/u/7157346?v=3", "url" : "https://api.github.com/users/zhoukekestar", "html_url" : "https://github.com/zhoukekestar", "followers_url" : "https://api.github.com/users/zhoukekestar/followers", "following_url" : "https://api.github.com/users/zhoukekestar/following{/other_user}", "gists_url" : "https://api.github.com/users/zhoukekestar/gists{/gist_id}", "starred_url" : "https://api.github.com/users/zhoukekestar/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/zhoukekestar/subscriptions", "organizations_url" : "https://api.github.com/users/zhoukekestar/orgs", "repos_url" : "https://api.github.com/users/zhoukekestar/repos", "events_url" : "https://api.github.com/users/zhoukekestar/events{/privacy}", "received_events_url" : "https://api.github.com/users/zhoukekestar/received_events", "type" : "User", "site_admin" : false, "name" : "keke", "company" : null, "blog" : "zhoukekestar.github.io", "location" : "Zhejiang, China", "email" : "zhoukekestar@163.com", "hireable" : null, "bio" : "Technology is born for the Application.", "public_repos" : 66, "public_gists" : 9, "followers" : 16, "following" : 13, "created_at" : "2014-04-04T01:23:59Z", "updated_at" : "2017-02-19T02:39:20Z"}
|
json_instruct
|
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "string"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hub_order_tracking_title": {"type": "string"}, "hub_order_tracking_see_all": {"type": "string"}}, "required": ["hub_order_tracking_title", "hub_order_tracking_see_all"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"hub_order_tracking_title" : "Ultimo ordine", "hub_order_tracking_see_all" : "Visualizza i tuoi ordini"}
|
json_instruct
|
{"type": "object", "properties": {"hub_order_tracking_title": {"type": "string"}, "hub_order_tracking_see_all": {"type": "string"}}, "required": ["hub_order_tracking_title", "hub_order_tracking_see_all"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cldr.js": {"type": "string"}, "cldr.min.js": {"type": "string"}, "cldr/supplemental.js": {"type": "string"}, "cldr/supplemental.min.js": {"type": "string"}, "cldr/unresolved.js": {"type": "string"}, "cldr/unresolved.min.js": {"type": "string"}}, "required": ["cldr.js", "cldr.min.js", "cldr/supplemental.js", "cldr/supplemental.min.js", "cldr/unresolved.js", "cldr/unresolved.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"cldr.js" : "sha512-9BBYPsQCKtl82gHXGPAtoj0Axk6vVxYz7DiWBckw/6D3AnaZCagcC23KcTyEI3UwBTWzxyiCkG47bB8PZavmXA==", "cldr.min.js" : "sha512-3F9qIL+ylnyON2Smb3pzzznvTMEmGHIrFLV508IVaRXPTTrMuf3AR+bRpI0gxBrsbEGZATbawy5T5MUKeZlEqg==", "cldr/supplemental.js" : "sha512-UErlNBezmuXqAhLzHiS4fvH0DiGC50PmElqBsgm270QKIltTDeFCOpVRk4Xd5ckF7xM+HAKsHBurQjelUWYVTA==", "cldr/supplemental.min.js" : "sha512-38dQl838QMcUNLteM7yNVL0kSBFD73+6gqNXmL+h/em0tx+NllBgM+JycLnSaqjezgyz3udKUyjKxBO+Y3VP7w==", "cldr/unresolved.js" : "sha512-eR8uLfBkQl9Kysi2lXmCqOveSTy3NFwM4CqDqgyc5Lqs3upQp9dqx9v9brGNr9PElCfbWrhDIgn7vuJ/OLuTsg==", "cldr/unresolved.min.js" : "sha512-hZ4xH85TN9MmOgvWIQaLaz7hp2camUzZbg13/ukNpnHwpe6phAon/d/nhcUmUS5puTbONuV4ODwUgRbDesZ/eg=="}
|
json_instruct
|
{"type": "object", "properties": {"cldr.js": {"type": "string"}, "cldr.min.js": {"type": "string"}, "cldr/supplemental.js": {"type": "string"}, "cldr/supplemental.min.js": {"type": "string"}, "cldr/unresolved.js": {"type": "string"}, "cldr/unresolved.min.js": {"type": "string"}}, "required": ["cldr.js", "cldr.min.js", "cldr/supplemental.js", "cldr/supplemental.min.js", "cldr/unresolved.js", "cldr/unresolved.min.js"], "$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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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-g7pm-6346-7f46", "modified" : "2022-05-13T01:01:08Z", "published" : "2022-05-13T01:01:08Z", "aliases" : ["CVE-2016-8719"], "details" : "An exploitable reflected Cross-Site Scripting vulnerability exists in the Web Application functionality of Moxa AWK-3131A Wireless Access Point running firmware 1.1. Specially crafted input, in multiple parameters, can cause a malicious scripts to be executed by a victim.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2016-8719"}, {"type" : "WEB", "url" : "http://www.talosintelligence.com/reports/TALOS-2016-0233/"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "479eaa008d445aaaca57e42b5c5300bd297d335b"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "2006", "provinceId" : "11", "regencyId" : "06", "districtId" : "19", "name" : "Neusok"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "homepage", "authors", "description", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"name" : "ng-maps-lite", "main" : "ng-maps-lite.js", "homepage" : "https://github.com/jofftiquez/ng-maps-lite", "authors" : ["Jofferson Tiquez <jofftiquez@gmail.com>"], "description" : "A simple and easy google maps intergration for AngularJs.", "keywords" : ["google", "google", "maps", "angularjs"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
|
json_instruct
|
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "homepage", "authors", "description", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"10854": {"type": "string"}, "18372": {"type": "string"}}, "required": ["10854", "18372"]}, "timeto": {"type": "object", "properties": {"10854": {"type": "number"}, "18372": {"type": "number"}}, "required": ["10854", "18372"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : 18373, "title" : ["[A Long Pier]"], "description" : ["Greyed by weather, the thick planks of the pier are roughly cut. A trail has been worn smooth along the center of the pier, the surface sanded by the passing of many feet. Clumps of water lilies float on the water's surface to either side of the pier, their fragrance filling the air with serenity."], "paths" : ["Obvious paths: east, southwest"], "wayto" : {"10854" : "southwest", "18372" : "east"}, "timeto" : {"10854" : 0.2, "18372" : 0.2}}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "wayto": {"type": "object", "properties": {"10854": {"type": "string"}, "18372": {"type": "string"}}, "required": ["10854", "18372"]}, "timeto": {"type": "object", "properties": {"10854": {"type": "number"}, "18372": {"type": "number"}}, "required": ["10854", "18372"]}}, "required": ["id", "title", "description", "paths", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
[{"postal_code" : "22040", "place_name" : "Madero (Cacho)", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}, {"postal_code" : "22040", "place_name" : "Ju\u00e1rez", "place_type" : "Colonia", "county" : "Tijuana", "state" : "Baja California", "city" : "Tijuana"}]
|
json_instruct
|
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"id" : "d357-116", "text" : "LES JURYS 1956\nPour les oeuvres musicales avec texte:\nBelgique\nFrance\nLuxembourg\nMonaco\nPour les oeuvres litteraires ou dramatiques avec ou sans musique:\nAllemagne\nEtats-Unis\nItalie\nPays-Bas\nPortugal\nPour les documentaires, radioreportages, magazines:\nAutriche\nCanada\nGrande-Bretagne\nSuisse"}
|
json_instruct
|
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"unstable": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"current": {"type": "string"}, "download": {"type": "string"}, "announcement": {"type": "string"}, "eol": {"type": "null"}, "security": {"type": "boolean"}}, "required": ["current", "download", "announcement", "eol", "security"]}}, "required": ["0.0.1"]}}, "required": ["unstable"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"unstable" : {"0.0.1" : {"current" : "0.0.1", "download" : "https://github.com/dol-leodagan/phpbb-dol-extension/archive/0.0.1.zip", "announcement" : "https://github.com/dol-leodagan/phpbb-dol-extension/releases/", "eol" : null, "security" : false}}}
|
json_instruct
|
{"type": "object", "properties": {"unstable": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"current": {"type": "string"}, "download": {"type": "string"}, "announcement": {"type": "string"}, "eol": {"type": "null"}, "security": {"type": "boolean"}}, "required": ["current", "download", "announcement", "eol", "security"]}}, "required": ["0.0.1"]}}, "required": ["unstable"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
["/blog/2017/05/04/input-source", "hammerspoon", "hammerspoon-inputsource-aurora", "hammerspoon-luarocks", "hammerspoon-tutorial-00", "hammerspoon-tutorial-01", "hammerspoon-tutorial-02", "hammerspoon-tutorial-03", "hammerspoon-tutorial-04", "hammerspoon-tutorial-05", "my-keyboard-use"]
|
json_instruct
|
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"menu.epi_options": {"type": "string"}, "narrator.button.epi_options": {"type": "string"}, "options.small_book": {"type": "string"}, "options.bookmarking": {"type": "string"}}, "required": ["menu.epi_options", "narrator.button.epi_options", "options.small_book", "options.bookmarking"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"menu.epi_options" : "", "narrator.button.epi_options" : "Epiphany options", "options.small_book" : "Small Book", "options.bookmarking" : "Bookmarking"}
|
json_instruct
|
{"type": "object", "properties": {"menu.epi_options": {"type": "string"}, "narrator.button.epi_options": {"type": "string"}, "options.small_book": {"type": "string"}, "options.bookmarking": {"type": "string"}}, "required": ["menu.epi_options", "narrator.button.epi_options", "options.small_book", "options.bookmarking"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"title" : "\u3010MMD\u3011Rivers of love", "author" : "ajiou", "description" : "<aundefinedhref='https://www.patreon.com/posts/238-mmd-rivers-32289036'>https://www.patreon.com/posts/238-mmd-rivers-32289036</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/420886/thumbnail-420886_0003.jpg?itok=8w3Xs2nH", "download" : "https://www.iwara.tv/api/video/o5nlgtm2boh1emqzm", "origin" : "https://www.iwara.tv/videos/o5nlgtm2boh1emqzm"}
|
json_instruct
|
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"type" : "MultiPolygon", "coordinates" : [[[[-78.931297, 35.878941], [-78.93116009299995, 35.88234866000004], [-78.93161, 35.883911], [-78.93165598799997, 35.884247001000055], [-78.93174, 35.884861], [-78.931686, 35.88559], [-78.930199, 35.885311], [-78.929611, 35.88781550000004], [-78.92907, 35.887939], [-78.928947, 35.888531], [-78.928322, 35.888371], [-78.928177, 35.888672], [-78.92776775799994, 35.88904724700006], [-78.92845200099995, 35.889381], [-78.928467, 35.89098], [-78.92374824899996, 35.89099896900006], [-78.92355299899997, 35.87886], [-78.92504900099992, 35.878868], [-78.924942, 35.875401], [-78.926201, 35.875408], [-78.930054, 35.875751], [-78.93147300099996, 35.875771], [-78.931297, 35.878941]]]], "properties" : {"id" : "usa-nc-durham-fairfield-neighborhood", "type" : "neighborhood", "name" : "Fairfield", "code" : "266627"}}
|
json_instruct
|
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"DocumentIncarnation": {"type": "integer"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"EventId": {"type": "string"}, "EventType": {"type": "string"}, "ResourceType": {"type": "string"}, "Resources": {"type": "array", "items": {"type": "string"}}, "EventStatus": {"type": "string"}, "NotBefore": {"type": "string"}, "Description": {"type": "string"}, "EventSource": {"type": "string"}, "DurationInSeconds": {"type": "integer"}}, "required": ["EventId", "EventType", "ResourceType", "Resources", "EventStatus", "NotBefore", "Description", "EventSource", "DurationInSeconds"]}}}, "required": ["DocumentIncarnation", "Events"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"DocumentIncarnation" : 1, "Events" : [{"EventId" : "602d9444-d2cd-49c7-8624-8643e7171297", "EventType" : "Reboot", "ResourceType" : "VirtualMachine", "Resources" : ["FrontEnd_IN_0", "aks-spotcpu2-24406641-vmss_103"], "EventStatus" : "Scheduled", "NotBefore" : "Mon, 19 Sep 2016 18:29:47 GMT", "Description" : "Host server is undergoing maintenance", "EventSource" : "Platform", "DurationInSeconds" : -1}]}
|
json_instruct
|
{"type": "object", "properties": {"DocumentIncarnation": {"type": "integer"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"EventId": {"type": "string"}, "EventType": {"type": "string"}, "ResourceType": {"type": "string"}, "Resources": {"type": "array", "items": {"type": "string"}}, "EventStatus": {"type": "string"}, "NotBefore": {"type": "string"}, "Description": {"type": "string"}, "EventSource": {"type": "string"}, "DurationInSeconds": {"type": "integer"}}, "required": ["EventId", "EventType", "ResourceType", "Resources", "EventStatus", "NotBefore", "Description", "EventSource", "DurationInSeconds"]}}}, "required": ["DocumentIncarnation", "Events"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
{"parent" : "aquatica:block/chair/black_spruce_chair"}
|
json_instruct
|
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.