input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 65962, "Name" : "Anse Cochon", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.92261000", "longitude" : "-61.05250000", "wikiDataId" : "Q26569"}, {"id" : 65963, "Name" : "Anse Galet", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.93221000", "longitude" : "-61.04290000", "wikiDataId" : "Q26569"}, {"id" : 65966, "Name" : "Anse La Verdue", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.90964000", "longitude" : "-61.04755000", "wikiDataId" : "Q569439"}, {"id" : 66006, "Name" : "Belvedere", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.89122000", "longitude" : "-61.05550000", "wikiDataId" : "Q569439"}, {"id" : 66063, "Name" : "Chalon", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.92018000", "longitude" : "-61.04412000", "wikiDataId" : "Q41699"}, {"id" : 66359, "Name" : "Riverside Road", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.89408000", "longitude" : "-61.04989000", "wikiDataId" : "Q11779522"}, {"id" : 66397, "Name" : "Theodrine", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.92878000", "longitude" : "-61.04972000", "wikiDataId" : "Q493030"}, {"id" : 66428, "Name" : "Village", "state_id" : 3761, "state_code" : "12", "state_name" : "Canaries", "country_id" : 186, "country_code" : "LC", "country_name" : "Saint Lucia", "latitude" : "13.90526000", "longitude" : "-61.06108000", "wikiDataId" : "Q3494579"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"scope": {"type": "string"}, "name": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "rewrites": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "destination": {"type": "string"}}, "required": ["source", "destination"]}}}, "required": ["scope", "name", "regions", "rewrites"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scope" : "juicyfx", "name" : "oggo", "regions" : ["bru1"], "rewrites" : [{"source" : "/favicon.ico", "destination" : "https://juicy.vercel.app/favicon.ico"}, {"source" : "/felix/(.*)", "destination" : "/api/felix.ts"}, {"source" : "/nuxt/(.*)", "destination" : "/api/nuxt.ts"}, {"source" : "/", "destination" : "https://juicy.vercel.app/readme/oggo"}]}
json_instruct
{"type": "object", "properties": {"scope": {"type": "string"}, "name": {"type": "string"}, "regions": {"type": "array", "items": {"type": "string"}}, "rewrites": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "destination": {"type": "string"}}, "required": ["source", "destination"]}}}, "required": ["scope", "name", "regions", "rewrites"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125825865, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "816c4a4e9e979f6d1be21cf40050a1c7", "wof:id" : 1125825865, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.83823, 48.92421, 5.83823, 48.92421], "geometry" : {"coordinates" : [5.83823, 48.92421], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"value" : "faculties in ece", "synonyms" : ["faculties in ece", "faculties of ece", "faculties of school of ece", "faculties of electronics and communication", "faculties in electronics and communication"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"bookId": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "pubTime": {"type": "string"}, "price": {"type": "string"}}, "required": ["bookId", "index", "type", "name", "author", "pubTime", "price"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bookId" : "1", "index" : "1", "type" : "AngularJS", "name" : "\u7528AngularJS\u5f00\u53d1\u4e0b\u4e00\u4ee3WEB\u5e94\u7528", "author" : "\u5927\u6f20\u7a77\u79cb", "pubTime" : "20140101", "price" : "35"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bookId": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "pubTime": {"type": "string"}, "price": {"type": "string"}}, "required": ["bookId", "index", "type", "name", "author", "pubTime", "price"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"type": "object", "properties": {"branches": {"type": "integer"}, "functions": {"type": "integer"}, "lines": {"type": "integer"}, "statements": {"type": "integer"}}, "required": ["branches", "functions", "lines", "statements"]}}, "required": ["global"]}, "transform": {"type": "object", "properties": {"^.+\\.tsx?$": {"type": "string"}, "^.+\\.js$": {"type": "string"}}, "required": ["^.+\\.tsx?$", "^.+\\.js$"]}, "setupFilesAfterEnv": {"type": "array", "items": {"type": "string"}}}, "required": ["collectCoverageFrom", "coveragePathIgnorePatterns", "coverageThreshold", "transform", "setupFilesAfterEnv"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"collectCoverageFrom" : ["src/**/*.js", "src/**/*.ts", "src/**/*.tsx"], "coveragePathIgnorePatterns" : ["/node_modules/", "<rootDir>/src/example", "<rootDir>/src/index"], "coverageThreshold" : {"global" : {"branches" : 70, "functions" : 70, "lines" : 70, "statements" : 70}}, "transform" : {"^.+\\.tsx?$" : "ts-jest", "^.+\\.js$" : "<rootDir>/node_modules/babel-jest"}, "setupFilesAfterEnv" : ["<rootDir>/tests/setup.js"]}
json_instruct
{"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"type": "object", "properties": {"branches": {"type": "integer"}, "functions": {"type": "integer"}, "lines": {"type": "integer"}, "statements": {"type": "integer"}}, "required": ["branches", "functions", "lines", "statements"]}}, "required": ["global"]}, "transform": {"type": "object", "properties": {"^.+\\.tsx?$": {"type": "string"}, "^.+\\.js$": {"type": "string"}}, "required": ["^.+\\.tsx?$", "^.+\\.js$"]}, "setupFilesAfterEnv": {"type": "array", "items": {"type": "string"}}}, "required": ["collectCoverageFrom", "coveragePathIgnorePatterns", "coverageThreshold", "transform", "setupFilesAfterEnv"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "lopeng", "h" : [{"d" : [{"f" : "\u91d1\u5408\u6b61\u6a39\u3002", "e" : ["\ufff9`Mipaloma~ `to~ `l~`o~`p~`e~`ng~.\ufffa\ufffb\u7a2e\u7da0\u80a5\u3002"]}]}]}
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"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "base", "addition", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:smithing", "base" : {"item" : "minecraft:iron_shovel"}, "addition" : {"item" : "wintermod:iced_crystal"}, "result" : {"item" : "wintermod:ice_shovel"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "base", "addition", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"main.h": {"type": "string"}, "stdio.h": {"type": "string"}, "string.h": {"type": "string"}, "lcd.h": {"type": "string"}, "sys.h": {"type": "string"}, "led.h": {"type": "string"}, "button.h": {"type": "string"}, "parameter.h": {"type": "string"}}, "required": ["main.h", "stdio.h", "string.h", "lcd.h", "sys.h", "led.h", "button.h", "parameter.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.associations" : {"main.h" : "c", "stdio.h" : "c", "string.h" : "c", "lcd.h" : "c", "sys.h" : "c", "led.h" : "c", "button.h" : "c", "parameter.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"main.h": {"type": "string"}, "stdio.h": {"type": "string"}, "string.h": {"type": "string"}, "lcd.h": {"type": "string"}, "sys.h": {"type": "string"}, "led.h": {"type": "string"}, "button.h": {"type": "string"}, "parameter.h": {"type": "string"}}, "required": ["main.h", "stdio.h", "string.h", "lcd.h", "sys.h", "led.h", "button.h", "parameter.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cycle.js" : "sha256-zxLt4H2/VGGoHwcSeE1AQvhNQe5Ye3Kw706lf80fUzo=", "cycle.min.js" : "sha256-8uhN10BkAIFD4zrDeXFgy/Dy20He+QZJTC2mVN0TnvU="}
json_instruct
{"type": "object", "properties": {"cycle.js": {"type": "string"}, "cycle.min.js": {"type": "string"}}, "required": ["cycle.js", "cycle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "modes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"$type": {"type": "string"}, "mod_name": {"type": "string"}, "mod_version": {"type": "string"}, "logger_level": {"type": "string"}}, "required": ["$type", "mod_name", "mod_version", "logger_level"]}}}, "required": ["name", "modules"]}}}, "required": ["$type", "id", "version", "modes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$type" : "ThunderRoad.LevelData, Assembly-CSharp", "id" : "Master", "version" : 3, "modes" : [{"name" : "Default", "modules" : [{"$type" : "BrainTransplant.LoadModule, BrainTransplant", "mod_name" : "BrainTransplant", "mod_version" : "0.1", "logger_level" : "Detailed"}]}]}
json_instruct
{"type": "object", "properties": {"$type": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "integer"}, "modes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"$type": {"type": "string"}, "mod_name": {"type": "string"}, "mod_version": {"type": "string"}, "logger_level": {"type": "string"}}, "required": ["$type", "mod_name", "mod_version", "logger_level"]}}}, "required": ["name", "modules"]}}}, "required": ["$type", "id", "version", "modes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "AIVITA", "frequency" : 1, "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"psr/log": {"type": "string"}, "ext-mysqli": {"type": "string"}, "wajox/phpmyconsole": {"type": "string"}}, "required": ["psr/log", "ext-mysqli", "wajox/phpmyconsole"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"psr/log" : "dev-master", "ext-mysqli" : "* 7.1.9", "wajox/phpmyconsole" : "dev-master"}, "require-dev" : {"squizlabs/php_codesniffer" : "dev-master"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"psr/log": {"type": "string"}, "ext-mysqli": {"type": "string"}, "wajox/phpmyconsole": {"type": "string"}}, "required": ["psr/log", "ext-mysqli", "wajox/phpmyconsole"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"body": {"type": "object", "properties": {"name": {"type": "string"}, "metadata": {"type": "object", "properties": {"updateTime": {"type": "string"}, "target": {"type": "string"}, "request": {"type": "object", "properties": {"name": {"type": "string"}, "availableMemoryMb": {"type": "integer"}, "httpsTrigger": {"type": "object", "properties": {}, "required": []}, "labels": {"type": "object", "properties": {"deployment-tool": {"type": "string"}}, "required": ["deployment-tool"]}, "sourceUploadUrl": {"type": "string"}, "entryPoint": {"type": "string"}, "timeout": {"type": "string"}, "runtime": {"type": "string"}, "@type": {"type": "string"}}, "required": ["name", "availableMemoryMb", "httpsTrigger", "labels", "sourceUploadUrl", "entryPoint", "timeout", "runtime", "@type"]}, "versionId": {"type": "string"}, "type": {"type": "string"}, "@type": {"type": "string"}}, "required": ["updateTime", "target", "request", "versionId", "type", "@type"]}}, "required": ["name", "metadata"]}, "headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-length": {"type": "string"}, "x-xss-protection": {"type": "string"}, "x-content-type-options": {"type": "string"}, "transfer-encoding": {"type": "string"}, "vary": {"type": "string"}, "server": {"type": "string"}, "-content-encoding": {"type": "string"}, "cache-control": {"type": "string"}, "date": {"type": "string"}, "x-frame-options": {"type": "string"}, "alt-svc": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-length", "x-xss-protection", "x-content-type-options", "transfer-encoding", "vary", "server", "-content-encoding", "cache-control", "date", "x-frame-options", "alt-svc", "content-type"]}}, "required": ["body", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : {"name" : "operations/Y3VzdG9kaWFuLTEyOTEvdXMtY2VudHJhbDEvY3VzdG9kaWFuLWRldi9sbk9ZR0dWaTlucw", "metadata" : {"updateTime" : "2018-07-01T17:39:46Z", "target" : "projects/custodian-1291/locations/us-central1/functions/custodian-dev", "request" : {"name" : "projects/custodian-1291/locations/us-central1/functions/custodian-dev", "availableMemoryMb" : 256, "httpsTrigger" : {}, "labels" : {"deployment-tool" : "custodian"}, "sourceUploadUrl" : "https://storage.googleapis.com/gcf-upload-us-central1-03ceb6f5-053a-4792-bd46-c6c945939065/41cb122d-3df5-45c1-babe-a55e37177f58.zip?GoogleAccessId=service-628364689359@gcf-admin-robot.iam.gserviceaccount.com&Expires=1530468585&Signature=V0MVg%2Bb3ZJToZsRW2zO%2FzZI5VqhlC43WBZKId2zyhLX5yP3QLV9CLlE4xyNMlieVNcmlXf37dIhZ%2F1aGdXywpoAx%2BqknttD9u8TpC0NArM8Pf9czkc%2FTndXU70n0gGvq2qisAwY%2B749HoHsu6SwaxKXS6RfeHzxKXTnQMYTpIbyEcJgOzakQt1MLd3miU09%2BUHenMu18TxtoVr4MfrBoDPIZXXmV%2BsB%2BOxxXFTWpx0KRLZYz%2BYHaMSb4D0lZ7C9Q2ug%2FuDlmnC6%2FXk6p5Hhl6MBiPJ%2BwtuuSIzKoL53%2Fy%2FeOOCAcAkBxi4pNH7okjbRo%2FLI1t0OaLzPYVi99ldb1DQ%3D%3D", "entryPoint" : "handler", "timeout" : "60s", "runtime" : "nodejs6", "@type" : "type.googleapis.com/google.cloud.functions.v1.CloudFunction"}, "versionId" : "1", "type" : "CREATE_FUNCTION", "@type" : "type.googleapis.com/google.cloud.functions.v1.OperationMetadataV1"}}, "headers" : {"status" : "200", "content-length" : "1423", "x-xss-protection" : "1; mode=block", "x-content-type-options" : "nosniff", "transfer-encoding" : "chunked", "vary" : "Origin, X-Origin, Referer", "server" : "ESF", "-content-encoding" : "gzip", "cache-control" : "private", "date" : "Sun, 01 Jul 2018 17:39:46 GMT", "x-frame-options" : "SAMEORIGIN", "alt-svc" : "quic=\":443\"; ma=2592000; v=\"43,42,41,39,35\"", "content-type" : "application/json; charset=UTF-8"}}
json_instruct
{"type": "object", "properties": {"body": {"type": "object", "properties": {"name": {"type": "string"}, "metadata": {"type": "object", "properties": {"updateTime": {"type": "string"}, "target": {"type": "string"}, "request": {"type": "object", "properties": {"name": {"type": "string"}, "availableMemoryMb": {"type": "integer"}, "httpsTrigger": {"type": "object", "properties": {}, "required": []}, "labels": {"type": "object", "properties": {"deployment-tool": {"type": "string"}}, "required": ["deployment-tool"]}, "sourceUploadUrl": {"type": "string"}, "entryPoint": {"type": "string"}, "timeout": {"type": "string"}, "runtime": {"type": "string"}, "@type": {"type": "string"}}, "required": ["name", "availableMemoryMb", "httpsTrigger", "labels", "sourceUploadUrl", "entryPoint", "timeout", "runtime", "@type"]}, "versionId": {"type": "string"}, "type": {"type": "string"}, "@type": {"type": "string"}}, "required": ["updateTime", "target", "request", "versionId", "type", "@type"]}}, "required": ["name", "metadata"]}, "headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-length": {"type": "string"}, "x-xss-protection": {"type": "string"}, "x-content-type-options": {"type": "string"}, "transfer-encoding": {"type": "string"}, "vary": {"type": "string"}, "server": {"type": "string"}, "-content-encoding": {"type": "string"}, "cache-control": {"type": "string"}, "date": {"type": "string"}, "x-frame-options": {"type": "string"}, "alt-svc": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-length", "x-xss-protection", "x-content-type-options", "transfer-encoding", "vary", "server", "-content-encoding", "cache-control", "date", "x-frame-options", "alt-svc", "content-type"]}}, "required": ["body", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Web Development"], "desc" : "\n", "details" : {"authors" : "Daniel Greenfeld, Audrey M. Roy", "format" : "pdf", "isbn-10" : "1481879707", "isbn-13" : "978-1481879705", "pages" : "312 pages", "publication date" : "April 16, 2013", "publisher" : "CreateSpace Independent Publishing Platform", "size" : "2.00Mb"}, "img" : "http://23.95.221.108/covers/4f/4face14f46e3c35f2f7d40acaefea73e.jpg", "link" : "https://rapidhosting.info/files/ed4", "title" : "Two Scoops of Django: Best Practices For Django 1.5"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pulumi/aws": {"type": "string"}, "@pulumi/aws-infra": {"type": "string"}, "@pulumi/docker": {"type": "string"}, "@pulumi/pulumi": {"type": "string"}, "mime": {"type": "string"}, "semver": {"type": "string"}}, "required": ["@pulumi/aws", "@pulumi/aws-infra", "@pulumi/docker", "@pulumi/pulumi", "mime", "semver"]}, "devDependencies": {"type": "object", "properties": {"@types/aws-sdk": {"type": "string"}, "@types/mime": {"type": "string"}, "@types/node": {"type": "string"}, "@types/semver": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/aws-sdk", "@types/mime", "@types/node", "@types/semver", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"@pulumi/cloud": {"type": "string"}}, "required": ["@pulumi/cloud"]}}, "required": ["name", "version", "license", "description", "keywords", "homepage", "repository", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@pulumi/cloud-aws", "version" : "${VERSION}", "license" : "Apache-2.0", "description" : "An implementation of the Pulumi Framework for targeting Amazon Web Services (AWS).", "keywords" : ["pulumi", "cloud", "aws"], "homepage" : "https://pulumi.io", "repository" : "https://github.com/pulumi/pulumi-cloud", "dependencies" : {"@pulumi/aws" : "^0.14.0", "@pulumi/aws-infra" : "^0.14.0", "@pulumi/docker" : "^0.14.0", "@pulumi/pulumi" : "^0.14.3", "mime" : "^2.0.3", "semver" : "^5.4.0"}, "devDependencies" : {"@types/aws-sdk" : "^2.7.0", "@types/mime" : "^2.0.0", "@types/node" : "^8.0.26", "@types/semver" : "^5.4.0", "tslint" : "^5.7.0", "typescript" : "^2.6.2"}, "peerDependencies" : {"@pulumi/cloud" : "${VERSION}"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pulumi/aws": {"type": "string"}, "@pulumi/aws-infra": {"type": "string"}, "@pulumi/docker": {"type": "string"}, "@pulumi/pulumi": {"type": "string"}, "mime": {"type": "string"}, "semver": {"type": "string"}}, "required": ["@pulumi/aws", "@pulumi/aws-infra", "@pulumi/docker", "@pulumi/pulumi", "mime", "semver"]}, "devDependencies": {"type": "object", "properties": {"@types/aws-sdk": {"type": "string"}, "@types/mime": {"type": "string"}, "@types/node": {"type": "string"}, "@types/semver": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/aws-sdk", "@types/mime", "@types/node", "@types/semver", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"@pulumi/cloud": {"type": "string"}}, "required": ["@pulumi/cloud"]}}, "required": ["name", "version", "license", "description", "keywords", "homepage", "repository", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"locateObject:furnace": {"type": "number"}, "locateObject:coal": {"type": "number"}, "locateObject:iron ore": {"type": "number"}, "locateObject:stone": {"type": "number"}, "locateObject:wood": {"type": "number"}, "locateObject:crafting bench": {"type": "number"}}, "required": ["locateObject:furnace", "locateObject:coal", "locateObject:iron ore", "locateObject:stone", "locateObject:wood", "locateObject:crafting bench"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locateObject:furnace" : 56.09859967829596, "locateObject:coal" : 49.893908787349574, "locateObject:iron ore" : 55.09993527032372, "locateObject:stone" : 53.62274489035588, "locateObject:wood" : 51.25293813322018, "locateObject:crafting bench" : 51.046586441127836}
json_instruct
{"type": "object", "properties": {"locateObject:furnace": {"type": "number"}, "locateObject:coal": {"type": "number"}, "locateObject:iron ore": {"type": "number"}, "locateObject:stone": {"type": "number"}, "locateObject:wood": {"type": "number"}, "locateObject:crafting bench": {"type": "number"}}, "required": ["locateObject:furnace", "locateObject:coal", "locateObject:iron ore", "locateObject:stone", "locateObject:wood", "locateObject:crafting bench"], "$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"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-json"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "require", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lozovskaya/test", "description" : "Test task for Asbis", "type" : "project", "require" : {"php" : "^7.4|^8.0", "ext-json" : "*"}, "license" : "MIT", "authors" : [{"name" : "Elena Lozovskaya", "email" : "e.lozovskaya96@gmail.com"}], "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "ext-json"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "require", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "position", "borderStyle", "list"]}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}, "downloadFile": {"type": "integer"}}, "required": ["request", "downloadFile"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "tabBar", "window", "networkTimeout", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/index/index", "pages/player_rank/player_rank", "pages/team_rank/team_rank", "pages/team_info/team_info", "pages/player_info/player_info", "pages/live_detail/live_detail", "pages/news_info/news_info"], "tabBar" : {"color" : "#333", "selectedColor" : "#00aa98", "position" : "bottom", "borderStyle" : "black", "list" : [{"pagePath" : "pages/index/index", "text" : "\u8d5b\u7a0b", "iconPath" : "static/images/ball.png", "selectedIconPath" : "static/images/ball-active.png"}, {"pagePath" : "pages/team_rank/team_rank", "text" : "\u7403\u961f\u6392\u540d", "iconPath" : "static/images/rank.png", "selectedIconPath" : "static/images/rank-active.png"}, {"pagePath" : "pages/player_rank/player_rank", "text" : "\u7403\u5458\u6570\u636e", "iconPath" : "static/images/stats.png", "selectedIconPath" : "static/images/stats-active.png"}]}, "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#00AA98", "navigationBarTitleText" : "NBA\u7403\u8d5b", "navigationBarTextStyle" : "white"}, "networkTimeout" : {"request" : 60000, "downloadFile" : 60000}, "style" : "v2", "sitemapLocation" : "sitemap.json"}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "position", "borderStyle", "list"]}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}, "downloadFile": {"type": "integer"}}, "required": ["request", "downloadFile"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "tabBar", "window", "networkTimeout", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 80344, "cartId" : "729d848b-984c-4dab-a17c-169867f5aff2", "preferredProducts" : [2180, 3083, 153, 3568, 4731, 4549, 1315, 1246, 478, 3198], "productReviews" : [{"productId" : 3204, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2018-12-06T09:24:44.5579971+02:00"}, {"productId" : 2081, "reviewText" : "My neighbor Honora has one of these. She works as a reporter and she says it looks enormous.", "reviewDate" : "2017-06-14T04:21:45.7192535+03:00"}, {"productId" : 992, "reviewText" : "heard about this on chicha radio, decided to give it a try.", "reviewDate" : "2016-11-11T01:14:46.2870065+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": {"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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_6lqsy", "name" : "Taknallurmoney"}, "date" : {"day" : 1555891200, "full" : 1555966873, "month" : 1554076800, "week" : 1555804800}, "id" : "t3_bg7cde", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 156946, "fullUrl" : "https://preview.redd.it/1gk7fsdtqvt21.jpg?auto=webp&s=9ccdd3a9e55a48143cb849f185c5f67bd6f029f9", "hash" : "d04cfcf235", "height" : 902, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAsDASIAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAABf/EACUQAAICAAUDBQEAAAAAAAAAAAECAwQABREhYRIjMRMUIjJBUf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAdEQACAQQDAAAAAAAAAAAAAAACAwABEiGRQXHx/9oADAMBAAIRAxEAPwBcL7mhfimeK88ZW0HVfjIYz0sCP7tuOcPZZZabLq0tg9141ZtF6fI18b6YMpzk5nXWWXumq5lh9IIIwdxxweRzgRJ82rRRQxy3WRY10KVQw+o2B/cFPG9Ky5zTUIXhhj1Xfk//2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/udSJ2hr5IMuWUdqLCp-xF3l7fkyt-uyinSBbwOtHT6g.jpg", "url" : "https://preview.redd.it/1gk7fsdtqvt21.jpg?width=640&crop=smart&auto=webp&s=ebbbd2749822dde2530d8e78bcdcc2c0c8a0564f", "width" : 640}, "score" : {"comments" : 6, "downs" : 0, "isCurated" : false, "ratio" : 0.79, "ups" : 11, "value" : 11}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "Crystal Run - a FReEeE Map", "url" : "https://www.reddit.com/r/dndmaps/comments/bg7cde/crystal_run_a_freeee_map_30x22/"}
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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "930", "name" : "\u306f\u304e", "name_kana" : "\uff8a\uff77\uff9e"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u96d9\u8a6e\u6de8\u6c34\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001631", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u798f\u8208\u9109\u9ea5\u539d\u6751\u6cbf\u6d77\u8def\u4e00\u6bb5128\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u798f\u8208\u9109\u9ea5\u539d\u6751", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u6587\u4eae", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "84504011", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1041103", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"callSite": {"type": "string"}, "callParams": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "reference": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["callSite", "callParams", "reference", "publicKey"]}}, "required": ["jsonrpc", "id", "method", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jsonrpc" : "2.0", "id" : 1, "method" : "api.call", "params" : {"callSite" : "wallet.CreateMember", "callParams" : {"name" : "memberName"}, "reference" : "1tJCbWvMpRjVGSMe2ApfLFKFP42pYRX7PvHrs1VCAA.1tJCbWvMpRjVGSMe2ApfLFKFP42pYRX7PvHrs1VCAA", "publicKey" : "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEMSbA4KvO/jlwY+8WFDEdwhCLlsEC\nF3/GYvu9iTWHwCctx1wTbGGjNLY03EjXyYxaf8coNbSbZeu+jXcWeMHG0A==\n-----END PUBLIC KEY-----"}}
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"callSite": {"type": "string"}, "callParams": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "reference": {"type": "string"}, "publicKey": {"type": "string"}}, "required": ["callSite", "callParams", "reference", "publicKey"]}}, "required": ["jsonrpc", "id", "method", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Gem. Grundschule Marienberghausen", "id" : "NRW-114327", "address" : "Humperdinckstr. 2, 51588 N\u00fcmbrecht", "school_type" : "Grundschule", "fax" : "02293 937873", "phone" : "02293 7282", "website" : "", "email" : " 114327@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 7.495383, "lat" : 50.918178}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "9ced765", "CardHash" : "d02e0c3", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.0.1", "0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1"], "meta" : {"description" : "PC-CORA sounding data files parser for Python", "homepage" : "http://github.com/niwa/pccora", "license" : "MIT"}, "versions" : {"0.0.1" : {"sha256" : "02f3ff7bbd8d971ca801ede0783f3bef8aeef63ace634bf7ce5e024af978fa2a", "url" : "https://files.pythonhosted.org/packages/e7/57/2fadeba24a2279e9800b0ba4f59ae5e3e7b8505d249af10ebe0fc1e201fb/pccora-0.0.1.tar.gz"}, "0.1" : {"sha256" : "2e4afaa7ee15612a3933095c01fed3437a777e84ca116ba455fe39bf9cd7b441", "url" : "https://files.pythonhosted.org/packages/9f/28/d09a01b32c036268db0526460b3ce77496525fb2ab968ccbf60b36415ab5/pccora-0.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.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.0.1", "0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "description", "version", "permissions", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ChromeOpenTabDownloader", "description" : "Download images open in tabs", "version" : "0.0.1", "permissions" : ["tabs", "downloads", "unlimitedStorage"], "browser_action" : {"default_popup" : "popup.html"}, "manifest_version" : 2}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "description", "version", "permissions", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " A nice integration trick!\n\n[imath]\\int_{0}^{\\pi} x f(\\sin x) d x=\\frac{\\pi}{2} \\int_{0}^{\\pi} f(\\sin x) d x[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=ExtlUgIxTNY"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"strings": {"type": "object", "properties": {"arc": {"type": "string"}, "strokeText": {"type": "string"}, "close": {"type": "string"}, "bezierCurve": {"type": "string"}, "textBaseline": {"type": "string"}, "delete": {"type": "string"}}, "required": ["arc", "strokeText", "close", "bezierCurve", "textBaseline", "delete"]}}, "required": ["strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"strings" : {"arc" : "arc", "strokeText" : "strokeText", "close" : "close", "bezierCurve" : "bezierCurve", "textBaseline" : "textBaseline", "delete" : "delete"}}
json_instruct
{"type": "object", "properties": {"strings": {"type": "object", "properties": {"arc": {"type": "string"}, "strokeText": {"type": "string"}, "close": {"type": "string"}, "bezierCurve": {"type": "string"}, "textBaseline": {"type": "string"}, "delete": {"type": "string"}}, "required": ["arc", "strokeText", "close", "bezierCurve", "textBaseline", "delete"]}}, "required": ["strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var util = require('../core').util;\n\nvar toBuffer = util.buffer.toBuffer;\n/**\n * A lossless representation of a signed, 64-bit integer. Instances of this\n * class may be used in arithmetic expressions as if they were numeric\n * primitives, but the binary representation will be preserved unchanged as the\n * `bytes` property of the object. The bytes should be encoded as big-endian,\n * two's complement integers.\n * @param {Buffer} bytes\n *\n * @api private\n */\n\nfunction Int64(bytes) {\n if (bytes.length !== 8) {\n throw new Error('Int64 buffers must be exactly 8 bytes');\n }\n\n if (!util.Buffer.isBuffer(bytes)) bytes = toBuffer(bytes);\n this.bytes = bytes;\n}\n/**\n * @param {number} number\n * @returns {Int64}\n *\n * @api private\n */\n\n\nInt64.fromNumber = function (number) {\n if (number > 9223372036854775807 || number < -9223372036854775808) {\n throw new Error(number + ' is too large (or, if negative, too small) to represent as an Int64');\n }\n\n var bytes = new Uint8Array(8);\n\n for (var i = 7, remaining = Math.abs(Math.round(number)); i > -1 && remaining > 0; i--, remaining /= 256) {\n bytes[i] = remaining;\n }\n\n if (number < 0) {\n negate(bytes);\n }\n\n return new Int64(bytes);\n};\n/**\n * @returns {number}\n *\n * @api private\n */\n\n\nInt64.prototype.valueOf = function () {\n var bytes = this.bytes.slice(0);\n var negative = bytes[0] & 128;\n\n if (negative) {\n negate(bytes);\n }\n\n return parseInt(bytes.toString('hex'), 16) * (negative ? -1 : 1);\n};\n\nInt64.prototype.toString = function () {\n return String(this.valueOf());\n};\n/**\n * @param {Buffer} bytes\n *\n * @api private\n */\n\n\nfunction negate(bytes) {\n for (var i = 0; i < 8; i++) {\n bytes[i] ^= 0xFF;\n }\n\n for (var i = 7; i > -1; i--) {\n bytes[i]++;\n\n if (bytes[i] !== 0) {\n break;\n }\n }\n}\n/**\n * @api private\n */\n\n\nmodule.exports = {\n Int64: Int64\n};", "map" : null, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test" : "url with Dash response file"}
json_instruct
{"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12" : [1.7160903259528635e-06, 1.6064221044892e-06, 5.133578294189453e-08, 3.7051527937826897e-08, 1.849355309582037e-06, 1.4820618202307993e-06, 1.1172425060400358e-06, 2.207096291697556e-06, 1.3606493926043933e-06, 2.051479069423286e-06, 2.6636391634539056e-06, 2.1749347870144574e-06, 4.469530284629244e-06, 5.744494130481688e-06, 1.8869543617946338e-05, 5.6363180370268914e-05, 7.521417596833435e-05, 8.599168432153173e-05, 8.846263654899042e-05, 9.165818494032867e-05, 9.188098445983464e-05, 9.057032809453352e-05, 9.282495308023824e-05, 8.982929269533253e-05, 9.318670617079132e-05, 8.919343267257583e-05, 8.884769618014432e-05, 8.667009391592393e-05, 8.55736787577575e-05, 8.64820885550998e-05], "arrbool" : true}
json_instruct
{"type": "object", "properties": {"DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p0025_bw500_0.95<mwd<1.05_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main" : "link.jsx"}
json_instruct
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}}, "required": ["name", "version", "description", "repository", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-ui-tree", "version" : "2.5.0", "description" : "An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery", "repository" : {"type" : "git", "url" : "https://github.com/angular-ui-tree/angular-ui-tree"}, "main" : "angular-ui-tree.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}}, "required": ["name", "version", "description", "repository", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-04-12T20:00:00Z", "Temp" : 5.3, "RelHum" : 82, "WindSpeed" : 4.2, "WindDir" : 338}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8298": {"type": "string"}}, "required": ["8298"]}, "timeto": {"type": "object", "properties": {"8298": {"type": "number"}}, "required": ["8298"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8299, "title" : ["[Lower Trollfang, Hut]"], "description" : ["Many footprints and scuff marks, showing signs of a struggle, are all that is left to adorn this small, utilitarian thatched home."], "paths" : ["Obvious exits: out"], "location" : "the Lower Trollfang", "wayto" : {"8298" : "out"}, "timeto" : {"8298" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"8298": {"type": "string"}}, "required": ["8298"]}, "timeto": {"type": "object", "properties": {"8298": {"type": "number"}}, "required": ["8298"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "tier_upgrader": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "output": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "tier_upgrader", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "refinement:in_world_tier_upgrading", "tier_upgrader" : {"item" : "refinement:omega_tier_upgrader"}, "input" : {"item" : "refinement:epsilon_storage_bin"}, "output" : {"item" : "refinement:omega_storage_bin"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "tier_upgrader": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "output": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "tier_upgrader", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessKeyId" : "KnROft98Ie8OAq85VRpI", "secretAccessKey" : "gXDbkpT8a/TpsSq6iWlmtoJgWIEL+4XVAkfB8f6o", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"2021-10-3": {"type": "integer"}, "2021-10-4": {"type": "integer"}, "2021-10-5": {"type": "integer"}, "2021-10-6": {"type": "integer"}, "2021-10-7": {"type": "integer"}, "2021-10-8": {"type": "integer"}, "2021-10-9": {"type": "integer"}}, "required": ["2021-10-3", "2021-10-4", "2021-10-5", "2021-10-6", "2021-10-7", "2021-10-8", "2021-10-9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2021-10-3" : 1, "2021-10-4" : 0, "2021-10-5" : 1, "2021-10-6" : 6, "2021-10-7" : 3, "2021-10-8" : 2, "2021-10-9" : 3}
json_instruct
{"type": "object", "properties": {"2021-10-3": {"type": "integer"}, "2021-10-4": {"type": "integer"}, "2021-10-5": {"type": "integer"}, "2021-10-6": {"type": "integer"}, "2021-10-7": {"type": "integer"}, "2021-10-8": {"type": "integer"}, "2021-10-9": {"type": "integer"}}, "required": ["2021-10-3", "2021-10-4", "2021-10-5", "2021-10-6", "2021-10-7", "2021-10-8", "2021-10-9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "stability": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "object", "properties": {"requires": {"type": "array", "items": {}}, "provides": {"type": "array", "items": {}}}, "required": ["requires", "provides"]}}, "required": ["name", "target", "stability", "sources", "capabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "crochet.core", "target" : "*", "stability" : "experimental", "sources" : ["source/0-types.crochet", "source/traits/arithmetic.crochet", "source/boolean.crochet", "source/traits/conversion.crochet", "source/traits/enumeration.crochet", "source/traits/equality.crochet", "source/traits/fractional.crochet", "source/traits/ordering.crochet", "source/float.crochet", "source/tuple.crochet", "source/text.crochet", "source/cell.crochet", "source/record.crochet", "source/error.crochet", "source/result.crochet", "source/representation.crochet", "source/debug-representation.crochet", "source/indexed.crochet"], "capabilities" : {"requires" : [], "provides" : []}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "target": {"type": "string"}, "stability": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "object", "properties": {"requires": {"type": "array", "items": {}}, "provides": {"type": "array", "items": {}}}, "required": ["requires", "provides"]}}, "required": ["name", "target", "stability", "sources", "capabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"champ" : 57, "item" : -1, "kills" : "4.436823104693141", "deaths" : "5.588447653429603", "assists" : "9.552346570397113", "gold" : "10208.761732851986", "cs" : "96.35740072202167", "total" : "1939", "wins" : "1008", "losses" : "931"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "python"}, {"name" : "java"}, {"name" : "javascript"}, {"name" : "perl"}, {"name" : "c/c++"}, {"name" : "scala"}, {"name" : "php"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "tokenabledecoration:block/burntquartz"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
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#"}
[[1913, 5], [1914, 5], [1915, 12], [1917, 7], [1918, 5], [1919, 5], [1920, 6], [1921, 12], [1922, 7], [1924, 8], [1925, 5], [1926, 10], [1927, 8], [1928, 6], [1929, 6], [1930, 15], [1931, 10], [1932, 19], [1933, 25], [1934, 23], [1935, 16], [1936, 11], [1937, 16], [1938, 11], [1939, 11], [1940, 13], [1941, 15], [1942, 6], [1943, 8], [1944, 9], [1945, 20], [1946, 11], [1947, 9], [1948, 15], [1949, 11], [1950, 8], [1951, 29], [1952, 10], [1953, 29], [1954, 38], [1955, 28], [1956, 33], [1957, 30], [1958, 33], [1959, 25], [1960, 22], [1961, 16], [1962, 24], [1963, 23], [1964, 24], [1965, 32], [1966, 36], [1967, 36], [1968, 29], [1969, 44], [1970, 46], [1971, 50], [1972, 44], [1973, 43], [1974, 31], [1975, 44], [1976, 34], [1977, 28], [1978, 34], [1979, 24], [1980, 25], [1981, 20], [1982, 18], [1983, 18], [1984, 19], [1985, 21], [1986, 11], [1987, 15], [1988, 17], [1989, 12], [1990, 16], [1991, 11], [1992, 9], [1993, 15], [1994, 15], [1995, 10], [1996, 9], [1997, 16], [1998, 12], [1999, 13], [2000, 5], [2002, 9], [2003, 11], [2004, 10], [2006, 6], [2009, 6]]
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": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.min.css", "antd-mobile.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"antd-mobile.css" : "sha512-0EV41XLs6lqOB8HPF400fHCXgI0G44aDzy1kIiKz4yGdNkFNJdSINNGaOT+o2vm5/SykJ9XwansE5+To9dXGHQ==", "antd-mobile.js" : "sha512-T9ZAhYl3g6xXxRi9DvyNmm6cvBcbrqXE1ROrIaly4LriDXgUMH9mehBgtOOLs+huLIUYXjz3UDDXRo2d6Zg8AA==", "antd-mobile.min.css" : "sha512-enOzxWwU9NHNl2OPJ5mfkIN39ysSaiDb/CiSCDRqsOZ/EobEcWHN4QRK0eBs6yO1ErOpv4Dov0YtJurW/qKffg==", "antd-mobile.min.js" : "sha512-up1Zd6Nrb3JWY8w3rDKHgH8ViwKAj4tPi7SOXWt33wjdd5l7ShbIkxITAleQbLZg/bDelGJeotM+TWyjc2otOw=="}
json_instruct
{"type": "object", "properties": {"antd-mobile.css": {"type": "string"}, "antd-mobile.js": {"type": "string"}, "antd-mobile.min.css": {"type": "string"}, "antd-mobile.min.js": {"type": "string"}}, "required": ["antd-mobile.css", "antd-mobile.js", "antd-mobile.min.css", "antd-mobile.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"FILL_STYLE_FLAG": {"type": "string"}, "ANY_STATE": {"type": "string"}, "DEFAULT_STATE": {"type": "string"}, "EMPTY_STATE": {"type": "string"}}, "required": ["FILL_STYLE_FLAG", "ANY_STATE", "DEFAULT_STATE", "EMPTY_STATE"]}}, "required": ["__symbolic", "version", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__symbolic" : "module", "version" : 2, "metadata" : {"FILL_STYLE_FLAG" : "true", "ANY_STATE" : "*", "DEFAULT_STATE" : "*", "EMPTY_STATE" : "void"}}
json_instruct
{"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"FILL_STYLE_FLAG": {"type": "string"}, "ANY_STATE": {"type": "string"}, "DEFAULT_STATE": {"type": "string"}, "EMPTY_STATE": {"type": "string"}}, "required": ["FILL_STYLE_FLAG", "ANY_STATE", "DEFAULT_STATE", "EMPTY_STATE"]}}, "required": ["__symbolic", "version", "metadata"], "$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"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RemoveWorkflow", "protocol" : "HTTP|HTTPS", "method" : "DELETE", "pathPattern" : "/gs/workflow/[workflowName]", "parameters" : [{"name" : "workflowName", "position" : "Path", "type" : "String", "required" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Lexy", "dpt" : "Meurthe-et-Moselle", "inscrits" : 2634, "abs" : 550, "votants" : 2084, "blancs" : 49, "nuls" : 6, "exp" : 2029, "res" : [{"panneau" : "3", "voix" : 528}, {"panneau" : "2", "voix" : 481}, {"panneau" : "9", "voix" : 392}, {"panneau" : "11", "voix" : 381}, {"panneau" : "1", "voix" : 97}, {"panneau" : "4", "voix" : 78}, {"panneau" : "6", "voix" : 23}, {"panneau" : "8", "voix" : 19}, {"panneau" : "10", "voix" : 16}, {"panneau" : "5", "voix" : 13}, {"panneau" : "7", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"canonicalName": {"type": "string"}}, "required": ["canonicalName"]}, "instance": {"type": "object", "properties": {"archiveMD5Sum": {"type": "string"}, "build": {"type": "string"}, "copyArtefacts": {"type": "string"}, "defineAsTarget": {"type": "string"}, "defineGlobalTargets": {"type": "string"}, "downloadURL": {"type": "string"}, "includeDir": {"type": "string"}, "libraryFileName": {"type": "string"}, "setVariables": {"type": "string"}, "unpackedDirName": {"type": "string"}}, "required": ["archiveMD5Sum", "build", "copyArtefacts", "defineAsTarget", "defineGlobalTargets", "downloadURL", "includeDir", "libraryFileName", "setVariables", "unpackedDirName"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"canonicalName" : ""}, "instance" : {"archiveMD5Sum" : "IgorStasenko 6/7/2012 17:04", "build" : "EstebanLorenzano 7/9/2012 12:29", "copyArtefacts" : "IgorStasenko 8/3/2012 17:58", "defineAsTarget" : "IgorStasenko 6/8/2012 02:13", "defineGlobalTargets" : "IgorStasenko 6/10/2012 02:50", "downloadURL" : "", "includeDir" : "IgorStasenko 6/7/2012 22:46", "libraryFileName" : "", "setVariables" : "IgorStasenko 6/8/2012 23:21", "unpackedDirName" : ""}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"canonicalName": {"type": "string"}}, "required": ["canonicalName"]}, "instance": {"type": "object", "properties": {"archiveMD5Sum": {"type": "string"}, "build": {"type": "string"}, "copyArtefacts": {"type": "string"}, "defineAsTarget": {"type": "string"}, "defineGlobalTargets": {"type": "string"}, "downloadURL": {"type": "string"}, "includeDir": {"type": "string"}, "libraryFileName": {"type": "string"}, "setVariables": {"type": "string"}, "unpackedDirName": {"type": "string"}}, "required": ["archiveMD5Sum", "build", "copyArtefacts", "defineAsTarget", "defineGlobalTargets", "downloadURL", "includeDir", "libraryFileName", "setVariables", "unpackedDirName"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash.debounce": {"type": "string"}, "web-tree-sitter": {"type": "string"}}, "required": ["lodash.debounce", "web-tree-sitter"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash.debounce": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "monaco-editor": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/lodash.debounce", "cz-conventional-changelog", "monaco-editor", "prettier", "typescript"]}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "build"]}, "files": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies", "devDependencies", "scripts", "files", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "monaco-tree-sitter", "version" : "0.0.5", "description" : "Highlight your Monaco Editor with tree-sitter grammar.", "main" : "lib/index.js", "repository" : "https://github.com/Menci/monaco-tree-sitter", "author" : "Menci <huanghaorui301@gmail.com>", "license" : "MIT", "dependencies" : {"lodash.debounce" : "^4.0.8", "web-tree-sitter" : "^0.16.2"}, "devDependencies" : {"@types/lodash.debounce" : "^4.0.6", "cz-conventional-changelog" : "3.1.0", "monaco-editor" : "^0.20.0", "prettier" : "^1.19.1", "typescript" : "^3.8.3"}, "scripts" : {"format" : "prettier --write \"src/**/*.ts\" \"demo/*.js\"", "build" : "tsc -p ."}, "files" : ["/lib", "/themes", "/grammars"], "config" : {"commitizen" : {"path" : "./node_modules/cz-conventional-changelog"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash.debounce": {"type": "string"}, "web-tree-sitter": {"type": "string"}}, "required": ["lodash.debounce", "web-tree-sitter"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash.debounce": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "monaco-editor": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/lodash.debounce", "cz-conventional-changelog", "monaco-editor", "prettier", "typescript"]}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "build"]}, "files": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies", "devDependencies", "scripts", "files", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Dopex Governance Token", "symbol" : "DPX", "type" : "ERC20", "decimals" : 18, "description" : "DPX - vanilla governance and protocol fee accrual token", "website" : "https://www.dopex.io/", "explorer" : "https://etherscan.io/token/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81", "status" : "active", "id" : "0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"m_GameObject": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Enabled": {"type": "integer"}, "m_Script": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Name": {"type": "string"}, "vOrderList": {"type": "array", "items": {"type": "object", "properties": {"eOrder": {"type": "integer"}, "vsParam": {"type": "array", "items": {"type": "string"}}}, "required": ["eOrder", "vsParam"]}}}, "required": ["m_GameObject", "m_Enabled", "m_Script", "m_Name", "vOrderList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"m_GameObject" : {"m_FileID" : 0, "m_PathID" : 0}, "m_Enabled" : 1, "m_Script" : {"m_FileID" : 0, "m_PathID" : 6520365622649918000}, "m_Name" : "SQ_30_020", "vOrderList" : [{"eOrder" : 92, "vsParam" : ["0"]}, {"eOrder" : 95, "vsParam" : ["85"]}, {"eOrder" : 92, "vsParam" : ["1"]}, {"eOrder" : 4, "vsParam" : ["25"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u54ce\u5440\uff0c\u662f\u4f60\u5011\u5e7e\u500b\u3002\n\u4eca\u5929\u6709\u4ec0\u9ebc\u4e8b\u55ce\uff1f", "0", "", "", "amariris_m_016"]}, {"eOrder" : 18, "vsParam" : ["3", "\u7d22\u96f7\u723e", "\u90a3\u500b\u2026\u2026\u300c\u90a3\u4f4d\u7f8e\u9e97\u7684\u4eba\u300d\u2026\u2026\n\u771f\u7684\u4e0d\u662f\u7f85\u5fb7\u5927\u4eba\u55ce\uff1f", "4", "", "", "sorel_m_377"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u624d\u4e0d\u662f\uff01\u5927\u932f\u7279\u932f\uff01\u65e2\u7136\u4f60\u5011\u63d0\u5230\u4e86\uff0c\n\u6211\u5c31\u8ddf\u4f60\u5011\u8b1b\u8b1b\u300c\u90a3\u4f4d\u7f8e\u9e97\u7684\u4eba\u300d\u7684\u9b45\u529b\u5427\uff01", "2", "", "5", "amariris_m_017"]}, {"eOrder" : 18, "vsParam" : ["6", "\u5b89\u6f54\u8389\u5361", "\u5509\u2026\u2026", "0", "", "6", "angelica_m_166"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u4ed6\u6709\u8457\u4e00\u982d\u9583\u9583\u767c\u4eae\u7684\u91d1\u8272\u79c0\u9aee\uff0c\u9b41\u68a7\u7684\u8eab\u6750\u2026\u2026\n\u82f1\u4fca\u7684\u9577\u76f8\u548c\u71e6\u721b\u7684\u7693\u9f52\u2026\u2026", "1", "", "4", "amariris_m_018"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u5475\u5475\uff0c\u7e3d\u4e4b\u5c31\u662f\u5f88\u5e25\u6c23\uff01\n\u80fd\u8b93\u4efb\u4f55\u8b9a\u7f8e\u4e4b\u8a5e\u90fd\u986f\u5f97\u9673\u8150\u7684\u5e25\u6c23\uff01", "1", "", "3", "amariris_m_019"]}, {"eOrder" : 18, "vsParam" : ["5", "\u514b\u96f7\u68ee", "\u5514\u2026\u2026\u50c5\u5f9e\u91d1\u9aee\u548c\u7693\u9f52\u4f86\u770b\uff0c\n\u7f85\u5fb7\u5927\u4eba\u4e5f\u7b26\u5408\u689d\u4ef6\u5427\u2026\u2026", "3", "", "", "cresson_m_185"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u6211\uff0c\u8aaa\uff0c\u904e\uff01\u300c\u90a3\u4f4d\u7f8e\u9e97\u7684\u4eba\u300d\n\u624d\u4e0d\u662f\u90a3\u500b\u8001\u723a\u723a\uff01\u4f60\u5011\u975e\u8981\u8aaa\u4ed6\u662f\uff0c\u90a3\u5c31\u62ff\u51fa\u8b49\u64da\u7d66\u6211\u770b\u554a\uff01", "4", "", "5", "amariris_m_020"]}, {"eOrder" : 18, "vsParam" : ["1010", "\u4f69\u5e15\u654f\u7279", "\u5443\u2026\u2026\n\u6211\u5011\u4e0a\u54ea\u627e\u8b49\u64da\u7d66\u59b3\u554a\u2026\u2026", "4", "", "7", "peppermint_m_372"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u5514\u2026\u2026\u5982\u679c\u6709\u4f4f\u5728\u4eba\u9b5a\u5ca9\u6642\u7528\u7684\n\u300c\u9b42\u4e4b\u93e1\u300d\u5c31\u597d\u4e86\u2026\u2026", "4", "", "", "amariris_m_021"]}, {"eOrder" : 18, "vsParam" : ["4", "\u827e\u59ae\u65af\u7d22\u666e", "\u300c\u9b42\u4e4b\u93e1\u300d\uff1f\u6211\u8a18\u5f97\u5b83\n\u80fd\u5920\u6620\u7167\u51fa\u4eba\u6700\u7f8e\u7684\u6642\u671f\u7684\u6a23\u8c8c\uff1f", "0", "", "2", "anis_m_251"]}, {"eOrder" : 18, "vsParam" : ["3002", "\u827e\u746a\u8389\u8389\u7d72", "\u55ef\uff0c\u6c92\u932f\uff0c\u5c31\u662f\u5b83\u3002\n\u53ef\u662f\uff0c\u5728\u4eba\u9b5a\u5ca9\u5d29\u584c\u6642\u6211\u628a\u5b83\u7559\u5728\u90a3\u88e1\u4e86\u3002", "4", "", "", "amariris_m_022"]}, {"eOrder" : 18, "vsParam" : ["6", "\u5b89\u6f54\u8389\u5361", "\u53ea\u8981\u6709\u300c\u9b42\u4e4b\u93e1\u300d\u2026\u2026\n\u5514\u2026\u2026", "4", "", "", "angelica_m_167"]}, {"eOrder" : 8, "vsParam" : ["1"]}, {"eOrder" : 4, "vsParam" : ["-1"]}, {"eOrder" : 95, "vsParam" : ["0"]}]}
json_instruct
{"type": "object", "properties": {"m_GameObject": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Enabled": {"type": "integer"}, "m_Script": {"type": "object", "properties": {"m_FileID": {"type": "integer"}, "m_PathID": {"type": "integer"}}, "required": ["m_FileID", "m_PathID"]}, "m_Name": {"type": "string"}, "vOrderList": {"type": "array", "items": {"type": "object", "properties": {"eOrder": {"type": "integer"}, "vsParam": {"type": "array", "items": {"type": "string"}}}, "required": ["eOrder", "vsParam"]}}}, "required": ["m_GameObject", "m_Enabled", "m_Script", "m_Name", "vOrderList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"social-likes.min.js": {"type": "string"}, "social-likes_birman.css": {"type": "string"}, "social-likes_classic.css": {"type": "string"}, "social-likes_flat.css": {"type": "string"}}, "required": ["social-likes.min.js", "social-likes_birman.css", "social-likes_classic.css", "social-likes_flat.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"social-likes.min.js" : "sha512-iAkB6KiZuAt0/UQwKg5S4lraOOMKUgrGE3ZUFGalY4N4Wwa19yClOCwgmPB/kB55sP2/WUrXvL6ExXiCDgfMbQ==", "social-likes_birman.css" : "sha512-YRPlQEE0afGbapMLULDMRegrLIfEWwKdO0O9ACTro6ldsqgJsTmQYrwLLkbAgPBQmewCQsu+7PNjwg4e+qSIOg==", "social-likes_classic.css" : "sha512-Z/DqMm9U5aIGnS66b616YJt1fDIFInnefgty+S/ju033RYRnZAyhOipSNUyjiSMhCV9IZ4At0Qxnfjfbvq+iZQ==", "social-likes_flat.css" : "sha512-aKONSgpXom0I/0DYTp8sZvNgxmGId1aJ8Hi3G6oQXuK4bip0EkWohLK8ldbifq4C+EEWg9S3ggW3i19g6np9hQ=="}
json_instruct
{"type": "object", "properties": {"social-likes.min.js": {"type": "string"}, "social-likes_birman.css": {"type": "string"}, "social-likes_classic.css": {"type": "string"}, "social-likes_flat.css": {"type": "string"}}, "required": ["social-likes.min.js", "social-likes_birman.css", "social-likes_classic.css", "social-likes_flat.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ReactReduxForm.js": {"type": "string"}, "ReactReduxForm.min.js": {"type": "string"}}, "required": ["ReactReduxForm.js", "ReactReduxForm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ReactReduxForm.js" : "sha512-1OiGMVzdPltMh87ZzzWrfIGvywJCHXLeYoDXriFPsb5WDiMzcoAlaPsmMWBAKCBcKUd5Tt1gzKHwZ3F82hgHhw==", "ReactReduxForm.min.js" : "sha512-bf9/XOb8hNlF6DDQ3Quo00Y6dr0QMd1Z5AWDWKeCd7NkYYXsFlziOA+dJAtNcAlOB1FtGPlIgSOc49AX9PPrRw=="}
json_instruct
{"type": "object", "properties": {"ReactReduxForm.js": {"type": "string"}, "ReactReduxForm.min.js": {"type": "string"}}, "required": ["ReactReduxForm.js", "ReactReduxForm.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "left": {"type": "string"}, "right": {"type": "string"}, "front": {"type": "string"}, "back": {"type": "string"}}, "required": ["top", "bottom", "left", "right", "front", "back"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "astromine:block/machine_active", "textures" : {"top" : "astromine:block/creative_buffer_top_active", "bottom" : "astromine:block/creative_buffer_bottom_active", "left" : "astromine:block/creative_buffer_left_active", "right" : "astromine:block/creative_buffer_right_active", "front" : "astromine:block/creative_buffer_front_active", "back" : "astromine:block/creative_buffer_back_active"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "left": {"type": "string"}, "right": {"type": "string"}, "front": {"type": "string"}, "back": {"type": "string"}}, "required": ["top", "bottom", "left", "right", "front", "back"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["appx-starter", "auxjs", "axoid-commons", "brand-colors", "brutalist", "cratedigger", "cutestrap", "element-calcum", "element-calcum-style", "flag-colors", "genesis-fed", "gulp-appx", "gulp-endpoint", "k_webpack", "lynn730730", "scss-base-set", "sdk-js", "shorten-js", "spells", "trumpcss", "whitestorm", "whitestormjs", "whs", "whs-terrain"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}, "categorySlug": {"type": "string"}}, "required": ["slug", "categorySlug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "date", "category", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-tag-template-js", "path" : "/tag/devops", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "DoraCoder - Blog by @tranphuquy19", "subtitle" : "N\u01a1i b\u1ea1n t\u00ecm ra requirements cho b\u1ea3n th\u00e2n"}}, "allMarkdownRemark" : {"edges" : [{"node" : {"fields" : {"slug" : "/posts/trien-khai-kubernetes-cluster-trong-mot-not-nhac", "categorySlug" : "/category/dev-ops/"}, "frontmatter" : {"title" : "DevOps - Tri\u1ec3n khai Kubernetes cluster trong m\u1ed9t n\u1ed1t nh\u1ea1c", "date" : "2021-03-13T11:20:27.612Z", "category" : "DevOps", "description" : "DevOps: Tri\u1ec3n khai Kubernetes cluster trong m\u1ed9t n\u1ed1t nh\u1ea1c"}}}]}}, "pageContext" : {"tag" : "devops", "currentPage" : 0, "postsLimit" : 3, "postsOffset" : 0, "prevPagePath" : "/tag/devops", "nextPagePath" : "/tag/devops/page/1", "hasPrevPage" : false, "hasNextPage" : false}}, "staticQueryHashes" : ["251939775", "3032201271", "401334301"]}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}, "categorySlug": {"type": "string"}}, "required": ["slug", "categorySlug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "date", "category", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Lamos", "id" : "648691", "bbox" : [34.234554, 36.551166, 34.245284, 36.562848], "description" : "An ancient place, cited: BAtlas 66 E3 Lamos", "names" : ["Lamos", "Lamousia"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [34.239919, 36.557007]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [34.234554, 36.551166]}, "id" : "darmc-location-1924", "type" : "Feature", "properties" : {"description" : "TIB point location", "location_precision" : "precise", "title" : "DARMC location 1924", "link" : "http://pleiades.stoa.org/places/648691/darmc-location-1924"}}, {"geometry" : {"type" : "Point", "coordinates" : [34.245284, 36.562848]}, "id" : "darmc-location-4294", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 4294", "link" : "http://pleiades.stoa.org/places/648691/darmc-location-4294"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"component/t": {"type": "string"}, "component/closest": {"type": "string"}, "javve/list.js": {"type": "string"}, "component/confirmation": {"type": "string"}, "visionmedia/debug": {"type": "string"}, "visionmedia/page.js": {"type": "string"}}, "required": ["component/t", "component/closest", "javve/list.js", "component/confirmation", "visionmedia/debug", "visionmedia/page.js"]}, "locals": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}}, "required": ["name", "dependencies", "locals", "scripts", "templates", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "admin-whitelists", "dependencies" : {"component/t" : "1.0.0", "component/closest" : "0.1.4", "javve/list.js" : "1.1.1", "component/confirmation" : "0.0.5", "visionmedia/debug" : "2.1.3", "visionmedia/page.js" : "1.3.7"}, "locals" : ["admin-sidebar", "render", "request", "view", "whitelists"], "scripts" : ["admin-whitelist.js", "view.js"], "templates" : ["template.jade"], "main" : "admin-whitelist.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"component/t": {"type": "string"}, "component/closest": {"type": "string"}, "javve/list.js": {"type": "string"}, "component/confirmation": {"type": "string"}, "visionmedia/debug": {"type": "string"}, "visionmedia/page.js": {"type": "string"}}, "required": ["component/t", "component/closest", "javve/list.js", "component/confirmation", "visionmedia/debug", "visionmedia/page.js"]}, "locals": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}}, "required": ["name", "dependencies", "locals", "scripts", "templates", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARG4KW31187FB51B7C", "artist_latitude" : null, "artist_location" : "United Kingdom", "artist_longitude" : null, "artist_name" : "Atomic Rooster", "duration" : 269.71383, "num_songs" : 1, "song_id" : "SONPYCF12AB01837AF", "title" : "The Rock", "year" : 1971}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"output" : "Seu programa dever\u00e1 imprimir um bord\u00e3o correspondente \u00e0 m\u00e9dia M (ponto flutuante) da 1RM de BemBem, de acordo com a tabela abaixo:\n\n\n\nNo final, se a m\u00e9dia de todos os casos for maior do que 40, imprima uma linha em branco e ent\u00e3o, \"Aqui nois constroi fibra rapaz! Nao e agua com musculo!\".", "input" : "A entrada \u00e9 composta pelos inteiros W1 (peso levantado pelo bra\u00e7o esquerdo: 1 \u2264 W1 \u2264 60), W2 (peso levantado pelo bra\u00e7o direito: 1 \u2264 W2 \u2264 100) e R (n\u00famero de repeti\u00e7\u00f5es: 1 \u2264 R \u2264 12). A entrada termina com W1 = W2 = R = 0.", "level" : 2, "name" : "Bodybuilder", "has_images" : true, "description" : "BemBem \u00e9 um famoso fisiculturista da regi\u00e3o. Ele est\u00e1 sempre buscando o desempenho perfeito em seus treinos na academia para competir com seus rivais. Seu amigo Frenco o auxilia da melhor maneira poss\u00edvel, ajudando-o a buscar o trap\u00e9zio descendente e controlando-o para que ele n\u00e3o derrube todas as \u00e1rvores do Parque Ibirapuera. Apesar disso, BemBem chamou voc\u00ea para o ajudar em uma tarefa espec\u00edfica: determinar a m\u00e9dia de sua 1RM (uma repeti\u00e7\u00e3o m\u00e1xima). Para tal, voc\u00ea poder\u00e1 usar a f\u00f3rmula abaixo:\n\n\n\nW = Peso a ser levantado.\nR = N\u00famero de repeti\u00e7\u00f5es.\n\nPor\u00e9m, BemBem possui menos for\u00e7a em um bra\u00e7o do que no outro, o que o faz levantar menos peso em um deles, motivo pelo qual ele lhe pediu ajuda, alegando que \"o maluco est\u00e1 doente\". Ajude-o e torne-se um codebuilder!", "id" : "2144", "category" : "Ad-Hoc", "statistics" : {"level" : "2 / 10", "submissions" : 2036, "solved" : 785, "ratio" : "38.56%"}}
json_instruct
{"type": "object", "properties": {"output": {"type": "string"}, "input": {"type": "string"}, "level": {"type": "integer"}, "name": {"type": "string"}, "has_images": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "string"}, "category": {"type": "string"}, "statistics": {"type": "object", "properties": {"level": {"type": "string"}, "submissions": {"type": "integer"}, "solved": {"type": "integer"}, "ratio": {"type": "string"}}, "required": ["level", "submissions", "solved", "ratio"]}}, "required": ["output", "input", "level", "name", "has_images", "description", "id", "category", "statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "null"}, "code": {"type": "null"}, "results": {"type": "object", "properties": {"nomorobo_spamscore": {"type": "object", "properties": {"request_sid": {"type": "string"}, "status": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "integer"}, "result": {"type": "object", "properties": {}, "required": []}}, "required": ["request_sid", "status", "message", "code", "result"]}}, "required": ["nomorobo_spamscore"]}}, "required": ["status", "message", "code", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : "successful", "message" : null, "code" : null, "results" : {"nomorobo_spamscore" : {"request_sid" : "XRxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "status" : "failed", "message" : "Vendor could not complete request", "code" : 61002, "result" : {}}}}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "null"}, "code": {"type": "null"}, "results": {"type": "object", "properties": {"nomorobo_spamscore": {"type": "object", "properties": {"request_sid": {"type": "string"}, "status": {"type": "string"}, "message": {"type": "string"}, "code": {"type": "integer"}, "result": {"type": "object", "properties": {}, "required": []}}, "required": ["request_sid", "status", "message", "code", "result"]}}, "required": ["nomorobo_spamscore"]}}, "required": ["status", "message", "code", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["title", "href"]}}}, "required": ["self", "type", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"self" : ["browsers", "firefox_android"], "type" : "listing", "title" : "firefox_android", "children" : [{"title" : "accepts_webextensions", "href" : "/browsers/firefox_android/accepts_webextensions"}, {"title" : "name", "href" : "/browsers/firefox_android/name"}, {"title" : "pref_url", "href" : "/browsers/firefox_android/pref_url"}, {"title" : "releases", "href" : "/browsers/firefox_android/releases"}, {"title" : "type", "href" : "/browsers/firefox_android/type"}]}
json_instruct
{"type": "object", "properties": {"self": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["title", "href"]}}}, "required": ["self", "type", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}, "top": {"type": "string"}, "name": {"type": "string"}, "clocks": {"type": "object", "properties": {"clk": {"type": "number"}}, "required": ["clk"]}, "vendors": {"type": "object", "properties": {"xilinx": {"type": "array", "items": {"type": "string"}}, "lattice": {"type": "array", "items": {"type": "string"}}}, "required": ["xilinx", "lattice"]}, "required_toolchains": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs", "top", "name", "clocks", "vendors", "required_toolchains"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"srcs" : ["third_party/picorv32/picorv32.v", "third_party/picorv32_wrappers/picorv32_wrap.v"], "top" : "top", "name" : "picorv32", "clocks" : {"clk" : 10.0}, "vendors" : {"xilinx" : ["arty-a35t", "arty-a100t", "basys3", "zybo"], "lattice" : ["icebreaker"]}, "required_toolchains" : ["vivado", "yosys-vivado", "vpr", "vpr-fasm2bels", "nextpnr-ice40"]}
json_instruct
{"type": "object", "properties": {"srcs": {"type": "array", "items": {"type": "string"}}, "top": {"type": "string"}, "name": {"type": "string"}, "clocks": {"type": "object", "properties": {"clk": {"type": "number"}}, "required": ["clk"]}, "vendors": {"type": "object", "properties": {"xilinx": {"type": "array", "items": {"type": "string"}}, "lattice": {"type": "array", "items": {"type": "string"}}}, "required": ["xilinx", "lattice"]}, "required_toolchains": {"type": "array", "items": {"type": "string"}}}, "required": ["srcs", "top", "name", "clocks", "vendors", "required_toolchains"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"validate.js": {"type": "string"}, "validate.min.js": {"type": "string"}}, "required": ["validate.js", "validate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"validate.js" : "sha512-aN85tnRYCq++wGRw3jQr7XyzYnaqPZ9sH3z71p1wuTrwhNrNFfp+2UGXNvnqF7xxMjQNPAR00RAyCfs34jiUDw==", "validate.min.js" : "sha512-+sxbovT7YTjYJJXwzxr51UdB+wd4yMF94klZIuedQgwYsaaBcg6vYzr9J98fJii80qei4UGzPrvWGQnUx0XCyQ=="}
json_instruct
{"type": "object", "properties": {"validate.js": {"type": "string"}, "validate.min.js": {"type": "string"}}, "required": ["validate.js", "validate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "reference", "name", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.2944, 51.553307], [-0.29427, 51.553161], [-0.294207, 51.553183], [-0.294137, 51.553109], [-0.294407, 51.553029], [-0.294438, 51.553063], [-0.294474, 51.553053], [-0.294632, 51.553229], [-0.2944, 51.553307]]]]}, "properties" : {"geography" : "brownfield-site:BR00079", "geometry" : "MULTIPOLYGON (((-0.294400 51.553307,-0.294270 51.553161,-0.294207 51.553183,-0.294137 51.553109,-0.294407 51.553029,-0.294438 51.553063,-0.294474 51.553053,-0.294632 51.553229,-0.294400 51.553307)))", "reference" : "BR00079", "name" : "427, High Road, HA9 7AB", "organisation" : "local-authority-eng:BEN", "slug" : "/brownfield-site/local-authority-eng/BEN/BR00079", "entity" : 511858, "entry-date" : "2020-12-22"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "geometry", "reference", "name", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Layugan, Pagsanjan, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.pagsanjan.layugan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "40", "province_reference" : "40", "province_name" : "Laguna", "city_id" : "959", "city_reference" : "776", "city_name" : "Pagsanjan", "barangay_id" : "27370", "barangay_reference" : "19517", "barangay_name" : "Layugan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.437401, 14.25077], [121.437523, 14.25098], [121.443527, 14.2493], [121.45237, 14.24624], [121.457108, 14.24506], [121.457199, 14.24031], [121.457558, 14.23428], [121.457611, 14.23183], [121.449699, 14.23165], [121.445297, 14.23201], [121.442719, 14.23241], [121.438591, 14.23198], [121.436539, 14.23162], [121.435631, 14.2316], [121.435791, 14.23458], [121.436493, 14.23706], [121.436943, 14.23882], [121.436378, 14.24013], [121.436707, 14.24155], [121.43708, 14.24198], [121.437447, 14.24446], [121.437973, 14.24612], [121.439377, 14.24785], [121.437447, 14.2494], [121.437202, 14.25053], [121.437401, 14.25077]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-json": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "dotenv": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-svelte3": {"type": "string"}, "playwright-chromium": {"type": "string"}, "rollup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-json", "@rollup/plugin-node-resolve", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "dotenv", "eslint", "eslint-plugin-import", "eslint-plugin-svelte3", "playwright-chromium", "rollup", "typescript"]}, "type": {"type": "string"}}, "required": ["name", "version", "description", "private", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "svelte-back-on-track", "version" : "0.0.1", "description" : "", "private" : true, "scripts" : {"build" : "pnpm build --filter=\"@sveltejs/*\" --filter=\"create-svelte\"", "lint" : "pnpm -r lint"}, "repository" : {"type" : "git", "url" : "git+https://github.com/UltraCakeBakery/svelte-back-on-track.git"}, "author" : "Jack van der Bilt", "license" : "MIT", "bugs" : {"url" : "https://github.com/UltraCakeBakery/svelte-back-on-track/issues"}, "homepage" : "https://github.com/UltraCakeBakery/svelte-back-on-track#readme", "devDependencies" : {"@rollup/plugin-commonjs" : "^21.0.0", "@rollup/plugin-json" : "^4.1.0", "@rollup/plugin-node-resolve" : "^13.0.5", "@typescript-eslint/eslint-plugin" : "^4.33.0", "@typescript-eslint/parser" : "^4.33.0", "dotenv" : "^10.0.0", "eslint" : "^7.32.0", "eslint-plugin-import" : "^2.24.2", "eslint-plugin-svelte3" : "^3.2.1", "playwright-chromium" : "^1.15.2", "rollup" : "^2.58.0", "typescript" : "^4.4.3"}, "type" : "module"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-json": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "dotenv": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-svelte3": {"type": "string"}, "playwright-chromium": {"type": "string"}, "rollup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-json", "@rollup/plugin-node-resolve", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "dotenv", "eslint", "eslint-plugin-import", "eslint-plugin-svelte3", "playwright-chromium", "rollup", "typescript"]}, "type": {"type": "string"}}, "required": ["name", "version", "description", "private", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"1nstructor": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["1nstructor"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"1nstructor" : {"title" : "1nstructor", "channel_id" : 121620474, "link" : "http://twitch.tv/1nstructor", "desc" : null, "plans" : {"$4.99" : "110487", "$9.99" : "110492", "$24.99" : "110493"}, "id" : "1nstructor", "first_seen" : "2017-06-30 15:50:22", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 110487, "emotes" : [{"code" : "x1nstrMusic", "image_id" : 249384, "set" : 110487}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"1nstructor": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["1nstructor"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chunk_definitions" : [], "doc_write_time" : 1590433372}
json_instruct
{"type": "object", "properties": {"chunk_definitions": {"type": "array", "items": {}}, "doc_write_time": {"type": "integer"}}, "required": ["chunk_definitions", "doc_write_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xdf9fb955234b39727480be5840df5f2ea83a526a59681447be84eafefc1e7986", "parentHash" : "0x8f6e5faef6ceb4ae162f4c556ebc6b15a2fad7ed97594e8cba86d94de3401203", "number" : 69720, "timestamp" : 1439308652, "nonce" : "0x6a29e50179311f79", "difficulty" : 2092205869612, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0xce7d"}, "miner" : "0x88D74a59454F6cF3B51ef6b9136AFb6b9D405A88", "extraData" : "0x476574682f76312e302e312d37666266393930632f6c696e75782f676f312e34", "transactions" : [{"hash" : "0x8b1f3829d398f2ca3cfca36cdb9475bc55cce4cfb4c039fb8206a89a2a9ec889", "blockHash" : "0xdf9fb955234b39727480be5840df5f2ea83a526a59681447be84eafefc1e7986", "blockNumber" : 69720, "transactionIndex" : 0, "confirmations" : null, "from" : "0x000Df160997ba9420e4622996b05447871848834", "gasPrice" : {"_hex" : "0xba43b7400"}, "gasLimit" : {"_hex" : "0x9965e"}, "to" : "0xad5e5A5Bc4654dbeF0d5CABD7ABeB426769C073a", "value" : {"_hex" : "0xa"}, "nonce" : 0, "data" : "0xfcfff16f", "r" : "0xa0629b8c19ee5cba7ce9c30acd90e04e3fe70ca305cecf6316d1b843fa2c2649", "s" : "0x3e4485449e9bfb605d8a6bcf9f8877aecf5938246955936b8e1cc87b0b89dee3", "v" : 28, "creates" : null, "raw" : "0xf86980850ba43b74008309965e94ad5e5a5bc4654dbef0d5cabd7abeb426769c073a0a84fcfff16f1ca0a0629b8c19ee5cba7ce9c30acd90e04e3fe70ca305cecf6316d1b843fa2c2649a03e4485449e9bfb605d8a6bcf9f8877aecf5938246955936b8e1cc87b0b89dee3", "networkId" : 0, "chainId" : 0}]}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"students": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "matriculationNumber": {"type": "string"}, "faculty": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "vaccinationStatus": {"type": "string"}, "medicalDetails": {"type": "string"}, "schoolResidence": {"type": "string"}}, "required": ["name", "matriculationNumber", "faculty", "phone", "email", "address", "vaccinationStatus", "medicalDetails", "schoolResidence"]}}, "appointments": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "date": {"type": "string"}, "startTime": {"type": "string"}}, "required": ["matriculationNumber", "date", "startTime"]}}}, "required": ["students", "appointments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"students" : [{"name" : "May Pauline", "matriculationNumber" : "A0987643T", "faculty" : "COM", "phone" : "9876234", "email" : "may@example.com", "address" : "123, Jurong West Ave 6, #08-111", "vaccinationStatus" : "unvaccinated", "medicalDetails" : "lactose intolerant", "schoolResidence" : "RVRC"}], "appointments" : [{"matriculationNumber" : "A0987643T", "date" : "2021-12-13", "startTime" : "13:00"}, {"matriculationNumber" : "A0221234N", "date" : "2021-12-13", "startTime" : "13:00"}]}
json_instruct
{"type": "object", "properties": {"students": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "matriculationNumber": {"type": "string"}, "faculty": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "vaccinationStatus": {"type": "string"}, "medicalDetails": {"type": "string"}, "schoolResidence": {"type": "string"}}, "required": ["name", "matriculationNumber", "faculty", "phone", "email", "address", "vaccinationStatus", "medicalDetails", "schoolResidence"]}}, "appointments": {"type": "array", "items": {"type": "object", "properties": {"matriculationNumber": {"type": "string"}, "date": {"type": "string"}, "startTime": {"type": "string"}}, "required": ["matriculationNumber", "date", "startTime"]}}}, "required": ["students", "appointments"], "$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": "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" : 85913779, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c269f9664536942fae9d733a9d7457d5", "wof:id" : 85913779, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.53323364300013, 35.30728067707523, 139.5401000980001, 35.31288398970005], "geometry" : {"coordinates" : [[[[139.53735351600005, 35.31064272670007], [139.5373535160001, 35.30994183512435], [139.5373535160001, 35.30840139523137], [139.53643895815281, 35.30728067707523], [139.53552149184776, 35.30728067707523], [139.53546485412187, 35.30735008155854], [139.5351788824771, 35.30840140170007], [139.53460693400007, 35.30840140170007], [139.53460693400007, 35.30952206919468], [139.53323364300013, 35.30952206956266], [139.5332336430002, 35.31064272640626], [139.53323364300013, 35.31078263678083], [139.5341779791138, 35.31116838337043], [139.5346069328686, 35.3106427257768], [139.53735351600005, 35.31064272670007]]], [[[139.53735351600005, 35.31064272670007], [139.53735351600005, 35.31288398970005], [139.53792544451665, 35.31288398403454], [139.5401000980001, 35.3128839822954], [139.5401000980001, 35.31064272079536], [139.5379254530243, 35.31064272230419], [139.53735351600005, 35.31064272670007]]]], "type" : "MultiPolygon"}}
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": "array", "items": {"type": "number"}}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"system-csp-production.js": {"type": "string"}, "system-csp-production.src.js": {"type": "string"}, "system-polyfills.js": {"type": "string"}, "system-polyfills.src.js": {"type": "string"}, "system-register-only.js": {"type": "string"}, "system-register-only.src.js": {"type": "string"}, "system.js": {"type": "string"}, "system.src.js": {"type": "string"}}, "required": ["system-csp-production.js", "system-csp-production.src.js", "system-polyfills.js", "system-polyfills.src.js", "system-register-only.js", "system-register-only.src.js", "system.js", "system.src.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"system-csp-production.js" : "sha512-nFCaVkr9b8Z60pbrkyLPlG3Bz+QywjeQohJBkhVp/2pqI5rh9HNhK66A1N6Dk6IsqHk8fV2UzTsw2D8OrLMwaQ==", "system-csp-production.src.js" : "sha512-vSxmQstlAFq1dy9cpRHPQvCqwJaSMjhMalxp8+yVAqWDEeVtgAr1gArqkdoHy7fHbu+ob5T9uj196FVjqo32Fg==", "system-polyfills.js" : "sha512-MmHmURrEEy/9bqHzycgY+XeRms7hCmfsuZyuenI2CiFXcmjbGNVE1gXa236U3wjKNtH9jlvsF+4+j9+weH4mvQ==", "system-polyfills.src.js" : "sha512-ZY2v1xa81LIgP5i+xAULHLp7AOPfRWlZZgrHTtDE1Mx8W7H1jgsBtk5i5NgWNAEJ/fqrNmVwHzd2+vsU+eTwxg==", "system-register-only.js" : "sha512-55SpXHfoM8EjaUOqB7YUO7bCnQVoVkSPBM2kf0Gx+ixIF1/3H0vH0Isp71Lfj9ygKxStJoEszYzhiRkUWKsvlg==", "system-register-only.src.js" : "sha512-rIndqqGsRLwGpLX3EvlbyjnruL/0OwJ1hgKPUztTOy0PUn/ZNMQBM/qVYCn+//+xEDgN1wstM+R4ZZMEjLsP2g==", "system.js" : "sha512-g+hIaizmT5fuk9Ty3OQbv6Kr4gl1LZ4PCKvB5T+cM89kCj1vKM7/8yWao963/lzPxKeR9+Pld6/L54WD9udvvg==", "system.src.js" : "sha512-bVm/FgLyp2+huWvGcIzGR9bz7X7tpJPtepk8Ie8C7FCjqReFvq+lmo4+N2jjy7NbGNyQBGwCNrlpPgZCNK6xVA=="}
json_instruct
{"type": "object", "properties": {"system-csp-production.js": {"type": "string"}, "system-csp-production.src.js": {"type": "string"}, "system-polyfills.js": {"type": "string"}, "system-polyfills.src.js": {"type": "string"}, "system-register-only.js": {"type": "string"}, "system-register-only.src.js": {"type": "string"}, "system.js": {"type": "string"}, "system.src.js": {"type": "string"}}, "required": ["system-csp-production.js", "system-csp-production.src.js", "system-polyfills.js", "system-polyfills.src.js", "system-register-only.js", "system-register-only.src.js", "system.js", "system.src.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900357258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357259": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357260": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357262": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900357258", "900357259", "900357260", "900357261", "900357262", "900357263"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900357258" : {"nama" : "TPS 1", "dapil" : [3305, 13308, 2330904]}, "900357259" : {"nama" : "TPS 2", "dapil" : [3305, 13308, 2330904]}, "900357260" : {"nama" : "TPS 3", "dapil" : [3305, 13308, 2330904]}, "900357261" : {"nama" : "TPS 4", "dapil" : [3305, 13308, 2330904]}, "900357262" : {"nama" : "TPS 5", "dapil" : [3305, 13308, 2330904]}, "900357263" : {"nama" : "TPS 6", "dapil" : [3305, 13308, 2330904]}}
json_instruct
{"type": "object", "properties": {"900357258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357259": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357260": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357262": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900357263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900357258", "900357259", "900357260", "900357261", "900357262", "900357263"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ControlId": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}}, "required": ["ControlId", "Category", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ControlId" : "Network restrictions", "Category" : "Access", "Description" : "\r\n**Disable remote debugging**\r\nSource [MS](https://docs.microsoft.com/en-us/azure/azure-functions/security-concepts#disable-remote-debugging)\r\n\r\n\r\n*Make sure that remote debugging is disabled, except when you are actively debugging your functions. You can disable remote debugging in the General Settings tab of your function app Configuration in the portal.*"}
json_instruct
{"type": "object", "properties": {"ControlId": {"type": "string"}, "Category": {"type": "string"}, "Description": {"type": "string"}}, "required": ["ControlId", "Category", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"killmail_id": {"type": "integer"}, "zkb": {"type": "object", "properties": {"locationID": {"type": "integer"}, "hash": {"type": "string"}, "fittedValue": {"type": "number"}, "totalValue": {"type": "number"}, "points": {"type": "integer"}, "npc": {"type": "boolean"}, "solo": {"type": "boolean"}, "awox": {"type": "boolean"}}, "required": ["locationID", "hash", "fittedValue", "totalValue", "points", "npc", "solo", "awox"]}}, "required": ["killmail_id", "zkb"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"killmail_id" : 71752711, "zkb" : {"locationID" : 40125685, "hash" : "47bccdc4cfa9f982e95de35d0c577692de5a7a18", "fittedValue" : 466532275.55, "totalValue" : 466532275.55, "points" : 1, "npc" : false, "solo" : false, "awox" : false}}, {"killmail_id" : 71752662, "zkb" : {"locationID" : 40125685, "hash" : "08148818ff84776e8a705cf2c6b96f2f288cde27", "fittedValue" : 39554496.18, "totalValue" : 56253228.26, "points" : 5, "npc" : false, "solo" : true, "awox" : false}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"killmail_id": {"type": "integer"}, "zkb": {"type": "object", "properties": {"locationID": {"type": "integer"}, "hash": {"type": "string"}, "fittedValue": {"type": "number"}, "totalValue": {"type": "number"}, "points": {"type": "integer"}, "npc": {"type": "boolean"}, "solo": {"type": "boolean"}, "awox": {"type": "boolean"}}, "required": ["locationID", "hash", "fittedValue", "totalValue", "points", "npc", "solo", "awox"]}}, "required": ["killmail_id", "zkb"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"TOKEN": {"type": "string"}, "YOUTUBE_API_KEY": {"type": "string"}, "SOUNDCLOUD_CLIENT_ID": {"type": "string"}, "MAX_PLAYLIST_SIZE": {"type": "integer"}, "PREFIX": {"type": "string"}, "PRUNING": {"type": "boolean"}}, "required": ["TOKEN", "YOUTUBE_API_KEY", "SOUNDCLOUD_CLIENT_ID", "MAX_PLAYLIST_SIZE", "PREFIX", "PRUNING"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TOKEN" : "NzYyODc5NzM2NzQ4NzAzNzU1.X3vlHg.ZAcuhJ8cxy1vpCMUDFimVU6SwOw", "YOUTUBE_API_KEY" : "AIzaSyCV4OPt03TZKzjL9OPuE0AKv9HiwZyaqIw", "SOUNDCLOUD_CLIENT_ID" : "", "MAX_PLAYLIST_SIZE" : 10, "PREFIX" : "&", "PRUNING" : false}
json_instruct
{"type": "object", "properties": {"TOKEN": {"type": "string"}, "YOUTUBE_API_KEY": {"type": "string"}, "SOUNDCLOUD_CLIENT_ID": {"type": "string"}, "MAX_PLAYLIST_SIZE": {"type": "integer"}, "PREFIX": {"type": "string"}, "PRUNING": {"type": "boolean"}}, "required": ["TOKEN", "YOUTUBE_API_KEY", "SOUNDCLOUD_CLIENT_ID", "MAX_PLAYLIST_SIZE", "PREFIX", "PRUNING"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0430\u044f SIG MPX Gen1 Handguard rail adapter 2 inch", "ShortName" : "2In. Gen1", "Description" : "\u041d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0430\u044f SIG MPX Gen1 Handguard rail adapter 2 \u0434\u044e\u0439\u043c\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u0430 \u0446\u0435\u0432\u044c\u0435 SIG MPX 1-\u0433\u043e \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u044f."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "pymoo_unsga3", "black" : "pysot_ei", "traceback" : ["passing", "passing"], "best_val" : [0.08195694802726389, 0.09306999835227542], "best_x" : [[2.4751198302030986e-06, 0.004260887785739076, 0.10628860182682165, 0.00012448922388963446, 0.3804591858084253, 0.06946802523770002, 0.015109369046662158, 0.42514118866481776], [2.1828566761406546e-08, 0.39836565676817387, 3.7776408462711597e-10, 0.0, 0.3162542414731038, 5.1117433714145255e-09, 1.54382570916444e-08, 0.28364574440990853]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "pysot_ei"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "370982111201", "text" : "\u540e\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111202", "text" : "\u5927\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111203", "text" : "\u897f\u5be8\u6751\u59d4\u4f1a"}, {"id" : "370982111204", "text" : "\u897f\u6c88\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111205", "text" : "\u4e1c\u6c88\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111206", "text" : "\u6c64\u5bb6\u79b9\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111207", "text" : "\u8d75\u5bb6\u79b9\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111208", "text" : "\u4e1c\u675c\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111209", "text" : "\u4e2d\u675c\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111210", "text" : "\u897f\u675c\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111211", "text" : "\u6731\u5bb6\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111212", "text" : "\u5362\u5bb6\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111213", "text" : "\u5b89\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "370982111214", "text" : "\u4f0d\u57e0\u6751\u59d4\u4f1a"}, {"id" : "370982111215", "text" : "\u97e9\u5c71\u6751\u59d4\u4f1a"}, {"id" : "370982111216", "text" : "\u897f\u767d\u5bb6\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111217", "text" : "\u4e1c\u767d\u5bb6\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111218", "text" : "\u7435\u7436\u5eb5\u6751\u59d4\u4f1a"}, {"id" : "370982111219", "text" : "\u674e\u5e84\u6751\u59d4\u4f1a"}, {"id" : "370982111220", "text" : "\u5b8b\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "370982111221", "text" : "\u8f66\u9633\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111222", "text" : "\u5927\u8def\u5c71\u6751\u59d4\u4f1a"}, {"id" : "370982111223", "text" : "\u6731\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "370982111224", "text" : "\u5357\u5cea\u6751\u59d4\u4f1a"}, {"id" : "370982111225", "text" : "\u5317\u5cea\u6751\u59d4\u4f1a"}, {"id" : "370982111226", "text" : "\u5357\u6cc9\u5934\u6751\u59d4\u4f1a"}, {"id" : "370982111227", "text" : "\u5317\u6cc9\u5934\u6751\u59d4\u4f1a"}, {"id" : "370982111228", "text" : "\u7530\u6751\u6751\u59d4\u4f1a"}, {"id" : "370982111229", "text" : "\u5357\u6e05\u6ce5\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111230", "text" : "\u5317\u6e05\u6ce5\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "370982111231", "text" : "\u5f90\u5bb6\u5cad\u6751\u59d4\u4f1a"}, {"id" : "370982111232", "text" : "\u738b\u5cea\u6751\u59d4\u4f1a"}, {"id" : "370982111233", "text" : "\u7a0b\u5bb6\u5cea\u6751\u59d4\u4f1a"}, {"id" : "370982111234", "text" : "\u5927\u5c71\u4e1c\u6751\u59d4\u4f1a"}, {"id" : "370982111235", "text" : "\u897f\u5c71\u4e1c\u6751\u59d4\u4f1a"}, {"id" : "370982111236", "text" : "\u57a4\u8def\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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "boolean"}, "node_args": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_file": {"type": "string"}, "error_file": {"type": "string"}, "out_file": {"type": "string"}, "pid_file": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["name", "script", "args", "watch", "node_args", "merge_logs", "log_file", "error_file", "out_file", "pid_file", "env"]}}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apps" : [{"name" : "deploy-server", "script" : "npm", "args" : ["run", "build-server"], "watch" : false, "node_args" : "", "merge_logs" : true, "log_file" : "logs/server-pro.log", "error_file" : "logs/server-pro-err.log", "out_file" : "logs/server-pro-out.log", "pid_file" : "logs/server-pro.pid", "env" : {"NODE_ENV" : "production"}}]}
json_instruct
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "boolean"}, "node_args": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_file": {"type": "string"}, "error_file": {"type": "string"}, "out_file": {"type": "string"}, "pid_file": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["name", "script", "args", "watch", "node_args", "merge_logs", "log_file", "error_file", "out_file", "pid_file", "env"]}}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e2189cbfca83a6b7f82a650529629a4c981d3378"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:item": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "category": {"type": "string"}, "register_to_creative_menu": {"type": "boolean"}}, "required": ["identifier", "category", "register_to_creative_menu"]}, "components": {"type": "object", "properties": {"minecraft:icon": {"type": "string"}, "minecraft:render_offsets": {"type": "string"}}, "required": ["minecraft:icon", "minecraft:render_offsets"]}}, "required": ["description", "components"]}}, "required": ["format_version", "minecraft:item"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"format_version" : "1.12", "minecraft:item" : {"description" : {"identifier" : "blade_pack:wood_blade", "category" : "Items", "register_to_creative_menu" : true}, "components" : {"minecraft:icon" : "wood_blade", "minecraft:render_offsets" : "tools"}}}
json_instruct
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:item": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "category": {"type": "string"}, "register_to_creative_menu": {"type": "boolean"}}, "required": ["identifier", "category", "register_to_creative_menu"]}, "components": {"type": "object", "properties": {"minecraft:icon": {"type": "string"}, "minecraft:render_offsets": {"type": "string"}}, "required": ["minecraft:icon", "minecraft:render_offsets"]}}, "required": ["description", "components"]}}, "required": ["format_version", "minecraft:item"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Tutorial Participation", "weight" : 10}, {"name" : "Weekly Online Multiple-Choice Tests", "weight" : 20}, {"name" : "Library Assignment", "weight" : 10}, {"name" : "Major Essay", "weight" : 60}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"navbar": {"type": "object", "properties": {"tidb": {"type": "string"}, "tools": {"type": "string"}, "cloud": {"type": "string"}, "developerGuide": {"type": "string"}, "searchDocs": {"type": "string"}}, "required": ["tidb", "tools", "cloud", "developerGuide", "searchDocs"]}, "search": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "resultTips": {"type": "object", "properties": {"title": {"type": "string"}, "content1": {"type": "string"}, "content2": {"type": "string"}}, "required": ["title", "content1", "content2"]}}, "required": ["type", "version", "resultTips"]}}, "required": ["navbar", "search"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navbar" : {"tidb" : "TiDB", "tools" : "Tools", "cloud" : "Cloud", "developerGuide" : "Developer Guide", "searchDocs" : "Search Docs"}, "search" : {"type" : "Docs Type:", "version" : "Version:", "resultTips" : {"title" : "Sorry. We couldn't find what you're looking for.", "content1" : "If you've come to pages of an unexpected language, go to Chinese documentationand try again.", "content2" : "If you do want to get some English content, PingCAP home page might be a better place for you to go."}}}
json_instruct
{"type": "object", "properties": {"navbar": {"type": "object", "properties": {"tidb": {"type": "string"}, "tools": {"type": "string"}, "cloud": {"type": "string"}, "developerGuide": {"type": "string"}, "searchDocs": {"type": "string"}}, "required": ["tidb", "tools", "cloud", "developerGuide", "searchDocs"]}, "search": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "resultTips": {"type": "object", "properties": {"title": {"type": "string"}, "content1": {"type": "string"}, "content2": {"type": "string"}}, "required": ["title", "content1", "content2"]}}, "required": ["type", "version", "resultTips"]}}, "required": ["navbar", "search"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"words": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}, "lines": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}}, "required": ["words", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"words" : {"err" : "color: red;"}, "lines" : {"err" : "font-weight: bold;"}}
json_instruct
{"type": "object", "properties": {"words": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}, "lines": {"type": "object", "properties": {"err": {"type": "string"}}, "required": ["err"]}}, "required": ["words", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ratio": {"type": "number"}, "textures": {"type": "array", "items": {}}, "floats": {"type": "array", "items": {"type": "string"}}, "vectors2": {"type": "array", "items": {}}, "vectors3": {"type": "array", "items": {}}}, "required": ["ratio", "textures", "floats", "vectors2", "vectors3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ratio" : 1.0, "textures" : [], "floats" : ["multiplier"], "vectors2" : [], "vectors3" : []}
json_instruct
{"type": "object", "properties": {"ratio": {"type": "number"}, "textures": {"type": "array", "items": {}}, "floats": {"type": "array", "items": {"type": "string"}}, "vectors2": {"type": "array", "items": {}}, "vectors3": {"type": "array", "items": {}}}, "required": ["ratio", "textures", "floats", "vectors2", "vectors3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001913": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001913"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01001913" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00009545", "LAD11CD" : "E09000013"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00009546", "LAD11CD" : "E09000013"}, "arcs" : [[-4, 4, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00009567", "LAD11CD" : "E09000013"}, "arcs" : [[7, 8, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00009572", "LAD11CD" : "E09000013"}, "arcs" : [[-8, 11]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00009578", "LAD11CD" : "E09000013"}, "arcs" : [[-5, -3, 12]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00009579", "LAD11CD" : "E09000013"}, "arcs" : [[-1, -7, 13, -10, 14]]}]}}, "arcs" : [[[2950, 3511], [-670, 1391], [1097, 474]], [[3377, 5376], [914, -380], [1145, 504], [274, -620]], [[5710, 4880], [-519, -234]], [[5191, 4646], [-2241, -1135]], [[5191, 4646], [333, -976], [-647, -514], [1888, -2820]], [[6765, 336], [-864, -336], [-1077, 205], [-1723, 1510], [-643, 1394]], [[2458, 3109], [492, 402]], [[3737, 7486], [-1207, -561], [615, -482]], [[3145, 6443], [-177, -763]], [[2968, 5680], [-1299, -320]], [[1669, 5360], [-1669, 1602], [1035, 460], [646, 1286], [1166, 362], [-73, 450], [-977, -510], [842, 989], [506, -1170], [1344, 506], [137, -376], [-1313, -505], [424, -968]], [[3737, 7486], [1915, 478], [294, -675], [-671, -1081], [-188, 880], [-1942, -645]], [[5710, 4880], [532, 184], [388, -939], [856, -1151], [1808, 393], [705, -2021], [-244, -69], [-621, -152], [-2000, -645], [-369, -144]], [[2458, 3109], [-803, 1676], [-597, -81], [-188, 408], [799, 248]], [[2968, 5680], [409, -304]]], "transform" : {"scale" : [7.396813950635057e-07, 4.973214245347849e-07], "translate" : [-0.212382786694087, 51.48376588915909]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001913": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001913"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aps_1": {"type": "object", "properties": {"type_1": {"type": "string"}, "version_1": {"type": "string"}, "sender_0": {"type": "string"}, "replyTarget_0": {"type": "string"}}, "required": ["type_1", "version_1", "sender_0", "replyTarget_0"]}, "content_1": {"type": "object", "properties": {}, "required": []}}, "required": ["aps_1", "content_1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aps_1" : {"type_1" : "NamedRule:TEXT_NUM_DASH_DOT", "version_1" : "#>=0.0", "sender_0" : "NamedRule:TEXT_NUM_DOT", "replyTarget_0" : "NamedRule:BUS_ADDRESS"}, "content_1" : {}}
json_instruct
{"type": "object", "properties": {"aps_1": {"type": "object", "properties": {"type_1": {"type": "string"}, "version_1": {"type": "string"}, "sender_0": {"type": "string"}, "replyTarget_0": {"type": "string"}}, "required": ["type_1", "version_1", "sender_0", "replyTarget_0"]}, "content_1": {"type": "object", "properties": {}, "required": []}}, "required": ["aps_1", "content_1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "server", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "minVersion" : "0.8", "package" : "paulevs.creative.mixin", "compatibilityLevel" : "JAVA_8", "mixins" : ["BlockBaseInvoker", "BlockBaseMixin", "BucketMixin", "GhastMixin", "LivingMixin", "MonsterBaseMixin", "PlayerBaseMixin", "SpiderMixin"], "server" : ["server.ServerPlayerPacketHandlerMixin", "server.class_70Mixin"], "client" : ["client.AbstractClientPlayerMixin", "client.BaseClientInteractionManagerMixin", "client.ContainerBaseMixin", "client.CreateLevelMixin", "client.MinecraftMixin", "client.MultiPlayerClientInteractionManagerMixin", "client.PlayerInventoryMixin", "client.SinglePlayerClientInteractionManagerMixin", "client.GrassMixin"], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "server", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7472030", "regency_id" : "7472", "name" : "SORAWOLIO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "browser-sync": {"type": "string"}, "cssnano": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-postcss": {"type": "string"}, "gulp-sass": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["axios", "browser-sync", "cssnano", "gulp", "gulp-autoprefixer", "gulp-postcss", "gulp-sass", "run-sequence"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tmsecomix.com", "version" : "1.0.0", "description" : "tmse comix devstack", "main" : "main.js", "dependencies" : {}, "devDependencies" : {"axios" : "^0.18.0", "browser-sync" : "^2.26.0", "cssnano" : "^4.1.4", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^6.0.0", "gulp-postcss" : "^8.0.0", "gulp-sass" : "^4.0.1", "run-sequence" : "^2.2.1"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Jiri Prihoda", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "browser-sync": {"type": "string"}, "cssnano": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-postcss": {"type": "string"}, "gulp-sass": {"type": "string"}, "run-sequence": {"type": "string"}}, "required": ["axios", "browser-sync", "cssnano", "gulp", "gulp-autoprefixer", "gulp-postcss", "gulp-sass", "run-sequence"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topic" : "compile problems due to src/rt/Version.c", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Lars O. Grobe", "created_at" : "November 21, 2012 at 08:09AM", "body" : "Hi all,\n\n\nI had experienced that problem several times (don't know how many) before. I fixed it manually all the time by editing Version.c (which should be aut-generated by the makefile). As it just happened again to me, I wanted to share that the reason for the incomplete Version.c when installing on a standard Debian.\n\n\nRadiance depends on the editor \"ed\" to create it using a template file. If you install it, make install will hopefully pass without errors. So in case you expect such problems, type apt-get install ed (as superuser)...\n\n\nCheers, Lars.\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2012-November/009055.html).</sup>", "id" : "radiance-general_009055", "created_by" : "Lars_O._Grobe"}
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Andalusia", "state_name" : "Alabama", "state_abbrv" : "AL", "lat" : "31.2971", "long" : "-86.4905"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"customer": {"type": "string"}, "interceptor": {"type": "string"}, "job": {"type": "string"}, "source": {"type": "string"}, "sourceFile": {"type": "string"}, "virtualDevices": {"type": "object", "properties": {"robot-6": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}}, "required": ["tags"]}}, "required": ["robot-6"]}, "virtualDeviceBaseURL": {"type": "string"}}, "required": ["customer", "interceptor", "job", "source", "sourceFile", "virtualDevices", "virtualDeviceBaseURL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"customer" : "Bespoken", "interceptor" : "src/nlp/process/benchmark-interceptor", "job" : "nlp-benchmark-siri", "source" : "src/nlp/process/benchmark-source", "sourceFile" : "input/datasets/comqa.json", "virtualDevices" : {"robot-6" : {"tags" : ["siri"]}}, "virtualDeviceBaseURL" : "https://virtual-device-robot-dev.bespoken.io"}
json_instruct
{"type": "object", "properties": {"customer": {"type": "string"}, "interceptor": {"type": "string"}, "job": {"type": "string"}, "source": {"type": "string"}, "sourceFile": {"type": "string"}, "virtualDevices": {"type": "object", "properties": {"robot-6": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}}, "required": ["tags"]}}, "required": ["robot-6"]}, "virtualDeviceBaseURL": {"type": "string"}}, "required": ["customer", "interceptor", "job", "source", "sourceFile", "virtualDevices", "virtualDeviceBaseURL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "pug": {"type": "string"}, "redis": {"type": "string"}}, "required": ["body-parser", "express", "pug", "redis"]}}, "required": ["name", "version", "description", "main", "author", "license", "repository", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "letstakeapoll", "version" : "0.1.0", "description" : "A website for taking polls", "main" : "index.js", "author" : "Joseph Jeffrey", "license" : "MIT", "repository" : "git://github.com/jjjeffrey/letstakeapoll.git", "homepage" : "https://github.com/jjjeffrey/letstakeapoll", "dependencies" : {"body-parser" : "^1.15.1", "express" : "^4.13.4", "pug" : "^2.0.0-alpha7", "redis" : "^2.6.0-2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "pug": {"type": "string"}, "redis": {"type": "string"}}, "required": ["body-parser", "express", "pug", "redis"]}}, "required": ["name", "version", "description", "main", "author", "license", "repository", "homepage", "dependencies"], "$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" : "450923115001", "text" : "\u6c99\u6cb3\u8857\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450923115201", "text" : "\u65b0\u9999\u6751\u59d4\u4f1a"}, {"id" : "450923115202", "text" : "\u7af9\u65fa\u6751\u59d4\u4f1a"}, {"id" : "450923115203", "text" : "\u5927\u89c2\u6751\u59d4\u4f1a"}, {"id" : "450923115204", "text" : "\u5c71\u6865\u6751\u59d4\u4f1a"}, {"id" : "450923115205", "text" : "\u7389\u6865\u6751\u59d4\u4f1a"}, {"id" : "450923115206", "text" : "\u5927\u4ec1\u6751\u59d4\u4f1a"}, {"id" : "450923115207", "text" : "\u793c\u5b89\u6751\u59d4\u4f1a"}, {"id" : "450923115208", "text" : "\u957f\u8fdc\u6751\u59d4\u4f1a"}, {"id" : "450923115209", "text" : "\u7af9\u7530\u6751\u59d4\u4f1a"}, {"id" : "450923115210", "text" : "\u53cc\u5c71\u6751\u59d4\u4f1a"}, {"id" : "450923115211", "text" : "\u53cc\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "450923115212", "text" : "\u5927\u9e4f\u6751\u59d4\u4f1a"}, {"id" : "450923115213", "text" : "\u5927\u77f3\u6751\u59d4\u4f1a"}, {"id" : "450923115214", "text" : "\u767d\u77f3\u6751\u59d4\u4f1a"}, {"id" : "450923115215", "text" : "\u971e\u5cad\u6751\u59d4\u4f1a"}, {"id" : "450923115216", "text" : "\u6c99\u6cb3\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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Signer.id": {"type": "string"}, "Contract_Signer.signature": {"type": "string"}, "Contract_Signer.type": {"type": "string"}, "Contract_Signer.extension": {"type": "string"}, "Contract_Signer.party": {"type": "string"}, "Contract_Signer.modifierExtension": {"type": "string"}}, "required": ["Contract_Signer.id", "Contract_Signer.signature", "Contract_Signer.type", "Contract_Signer.extension", "Contract_Signer.party", "Contract_Signer.modifierExtension"]}}, "required": ["resourceName", "attr_character_encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceName" : "Contract_Signer", "attr_character_encoding" : {"Contract_Signer.id" : "utf-8", "Contract_Signer.signature" : "utf-8", "Contract_Signer.type" : "utf-8", "Contract_Signer.extension" : "utf-8", "Contract_Signer.party" : "utf-8", "Contract_Signer.modifierExtension" : "utf-8"}}
json_instruct
{"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Signer.id": {"type": "string"}, "Contract_Signer.signature": {"type": "string"}, "Contract_Signer.type": {"type": "string"}, "Contract_Signer.extension": {"type": "string"}, "Contract_Signer.party": {"type": "string"}, "Contract_Signer.modifierExtension": {"type": "string"}}, "required": ["Contract_Signer.id", "Contract_Signer.signature", "Contract_Signer.type", "Contract_Signer.extension", "Contract_Signer.party", "Contract_Signer.modifierExtension"]}}, "required": ["resourceName", "attr_character_encoding"], "$schema": "http://json-schema.org/draft-07/schema#"}