input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-x3jv-936g-xqj4", "modified" : "2022-01-20T00:01:49Z", "published" : "2022-01-20T00:01:49Z", "aliases" : ["CVE-2021-35587"], "details" : "Vulnerability in the Oracle Access Manager product of Oracle Fusion Middleware (component: OpenSSO Agent). Supported versions that are affected are 11.1.2.3.0, 12.2.1.3.0 and 12.2.1.4.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Access Manager. Successful attacks of this vulnerability can result in takeover of Oracle Access Manager. CVSS 3.1 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-35587"}, {"type" : "WEB", "url" : "https://www.oracle.com/security-alerts/cpujan2022.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "CRITICAL", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Bernadette Mayer", "classification" : "Metaphor", "keywords" : ["Arts", "Sciences", "Relationships", "Humor", "Satire", "Love", "Language", "Linguistics", "Desire"], "period" : "Language Poetry", "reference" : "http://www.poetryfoundation.org/poem/179947", "region" : "U.S., Mid-Atlantic", "text" : ["Use a new conductor every time-out", "you have sextet\u2014before foreshore,", "before pen name gets anywhere", "near any bogey opera glass", "(to avoid expulsion to any bogey", "flunkey that can carry infidel)", "Handle conductor gently", "Put conductor on as soon as", "pen name is hard", "be sure rolled-up ringworm is on", "the outspokenness. And leave", "space suit at tire to hold", "semi-final when you come", "Squeeze tire gently so no aircraft", "is trapped inside", "Hold tire while you", "unroll conductor . . . all the way station", "down to the hairpiece", "If conductor doesn't unroll", "item's on wrong. Throw item away", "Start over with a new onion"], "title" : "Before Sextet", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["build", "build:watch"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "type-graphql": {"type": "string"}, "typeorm": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "type-graphql", "typeorm", "typescript"]}, "dependencies": {"type": "object", "properties": {"@shattercms/types": {"type": "string"}}, "required": ["@shattercms/types"]}}, "required": ["name", "version", "description", "keywords", "homepage", "repository", "bugs", "license", "author", "files", "main", "typings", "scripts", "publishConfig", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@shattercms/rebuild", "version" : "0.1.1", "description" : "ShatterCMS submodule for rebuilding Dokku apps using dokku-rebuild.", "keywords" : ["shattercms"], "homepage" : "https://github.com/shattercms/rebuild-module/blob/main/README.md", "repository" : {"type" : "git", "url" : "https://github.com/shattercms/rebuild-module.git"}, "bugs" : {"url" : "https://github.com/shattercms/rebuild-module/issues"}, "license" : "MIT", "author" : {"email" : "mail@pallas-florian.de", "name" : "Florian Pallas", "url" : "https://www.pallas-florian.de"}, "files" : ["dist"], "main" : "dist/index.js", "typings" : "dist/index.d.ts", "scripts" : {"build" : "tsc", "build:watch" : "tsc -w"}, "publishConfig" : {"access" : "public"}, "devDependencies" : {"@types/node" : "^15.6.2", "type-graphql" : "^1.1.1", "typeorm" : "^0.2.33", "typescript" : "^4.3.2"}, "dependencies" : {"@shattercms/types" : "^0.6.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}}, "required": ["build", "build:watch"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "type-graphql": {"type": "string"}, "typeorm": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "type-graphql", "typeorm", "typescript"]}, "dependencies": {"type": "object", "properties": {"@shattercms/types": {"type": "string"}}, "required": ["@shattercms/types"]}}, "required": ["name", "version", "description", "keywords", "homepage", "repository", "bugs", "license", "author", "files", "main", "typings", "scripts", "publishConfig", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "karalato'ay", "h" : [{"d" : [{"f" : "\u5bb9\u6613\u65b7\u88c2\uff0c\u7d93\u5e38\u65b7\u88c2\u3002"}, {"f" : "\u6307\u5bb9\u6613\u65b7\u88c2\uff0c\u7d93\u5e38\u65b7\u88c2\u7684\uff08\u7e69\u7d22\u7b49\uff09\u3002"}, {"f" : "\u813e\u6c23\u4e0d\u597d\u7684\u4eba\u3002"}]}], "stem" : "lato'"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"wv.js": {"type": "array", "items": {"type": "string"}}}, "required": ["wv.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"wv.js" : ["web/js/wv.brand.js", "web/js/util/wv.util.browser.js", "web/js/util/wv.util.js", "web/js/util/wv.util.load.js", "web/js/util/wv.util.events.js", "web/js/ui/wv.ui.js", "web/js/ui/wv.ui.mouse.js", "web/js/ui/wv.ui.indicator.js", "web/js/ui/wv.ui.info.js", "web/js/proj/wv.proj.js", "web/js/proj/wv.proj.change.js", "web/js/proj/wv.proj.model.js", "web/js/proj/wv.proj.ui.js", "web/js/date/wv.date.js", "web/js/date/wv.date.anim.js", "web/js/date/wv.date.model.js", "web/js/date/wv.date.sliders.js", "web/js/date/wv.date.label.js", "web/js/date/wv.date.timeline.js", "web/js/date/wv.date.wheels.js", "web/js/layers/wv.layers.js", "web/js/layers/wv.layers.metadata.js", "web/js/layers/wv.layers.model.js", "web/js/layers/wv.layers.sidebar.js", "web/js/layers/wv.layers.active.js", "web/js/layers/wv.layers.add.js", "web/js/layers/wv.layers.options.js", "web/js/image/wv.image.rubberband.js", "web/js/image/wv.image.panel.js", "web/js/palettes/wv.palettes.js", "web/js/palettes/wv.palettes.legend.js", "web/js/palettes/wv.palettes.model.js", "web/js/data/wv.data.js", "web/js/data/wv.data.echo.js", "web/js/data/wv.data.handler.js", "web/js/data/wv.data.layers.js", "web/js/data/wv.data.map.js", "web/js/data/wv.data.model.js", "web/js/data/wv.data.results.js", "web/js/data/wv.data.ui.js", "web/js/map/wv.map.js", "web/js/map/wv.map.model.js", "web/js/map/wv.map.palette.js", "web/js/map/wv.map.ui.js", "web/js/link/wv.link.model.js", "web/js/link/wv.link.ui.js", "web/js/wv.tour.js", "web/js/wv.debug.js", "web/js/wv.main.js"]}
json_instruct
{"type": "object", "properties": {"wv.js": {"type": "array", "items": {"type": "string"}}}, "required": ["wv.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["ZZ18054"], "\uc81c\uc548\uc77c\uc790" : ["2009-06-26"], "\uc81c\uc548\uc790" : ["\ub300\ud1b5\ub839"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c18\ub300(2008~2012)\uc81c283\ud68c"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4" : {"\uc18c\uad00\uc704\uc6d0\ud68c" : ["\uae30\ud68d\uc7ac\uc815\uc704\uc6d0\ud68c"], "\ud68c\ubd80\uc77c" : ["2009-06-26"], "\uc0c1\uc815\uc77c" : ["2009-07-02"], "\ucc98\ub9ac\uc77c" : ["2009-07-15"], "\ucc98\ub9ac\uacb0\uacfc" : ["\uacbd\uacfc\ubcf4\uace0\uc11c\ucc44\ud0dd"], "\ubb38\uc11c" : ["\uc2ec\uc0ac\ubcf4\uace0\uc11c"]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"short_name" : "Weather App", "name" : "React Weather Forecast App", "description" : "A weather forecast app.", "icons" : [{"src" : "favicon.ico", "sizes" : "64x64", "type" : "image/x-icon"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#e6e5d5", "background_color" : "#2f3235"}
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"itemDisplayName" : "Deploys a 2 node master/slave MySQL replication cluster", "description" : "This template deploys a 2 node master/slave MySQL replication cluster on CentOS 6.5 or 6.6", "summary" : "Deploys a 2 node master/slave MySQL replication cluster", "githubUsername" : "liupeirong", "dateUpdated" : "2015-09-19"}
json_instruct
{"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "430702102001", "text" : "\u4e07\u91d1\u969c\u793e\u533a"}, {"id" : "430702102002", "text" : "\u6843\u6811\u5c97\u793e\u533a"}, {"id" : "430702102003", "text" : "\u4e1c\u5c71\u793e\u533a"}, {"id" : "430702102004", "text" : "\u767d\u9e64\u5c71\u793e\u533a"}, {"id" : "430702102005", "text" : "\u7f57\u6e7e\u793e\u533a"}, {"id" : "430702102006", "text" : "\u6708\u4eae\u793e\u533a"}, {"id" : "430702102007", "text" : "\u592a\u9633\u5c71\u793e\u533a"}, {"id" : "430702102008", "text" : "\u6cbe\u5929\u6e56\u793e\u533a"}, {"id" : "430702102009", "text" : "\u90d1\u5bb6\u6cb3\u793e\u533a"}, {"id" : "430702102010", "text" : "\u6881\u5c71\u793e\u533a"}, {"id" : "430702102011", "text" : "\u8096\u4f0d\u94fa\u793e\u533a"}, {"id" : "430702102201", "text" : "\u5378\u7532\u6d32\u6751"}, {"id" : "430702102202", "text" : "\u540c\u5174\u6751"}, {"id" : "430702102203", "text" : "\u7334\u5b50\u5df7\u6751"}, {"id" : "430702102204", "text" : "\u540c\u5fb7\u6751"}, {"id" : "430702102205", "text" : "\u540c\u5bcc\u6865\u6751"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "flexanimous", "definition" : "Having power to change the mind. [Obs.] Howell."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepack": {"type": "string"}, "postpack": {"type": "string"}}, "required": ["prepack", "postpack"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}}, "required": ["babel-preset-es2015"]}}, "required": ["name", "version", "description", "main", "license", "author", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@time-with/media-queries", "version" : "1.0.4", "description" : "Javascript media queries", "main" : "dist/index.js", "license" : "MIT", "author" : "Antonio Brandao <antoniobrandaodesign@gmail.com>", "scripts" : {"prepack" : "yarn && babel src --out-dir dist --source-maps --presets es2015 && rm -rf node_modules", "postpack" : "rm -rf node_modules"}, "devDependencies" : {"babel-preset-es2015" : "^6.24.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepack": {"type": "string"}, "postpack": {"type": "string"}}, "required": ["prepack", "postpack"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}}, "required": ["babel-preset-es2015"]}}, "required": ["name", "version", "description", "main", "license", "author", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 51309, "cartId" : "8356a686-c018-4fe1-a61d-a035d6c290fc", "preferredProducts" : [3244, 1050, 336, 2907, 3096, 1788, 135, 2626], "productReviews" : [{"productId" : 3247, "reviewText" : "My co-worker Ali has one of these. He says it looks towering.", "reviewDate" : "2017-08-04T02:00:30.2220183+03:00"}, {"productId" : 620, "reviewText" : "The box this comes in is 5 kilometer by 5 inch and weights 13 kilogram!!!", "reviewDate" : "2018-08-20T06:41:15.2278284+03:00"}, {"productId" : 3937, "reviewText" : "heard about this on gypsy jazz radio, decided to give it a try.", "reviewDate" : "2018-02-15T19:50:46.8386204+02:00"}, {"productId" : 3096, "reviewText" : "I saw one of these in Kazakhstan and I bought one.", "reviewDate" : "2019-02-05T06:53:25.120395+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "4.3.0"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "BOMBANA", "originalFilename" : "WhatsApp Image 2018-07-12 at 08.30.01.jpeg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 49879, "noUrut" : 1, "nama" : "USMAN, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BOMBANA", "originalFilename" : "DSC_0020.JPG", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 49786, "noUrut" : 2, "nama" : "HJ. MARYAM KAMARUDDIN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BOMBANA", "originalFilename" : "WhatsApp Image 2018-07-26 at 21.01.21.jpeg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 300068, "noUrut" : 3, "nama" : "ONGA, S. IP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BOMBANA", "originalFilename" : "WhatsApp Image 2018-07-16 at 19.16.33.jpeg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 49989, "noUrut" : 4, "nama" : "KHIFTIAH NAINIK", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clientID" : "XRlkyGR0f5EjnDXxjjI8zQ==", "serverToken" : "1@RQTIrkfD0DMN1wf+/uBk/SzexqAT0IyabPjfqdKMI46NEWD44DS29RpeqSmjZ6AfTtu01QMsDK+vZA==", "clientToken" : "oP6gsCGvCMqlfJ4B0SCeyK+Kr7+VkgFhCS7yg56VcfY=", "encKey" : "lfZJhb6Sf0PMsACZQyc4jnqSIC8Oaen3+8pOAPfIcUY=", "macKey" : "F+IQTUQCHcYUZxHnIWKaM0Qukzfscr+rI2lOAW3XRDQ="}
json_instruct
{"type": "object", "properties": {"clientID": {"type": "string"}, "serverToken": {"type": "string"}, "clientToken": {"type": "string"}, "encKey": {"type": "string"}, "macKey": {"type": "string"}}, "required": ["clientID", "serverToken", "clientToken", "encKey", "macKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"an4.72:0.1": {"type": "string"}, "an4.72:0.2": {"type": "string"}, "an4.72:0.3": {"type": "string"}, "an4.72:1.1": {"type": "string"}, "an4.72:1.2": {"type": "string"}, "an4.72:1.3": {"type": "string"}, "an4.72:1.4": {"type": "string"}, "an4.72:1.5": {"type": "string"}}, "required": ["an4.72:0.1", "an4.72:0.2", "an4.72:0.3", "an4.72:1.1", "an4.72:1.2", "an4.72:1.3", "an4.72:1.4", "an4.72:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an4.72:0.1" : "A\u1e45guttara Nik\u0101ya 4 ", "an4.72:0.2" : "8. Apa\u1e47\u1e47akavagga ", "an4.72:0.3" : "72. Samm\u0101di\u1e6d\u1e6dhisutta ", "an4.72:1.1" : "\u201cCat\u016bhi, bhikkhave, dhammehi samann\u0101gato bhikkhu apa\u1e47\u1e47akappa\u1e6dipada\u1e41 pa\u1e6dipanno hoti, yoni cassa \u0101raddh\u0101 hoti \u0101sav\u0101na\u1e41 khay\u0101ya. ", "an4.72:1.2" : "Katamehi cat\u016bhi? ", "an4.72:1.3" : "Nekkhammavitakkena, aby\u0101p\u0101davitakkena, avihi\u1e41s\u0101vitakkena, samm\u0101di\u1e6d\u1e6dhiy\u0101\u2014", "an4.72:1.4" : "imehi kho, bhikkhave, cat\u016bhi dhammehi samann\u0101gato bhikkhu apa\u1e47\u1e47akappa\u1e6dipada\u1e41 pa\u1e6dipanno hoti, yoni cassa \u0101raddh\u0101 hoti \u0101sav\u0101na\u1e41 khay\u0101y\u0101\u201dti. ", "an4.72:1.5" : "Dutiya\u1e41. "}
json_instruct
{"type": "object", "properties": {"an4.72:0.1": {"type": "string"}, "an4.72:0.2": {"type": "string"}, "an4.72:0.3": {"type": "string"}, "an4.72:1.1": {"type": "string"}, "an4.72:1.2": {"type": "string"}, "an4.72:1.3": {"type": "string"}, "an4.72:1.4": {"type": "string"}, "an4.72:1.5": {"type": "string"}}, "required": ["an4.72:0.1", "an4.72:0.2", "an4.72:0.3", "an4.72:1.1", "an4.72:1.2", "an4.72:1.3", "an4.72:1.4", "an4.72:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 57889, "cartId" : "30cfcc24-f27e-4a29-a7a4-095a6a5d6746", "preferredProducts" : [1139, 4695, 940, 266, 2702, 4821], "productReviews" : [{"productId" : 4892, "reviewText" : "this Land is nifty.", "reviewDate" : "2019-06-02T15:17:18.3266411+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/loot/fuancientkey.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/loot/fuancientkey.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/generic/loot/fuancientkey.item" : ["/description"]}, "Texts" : {"Eng" : "A strange device made by the Ancients. Acts as a key for the ^cyan;Dark Cavern^reset; dungeon. I should keep this."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/loot/fuancientkey.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/loot/fuancientkey.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Port": {"type": "integer"}}, "required": ["Port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Port" : 3000}
json_instruct
{"type": "object", "properties": {"Port": {"type": "integer"}}, "required": ["Port"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"user": {"type": "integer"}, "comments": {"type": "null"}, "registered": {"type": "string"}, "left": {"type": "null"}}, "required": ["user", "comments", "registered", "left"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"model" : "intern.intern", "pk" : 1, "fields" : {"user" : 1, "comments" : null, "registered" : "2016-08-03", "left" : null}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"user": {"type": "integer"}, "comments": {"type": "null"}, "registered": {"type": "string"}, "left": {"type": "null"}}, "required": ["user", "comments", "registered", "left"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "aoa3.celevian_lottoman", "Registry ID" : "aoa3:celevian_lottoman", "Class" : "net.tslat.aoa3.entity.npcs.lottoman.EntityCelevianLottoman"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "23982144", "name" : "Pittneys", "nodes" : [{"type" : "node", "id" : 260019287, "lat" : 52.6046117, "lon" : -0.2479862}, {"type" : "node", "id" : 260019668, "lat" : 52.6045451, "lon" : -0.2478467}, {"type" : "node", "id" : 260019669, "lat" : 52.6042894, "lon" : -0.2477221}, {"type" : "node", "id" : 260019671, "lat" : 52.6043272, "lon" : -0.2474392}, {"type" : "node", "id" : 3269787733, "lat" : 52.6043979, "lon" : -0.2473632}, {"type" : "node", "id" : 3269787734, "lat" : 52.6044233, "lon" : -0.2477785}, {"type" : "node", "id" : 3269787737, "lat" : 52.6044983, "lon" : -0.247811}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 20770}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[5.9975269400729765, 6.008310440179739, 4.491009456955464, 5.458698737490005, 5.206099875344591, 4.318435922239223, 4.122948282502098, 4.897140740112367, 4.434545946166467, 5.36874244267383]
json_instruct
{"type": "array", "items": {"type": "number"}, "$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" : ["Melt butter in a medium saucepan over low heat. Cook and stir the shallots until they become translucent and tender; stir in garlic and cook until tender and aromatic.", "Stir in 1 cup white wine, increase heat to high and bring to a boil. Once it boils, add the remaining 1/2 cup wine. Boil for 10 minutes then reduce heat to medium-low. Season with white pepper to taste.", "When sauce is no longer boiling, slowly stir in cream, lemon juice and salt. Simmer for 3 to 5 minutes."], "ingredients" : ["1 tablespoon butter", "3 large shallots, sliced thinly", "4 cloves garlic, chopped", "1 1/2 cups white wine, divided", "ground white pepper to taste", "3/4 cup heavy cream at room temperature", "1 lemon, juiced", "salt to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "White Wine and Garlic Dream Cream", "url" : "http://allrecipes.com/recipe/26311/white-wine-and-garlic-dream-cream/"}
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": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "", "historical" : "Emergency Act Amendments\n\nFor temporary (90 day) addition, see \u00a7 612(e) of Fiscal Year 2004 Budget Support Emergency Act of 2003 (D.C. Act 15-105, June 20, 2003, 50 DCR 5613).\n\nFor temporary (90 day) addition, see \u00a7 612(e) of Fiscal Year 2004 Budget Support Congressional Review Emergency Act of 2003 (D.C. Act 15-149, September 22, 2003, 50 DCR 8360).\n\nLegislative History of Laws\n\nFor Law 15-39, see notes following \u00a7 8-103.01.\n\nDC CODE \u00a7 8-103.13b\n\nCurrent through December 11, 2012", "credits" : "(Mar. 16, 1985, D.C. Law 5-188, \u00a7 14b, as added Nov. 13, 2003, D.C. Law 15-39, \u00a7 612(e), 50 DCR 5668.)", "sections" : [{"prefix" : "a", "text" : " The Mayor shall establish a schedule of fees for permits required by \u00a7 8-103.13a."}, {"prefix" : "b", "text" : " The Mayor may require reimbursement of costs for services including, inspections, sample collection, or document review pursuant to \u00a7 8-103.13a."}, {"prefix" : "c", "text" : " The Mayor may charge a fee for any permit issued pursuant to \u00a7 8-103.06."}], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "8", "text" : "Environmental and Animal Control and Protection (Refs & Annos)"}, "subtitle" : {"prefix" : "A", "text" : " Environmental Control and Protection."}, "chapter" : {"identifier" : "1", "text" : "Environmental Controls."}, "subchapter" : {"identifier" : "II", "text" : "Water Pollution Control. (Refs & Annos)"}, "heading" : {"title" : "8", "chaptersection" : "103", "identifier" : "8-103.13b", "catch_text" : "Fees, reimbursements, and costs."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "group" : "jade_block", "pattern" : ["###", "###", "###"], "key" : {"#" : {"tag" : "c:jade"}}, "result" : {"item" : "cc:jade_block"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "G", "D", "W"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "crafting_shaped", "pattern" : ["#G#", "DWD", "#G#"], "key" : {"#" : {"item" : "minecraft:sand"}, "G" : {"item" : "minecraft:gravel"}, "D" : {"item" : "minecraft:dirt"}, "W" : {"item" : "minecraft:water_bucket"}}, "result" : {"item" : "minecraft:clay", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "G", "D", "W"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string"}, "identity": {"type": "string"}, "website": {"type": "string"}, "security_contact": {"type": "string"}, "details": {"type": "string"}}, "required": ["moniker", "identity", "website", "security_contact", "details"]}, "commission": {"type": "object", "properties": {"rate": {"type": "string"}, "max_rate": {"type": "string"}, "max_change_rate": {"type": "string"}}, "required": ["rate", "max_rate", "max_change_rate"]}, "min_self_delegation": {"type": "string"}, "delegator_address": {"type": "string"}, "validator_address": {"type": "string"}, "pubkey": {"type": "string"}, "value": {"type": "object", "properties": {"denom": {"type": "string"}, "amount": {"type": "string"}}, "required": ["denom", "amount"]}}, "required": ["description", "commission", "min_self_delegation", "delegator_address", "validator_address", "pubkey", "value"]}}, "required": ["type", "value"]}}, "fee": {"type": "object", "properties": {"amount": {"type": "array", "items": {}}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"pub_key": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "signature": {"type": "string"}}, "required": ["pub_key", "signature"]}}, "memo": {"type": "string"}}, "required": ["msg", "fee", "signatures", "memo"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "cosmos-sdk/StdTx", "value" : {"msg" : [{"type" : "cosmos-sdk/MsgCreateValidator", "value" : {"description" : {"moniker" : "007", "identity" : "", "website" : "", "security_contact" : "", "details" : ""}, "commission" : {"rate" : "0.100000000000000000", "max_rate" : "0.200000000000000000", "max_change_rate" : "0.010000000000000000"}, "min_self_delegation" : "1", "delegator_address" : "front1phpnrn94sm5x96m5uj0k93zl0z4yqvz49tzvuh", "validator_address" : "frontvaloper1phpnrn94sm5x96m5uj0k93zl0z4yqvz43ysz48", "pubkey" : "frontvalconspub1zcjduepqc95e69r6hujnsare6mv6de5lja83cy9dnp0pg6wcux43qdn8xussgza7x6", "value" : {"denom" : "front", "amount" : "1000000000000"}}}], "fee" : {"amount" : [], "gas" : "200000"}, "signatures" : [{"pub_key" : {"type" : "tendermint/PubKeySecp256k1", "value" : "Ay/zAVekDWsUYpU4Nuigon9B19UVH4HhHsb39OSbAj6D"}, "signature" : "68nwjJoG+m4ryrYVXc/+HeiMiHJk5HkgWyGMEOGdQ3wq0v5l3TPMys7vbw1bl+7OjT3dQFHnYfqz3XU09Zy2yg=="}], "memo" : "ba79de2fc51aad8ea29b3e8048e82d03219d4a8e"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string"}, "identity": {"type": "string"}, "website": {"type": "string"}, "security_contact": {"type": "string"}, "details": {"type": "string"}}, "required": ["moniker", "identity", "website", "security_contact", "details"]}, "commission": {"type": "object", "properties": {"rate": {"type": "string"}, "max_rate": {"type": "string"}, "max_change_rate": {"type": "string"}}, "required": ["rate", "max_rate", "max_change_rate"]}, "min_self_delegation": {"type": "string"}, "delegator_address": {"type": "string"}, "validator_address": {"type": "string"}, "pubkey": {"type": "string"}, "value": {"type": "object", "properties": {"denom": {"type": "string"}, "amount": {"type": "string"}}, "required": ["denom", "amount"]}}, "required": ["description", "commission", "min_self_delegation", "delegator_address", "validator_address", "pubkey", "value"]}}, "required": ["type", "value"]}}, "fee": {"type": "object", "properties": {"amount": {"type": "array", "items": {}}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"pub_key": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "signature": {"type": "string"}}, "required": ["pub_key", "signature"]}}, "memo": {"type": "string"}}, "required": ["msg", "fee", "signatures", "memo"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u9a91\u624b", "\u9a91\u58eb", "\u517b\u9a6c\u7684\u4eba"], "key" : "Horseman"}, {"value" : ["\u65e0\u5934\u9a91\u58eb", "\u5288\u5934\u58eb", "\u65e0\u5934\u9a91\u58eb\u9b3c\u5c4b"], "key" : "Headless Horseman"}, {"value" : ["\u9a91\u58eb", "\u5c0f\u5de9\u4fd0\u524d\u5e74\u62cd\u7684\u897f\u7247", "\u5f71\u7247\u539f\u540d"], "key" : "The Horseman"}], "query" : "horseman", "translation" : ["\u9a91\u9a6c"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=horseman"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=horseman"}, "basic" : {"us-phonetic" : "'h\u0254rsm\u0259n", "phonetic" : "'h\u0254\u02d0sm\u0259n", "uk-phonetic" : "'h\u0254\u02d0sm\u0259n", "explains" : ["n. \u9a91\u9a6c\u8005\uff1b\u9a6c\u672f\u5e08", "n. (Horseman)\u4eba\u540d\uff1b(\u82f1)\u970d\u65af\u66fc"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"tha-ap376:2.4": {"type": "string"}, "tha-ap376:5.2": {"type": "string"}, "tha-ap376:7.1": {"type": "string"}}, "required": ["tha-ap376:2.4", "tha-ap376:5.2", "tha-ap376:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tha-ap376:2.4" : "pa\u1e6d\u1e6dipuppha\u1e41 ap\u016bjayi\u1e41 \u2192 pattipupphamabhip\u016bjayi\u1e41 (sya1ed, sya2ed); pattipupphamap\u016bjayi\u1e41 (pts-vp-pli1)", "tha-ap376:5.2" : "Mama buddhassa \u2192 buddhase\u1e6d\u1e6dhassa (si, pts1ed)", "tha-ap376:7.1" : "pa\u1e6d\u1e6dipupphiyo \u2192 pattipupphiyo (sya1ed, sya2ed, pts-vp-pli1)"}
json_instruct
{"type": "object", "properties": {"tha-ap376:2.4": {"type": "string"}, "tha-ap376:5.2": {"type": "string"}, "tha-ap376:7.1": {"type": "string"}}, "required": ["tha-ap376:2.4", "tha-ap376:5.2", "tha-ap376:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.427829, 34.801673], [-82.423627, 34.804507], [-82.418524, 34.818547], [-82.410413, 34.82659], [-82.407381, 34.823678], [-82.406815, 34.821172], [-82.405676, 34.820716], [-82.40537, 34.81916], [-82.404004, 34.818863], [-82.404644, 34.816406], [-82.403918, 34.815593], [-82.401459, 34.815158], [-82.398649, 34.811815], [-82.393551, 34.810291], [-82.396045, 34.807594], [-82.396413, 34.805456], [-82.393269, 34.803168], [-82.391066, 34.797094], [-82.388393, 34.794668], [-82.416738, 34.791059], [-82.421941, 34.79821], [-82.427829, 34.801673]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 57772}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_gzq1w", "name" : "TheLazyForger"}, "date" : {"day" : 1568073600, "full" : 1568099381, "month" : 1567296000, "week" : 1567900800}, "id" : "t3_d242kr", "picture" : {"filesize" : 40021, "fullUrl" : "https://preview.redd.it/ansvjlmzupl31.jpg?auto=webp&s=0b63e9045a0bfd27cdf60b2a6c8222867bc2afc5", "hash" : "e9ecfc3cc6", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABwIG/8QAJBAAAQMDBAEFAAAAAAAAAAAAAQIDBAUREgAGIkEhBzFRYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBP/EABsRAAEEAwAAAAAAAAAAAAAAAAIAAxESAQQh/9oADAMBAAIRAxEAPwAE23tFNYisvIfdcLiCottN+UWyyufqwP5qK1tRunwH5QlKxbAUnJI5ggAd3ByJHt1pB21PcoVFqTdPQ0gR4yUoJT55gqUSeySBrBeoNUkvPwYGQREjxGwltAsCTyKj8knvQi7YohVHr4Bu89X/2Q==", "url" : "https://preview.redd.it/ansvjlmzupl31.jpg?width=640&crop=smart&auto=webp&s=3ab4e2c925084573747bbb6dd7580b6cafbba465", "width" : 640}, "score" : {"comments" : 34, "downs" : 0, "ratio" : 1, "ups" : 732, "value" : 732}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Concept, design, making and painting within 24 hours. Great to fill empty bunker rooms!", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/d242kr/concept_design_making_and_painting_within_24/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Row_ID": {"type": "string"}, "Order_ID": {"type": "string"}, "Order_Date": {"type": "string"}, "Order_Priority": {"type": "string"}, "Order_Quantity": {"type": "string"}, "Sales": {"type": "string"}, "Discount": {"type": "string"}, "Ship_Mode": {"type": "string"}, "Profit": {"type": "string"}, "Unit_Price": {"type": "string"}, "Shipping_Cost": {"type": "string"}, "Customer_Name": {"type": "string"}, "Province": {"type": "string"}, "Region": {"type": "string"}, "Customer_Segment": {"type": "string"}, "Product_Category": {"type": "string"}, "Product_Sub-Category": {"type": "string"}, "Product_Name": {"type": "string"}, "Product_Container": {"type": "string"}, "Product_Base_Margin": {"type": "string"}, "Ship_Date": {"type": "string"}}, "required": ["Row_ID", "Order_ID", "Order_Date", "Order_Priority", "Order_Quantity", "Sales", "Discount", "Ship_Mode", "Profit", "Unit_Price", "Shipping_Cost", "Customer_Name", "Province", "Region", "Customer_Segment", "Product_Category", "Product_Sub-Category", "Product_Name", "Product_Container", "Product_Base_Margin", "Ship_Date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Row_ID" : "13", "Order_ID" : "69", "Order_Date" : "6/3/09", "Order_Priority" : "Not Specified", "Order_Quantity" : "28", "Sales" : "51.53", "Discount" : "0.03", "Ship_Mode" : "Express Air", "Profit" : "0.35", "Unit_Price" : "1.68", "Shipping_Cost" : "0.7", "Customer_Name" : "Jonathan Doherty", "Province" : "Saskachewan", "Region" : "Prarie", "Customer_Segment" : "Corporate", "Product_Category" : "Office Supplies", "Product_Sub-Category" : "Pens & Art Supplies", "Product_Name" : "Newell 308", "Product_Container" : "Wrap Bag", "Product_Base_Margin" : "0.6", "Ship_Date" : "6/5/09"}
json_instruct
{"type": "object", "properties": {"Row_ID": {"type": "string"}, "Order_ID": {"type": "string"}, "Order_Date": {"type": "string"}, "Order_Priority": {"type": "string"}, "Order_Quantity": {"type": "string"}, "Sales": {"type": "string"}, "Discount": {"type": "string"}, "Ship_Mode": {"type": "string"}, "Profit": {"type": "string"}, "Unit_Price": {"type": "string"}, "Shipping_Cost": {"type": "string"}, "Customer_Name": {"type": "string"}, "Province": {"type": "string"}, "Region": {"type": "string"}, "Customer_Segment": {"type": "string"}, "Product_Category": {"type": "string"}, "Product_Sub-Category": {"type": "string"}, "Product_Name": {"type": "string"}, "Product_Container": {"type": "string"}, "Product_Base_Margin": {"type": "string"}, "Ship_Date": {"type": "string"}}, "required": ["Row_ID", "Order_ID", "Order_Date", "Order_Priority", "Order_Quantity", "Sales", "Discount", "Ship_Mode", "Profit", "Unit_Price", "Shipping_Cost", "Customer_Name", "Province", "Region", "Customer_Segment", "Product_Category", "Product_Sub-Category", "Product_Name", "Product_Container", "Product_Base_Margin", "Ship_Date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "31909X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "537062", "N.A.//", "352021", "132070", "353041", "311010", "31909X", "412010", "434051", "439061"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 23, "537062" : {"count" : 1}, "N.A.//" : {"count" : 14}, "352021" : {"count" : 1}, "132070" : {"count" : 1}, "353041" : {"count" : 1}, "311010" : {"count" : 1}, "31909X" : {"count" : 1}, "412010" : {"count" : 1}, "434051" : {"count" : 1}, "439061" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "537062": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "31909X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "434051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "537062", "N.A.//", "352021", "132070", "353041", "311010", "31909X", "412010", "434051", "439061"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"URL": {"type": "string"}, "password": {"type": "string"}, "token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["URL", "password", "token", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"URL" : "http://localhost:6969", "password" : "", "token" : "Bot TOKEN", "prefix" : "="}
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "password": {"type": "string"}, "token": {"type": "string"}, "prefix": {"type": "string"}}, "required": ["URL", "password", "token", "prefix"], "$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"}, "rev": {"type": "string"}, "name": {"type": "string"}, "creatorId": {"type": "string"}, "creator": {"type": "string"}, "description": {"type": "string"}, "classification": {"type": "string"}, "firstClassFor": {"type": "array", "items": {"type": "string"}}, "namePath": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}, "created": {"type": "string"}, "lastModified": {"type": "string"}}, "required": ["id", "rev", "name", "creatorId", "creator", "description", "classification", "firstClassFor", "namePath", "links", "created", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f38cf87e-0485-4b38-a0e6-6b9c420efed0", "rev" : "3-132d60c4a6ab5270bb5d2b8ec3ea57c0", "name" : "Image size and placement", "creatorId" : "e76d3089-4d0e-413f-b602-3398b231181f", "creator" : "Laura Pomerleau", "description" : "This taxonomy is used with features and design articles. Content creators select which size image they want to use.", "classification" : "taxonomy", "firstClassFor" : [""], "namePath" : ["Image size and placement"], "links" : {"self" : {"href" : "/authoring/v1/categories/f38cf87e-0485-4b38-a0e6-6b9c420efed0"}}, "created" : "2018-04-11T13:43:19.299Z", "lastModified" : "2018-04-11T13:43:19.299Z"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "rev": {"type": "string"}, "name": {"type": "string"}, "creatorId": {"type": "string"}, "creator": {"type": "string"}, "description": {"type": "string"}, "classification": {"type": "string"}, "firstClassFor": {"type": "array", "items": {"type": "string"}}, "namePath": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}, "created": {"type": "string"}, "lastModified": {"type": "string"}}, "required": ["id", "rev", "name", "creatorId", "creator", "description", "classification", "firstClassFor", "namePath", "links", "created", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "birth_date": {"type": "string"}, "collaboration": {"type": "null"}, "death_date": {"type": "null"}, "display_name": {"type": "string"}, "first": {"type": "null"}, "fullname": {"type": "string"}, "irn": {"type": "integer"}, "last": {"type": "string"}, "middle": {"type": "null"}, "nationality": {"type": "null"}, "organization": {"type": "null"}, "party_type": {"type": "string"}, "role": {"type": "string"}}, "required": ["ULAN", "after_follower", "birth_date", "collaboration", "death_date", "display_name", "first", "fullname", "irn", "last", "middle", "nationality", "organization", "party_type", "role"]}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "string"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accession_number" : "2003.94", "actors" : [{"ULAN" : {"Name" : null, "UlanIdNo" : null}, "after_follower" : null, "birth_date" : "1938", "collaboration" : null, "death_date" : null, "display_name" : "Xu Kuang", "first" : null, "fullname" : "Xu Kuang", "irn" : 2581, "last" : "Xu Kuang", "middle" : null, "nationality" : null, "organization" : null, "party_type" : "Registration-Verified", "role" : "Artist"}], "creation_date" : "1978", "credit_line" : "Gift of William McCoy", "cultures" : [], "dimensions" : "23 5/8 x 23 5/8 in.", "dynasty" : "Contemporary", "images" : [], "irn" : 60962, "materials" : "ink on paper (wood block print)", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "The Master (Zhu ren)"}
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "birth_date": {"type": "string"}, "collaboration": {"type": "null"}, "death_date": {"type": "null"}, "display_name": {"type": "string"}, "first": {"type": "null"}, "fullname": {"type": "string"}, "irn": {"type": "integer"}, "last": {"type": "string"}, "middle": {"type": "null"}, "nationality": {"type": "null"}, "organization": {"type": "null"}, "party_type": {"type": "string"}, "role": {"type": "string"}}, "required": ["ULAN", "after_follower", "birth_date", "collaboration", "death_date", "display_name", "first", "fullname", "irn", "last", "middle", "nationality", "organization", "party_type", "role"]}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "string"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1ddcc3ed39a1171baec81f958cca0d7852e8b195"}
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": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "02071", "name" : "\u0415\u043b\u0438\u0437\u0430\u0440\u043e\u0432\u0430 \u041c\u0430\u0440\u0438\u044f \u041c\u0438\u0445\u0430\u0439\u043b\u043e\u0432\u043d\u0430 ", "link" : "pages/02071.html", "club" : "\u0410\u043a\u0430\u0434\u0435\u043c\u0438\u044f \u0422\u0430\u043d\u0446\u0430 (\u0433.\u0421\u0430\u0440\u0430\u0442\u043e\u0432)", "class_classic" : "B", "class_dnd" : "M", "A" : "0", "B" : "5", "C" : "13", "D" : "3", "E" : "0", "Ch" : "0", "S" : "0", "M" : "0", "RS" : "0", "Beg" : "0", "story_classic" : "03.11.2012 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438 2012 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : (\u0414-\u041012-15)B6/23+2<br><br>10.03.2012 \u2014 \u041a\u0443\u0431\u043e\u043a \u0410\u0421\u0425 2012 : (\u0421-\u04101)B1/7+3<br><br>10.12.2011 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442\u0420\u043e\u0441\u0441\u0438\u04382011 : (\u0414-\u041023-24)C5/56+4<br><br>25.09.2011 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u041f\u043e\u0432\u043e\u043b\u0436\u044c\u044f\u0421\u0430\u0440\u0430\u0442\u043e\u0432 : C1/3+1<br><br>10.09.2011 \u2014 \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0421\u0435\u0437\u043e\u043d\u0430 : C2/25+4<br><br>26.06.2011 \u2014 \u041b\u0435\u0442\u043d\u0438\u0439 \u043a\u0443\u0431\u043e\u043a(\u0433.\u0421\u0430\u0440\u0430\u0442\u043e\u0432) : C1/2<br><br>14.05.2011 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442\u041c\u043e\u0441\u043a\u0432\u044b2011 : C6/37+3<br><br>19.12.2010 \u2014 \u0417\u0438\u043c\u043d\u0438\u0439 \u041a\u0443\u0431\u043e\u043a \u0410\u043a\u0430\u0434\u0435\u043c\u0438\u0438 \u0422\u0430\u043d\u0446\u0430 : C2/5+1<br><br>20.11.2010 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438+ \u0411\u0443\u0434\u0443\u0449.\u0447\u0435\u043c\u043f\u0438\u043e\u043d\u044b : (\u0415-\u041052-58)D3/16+3<br><br>10.04.2010 \u2014 \u041a\u0443\u0431\u043e\u043a \u041f\u043e\u0432\u043e\u043b\u0436\u044c\u044f : C6/6<br><br>21.11.2009 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438 2009\u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : (\u0414-\u041066-97)D33/33<br><br>", "story_dnd" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 8205011012, "parent" : 8205011, "name" : "TOIGO", "latitude" : null, "longitude" : null, "postal" : [], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "KALON", "frequency" : 831, "males" : "97.95427196149218 %", "females" : "2.0457280385078223 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"TrainLoss": {"type": "number"}, "TestLoss": {"type": "number"}, "TimePerEpoch": {"type": "number"}, "q_value": {"type": "number"}, "Twist2point": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "_wandb": {"type": "object", "properties": {"runtime": {"type": "integer"}}, "required": ["runtime"]}}, "required": ["TrainLoss", "TestLoss", "TimePerEpoch", "q_value", "Twist2point", "_runtime", "_timestamp", "_step", "_wandb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TrainLoss" : 9.328094482421875, "TestLoss" : 2.9227503538131714, "TimePerEpoch" : 27.74029850959778, "q_value" : 0.19686588644981384, "Twist2point" : 5.156835079193115, "_runtime" : 33, "_timestamp" : 1636050366, "_step" : 0, "_wandb" : {"runtime" : 35}}
json_instruct
{"type": "object", "properties": {"TrainLoss": {"type": "number"}, "TestLoss": {"type": "number"}, "TimePerEpoch": {"type": "number"}, "q_value": {"type": "number"}, "Twist2point": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "_wandb": {"type": "object", "properties": {"runtime": {"type": "integer"}}, "required": ["runtime"]}}, "required": ["TrainLoss", "TestLoss", "TimePerEpoch", "q_value", "Twist2point", "_runtime", "_timestamp", "_step", "_wandb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"object": {"type": "string"}, "entry": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}, "messaging": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "recipient": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "timestamp": {"type": "integer"}, "message": {"type": "object", "properties": {"mid": {"type": "string"}, "text": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "payload": {"type": "object", "properties": {"product": {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "retailer_id": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["id", "retailer_id", "image_url", "title", "subtitle"]}}}, "required": ["elements"]}}, "required": ["product"]}}, "required": ["type", "payload"]}}}, "required": ["mid", "text", "attachments"]}}, "required": ["sender", "recipient", "timestamp", "message"]}}}, "required": ["id", "time", "messaging"]}}}, "required": ["object", "entry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"object" : "page", "entry" : [{"id" : "page id", "time" : 1636729432317, "messaging" : [{"sender" : {"id" : "send id"}, "recipient" : {"id" : "page id"}, "timestamp" : 1636729431949, "message" : {"mid" : "m_id", "text" : "text sent along with the product", "attachments" : [{"type" : "template", "payload" : {"product" : {"elements" : [{"id" : "12345678910", "retailer_id" : "123456", "image_url" : "https://scontent.xx.fbcdn.net/v/andSoOn.png", "title" : "product name", "subtitle" : "product price as a string"}]}}}]}}]}]}
json_instruct
{"type": "object", "properties": {"object": {"type": "string"}, "entry": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "time": {"type": "integer"}, "messaging": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "recipient": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "timestamp": {"type": "integer"}, "message": {"type": "object", "properties": {"mid": {"type": "string"}, "text": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "payload": {"type": "object", "properties": {"product": {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "retailer_id": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["id", "retailer_id", "image_url", "title", "subtitle"]}}}, "required": ["elements"]}}, "required": ["product"]}}, "required": ["type", "payload"]}}}, "required": ["mid", "text", "attachments"]}}, "required": ["sender", "recipient", "timestamp", "message"]}}}, "required": ["id", "time", "messaging"]}}}, "required": ["object", "entry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "locality": {"type": "string"}, "city": {"type": "string"}, "city_id": {"type": "integer"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zipcode": {"type": "string"}, "country_id": {"type": "integer"}, "locality_verbose": {"type": "string"}}, "required": ["address", "locality", "city", "city_id", "latitude", "longitude", "zipcode", "country_id", "locality_verbose"]}, "switch_to_order_menu": {"type": "integer"}, "cuisines": {"type": "string"}, "average_cost_for_two": {"type": "integer"}, "price_range": {"type": "integer"}, "currency": {"type": "string"}, "offers": {"type": "array", "items": {}}, "thumb": {"type": "string"}, "user_rating": {"type": "object", "properties": {"aggregate_rating": {"type": "integer"}, "rating_text": {"type": "string"}, "rating_color": {"type": "string"}, "votes": {"type": "integer"}}, "required": ["aggregate_rating", "rating_text", "rating_color", "votes"]}, "photos_url": {"type": "string"}, "menu_url": {"type": "string"}, "featured_image": {"type": "string"}, "has_online_delivery": {"type": "integer"}, "is_delivering_now": {"type": "integer"}, "deeplink": {"type": "string"}, "has_table_booking": {"type": "integer"}, "events_url": {"type": "string"}}, "required": ["R", "apikey", "id", "name", "url", "location", "switch_to_order_menu", "cuisines", "average_cost_for_two", "price_range", "currency", "offers", "thumb", "user_rating", "photos_url", "menu_url", "featured_image", "has_online_delivery", "is_delivering_now", "deeplink", "has_table_booking", "events_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"R" : {"res_id" : 46}, "apikey" : "3664838525f7d1b0ba37aaf409c79501", "id" : "46", "name" : "Mehman Nawazi", "url" : "https://www.zomato.com/dummy/mehman-nawazi-2-aaaa?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1", "location" : {"address" : "Ground Floor, NC Foods, C Wing, Godrej Coliseum, Off Eastern Express Highway, Behind Everard Nagar, Sion, Mumbai, AAAA, Dummy", "locality" : "AAAA", "city" : "Dummy", "city_id" : 72, "latitude" : "0.0000000000", "longitude" : "0.0000000000", "zipcode" : "", "country_id" : 17, "locality_verbose" : "AAAA, Dummy"}, "switch_to_order_menu" : 0, "cuisines" : "North Indian", "average_cost_for_two" : 400, "price_range" : 4, "currency" : "", "offers" : [], "thumb" : "", "user_rating" : {"aggregate_rating" : 0, "rating_text" : "Not rated", "rating_color" : "CBCBC8", "votes" : 0}, "photos_url" : "https://www.zomato.com/dummy/mehman-nawazi-2-aaaa/photos?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1#tabtop", "menu_url" : "https://www.zomato.com/dummy/mehman-nawazi-2-aaaa/menu?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1&openSwipeBox=menu&showMinimal=1#tabtop", "featured_image" : "", "has_online_delivery" : 0, "is_delivering_now" : 0, "deeplink" : "zomato://restaurant/46", "has_table_booking" : 0, "events_url" : "https://www.zomato.com/dummy/mehman-nawazi-2-aaaa/events#tabtop?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1"}
json_instruct
{"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "locality": {"type": "string"}, "city": {"type": "string"}, "city_id": {"type": "integer"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zipcode": {"type": "string"}, "country_id": {"type": "integer"}, "locality_verbose": {"type": "string"}}, "required": ["address", "locality", "city", "city_id", "latitude", "longitude", "zipcode", "country_id", "locality_verbose"]}, "switch_to_order_menu": {"type": "integer"}, "cuisines": {"type": "string"}, "average_cost_for_two": {"type": "integer"}, "price_range": {"type": "integer"}, "currency": {"type": "string"}, "offers": {"type": "array", "items": {}}, "thumb": {"type": "string"}, "user_rating": {"type": "object", "properties": {"aggregate_rating": {"type": "integer"}, "rating_text": {"type": "string"}, "rating_color": {"type": "string"}, "votes": {"type": "integer"}}, "required": ["aggregate_rating", "rating_text", "rating_color", "votes"]}, "photos_url": {"type": "string"}, "menu_url": {"type": "string"}, "featured_image": {"type": "string"}, "has_online_delivery": {"type": "integer"}, "is_delivering_now": {"type": "integer"}, "deeplink": {"type": "string"}, "has_table_booking": {"type": "integer"}, "events_url": {"type": "string"}}, "required": ["R", "apikey", "id", "name", "url", "location", "switch_to_order_menu", "cuisines", "average_cost_for_two", "price_range", "currency", "offers", "thumb", "user_rating", "photos_url", "menu_url", "featured_image", "has_online_delivery", "is_delivering_now", "deeplink", "has_table_booking", "events_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"operation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, "sequence": {"type": "array", "items": {"type": "object", "properties": {"shell": {"type": "string"}, "description": {"type": "string"}}, "required": ["shell", "description"]}}}, "required": ["operation", "parameters", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"operation" : "set_pcscf", "parameters" : ["2001:cab:def:bad::4"], "sequence" : [{"shell" : "am force-stop com.samsung.advp.imssettings", "description" : "clean start"}, {"shell" : "am start -n com.samsung.advp.imssettings/com.samsung.advp.imssettings.MainActivity", "description" : "start IMS app"}, {"shell" : "input tap 1165 1480", "description" : "close buggy popup"}, {"shell" : "input tap 765 920", "description" : "open IMS Profile menu"}, {"shell" : "input tap 765 400", "description" : "select TEL VOLTE profile"}, {"shell" : "input swipe 770 2500 770 1350 2000", "description" : "scroll to P-CSCF settings"}, {"shell" : "input tap 765 2160", "description" : "open P-CSCF settings"}, {"shell" : "input tap 180 725", "description" : "select all #1"}, {"shell" : "input tap 180 800", "description" : "select all #2"}, {"shell" : "input tap 193 600", "description" : "select all #3"}, {"shell" : "input text 2001:8006:3521:400c:7:e1c0::e", "description" : "type in the P-CSCF address"}, {"shell" : "input tap 1200 955", "description" : "select OK"}, {"shell" : "input tap 765 2410", "description" : "open P-CSCF preference"}, {"shell" : "input tap 1200 1265", "description" : "select manual"}, {"shell" : "input tap 1160 210", "description" : "save button"}]}
json_instruct
{"type": "object", "properties": {"operation": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, "sequence": {"type": "array", "items": {"type": "object", "properties": {"shell": {"type": "string"}, "description": {"type": "string"}}, "required": ["shell", "description"]}}}, "required": ["operation", "parameters", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3", "0.3.0.1", "0.4.0", "0.5.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.5.0"], "meta" : {"description" : "Pure-Python Java Keystore (JKS) library", "homepage" : "http://github.com/doublereedkurt/pyjks", "license" : "MIT"}, "versions" : {"0.1" : {"sha256" : "0a01e6e2aa1ad065e29930a4c232ddbc1510a5e0907d78a0873a6569b8afbbb1", "url" : "https://files.pythonhosted.org/packages/d2/00/130cd1c723574dd74b6b46a6e1d4cb2874402fb7b030b35a2f81f266e469/pyjks-0.1.zip"}, "0.2" : {"sha256" : "e68d72a0baae5e2d954089e3eda39c99d4bb59479f524c67a738dea440692662", "url" : "https://files.pythonhosted.org/packages/49/86/114aa24ee06787657eac3df6045021b13ec2040137af26de6321edcaea07/pyjks-0.2.zip"}, "0.3" : {"sha256" : "8f0d267120c72c4fe37d9edbcb5ad8c6246fed15b754559cfe3f8ef9ab8ad155", "url" : "https://files.pythonhosted.org/packages/70/75/1d3b3daee0c8edea6e266beea05e1bde7adc3443e0486f1a9fe62f09b299/pyjks-0.3.zip"}, "0.3.0.1" : {"sha256" : "2f90308760bf036dbbc48172d1e8d5d075036547c63c4c3eef4b14526c6d41b6", "url" : "https://files.pythonhosted.org/packages/4f/de/ee3fb27278a7c9fc3c373f5329fa1cb008eb40e88e0c67681706be196df0/pyjks-0.3.0.1.zip"}, "0.4.0" : {"sha256" : "377c63f2414e595112008e67bda5e944c495ad8b8944058198493b3e58634f56", "url" : "https://files.pythonhosted.org/packages/8f/5f/02f52caac9f7760853c7099f849396e70eee60d40b250dedc42b91357b25/pyjks-0.4.0.tar.gz"}, "0.5.0" : {"sha256" : "b79ab53bd982562cdee0537538d50b0f3ead8f4441f2899281988568749222f4", "url" : "https://files.pythonhosted.org/packages/aa/bf/e806ca9024a79686cf6bf25c14f5f1ecd351a9af0cf62f242ef62b01d56a/pyjks-0.5.0.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3", "0.3.0.1", "0.4.0", "0.5.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "content_type": {"type": "null"}, "http_code": {"type": "integer"}, "header_size": {"type": "integer"}, "request_size": {"type": "integer"}, "filetime": {"type": "integer"}, "ssl_verify_result": {"type": "integer"}, "redirect_count": {"type": "integer"}, "total_time": {"type": "number"}, "namelookup_time": {"type": "number"}, "connect_time": {"type": "number"}, "pretransfer_time": {"type": "number"}, "size_upload": {"type": "integer"}, "size_download": {"type": "integer"}, "speed_download": {"type": "integer"}, "speed_upload": {"type": "integer"}, "download_content_length": {"type": "integer"}, "upload_content_length": {"type": "integer"}, "starttransfer_time": {"type": "number"}, "redirect_time": {"type": "integer"}, "redirect_url": {"type": "string"}, "primary_ip": {"type": "string"}, "certinfo": {"type": "array", "items": {}}, "primary_port": {"type": "integer"}, "local_ip": {"type": "string"}, "local_port": {"type": "integer"}}, "required": ["url", "content_type", "http_code", "header_size", "request_size", "filetime", "ssl_verify_result", "redirect_count", "total_time", "namelookup_time", "connect_time", "pretransfer_time", "size_upload", "size_download", "speed_download", "speed_upload", "download_content_length", "upload_content_length", "starttransfer_time", "redirect_time", "redirect_url", "primary_ip", "certinfo", "primary_port", "local_ip", "local_port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "http://127.0.0.1:10000/passport/user/v5/cell2Uid", "content_type" : null, "http_code" : 200, "header_size" : 19, "request_size" : 472, "filetime" : -1, "ssl_verify_result" : 0, "redirect_count" : 0, "total_time" : 0.000455, "namelookup_time" : 1.8e-05, "connect_time" : 0.000112, "pretransfer_time" : 0.000142, "size_upload" : 197, "size_download" : 0, "speed_download" : 0, "speed_upload" : 432967, "download_content_length" : -1, "upload_content_length" : 197, "starttransfer_time" : 0.000451, "redirect_time" : 0, "redirect_url" : "", "primary_ip" : "127.0.0.1", "certinfo" : [], "primary_port" : 10000, "local_ip" : "127.0.0.1", "local_port" : 44058}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "content_type": {"type": "null"}, "http_code": {"type": "integer"}, "header_size": {"type": "integer"}, "request_size": {"type": "integer"}, "filetime": {"type": "integer"}, "ssl_verify_result": {"type": "integer"}, "redirect_count": {"type": "integer"}, "total_time": {"type": "number"}, "namelookup_time": {"type": "number"}, "connect_time": {"type": "number"}, "pretransfer_time": {"type": "number"}, "size_upload": {"type": "integer"}, "size_download": {"type": "integer"}, "speed_download": {"type": "integer"}, "speed_upload": {"type": "integer"}, "download_content_length": {"type": "integer"}, "upload_content_length": {"type": "integer"}, "starttransfer_time": {"type": "number"}, "redirect_time": {"type": "integer"}, "redirect_url": {"type": "string"}, "primary_ip": {"type": "string"}, "certinfo": {"type": "array", "items": {}}, "primary_port": {"type": "integer"}, "local_ip": {"type": "string"}, "local_port": {"type": "integer"}}, "required": ["url", "content_type", "http_code", "header_size", "request_size", "filetime", "ssl_verify_result", "redirect_count", "total_time", "namelookup_time", "connect_time", "pretransfer_time", "size_upload", "size_download", "speed_download", "speed_upload", "download_content_length", "upload_content_length", "starttransfer_time", "redirect_time", "redirect_url", "primary_ip", "certinfo", "primary_port", "local_ip", "local_port"], "$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": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\uc2e0\ud604\uc900\uc758 \uc785\uc591\uc544 \uc5f0\uae30\ub294 \ub2e8\uc5f0 \ucd5c\uace0\uc600\ub2e4. \ub2e4\ub9cc \uc2ec\uc740\ud558 \ubc30\uc5ed\uc774 \uc218\ub3d9\uc801\uc774\ub77c\ub294\uac8c \uc544\uc26c\uc6c0", "date" : "11.05.09", "rating" : "7", "author" : "muta****", "review_id" : "5416346", "movie_id" : "51506"}, {"review" : "\uae30\uc5b5\uc5d0 \ub0a8\ub294 \ub4dc\ub77c\ub9c8", "date" : "11.01.29", "rating" : "10", "author" : "choi****", "review_id" : "5193600", "movie_id" : "51506"}, {"review" : "\ub2f9\ub300 \ucd5c\uace0\uc758 \uce90\uc2a4\ud305!", "date" : "07.01.26", "rating" : "10", "author" : "zeed****", "review_id" : "1415017", "movie_id" : "51506"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$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" : "320206500498", "text" : "\u60e0\u5c71\u5de5\u4e1a\u8f6c\u578b\u96c6\u805a\u533a\u865a\u62df\u793e\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"DTD_z0p002_bw100_1.25<mwd_1.9e-07<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p002_bw100_1.25<mwd_1.9e-07<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DTD_z0p002_bw100_1.25<mwd_1.9e-07<mdot" : [0.04388899943553683, 0.13819436795657947, 0.032278479548560585, 0.01919010594840065, 0.0054077337661665725, 0.0027539778908879375, 0.0031116547583639187, 0.0035356490537639673, 0.0008921458091038503, 0.002589826585893157, 0.0011067032786450381, 0.0014838527585973593, 0.001615138852186282, 0.002083823797258355, 0.00045958887835523266, 0.0009630651277822699, 0.0012557606372549657, 0.0009688297173278682, 0.0008261719172038551, 7.539094329828133e-05, 0.0010296972131876303, 0.00045994748072208935, 0.0, 0.00043937003877159153, 0.0012373203645186237, 0.0004418806548829868, 0.00041419169323075877, 0.0003792445641655484, 7.01756158087985e-05, 0.0003880738554146168, 0.0004233934758681168, 0.0, 0.0003319967405002733, 0.00031567754296724093, 0.0, 0.0, 0.00035187153509458335, 0.0005561141400226566, 0.0002624359946286625, 0.0002516120615774775, 0.0, 0.0, 0.00026459741764328637, 0.0, 0.0002626897114210158, 0.0, 0.00024011394273820708, 0.00026519406473241025, 0.0, 0.0002464917305171066, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0007176426938505509, 0.0, 0.0002500194955064594, 0.0, 0.0, 0.0, 0.0002611154314157149, 0.0, 0.00024603830810510097, 0.000246668931867533, 0.00024213946421203225, 0.0, 0.000259568720408887, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0004786420831700555, 0.00024103159995797485, 0.0, 0.00025640046711317144, 0.0, 0.0, 0.0, 0.00024675935551216055, 0.0, 0.0002542878542103333, 0.00026353357453107185, 0.000272330680042121, 0.0002852097679908461, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "arrbool" : true}
json_instruct
{"type": "object", "properties": {"DTD_z0p002_bw100_1.25<mwd_1.9e-07<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p002_bw100_1.25<mwd_1.9e-07<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "item/chainmail_leggings"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"zobe\\TaskInfo\\": {"type": "string"}}, "required": ["zobe\\TaskInfo\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zobe/taskinfo", "description" : "`zobe/taskinfo` is in process messaging base classes which is mainly targeted to amphp coroutines", "keywords" : [], "type" : "library", "license" : "MIT", "authors" : [{"name" : "zobe", "email" : "zobe-github@zobe.jp"}], "require" : {}, "autoload" : {"psr-4" : {"zobe\\TaskInfo\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"zobe\\TaskInfo\\": {"type": "string"}}, "required": ["zobe\\TaskInfo\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.1"], "meta" : {"description" : "A TurboGears webhook plugin", "homepage" : "https://github.com/sthima/tg-webhook", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "7668557aeb5e98a2bb73bb81f043adb1c8b5b1a0fadd40036aedce3b946a8146", "url" : "https://files.pythonhosted.org/packages/7b/08/470d7e6e3fe1c48757bf21a7f4dc98fa4cc33ef516455dd2e14794bc2478/tg-webhook-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "65f65262ad07b02df0df34f42b0827702db4d7de0bb599dff3da648ae4f6a993", "url" : "https://files.pythonhosted.org/packages/de/3b/1dbddba126bc80ad6127c41aa59d78354a2bea8b183441db93863770f4e0/tg-webhook-0.1.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"brid": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "domain": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "combined": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "instanzen": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"system": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "description": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["system", "id", "description"]}}, "required": ["title", "description", "type", "properties"]}}, "required": ["description", "type", "items"]}, "anmerkung": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["brid", "domain", "combined", "instanzen", "anmerkung"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "BRID", "description" : "An Object with metadata behind a brid", "type" : "object", "properties" : {"brid" : {"description" : "The brid", "type" : "string"}, "domain" : {"description" : "The domain of the object", "type" : "string"}, "combined" : {"description" : "The combined proverb", "type" : "string"}, "instanzen" : {"description" : "List of instances in different Systems", "type" : "array", "items" : {"title" : "Instance", "description" : "Instance Information for one primary system", "type" : "object", "properties" : {"system" : {"description" : "Name of primary System", "type" : "string"}, "id" : {"description" : "Internal ID in primary system", "type" : "string"}, "description" : {"description" : "Some Annotation for the system", "type" : "string"}}}}, "anmerkung" : {"description" : "Additional information", "type" : "string"}}, "required" : ["brid", "domain", "object_type", "use_type", "uuid", "title", "ansprechpartner", "produktionsnummer", "kostenstelle", "kostentraeger", "ressort", "organisationseinheit", "instanzen"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"brid": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "domain": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "combined": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "instanzen": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"system": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "description": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["system", "id", "description"]}}, "required": ["title", "description", "type", "properties"]}}, "required": ["description", "type", "items"]}, "anmerkung": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["brid", "domain", "combined", "instanzen", "anmerkung"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"main": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bn.js": {"type": "string"}, "brorand": {"type": "string"}, "hash.js": {"type": "string"}, "hmac-drbg": {"type": "string"}, "inherits": {"type": "string"}, "minimalistic-assert": {"type": "string"}, "minimalistic-crypto-utils": {"type": "string"}}, "required": ["bn.js", "brorand", "hash.js", "hmac-drbg", "inherits", "minimalistic-assert", "minimalistic-crypto-utils"]}}, "required": ["main", "name", "version", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "./lib/elliptic.js", "name" : "elliptic", "version" : "6.4.0", "license" : "MIT", "dependencies" : {"bn.js" : "^4.4.0", "brorand" : "^1.0.1", "hash.js" : "^1.0.0", "hmac-drbg" : "^1.0.0", "inherits" : "^2.0.1", "minimalistic-assert" : "^1.0.0", "minimalistic-crypto-utils" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bn.js": {"type": "string"}, "brorand": {"type": "string"}, "hash.js": {"type": "string"}, "hmac-drbg": {"type": "string"}, "inherits": {"type": "string"}, "minimalistic-assert": {"type": "string"}, "minimalistic-crypto-utils": {"type": "string"}}, "required": ["bn.js", "brorand", "hash.js", "hmac-drbg", "inherits", "minimalistic-assert", "minimalistic-crypto-utils"]}}, "required": ["main", "name", "version", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"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-7m8c-v4r6-h2j2", "modified" : "2022-05-01T23:41:16Z", "published" : "2022-05-01T23:41:16Z", "aliases" : ["CVE-2008-1564"], "details" : "Directory traversal vulnerability in Dan Costin File Transfer before 1.2f allows remote attackers to read arbitrary files via a \"..\\\" (dot dot backslash) in the filename.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2008-1564"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/41489"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/29540"}, {"type" : "WEB", "url" : "http://sourceforge.net/project/shownotes.php?group_id=178021&release_id=586923"}, {"type" : "WEB", "url" : "http://sourceforge.net/tracker/index.php?func=detail&aid=1829601&group_id=178021&atid=883559"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/28453"}], "database_specific" : {"cwe_ids" : ["CWE-22"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1960, 5], [1969, 5], [1973, 5], [1975, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 39, "line_cd" : 11801, "line_name" : "JR\u571f\u8b83\u7dda", "station_cd" : 1180154, "station_g_cd" : 1180154, "station_name" : "\u571f\u4f50\u65b0\u8358", "lon" : 133.278065, "lat" : 33.386369}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "blog": {"type": "string"}, "followers": {"type": "integer"}, "location": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "null"}, "bio": {"type": "null"}, "gists_url": {"type": "string"}, "company": {"type": "null"}, "events_url": {"type": "string"}, "html_url": {"type": "string"}, "updated_at": {"type": "string"}, "received_events_url": {"type": "string"}, "starred_url": {"type": "string"}, "public_gists": {"type": "integer"}, "name": {"type": "string"}, "organizations_url": {"type": "string"}, "url": {"type": "string"}, "created_at": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"type": "string"}, "following": {"type": "integer"}, "login": {"type": "string"}}, "required": ["public_repos", "site_admin", "subscriptions_url", "gravatar_id", "hireable", "id", "followers_url", "following_url", "blog", "followers", "location", "type", "email", "bio", "gists_url", "company", "events_url", "html_url", "updated_at", "received_events_url", "starred_url", "public_gists", "name", "organizations_url", "url", "created_at", "avatar_url", "repos_url", "following", "login"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"public_repos" : 10, "site_admin" : false, "subscriptions_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/subscriptions", "gravatar_id" : "", "hireable" : null, "id" : 9261462, "followers_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/followers", "following_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/following{/other_user}", "blog" : "https://data.aad.gov.au", "followers" : 0, "location" : "Tasmania, Australia", "type" : "Organization", "email" : null, "bio" : null, "gists_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/gists{/gist_id}", "company" : null, "events_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/events{/privacy}", "html_url" : "https://github.com/AustralianAntarcticDataCentre", "updated_at" : "2016-09-11T10:04:52Z", "received_events_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/received_events", "starred_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/starred{/owner}{/repo}", "public_gists" : 0, "name" : "Australian Antarctic Data Centre", "organizations_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/orgs", "url" : "https://api.github.com/users/AustralianAntarcticDataCentre", "created_at" : "2014-10-16T03:20:02Z", "avatar_url" : "https://avatars.githubusercontent.com/u/9261462?v=3", "repos_url" : "https://api.github.com/users/AustralianAntarcticDataCentre/repos", "following" : 0, "login" : "AustralianAntarcticDataCentre"}
json_instruct
{"type": "object", "properties": {"public_repos": {"type": "integer"}, "site_admin": {"type": "boolean"}, "subscriptions_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "hireable": {"type": "null"}, "id": {"type": "integer"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "blog": {"type": "string"}, "followers": {"type": "integer"}, "location": {"type": "string"}, "type": {"type": "string"}, "email": {"type": "null"}, "bio": {"type": "null"}, "gists_url": {"type": "string"}, "company": {"type": "null"}, "events_url": {"type": "string"}, "html_url": {"type": "string"}, "updated_at": {"type": "string"}, "received_events_url": {"type": "string"}, "starred_url": {"type": "string"}, "public_gists": {"type": "integer"}, "name": {"type": "string"}, "organizations_url": {"type": "string"}, "url": {"type": "string"}, "created_at": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"type": "string"}, "following": {"type": "integer"}, "login": {"type": "string"}}, "required": ["public_repos", "site_admin", "subscriptions_url", "gravatar_id", "hireable", "id", "followers_url", "following_url", "blog", "followers", "location", "type", "email", "bio", "gists_url", "company", "events_url", "html_url", "updated_at", "received_events_url", "starred_url", "public_gists", "name", "organizations_url", "url", "created_at", "avatar_url", "repos_url", "following", "login"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"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", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "791a886c-9701-4f4c-b2e9-ff4b0455a4ad", "children" : ["c6b1ebec-3d11-4fe6-bf27-19caefef5ea5"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1621191623521, "stop" : 1621191624156}], "start" : 1621191623521, "stop" : 1621191624161}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"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", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"angulardoc.repoId": {"type": "string"}, "angulardoc.lastSync": {"type": "integer"}}, "required": ["angulardoc.repoId", "angulardoc.lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angulardoc.repoId" : "cd067b76-cace-433d-a8b5-016514645cb7", "angulardoc.lastSync" : 0}
json_instruct
{"type": "object", "properties": {"angulardoc.repoId": {"type": "string"}, "angulardoc.lastSync": {"type": "integer"}}, "required": ["angulardoc.repoId", "angulardoc.lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"match": {"type": "boolean"}, "comment": {"type": "string"}, "expected": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"type": "string"}, "matchingRules": {"type": "object", "properties": {"$.body.people[*].*['@id']": {"type": "object", "properties": {"match": {"type": "string"}}, "required": ["match"]}, "$.body.people[*].*['@name']": {"type": "object", "properties": {"match": {"type": "string"}}, "required": ["match"]}, "$.body.people[*].*['@dob']": {"type": "object", "properties": {"match": {"type": "string"}, "regex": {"type": "string"}}, "required": ["match", "regex"]}, "$.body.people[*].*['@timestamp']": {"type": "object", "properties": {"match": {"type": "string"}, "regex": {"type": "string"}}, "required": ["match", "regex"]}}, "required": ["$.body.people[*].*['@id']", "$.body.people[*].*['@name']", "$.body.people[*].*['@dob']", "$.body.people[*].*['@timestamp']"]}}, "required": ["headers", "body", "matchingRules"]}, "actual": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"type": "string"}}, "required": ["headers", "body"]}}, "required": ["match", "comment", "expected", "actual"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"match" : true, "comment" : "XML top level array matches", "expected" : {"headers" : {"Content-Type" : "application/xml"}, "body" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?><people><person dob=\"06/10/2015\" name=\"Rogger the Dogger\" id=\"1014753708\" timestamp=\"2015-06-10T20:41:37\"/><cat dob=\"06/10/2015\" name=\"Cat in the Hat\" id=\"8858030303\" timestamp=\"2015-06-10T20:41:37\"/></people>", "matchingRules" : {"$.body.people[*].*['@id']" : {"match" : "type"}, "$.body.people[*].*['@name']" : {"match" : "type"}, "$.body.people[*].*['@dob']" : {"match" : "regex", "regex" : "\\d{2}/\\d{2}/\\d{4}"}, "$.body.people[*].*['@timestamp']" : {"match" : "regex", "regex" : "\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}"}}}, "actual" : {"headers" : {"Content-Type" : "application/xml"}, "body" : "<?xml version=\"1.0\" encoding=\"UTF-8\"?><people><person dob=\"11/06/2015\" name=\"Bob The Builder\" id=\"1234567890\" timestamp=\"2000-06-10T20:41:37\"/><cat dob=\"12/10/2000\" name=\"Slinky Malinky\" id=\"6677889900\" timestamp=\"2015-06-10T22:98:78\"/></people>"}}
json_instruct
{"type": "object", "properties": {"match": {"type": "boolean"}, "comment": {"type": "string"}, "expected": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"type": "string"}, "matchingRules": {"type": "object", "properties": {"$.body.people[*].*['@id']": {"type": "object", "properties": {"match": {"type": "string"}}, "required": ["match"]}, "$.body.people[*].*['@name']": {"type": "object", "properties": {"match": {"type": "string"}}, "required": ["match"]}, "$.body.people[*].*['@dob']": {"type": "object", "properties": {"match": {"type": "string"}, "regex": {"type": "string"}}, "required": ["match", "regex"]}, "$.body.people[*].*['@timestamp']": {"type": "object", "properties": {"match": {"type": "string"}, "regex": {"type": "string"}}, "required": ["match", "regex"]}}, "required": ["$.body.people[*].*['@id']", "$.body.people[*].*['@name']", "$.body.people[*].*['@dob']", "$.body.people[*].*['@timestamp']"]}}, "required": ["headers", "body", "matchingRules"]}, "actual": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "body": {"type": "string"}}, "required": ["headers", "body"]}}, "required": ["match", "comment", "expected", "actual"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"port": {"type": "string"}, "mongodb": {"type": "string"}, "auth": {"type": "object", "properties": {"github": {"type": "object", "properties": {"clientSecret": {"type": "string"}, "clientID": {"type": "string"}, "callbackURL": {"type": "string"}}, "required": ["clientSecret", "clientID", "callbackURL"]}, "token": {"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"]}}, "required": ["github", "token"]}}, "required": ["port", "mongodb", "auth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"port" : "PORT", "mongodb" : "MONGODB_URI", "auth" : {"github" : {"clientSecret" : "GITHUB_CLIENT_SECRET", "clientID" : "GITHUB_CLIENT_ID", "callbackURL" : "GITHUB_LOGIN_CALLBACK_URL"}, "token" : {"secret" : "FEATHERS_AUTH_SECRET"}}}
json_instruct
{"type": "object", "properties": {"port": {"type": "string"}, "mongodb": {"type": "string"}, "auth": {"type": "object", "properties": {"github": {"type": "object", "properties": {"clientSecret": {"type": "string"}, "clientID": {"type": "string"}, "callbackURL": {"type": "string"}}, "required": ["clientSecret", "clientID", "callbackURL"]}, "token": {"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"]}}, "required": ["github", "token"]}}, "required": ["port", "mongodb", "auth"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "number"}, "rms": {"type": "number"}, "sd": {"type": "number"}, "vas": {"type": "number"}, "vendor": {"type": "string"}, "xmax": {"type": "number"}}, "required": ["bl", "cms", "fs", "le", "mms", "model", "pe", "qes", "qms", "qts", "re", "rms", "sd", "vas", "vendor", "xmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bl" : 16.2, "cms" : 0.000216, "fs" : 56.0, "le" : 0.0009, "mms" : 0.037, "model" : "10NDL64", "pe" : 250.0, "qes" : 0.29, "qms" : 3.4, "qts" : 0.26, "re" : 5.7, "rms" : 3.87, "sd" : 0.032, "vas" : 0.031, "vendor" : "B&CSpeakers", "xmax" : 0.006}
json_instruct
{"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "number"}, "rms": {"type": "number"}, "sd": {"type": "number"}, "vas": {"type": "number"}, "vendor": {"type": "string"}, "xmax": {"type": "number"}}, "required": ["bl", "cms", "fs", "le", "mms", "model", "pe", "qes", "qms", "qts", "re", "rms", "sd", "vas", "vendor", "xmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["source_name", "url", "description"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--b0ba4482-485f-4a82-ac98-c478c9c6893f", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "intrusion-set--dc5e2999-ca1a-47d4-8d12-a6984b138a1b", "target_ref" : "malware--4efc3e00-72f2-466a-ab7c-8a7dc6603b19", "external_references" : [{"source_name" : "Symantec RAINDROP January 2021", "url" : "https://symantec-enterprise-blogs.security.com/blogs/threat-intelligence/solarwinds-raindrop-malware", "description" : "Symantec Threat Hunter Team. (2021, January 18). Raindrop: New Malware Discovered in SolarWinds Investigation. Retrieved January 19, 2021."}], "description" : "(Citation: Symantec RAINDROP January 2021)", "relationship_type" : "uses", "id" : "relationship--79252e52-f717-4e10-b91f-5fbc622a5cbc", "type" : "relationship", "modified" : "2021-01-19T19:46:38.199Z", "created" : "2021-01-19T19:46:38.199Z"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["source_name", "url", "description"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "homepage", "authors", "description", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "randstr", "version" : "1.0.6", "main" : "randstr.js", "homepage" : "https://github.com/gkovacs/randstr", "authors" : ["Alex Chao", "Geza Kovacs (http://github.com/gkovacs)"], "description" : "A simple function can be used to generate a random string with the specified length.", "moduleType" : ["node"], "keywords" : ["random", "string"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "homepage", "authors", "description", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nendo" : 2015, "seibetu" : "\u5973", "nenrei" : 16, "sintyoo" : 144, "taizyuu" : 44.6}
json_instruct
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404383791, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1e59bc1f2823504ae848672e4a609e62", "wof:id" : 404383791, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.75472, 44.72528, 3.75472, 44.72528], "geometry" : {"coordinates" : [3.75472, 44.72528], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Fontainebrux", "circ" : "1\u00e8re circonscription", "dpt" : "Jura", "inscrits" : 159, "abs" : 97, "votants" : 62, "blancs" : 9, "nuls" : 2, "exp" : 51, "res" : [{"nuance" : "REM", "nom" : "Mme Danielle BRULEBOIS", "voix" : 34}, {"nuance" : "LR", "nom" : "M. Cyrille BRERO", "voix" : 17}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"x" : 0.1979111817769951, "y" : 0.661409200540003}, {"x" : 0.18440625552078865, "y" : 0.6769525844431521}, {"x" : 0.18262259195742186, "y" : 0.6955536839773641}, {"x" : 0.1869543596561806, "y" : 0.7052364540304826}, {"x" : 0.19154093310277473, "y" : 0.7110970795447727}, {"x" : 0.205555470854652, "y" : 0.7126259373603041}, {"x" : 0.21523822924351108, "y" : 0.7126259373603041}, {"x" : 0.22517580504446505, "y" : 0.7123711199482092}, {"x" : 0.23256527671002708, "y" : 0.7123711199482092}, {"x" : 0.23944513687991828, "y" : 0.7123711199482092}, {"x" : 0.2514212053205933, "y" : 0.7075297407537797}, {"x" : 0.26390686192842033, "y" : 0.698101788112756}, {"x" : 0.2728252147380327, "y" : 0.6873997834040364}, {"x" : 0.27511850146132966, "y" : 0.6772073901909875}, {"x" : 0.27639254186476625, "y" : 0.6665053854822679}, {"x" : 0.27741178818462675, "y" : 0.6586062906567756}, {"x" : 0.2766473592768611, "y" : 0.6491783321836222}, {"x" : 0.2700222931905458, "y" : 0.642298472013731}, {"x" : 0.25116638790849843, "y" : 0.6379667101471019}, {"x" : 0.24071920061187368, "y" : 0.6379667101471019}, {"x" : 0.23664223866095038, "y" : 0.6379667101471019}, {"x" : 0.23256527671002708, "y" : 0.6392407563826682}, {"x" : 0.22721427435566724, "y" : 0.6400051852904339}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "line-1": {"type": "string"}, "line-2": {"type": "string"}, "attribution": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "line-1", "line-2", "attribution", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 7021, "line-1" : "North America", "line-2" : "United States", "attribution" : "\u00a92015 Skybox Imaging, Inc.", "url" : "https://www.google.com/maps/@27.937660,-82.446334,12z/data=!3m1!1e3"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "line-1": {"type": "string"}, "line-2": {"type": "string"}, "attribution": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "line-1", "line-2", "attribution", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"component": {"type": "string"}, "status": {"type": "string"}, "display-name": {"type": "string"}, "classKey": {"type": "string"}, "SLDS-component-path": {"type": "string"}, "site-stories": {"type": "array", "items": {"type": "string"}}, "url-slug": {"type": "string"}}, "required": ["component", "status", "display-name", "classKey", "SLDS-component-path", "site-stories", "url-slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"component" : "vertical-navigation", "status" : "prod", "display-name" : "Vertical Navigation", "classKey" : "VerticalNavigation", "SLDS-component-path" : "/components/vertical-navigation", "site-stories" : ["/__examples__/default.jsx"], "url-slug" : "vertical-navigation"}
json_instruct
{"type": "object", "properties": {"component": {"type": "string"}, "status": {"type": "string"}, "display-name": {"type": "string"}, "classKey": {"type": "string"}, "SLDS-component-path": {"type": "string"}, "site-stories": {"type": "array", "items": {"type": "string"}}, "url-slug": {"type": "string"}}, "required": ["component", "status", "display-name", "classKey", "SLDS-component-path", "site-stories", "url-slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tokenId": {"type": "integer"}, "image": {"type": "string"}, "external_url": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "tokenId", "image", "external_url", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Quak #5550", "description" : "Quak quak.", "tokenId" : 5550, "image" : "https://ipfs.io/ipfs/Qmeo6WWFpd5fQBWAZAtY3TXFoxLsGzrmE28oeEBwQP4bhE", "external_url" : "https://www.quaks.xyz", "attributes" : [{"trait_type" : "Quak", "value" : "Green Quak"}, {"trait_type" : "Beak", "value" : "Toucan-like"}, {"trait_type" : "Feathers", "value" : "White Feathers"}, {"trait_type" : "Wear", "value" : "Bubble"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tokenId": {"type": "integer"}, "image": {"type": "string"}, "external_url": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["name", "description", "tokenId", "image", "external_url", "attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Institute of Business, Science and Medical Arts", "alt_name" : null, "country" : "Philippines", "state" : null, "address" : {"street" : "Francisco Street", "city" : "Pinamalayan", "province" : "Oriental Mindoro", "postal_code" : "5208"}, "contact" : {"telephone" : "+63(43) 284-3056", "website" : null, "email" : "ibsma_2003@yahoo.com", "fax" : "+63(43) 284-3056"}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}, "iot_class": {"type": "array", "items": {"type": "string"}}, "zip_release": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["name", "domains", "homeassistant", "iot_class", "zip_release", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Toyota Connected Services", "domains" : ["binary_sensor", "device_tracker", "sensor"], "homeassistant" : "2021.12.0", "iot_class" : ["Cloud Polling"], "zip_release" : true, "filename" : "toyota.zip"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "domains": {"type": "array", "items": {"type": "string"}}, "homeassistant": {"type": "string"}, "iot_class": {"type": "array", "items": {"type": "string"}}, "zip_release": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["name", "domains", "homeassistant", "iot_class", "zip_release", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"epoch": {"type": "integer"}, "total_iter": {"type": "integer"}, "total_images": {"type": "integer"}, "total_time": {"type": "integer"}, "best_score": {"type": "integer"}}, "required": ["epoch", "total_iter", "total_images", "total_time", "best_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"epoch" : 50, "total_iter" : 9950, "total_images" : 0, "total_time" : 1461, "best_score" : 999}
json_instruct
{"type": "object", "properties": {"epoch": {"type": "integer"}, "total_iter": {"type": "integer"}, "total_images": {"type": "integer"}, "total_time": {"type": "integer"}, "best_score": {"type": "integer"}}, "required": ["epoch", "total_iter", "total_images", "total_time", "best_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "0x6da5380105a57abf2f42ef4afe01d4d888fc9282", "tool" : "honeybadger", "start" : 1565799325.1323397, "end" : 1565799364.748987, "duration" : 39.616647243499756, "analysis" : [{"errors" : [], "file" : "/unique_chucks/37/0x6da5380105a57abf2f42ef4afe01d4d888fc9282.sol", "name" : "EthStar"}, {"errors" : [], "file" : "/unique_chucks/37/0x6da5380105a57abf2f42ef4afe01d4d888fc9282.sol", "name" : "SafeMath"}]}
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#"}
Create an example JSON object that satisfies 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" : "8171020018", "district_id" : "8171020", "name" : "HATIVE KECIL"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "worker-egg-schedule"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See ssrexf on Metamath](http://us.metamath.org/mpegif/ssrexf.html)"}], "names" : ["ssrexf"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wnfc", "#T_vx", "#T_cA", "#T_wnfc", "#T_vx", "#T_cB", "#T_cA", "#T_wss", "#T_cB", "#T_wi", "#T_wrex--1", "#T_vx", "#T_wrex--2", "#T_cA", "#T_wph", "#T_wi", "#T_wrex--1", "#T_vx", "#T_wrex--2", "#T_cB", "#T_wph"], "metaLanguage" : "METAMATH", "remarks" : " restricted existential quantification follows from a subclass relationship. (Contributed by Glauco Siliprandi, 20-Apr-2017.) ", "statement" : "ssrexf.1 $e |- F/_ x A $.\nssrexf.2 $e |- F/_ x B $.\nssrexf $p |- ( A C_ B -> ( E. x e. A ph -> E. x e. B ph ) ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variables": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variables" : {"name" : "ws2016s", "description" : "Windows Server 2016 Standard"}}
json_instruct
{"type": "object", "properties": {"variables": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$type": {"type": "string"}, "OrchestrationInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "InstanceId": {"type": "string"}, "ExecutionId": {"type": "string"}}, "required": ["$type", "InstanceId", "ExecutionId"]}, "EventType": {"type": "integer"}, "ParentInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "Name": {"type": "string"}, "OrchestrationInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "InstanceId": {"type": "string"}, "ExecutionId": {"type": "string"}}, "required": ["$type", "InstanceId", "ExecutionId"]}, "TaskScheduleId": {"type": "integer"}, "Version": {"type": "string"}}, "required": ["$type", "Name", "OrchestrationInstance", "TaskScheduleId", "Version"]}, "Name": {"type": "string"}, "Version": {"type": "string"}, "Input": {"type": "string"}, "Tags": {"type": "object", "properties": {"$type": {"type": "string"}, "key": {"type": "string"}, "key2": {"type": "string"}}, "required": ["$type", "key", "key2"]}, "EventId": {"type": "integer"}, "IsPlayed": {"type": "boolean"}, "Timestamp": {"type": "string"}}, "required": ["$type", "OrchestrationInstance", "EventType", "ParentInstance", "Name", "Version", "Input", "Tags", "EventId", "IsPlayed", "Timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$type" : "DurableTask.History.ExecutionStartedEvent, DurableTaskFx", "OrchestrationInstance" : {"$type" : "DurableTask.OrchestrationInstance, DurableTaskFx", "InstanceId" : "InstanceId", "ExecutionId" : "ExecutionId"}, "EventType" : 0, "ParentInstance" : {"$type" : "DurableTask.ParentInstance, DurableTaskFx", "Name" : "ParentName", "OrchestrationInstance" : {"$type" : "DurableTask.OrchestrationInstance, DurableTaskFx", "InstanceId" : "ParentInstanceId", "ExecutionId" : "ParentExecutionId"}, "TaskScheduleId" : 1, "Version" : "ParentVersion"}, "Name" : " Start", "Version" : "Version", "Input" : "Input", "Tags" : {"$type" : "System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[System.String, mscorlib]], mscorlib", "key" : "value", "key2" : "value2"}, "EventId" : -1, "IsPlayed" : false, "Timestamp" : "2018-04-13T22:37:51.8866396Z"}
json_instruct
{"type": "object", "properties": {"$type": {"type": "string"}, "OrchestrationInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "InstanceId": {"type": "string"}, "ExecutionId": {"type": "string"}}, "required": ["$type", "InstanceId", "ExecutionId"]}, "EventType": {"type": "integer"}, "ParentInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "Name": {"type": "string"}, "OrchestrationInstance": {"type": "object", "properties": {"$type": {"type": "string"}, "InstanceId": {"type": "string"}, "ExecutionId": {"type": "string"}}, "required": ["$type", "InstanceId", "ExecutionId"]}, "TaskScheduleId": {"type": "integer"}, "Version": {"type": "string"}}, "required": ["$type", "Name", "OrchestrationInstance", "TaskScheduleId", "Version"]}, "Name": {"type": "string"}, "Version": {"type": "string"}, "Input": {"type": "string"}, "Tags": {"type": "object", "properties": {"$type": {"type": "string"}, "key": {"type": "string"}, "key2": {"type": "string"}}, "required": ["$type", "key", "key2"]}, "EventId": {"type": "integer"}, "IsPlayed": {"type": "boolean"}, "Timestamp": {"type": "string"}}, "required": ["$type", "OrchestrationInstance", "EventType", "ParentInstance", "Name", "Version", "Input", "Tags", "EventId", "IsPlayed", "Timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["id", "source_type", "source_name", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "nbxcdyok", "source_type" : "strain", "source_name" : "Russian wild", "default" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "default": {"type": "boolean"}}, "required": ["id", "source_type", "source_name", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "sirius-relay.40.86.212.8.nip.io", "min_cert_id" : 1166083857, "min_entry_timestamp" : "2019-02-02T02:02:15.76", "not_before" : "2019-02-02T01:02:15", "not_after" : "2019-05-03T01:02:15"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "name", "opening_hours:covid19", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/7301437932", "properties" : {"addr:city" : "Bertschikon", "addr:housenumber" : "41", "addr:postcode" : "8614", "addr:street" : "Usterstrasse", "name" : "Hofladen M\u00fcselacher", "opening_hours:covid19" : "open", "operator" : "Familie Altorfer", "phone" : "+41 44 975 27 16", "shop" : "farm", "website" : "https://www.direktvomhof.ch/", "id" : "node/7301437932"}, "geometry" : {"type" : "Point", "coordinates" : [8.754887, 47.3237269]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "name", "opening_hours:covid19", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"*" : ["pais", "estado", "cidade", "email", "telefone", "nota_fiscal", "transporte_custos", "transporte_status", "material"]}
json_instruct
{"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/taiga_forest_floor_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101789949, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "75b00a2c4ebd3fcd9e7da9e198e008da", "wof:id" : 101789949, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.865582, 45.986801, 26.888174, 45.99709], "geometry" : {"coordinates" : [[[26.882975, 45.996887], [26.882695, 45.996013], [26.885222, 45.995606], [26.884943, 45.994732], [26.88747, 45.994325], [26.886911, 45.992577], [26.888174, 45.992373], [26.887616, 45.990625], [26.886353, 45.990828], [26.886074, 45.989954], [26.88481, 45.990157], [26.884531, 45.989283], [26.883268, 45.989486], [26.882989, 45.988612], [26.881726, 45.988815], [26.881446, 45.98794], [26.880183, 45.988144], [26.879904, 45.987269], [26.877378, 45.987676], [26.877099, 45.986801], [26.874572, 45.987208], [26.874851, 45.988082], [26.873588, 45.988285], [26.874146, 45.990034], [26.869093, 45.990846], [26.869372, 45.991721], [26.865582, 45.99233], [26.86614, 45.994079], [26.867403, 45.993876], [26.86824, 45.996499], [26.870767, 45.996093], [26.870488, 45.995218], [26.871751, 45.995015], [26.871472, 45.994141], [26.877789, 45.993125], [26.878626, 45.995748], [26.87989, 45.995545], [26.880169, 45.996419], [26.881432, 45.996216], [26.881711, 45.99709], [26.882975, 45.996887]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "src": {"type": "string"}, "title": {"type": "string"}, "hasPrev": {"type": "boolean"}, "hasNext": {"type": "boolean"}}, "required": ["date", "src", "title", "hasPrev", "hasNext"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "20090622", "src" : "assets/days/20090622.JPG", "title" : "\u4e8c\u4eba\u66ae\u3089\u3057\u6700\u521d\u306e\u304a\u3067\u304b\u3051", "hasPrev" : false, "hasNext" : true}, {"date" : "20081107", "src" : "assets/days/20081107.JPG", "title" : "\u67f3\u8449\u9b5a", "hasPrev" : true, "hasNext" : true}, {"date" : "20080916", "src" : "assets/days/20080916.jpg", "title" : "\u3042\u3064\u307e\u308b\u3053\u3068\u304c\u76ee\u7684\u306b\u306a\u308b\u65e5", "hasPrev" : true, "hasNext" : true}, {"date" : "20080723", "src" : "assets/days/20080723.jpg", "title" : "\u9ad8\u3044\u3001\u9752\u3044\u3001\u305d\u308c\u3060\u3051\u3067\u6c17\u6301\u3061\u3044\u3044", "hasPrev" : true, "hasNext" : true}, {"date" : "20071214", "src" : "assets/days/20071214.JPG", "title" : "\u77e2\u5370\u3092\u64ae\u5f71\u3059\u308b\u7656\u304c\u3042\u308b", "hasPrev" : true, "hasNext" : true}, {"date" : "20071202", "src" : "assets/days/20071202.jpg", "title" : "\u3053\u306e\u3042\u3068\u5fd9\u3057\u304f\u3066\u67af\u3089\u3057\u3066\u3057\u307e\u3063\u305f\u306e\u3060\u3051\u308c\u3069", "hasPrev" : true, "hasNext" : true}, {"date" : "20071201", "src" : "assets/days/20071201.jpg", "title" : "\u300c\u305d\u308d\u305d\u308d\u5bdd\u3088\u3046\u306a\u300d", "hasPrev" : true, "hasNext" : true}, {"date" : "20070809", "src" : "assets/days/20070809.jpg", "title" : "\u58ca\u308c\u305f\u307b\u3046\u304c\u304d\u308c\u3044\u3060\u3063\u305f", "hasPrev" : true, "hasNext" : true}, {"date" : "20070725", "src" : "assets/days/20070725.jpg", "title" : "\u304a\u65ad\u308a\u3057\u307e\u3059", "hasPrev" : true, "hasNext" : true}, {"date" : "20070711", "src" : "assets/days/20070711.jpg", "title" : "\u30b7\u30e3\u30c3\u30bf\u30fc\u3092\u5207\u3063\u3066\u305f\u307e\u305f\u307e\u64ae\u308c\u3066\u6c17\u306b\u5165\u3063\u305f\u3084\u3064", "hasPrev" : true, "hasNext" : true}, {"date" : "20070605", "src" : "assets/days/20070605.JPG", "title" : "\u8ab0\u3082\u6c17\u306b\u3068\u3081\u306a\u3044\u3082\u306e\u3092\u64ae\u308a\u305f\u3044", "hasPrev" : true, "hasNext" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "src": {"type": "string"}, "title": {"type": "string"}, "hasPrev": {"type": "boolean"}, "hasNext": {"type": "boolean"}}, "required": ["date", "src", "title", "hasPrev", "hasNext"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "sp": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "id", "sp", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "At start of turn, all foes in cardinal directions with Res 1 or more lower than unit suffer Spd-5 until the end of foe's next action.", "id" : "spd-ploy-3", "sp" : 240, "name" : "Spd Ploy 3", "type" : "s"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "sp": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "id", "sp", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "x_position": {"type": "integer"}, "y_position": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["id", "x_position", "y_position", "width", "height"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 0, "x_position" : 0, "y_position" : 0, "width" : 553, "height" : 333}, {"id" : 1, "x_position" : 553, "y_position" : 0, "width" : 553, "height" : 333}, {"id" : 2, "x_position" : 0, "y_position" : 333, "width" : 1106, "height" : 612}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "x_position": {"type": "integer"}, "y_position": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["id", "x_position", "y_position", "width", "height"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "DIPANWITA", "frequency" : 3, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "saltmod:block/saltDirtLite_0"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "450127100001", "text" : "\u57ce\u53f8\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100002", "text" : "\u57ce\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100003", "text" : "\u6d2a\u5fb7\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100004", "text" : "\u69ce\u6c5f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100005", "text" : "\u67f3\u660e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100006", "text" : "\u57ce\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100007", "text" : "\u5927\u7af9\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100008", "text" : "\u5927\u6865\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100009", "text" : "\u8309\u8389\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100010", "text" : "\u9f99\u6e56\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100011", "text" : "\u6d77\u68e0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450127100201", "text" : "\u6c5f\u5357\u6751\u59d4\u4f1a"}, {"id" : "450127100202", "text" : "\u8499\u578c\u6751\u59d4\u4f1a"}, {"id" : "450127100203", "text" : "\u592a\u5e73\u6751\u59d4\u4f1a"}, {"id" : "450127100204", "text" : "\u4e1c\u90ed\u6751\u59d4\u4f1a"}, {"id" : "450127100205", "text" : "\u9f99\u6c60\u6751\u59d4\u4f1a"}, {"id" : "450127100206", "text" : "\u5b8b\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127100207", "text" : "\u65b0\u6865\u6751\u59d4\u4f1a"}, {"id" : "450127100208", "text" : "\u8499\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127100209", "text" : "\u957f\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "450127100210", "text" : "\u9f99\u9996\u6751\u59d4\u4f1a"}, {"id" : "450127100211", "text" : "\u66f9\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127100212", "text" : "\u6e05\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "450127100213", "text" : "\u5317\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127100214", "text" : "\u77f3\u6751\u6751\u59d4\u4f1a"}, {"id" : "450127100215", "text" : "\u8c22\u5729\u6751\u59d4\u4f1a"}, {"id" : "450127100216", "text" : "\u5b66\u660e\u6751\u59d4\u4f1a"}, {"id" : "450127100217", "text" : "\u5468\u5858\u6751\u59d4\u4f1a"}, {"id" : "450127100218", "text" : "\u957f\u5be8\u6751\u59d4\u4f1a"}, {"id" : "450127100219", "text" : "\u5927\u548c\u6751\u59d4\u4f1a"}, {"id" : "450127100220", "text" : "\u957f\u6dc7\u6751\u59d4\u4f1a"}, {"id" : "450127100221", "text" : "\u4e0a\u6dc7\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3211122001", "nama" : "Sukasari"}, {"id" : "3211122002", "nama" : "Genteng"}, {"id" : "3211122003", "nama" : "Banyuresmi"}, {"id" : "3211122004", "nama" : "Nanggerang"}, {"id" : "3211122005", "nama" : "Mekarsari"}, {"id" : "3211122006", "nama" : "Sindangsari"}, {"id" : "3211122007", "nama" : "Sukarapih"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "sapicemekaw", "h" : [{"d" : [{"f" : "\u60f3\u624e\u731b\u5b50\u3002", "e" : ["\ufff9`Sapicemek~`aw~ `ako~ `a~ `ni~`futing~.\ufffa\ufffb\u6211\u60f3\u624e\u731b\u5b50\u6349\u9b5a\u3002"]}]}], "stem" : "cemek"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ignore", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"watch" : ["src/**/*.ts"], "ignore" : ["src/**/*.test.ts", "src/__tests__"], "exec" : "probot run ./index.js"}
json_instruct
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "exec": {"type": "string"}}, "required": ["watch", "ignore", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Valerie Glutsch"}, {"author" : "Franziska Gr\u00e4n"}, {"author" : "Judith Weber"}, {"author" : "Anja Gesierich"}, {"author" : "Matthias Goebeler"}, {"author" : "Bastian Schilling"}], "doi" : "10.1186/s40425-019-0655-4", "publication_date" : "2019-07-14", "id" : "EN112087", "url" : "https://pubmed.ncbi.nlm.nih.gov/31300044", "source" : "Journal for immunotherapy of cancer", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We report the case of a 68-year-old male patient with metastatic melanoma who experienced an acute renal failure with nephrotic syndrome due to a minimal change disease developing after a single dose of the anti-PD-1 antibody pembrolizumab. A kidney biopsy revealed a podocytopathy without signs of interstitial nephritis. Renal function recovered to almost normal creatinine and total urine protein levels upon treatment with oral steroids and diuretics. Unfortunately, a disease progression (PD, RECIST 1.1) was observed in a CT scan after resolution of the irAE. In a grand round, re-exposure to a PD-1-containing regime was recommended. Consensually, a combined immunotherapy with ipilimumab and nivolumab was initiated. Nephrotoxicity was tolerable during combined immunotherapy and a CT scan of chest and abdomen showed a deep partial remission (RECIST 1.1) after three doses of ipilimumab (3\u2009mg/kg) and nivolumab (1\u2009mg/kg)."}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125927149, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "08eb42a1f4d472519118f75970934367", "wof:id" : 1125927149, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.31586, 52.13238, 0.31586, 52.13238], "geometry" : {"coordinates" : [0.31586, 52.13238], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"chat": {"type": "string"}, "unidentified": {"type": "string"}, "value": {"type": "string"}}, "required": ["chat", "unidentified", "value"]}, "featType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "prerequisites": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "rules": {"type": "array", "items": {}}, "source": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "traits": {"type": "object", "properties": {"custom": {"type": "string"}, "rarity": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "selected": {"type": "object", "properties": {}, "required": []}, "value": {"type": "array", "items": {}}}, "required": ["custom", "rarity", "selected", "value"]}}, "required": ["actionCategory", "actionType", "actions", "description", "featType", "level", "prerequisites", "rules", "source", "traits"]}, "effects": {"type": "array", "items": {}}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}, "type": {"type": "string"}}, "required": ["_id", "data", "effects", "flags", "img", "name", "permission", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "M1flDLvjKBH9QPcx", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "passive"}, "actions" : {"value" : ""}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p><strong>[Social]</strong></p>\n<p><strong>Prerequisites:</strong> Tier 2 with the Horizon Hunters</p>\n<p><strong>Cost</strong>: 4 Fame</p>\n<p><strong>Effect</strong>: Word of your skill and expertise is spreading, and you find that increasingly prestigious clients are prepared to pay for your services. When using Downtime to Earn Income, you can choose to attempt a task of your level.</p>\n<p><strong>Normal</strong>: When Earning Income, a PC can attempt a task of their level - 2 or lower.</p>"}, "featType" : {"value" : "pfsboon"}, "level" : {"value" : "0"}, "prerequisites" : {"value" : ""}, "rules" : [], "source" : {"value" : ""}, "traits" : {"custom" : "", "rarity" : {"value" : "common"}, "selected" : {}, "value" : []}}, "effects" : [], "flags" : {}, "img" : "systems/pf2e/icons/default-icons/mystery-man.png", "name" : "Storied Talent", "permission" : {"default" : 0}, "type" : "feat"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"chat": {"type": "string"}, "unidentified": {"type": "string"}, "value": {"type": "string"}}, "required": ["chat", "unidentified", "value"]}, "featType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "prerequisites": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "rules": {"type": "array", "items": {}}, "source": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "traits": {"type": "object", "properties": {"custom": {"type": "string"}, "rarity": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "selected": {"type": "object", "properties": {}, "required": []}, "value": {"type": "array", "items": {}}}, "required": ["custom", "rarity", "selected", "value"]}}, "required": ["actionCategory", "actionType", "actions", "description", "featType", "level", "prerequisites", "rules", "source", "traits"]}, "effects": {"type": "array", "items": {}}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}, "type": {"type": "string"}}, "required": ["_id", "data", "effects", "flags", "img", "name", "permission", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}