input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"C": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["C", "Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 1109242, "Objective-C" : 128909}
json_instruct
{"type": "object", "properties": {"C": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["C", "Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1003", "provinceId" : "53", "regencyId" : "01", "districtId" : "06", "name" : "Naibonat"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}, "logChannel": {"type": "string"}}, "required": ["token", "prefix", "logChannel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "the_bot_token", "prefix" : "o!", "logChannel" : "542497765146492929"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "prefix": {"type": "string"}, "logChannel": {"type": "string"}}, "required": ["token", "prefix", "logChannel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85933289, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "21bb75e8e838b3fb716fe54cea2885dc", "wof:id" : 85933289, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [73.78967285155016, 15.46818901744015, 73.8188989257502, 15.49611363728782], "geometry" : {"coordinates" : [[[73.81211959290772, 15.48809203052517], [73.8129698338974, 15.48544517561578], [73.81713867190007, 15.48544517949996], [73.8171386718854, 15.48407093291108], [73.81713867188506, 15.48015135880003], [73.817138671875, 15.47465437897013], [73.81883118089115, 15.47289818199712], [73.8188989257502, 15.47221035690008], [73.8187399908233, 15.47059666350738], [73.81409908645395, 15.46818901744015], [73.81012559341508, 15.4695633111001], [73.80615234370009, 15.4695633111], [73.80482792717777, 15.4695633111], [73.80482789457858, 15.46956327727533], [73.80065917970006, 15.46956327727533], [73.79555662006362, 15.46956327727533], [73.79516601562523, 15.46976591821678], [73.79506836638791, 15.46986723674483], [73.79364208988426, 15.47430690531904], [73.7938090711632, 15.47485736882528], [73.79359790889606, 15.47555347752983], [73.79340576170023, 15.47750438075013], [73.7935646251413, 15.47911734833637], [73.79356597553254, 15.47913105908908], [73.79235689531998, 15.47977732592717], [73.79084152983836, 15.48102095423818], [73.78967285155016, 15.48244499285258], [73.78967285155016, 15.4850385978676], [73.7949307901012, 15.49595087849409], [73.7954013171269, 15.49611363728782], [73.8026209011179, 15.49236772365414], [73.80322596535802, 15.49111197851364], [73.80667932397682, 15.49039527234733], [73.8088989257854, 15.48809203405629], [73.81164550780011, 15.48809203297139], [73.81211959290772, 15.48809203052517]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "7188a83d-dc23-414f-8731-6a526d0ec3d5", "name" : "FindOwnerPage", "children" : ["5bdd6d67-5bc1-4872-b384-32c177aa2c85"], "befores" : [], "afters" : [], "links" : [], "start" : 1625840695692, "stop" : 1625840698044}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "address", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "conference", "title" : "Context-Aware Online Collective Inference for Templated Graphical Models", "authors" : ["Charles Dickens*", "Connor Pryor*", "Eriq Augustine", "Alex Miller", "Lise Getoor"], "venue" : "International Conference on Machine Learning", "year" : "2021", "publisher" : "PMLR", "address" : "Virtual", "links" : [{"label" : "paper", "href" : "/assets/resources/dickens-icml21.pdf"}, {"label" : "poster", "href" : "/assets/resources/dickens-icml21-poster.pdf"}, {"label" : "code", "href" : "https://github.com/linqs/dickens-icml21"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "address", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-hash": {"type": "string"}}, "required": ["json-hash"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babelify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel", "babelify", "grunt", "grunt-babel", "grunt-browserify", "grunt-cli", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-mocha-test", "load-grunt-tasks", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "json-criteria", "version" : "2.7.0", "description" : "Evaluate criteria queries on JSON objects MongoDB style.", "main" : "lib/index.js", "scripts" : {"test" : "grunt test", "prepublish" : "grunt recompile"}, "repository" : "mirek/node-json-criteria", "homepage" : "https://github.com/mirek/node-json-criteria", "keywords" : ["mongo", "like", "query", "criteria", "json", "evaluate", "find"], "author" : "Mirek Rusin http://github.com/mirek", "license" : "MIT", "dependencies" : {"json-hash" : "^1.1.0"}, "devDependencies" : {"babel" : "^5.2.17", "babelify" : "^6.0.2", "grunt" : "^0.4.5", "grunt-babel" : "^5.0.0", "grunt-browserify" : "^3.8.0", "grunt-cli" : "^0.1.13", "grunt-contrib-clean" : "^0.6.0", "grunt-contrib-copy" : "^0.8.0", "grunt-contrib-uglify" : "^0.9.1", "grunt-mocha-test" : "^0.12.7", "load-grunt-tasks" : "^3.1.0", "mocha" : "^2.2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-hash": {"type": "string"}}, "required": ["json-hash"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babelify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel", "babelify", "grunt", "grunt-babel", "grunt-browserify", "grunt-cli", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-mocha-test", "load-grunt-tasks", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "package": {"type": "string"}, "strategy": {"type": "string"}, "traceback": {"type": "string"}}, "required": ["name", "package", "strategy", "traceback"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nevergrad_hammersley_cube", "package" : "nevergrad", "strategy" : "nevergrad_hammersley", "traceback" : "passing"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "package": {"type": "string"}, "strategy": {"type": "string"}, "traceback": {"type": "string"}}, "required": ["name", "package", "strategy", "traceback"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "421224103001", "text" : "\u53a6\u94fa\u793e\u533a"}, {"id" : "421224103200", "text" : "\u53a6\u94fa\u6751\u59d4\u4f1a"}, {"id" : "421224103201", "text" : "\u6865\u53e3\u6751\u59d4\u4f1a"}, {"id" : "421224103202", "text" : "\u53cc\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "421224103203", "text" : "\u7af9\u6797\u6751\u59d4\u4f1a"}, {"id" : "421224103204", "text" : "\u82b1\u7eb9\u6751\u59d4\u4f1a"}, {"id" : "421224103205", "text" : "\u897f\u6e56\u6751\u59d4\u4f1a"}, {"id" : "421224103206", "text" : "\u85d5\u5858\u6751\u59d4\u4f1a"}, {"id" : "421224103207", "text" : "\u74dc\u576a\u6751\u59d4\u4f1a"}, {"id" : "421224103208", "text" : "\u9752\u5c71\u6751\u59d4\u4f1a"}, {"id" : "421224103209", "text" : "\u897f\u9685\u6751\u59d4\u4f1a"}, {"id" : "421224103210", "text" : "\u9ec4\u8346\u6751\u59d4\u4f1a"}, {"id" : "421224103211", "text" : "\u51b7\u6c34\u576a\u6751\u59d4\u4f1a"}, {"id" : "421224103212", "text" : "\u4e09\u5b9d\u6751\u59d4\u4f1a"}, {"id" : "421224103213", "text" : "\u5b8b\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "421224103214", "text" : "\u6797\u4e0a\u6751\u59d4\u4f1a"}, {"id" : "421224103215", "text" : "\u5317\u5c71\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Update" : "2022-04-06 16:00:52", "answer" : ["C", "D", "F"], "category" : "sap", "choices" : ["A. Purchase a Reserved Instance of the matching type <--> \u8d2d\u4e70\u5339\u914d\u7c7b\u578b\u7684\u9884\u7559\u5b9e\u4f8b", "B. Create an AMI of the application instance. Use the AMI to launch instances that host the application <--> \u521b\u5efa\u5e94\u7528\u7a0b\u5e8f\u5b9e\u4f8b\u7684 AMI.\u4f7f\u7528 AMI \u542f\u52a8\u6258\u7ba1\u5e94\u7528\u7a0b\u5e8f\u7684\u5b9e\u4f8b", "C. Create and configure an Application Load Balancer with an Auto Scaling group <--> \u4f7f\u7528 Auto Scaling \u7ec4\u521b\u5efa\u548c\u914d\u7f6e\u5e94\u7528\u7a0b\u5e8f\u8d1f\u8f7d\u5747\u8861\u5668", "D. Reserve extra Spot Instances of the matching type <--> \u9884\u7559\u5339\u914d\u7c7b\u578b\u7684\u989d\u5916 Spot \u5b9e\u4f8b", "E. Purchase bare metal instances of the matching type to host the application <--> \u8d2d\u4e70\u5339\u914d\u7c7b\u578b\u7684\u88f8\u673a\u5b9e\u4f8b\u6765\u6258\u7ba1\u5e94\u7528\u7a0b\u5e8f", "F. Launch instances that have the unlimited burst CPU feature turned on <--> \u542f\u52a8\u65e0\u9650\u7a81\u53d1 CPU \u529f\u80fd\u7684\u5b9e\u4f8b"], "detail" : "Q515. A company migrated its stateless, compute-intensive web application to AWS. The application was deployed on a single compute-optimized Amazon EC2 instance. Detailed monitoring in Amazon CloudWatch shows an average of 70% CPU utilization during business hours Unfortunately, random large increases in user traffic quickly drive the CPU to a sustained level of 100% utilization. and the application becomes unresponsive. Which combination of actions is the MOST cost-effective solution to improve application availability and performance? (Select THREE.) <--> Q511.\u4e00\u5bb6\u516c\u53f8\u5c06\u5176\u65e0\u72b6\u6001\u7684\u8ba1\u7b97\u5bc6\u96c6\u578b Web \u5e94\u7528\u7a0b\u5e8f\u8fc1\u79fb\u5230 AWS.\u8be5\u5e94\u7528\u7a0b\u5e8f\u90e8\u7f72\u5728\u5355\u4e2a\u8ba1\u7b97\u4f18\u5316\u7684 Amazon EC2 \u5b9e\u4f8b\u4e0a.Amazon CloudWatch \u4e2d\u7684\u8be6\u7ec6\u76d1\u63a7\u663e\u793a\uff0c\u5de5\u4f5c\u65f6\u95f4\u5185 CPU \u5229\u7528\u7387\u5e73\u5747\u4e3a 70% \u4e0d\u5e78\u7684\u662f\uff0c\u7528\u6237\u6d41\u91cf\u7684\u968f\u673a\u5927\u5e45\u589e\u52a0\u5f88\u5feb\u5c06 CPU \u7684\u5229\u7528\u7387\u63a8\u9ad8\u81f3 100% \u7684\u6301\u7eed\u6c34\u5e73.\u5e76\u4e14\u5e94\u7528\u7a0b\u5e8f\u53d8\u5f97\u65e0\u54cd\u5e94.\u54ea\u79cd\u64cd\u4f5c\u7ec4\u5408\u662f\u63d0\u9ad8\u5e94\u7528\u7a0b\u5e8f\u53ef\u7528\u6027\u548c\u6027\u80fd\u7684\u6700\u5177\u6210\u672c\u6548\u76ca\u7684\u89e3\u51b3\u65b9\u6848?\uff08\u9009\u62e9\u4e09.\uff09", "explanation" : ["The correct answer(s): C, D, F"], "id" : 381, "saved_answer" : null, "type" : "Multiple Answer"}
json_instruct
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_6409": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6409"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_6409" : {"title" : "Well-Beloved", "language" : "English", "totaltime" : "6:28:24", "url_librivox" : "http://librivox.org/the-well-beloved-by-thomas-hardy/", "url_iarchive" : "http://archive.org/details/well-beloved_1203_librivox", "readers" : ["1255"], "authors" : "92", "genres" : "General Fiction"}}
json_instruct
{"type": "object", "properties": {"id_6409": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6409"], "$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"}, "tagline": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Bossa Labs", "tagline" : "Creative and Tech Ventures", "note" : "Don't delete this file! It's used internally to help with page regeneration."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "\u8c6a\u534e\u5957\u623f\u8fce\u6765\u4e24\u5bf9\u7537\u5973\u5078\u60c5\u56db\u773c\u603b\u7ecf\u7406\u7ea6\u4f1a\u5c5e\u4e0b\u98ce\u97f5\u5927\u5976\u4eba\u59bb\u5c11\u5987\u5e72\u4e86\u4e00\u70ae\u540e\u4f11\u606f\u4e00\u4e0b\u64b8\u786c\u53c8\u641e\u8d77\u6765", "size" : 312449605, "link" : "https://streamtape.com/e/GvARedYLqxF1RgW", "created_at" : "2022\u5e7404\u670828\u65e5 08:29:22", "downloads" : 0, "linkid" : "GvARedYLqxF1RgW", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u8c6a\u534e\u5957\u623f\u8fce\u6765\u4e24\u5bf9\u7537\u5973\u5078\u60c5\u56db\u773c\u603b\u7ecf\u7406\u7ea6\u4f1a\u5c5e\u4e0b\u98ce\u97f5\u5927\u5976\u4eba\u59bb\u5c11\u5987\u5e72\u4e86\u4e00\u70ae\u540e\u4f11\u606f\u4e00\u4e0b\u64b8\u786c\u53c8\u641e\u8d77\u6765", "thumbUrl" : "https://thumb.tapecontent.net/thumb/GvARedYLqxF1RgW/kq8D1yJ7GRhOJWD.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Herderschule\nGymnasium", "id" : "NI-66680-0", "address" : "Ochtmisser Kirchsteig 27, 21339\u00a0L\u00fcneburg", "school_type" : "Gymnasium - SEK I -", "phone" : "04131 6726-0", "full_time_school" : true, "email" : "info@herderschule-lueneburg.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.392479, "lat" : 53.255191}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "YANBO", "frequency" : 1, "gender" : "male"}]
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": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18800359", "tms:id" : "180342", "accession_number" : "1983-14-6", "title" : "Pattern For Embroidery, \"Napoleon\" and \"Josephine\"", "url" : "http://collection.cooperhewitt.org/objects/18800359/", "department_id" : "35347501", "period_id" : null, "media_id" : "35432537", "type_id" : "35293565", "date" : null, "year_start" : null, "year_end" : null, "year_acquired" : "1983", "decade" : null, "woe:country" : "23424977", "medium" : "Printed pattern for Cut Fabric embroidery. Design is of two medallions; one of Napoleon, the other of Josephine.\nTechnique: Printed pattern on plain weave foundation.", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "9 1/2 inches (24 cm) by 19 1/4 inches (49cm)", "creditline" : "Gift of Mr. and Mrs. Robert Mertz", "description" : "Printed pattern for Cut Fabric embroidery. Design is of two medallions; one of Napoleon, the other of Josephine.", "justification" : null, "type" : {"id" : "35293565", "name" : "pattern for embroidery"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Pattern For Embroidery, \"Napoleon\" and \"Josephine\".\nPrinted pattern for Cut Fabric embroidery. Design is of two medallions; one of Napoleon, the other of Josephine.\nTechnique: Printed pattern on plain weave foundation.. Gift of Mr. and Mrs. Robert Mertz. 1983-14-6."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "null"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Tracery", "version" : "0.0.1", "summary" : "Powerful extensible content generation library inspired by Tracery.io", "description" : "Tracery is a content generation library originally created by @GalaxyKate; you can find more information at Tracery.io\nThis implementation, while heavily inspired by the original, has more features added.\nThe content generation in Tracery works based on an input set of rules. The rules determine how content should be generated.", "homepage" : "https://github.com/BenziAhamed/Tracery", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : "Benzi Ahamed", "platforms" : {"ios" : "8.0", "osx" : "10.10"}, "source" : {"git" : "https://github.com/BenziAhamed/Tracery.git", "tag" : "0.0.1"}, "source_files" : "Common"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"weekDays": {"type": "array", "items": {"type": "string"}}, "months": {"type": "array", "items": {"type": "string"}}, "formats": {"type": "object", "properties": {"date": {"type": "string"}}, "required": ["date"]}, "daily": {"type": "object", "properties": {"each": {"type": "string"}, "some": {"type": "string"}}, "required": ["each", "some"]}, "weekly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "monthly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "yearly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "seriesEnd": {"type": "object", "properties": {"occurances": {"type": "string"}, "date": {"type": "string"}}, "required": ["occurances", "date"]}}, "required": ["weekDays", "months", "formats", "daily", "weekly", "monthly", "yearly", "seriesEnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"weekDays" : ["Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"], "months" : ["Januar", "Februar", "M\u00e4rz", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], "formats" : {"date" : "{{=it.day}}. {{=it.monthName}} {{=it.year}}"}, "daily" : {"each" : "Jeden Tag", "some" : "Jeden {{=it.weekDays}}"}, "weekly" : {"each" : "Jede Woche", "interval" : "Jede {{=it.interval}}. Woche"}, "monthly" : {"each" : "Jeden Monat", "interval" : "Jeden {{=it.interval}}. Monat"}, "yearly" : {"each" : "Jedes Jahr", "interval" : "Jedes {{=it.interval}}. Jahr"}, "seriesEnd" : {"occurances" : "endet nach {{=it.number}} Veranstaltungen", "date" : "endet am {{=it.date}}"}}
json_instruct
{"type": "object", "properties": {"weekDays": {"type": "array", "items": {"type": "string"}}, "months": {"type": "array", "items": {"type": "string"}}, "formats": {"type": "object", "properties": {"date": {"type": "string"}}, "required": ["date"]}, "daily": {"type": "object", "properties": {"each": {"type": "string"}, "some": {"type": "string"}}, "required": ["each", "some"]}, "weekly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "monthly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "yearly": {"type": "object", "properties": {"each": {"type": "string"}, "interval": {"type": "string"}}, "required": ["each", "interval"]}, "seriesEnd": {"type": "object", "properties": {"occurances": {"type": "string"}, "date": {"type": "string"}}, "required": ["occurances", "date"]}}, "required": ["weekDays", "months", "formats", "daily", "weekly", "monthly", "yearly", "seriesEnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "cookshop", "definition" : "An eating house. \"A subterranean cookshop.\" Macaulay."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Claim- Inpatient: Primary diagnosis", "COUNT_VALUE" : 7}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 48, "P10_VALUE" : 48, "P25_VALUE" : 54, "MEDIAN_VALUE" : 57, "P75_VALUE" : 72, "P90_VALUE" : 79, "MAX_VALUE" : 79}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"corn_acres_production_county": {"type": "object", "properties": {}, "required": []}}, "required": ["corn_acres_production_county"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"corn_acres_production_county" : {}}
json_instruct
{"type": "object", "properties": {"corn_acres_production_county": {"type": "object", "properties": {}, "required": []}}, "required": ["corn_acres_production_county"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-material.css" : "sha256-tEk2VVk6stsO4d/iz827x48UB5faDDjrXeOknKNi5/0=", "angular-material.js" : "sha256-lziVzrJ9K2S7RDrYB67mPovctTdmFV7wA5XqF0XrDeY=", "angular-material.min.css" : "sha256-n6bR62/XsLN28UjMw4HgeX2WWJuz3emwBLpFj3pWVjc=", "angular-material.min.js" : "sha256-U8EQak/INug8iLHp+RMWAUEs9D/H5v/t3mwDUdLNtSQ="}
json_instruct
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alias" : "video/2900/nicos-flexibles-experimentieren-an-groforschung", "category" : "PyCon DE 2011", "copyright_text" : "http://www.youtube.com/t/terms", "description" : "", "duration" : null, "id" : 2900, "language" : "deu", "quality_notes" : "", "recorded" : "2011-10-05", "slug" : "nicos-flexibles-experimentieren-an-groforschung", "speakers" : ["Georg Brandl"], "summary" : "Dieser Vortrag stellt NICOS vor, ein komplett in Python geschriebenes\nnetzwerkbasiertes Steuerungssystem, das an der Forschungsneutronenquelle\nFRM II der TU M\u00fcnchen zur Durchf\u00fchrung von Experimenten mit Neutronen\nf\u00fcr die Material- und Grundlagenforschung verwendet wird.\n", "tags" : [], "thumbnail_url" : "http://i1.ytimg.com/vi/-YaLa0ITb0E/hqdefault.jpg", "title" : "NICOS: Flexibles Experimentieren an Gro\u00dfforschungsger\u00e4ten dank Python", "videos" : [{"length" : 0, "type" : "youtube", "url" : "http://www.youtube.com/watch?v=-YaLa0ITb0E"}]}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name_en": {"type": "string"}, "name_th": {"type": "null"}, "img_en": {"type": "string"}, "img_th": {"type": "null"}, "is_active": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "link": {"type": "null"}, "user_id": {"type": "null"}}, "required": ["id", "name_en", "name_th", "img_en", "img_th", "is_active", "created_at", "updated_at", "link", "user_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name_en" : "Pop-Up", "name_th" : null, "img_en" : "20191211161341.png", "img_th" : null, "is_active" : "N", "created_at" : "2019-12-09 15:47:41", "updated_at" : "2019-12-11 16:13:43", "link" : null, "user_id" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name_en": {"type": "string"}, "name_th": {"type": "null"}, "img_en": {"type": "string"}, "img_th": {"type": "null"}, "is_active": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "link": {"type": "null"}, "user_id": {"type": "null"}}, "required": ["id", "name_en", "name_th", "img_en", "img_th", "is_active", "created_at", "updated_at", "link", "user_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1914, 6], [1915, 6], [1916, 5], [1917, 12], [1918, 8], [1919, 14], [1920, 11], [1921, 8], [1922, 15], [1923, 7], [1924, 10], [1925, 12], [1928, 8], [1929, 6], [1930, 6], [1932, 6], [1935, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {".source.scss, .source.sass": {"type": "object", "properties": {"Inline Block List Container Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Container": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Item Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Item": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}}, "required": ["Inline Block List Container Shorthand", "Inline Block List Container", "Inline Block List Item Shorthand", "Inline Block List Item", "Inline Block List Shorthand", "Inline Block List"]}}, "required": [".source.scss, .source.sass"], "$schema": "http://json-schema.org/draft-07/schema#"}
{".source.scss, .source.sass" : {"Inline Block List Container Shorthand" : {"prefix" : "iblc", "body" : "@include inline-block-list-container;$0"}, "Inline Block List Container" : {"prefix" : "inlineblocklistcontainer", "body" : "@include inline-block-list-container;$0"}, "Inline Block List Item Shorthand" : {"prefix" : "ibli", "body" : "@include inline-block-list-item(${1:padding});$0"}, "Inline Block List Item" : {"prefix" : "inlineblocklistitem", "body" : "@include inline-block-list-item(${1:padding});$0"}, "Inline Block List Shorthand" : {"prefix" : "ibl", "body" : "@include inline-block-list(${1:padding});$0"}, "Inline Block List" : {"prefix" : "inlineblocklist", "body" : "@include inline-block-list(${1:padding});$0"}}}
json_instruct
{"type": "object", "properties": {".source.scss, .source.sass": {"type": "object", "properties": {"Inline Block List Container Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Container": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Item Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Item": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List Shorthand": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}, "Inline Block List": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}}, "required": ["Inline Block List Container Shorthand", "Inline Block List Container", "Inline Block List Item Shorthand", "Inline Block List Item", "Inline Block List Shorthand", "Inline Block List"]}}, "required": [".source.scss, .source.sass"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"classification": {"type": "string"}, "identificationscore": {"type": "number"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[20.969185, 52.174547], [20.968892, 52.174997], [20.969917, 52.175266], [20.97021, 52.174907], [20.969185, 52.174547]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.9999436140060425}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[20.969185, 52.174188], [20.96816, 52.173918], [20.967867, 52.174457], [20.968745, 52.174727], [20.969185, 52.174188]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.999423623085022}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[20.956591, 52.178323], [20.955713, 52.178233], [20.95542, 52.178772], [20.956298, 52.178952], [20.956591, 52.178323]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.955415666103363}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[20.968892, 52.17248], [20.968745, 52.173199], [20.969624, 52.173289], [20.969917, 52.17257], [20.968892, 52.17248]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.9482883214950562}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[20.97226, 52.175716], [20.972113, 52.176435], [20.973138, 52.176525], [20.973285, 52.175806], [20.97226, 52.175716]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.9350645542144775}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"classification": {"type": "string"}, "identificationscore": {"type": "number"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 6474010005, "parent" : 6474010, "name" : "TANJUNG LAUT", "latitude" : null, "longitude" : null, "postal" : [75321], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["angular", "jquery"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"globalDependencies" : {"angular" : "registry:dt/angular#1.5.0+20160619025852", "jquery" : "registry:dt/jquery#1.10.0+20160620094458"}}
json_instruct
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["angular", "jquery"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "91.160.10", "fieldcode" : "91", "description" : "Interior lighting", "groupcode" : "160", "subgroupcode" : "10", "@context" : "https://isoics.org/ics/ns/subgroup.jsonld", "descriptionFull" : "Construction materials and building. Lighting. Interior lighting.", "notes" : [{"text" : "Including workplace lighting, emergency and safety lighting"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "subgroupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["code", "fieldcode", "description", "groupcode", "subgroupcode", "@context", "descriptionFull", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["wmo", "icao", "iata", "ghcn", "wban", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "72542", "name" : {"en" : "Burlington / Congers Mobile Home Park"}, "country" : "US", "region" : "IA", "identifiers" : {"wmo" : "72542", "icao" : "KBRL", "iata" : "BRL", "ghcn" : "USW00014931", "wban" : "14931", "usaf" : "725420"}, "location" : {"latitude" : 40.7832, "longitude" : -91.1255, "elevation" : 213}, "timezone" : "America/Chicago"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata": {"type": "string"}, "ghcn": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["wmo", "icao", "iata", "ghcn", "wban", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Material" : {"Directory Material" : "Assets/pressed_play.png", "UUID Resource" : 857775245, "Name" : "pressed_play.png", "Type" : 2, "Last Write" : 1521978173}}
json_instruct
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/quark_green_stained_planks_diagonal_stripes_connecting"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"best_index" : [34, 89, 154, 96, 175], "auroc" : [0.4987714987714988, 0.44275184275184276, 0.5154791154791155, 0.4073710073710074, 0.49287469287469293], "acc" : [0.41304347826086957, 0.5543478260869565, 0.5978260869565217, 0.5978260869565217, 0.5869565217391305], "aps" : [0.4035607883932929, 0.3650615692404686, 0.40381280206375253, 0.3599716275708914, 0.3924070368008871], "f1" : [0.5573770491803278, 0.046511627906976744, 0.0, 0.0, 0.0], "auprc" : [0.38856896850351813, 0.350868460483369, 0.3889615718393507, 0.34311397718513725, 0.3774594423956391]}
json_instruct
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x80e38d47b1dda527e45c353f6fadd133c7c21f35", "tool" : "smartcheck", "start" : 1563772157.6535258, "end" : 1563772165.6402245, "duration" : 7.986698627471924, "analysis" : [{"name" : "SOLIDITY_DIV_MUL", "patternId" : "09hhh1", "severity" : 2, "line" : 109, "column" : 36, "content" : "(10000-remainPackage)/500*10finney"}, {"name" : "SOLIDITY_PRAGMAS_VERSION", "patternId" : "23fc32", "severity" : 1, "line" : 1, "column" : 16, "content" : "^"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "dotenv": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["axios", "cheerio", "dotenv", "mongodb"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skb_db_script", "version" : "1.0.0", "description" : "script to get that data", "main" : "script.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node script.js"}, "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.18.0", "cheerio" : "^1.0.0-rc.2", "dotenv" : "^5.0.1", "mongodb" : "^3.0.6"}, "devDependencies" : {"eslint-config-standard" : "^11.0.0", "eslint-plugin-import" : "^2.11.0", "eslint-plugin-node" : "^6.0.1", "eslint-plugin-promise" : "^3.7.0", "eslint-plugin-standard" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "dotenv": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["axios", "cheerio", "dotenv", "mongodb"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$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": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "parent_code", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "LU-D", "country_code" : "LU", "name" : "Diekirch", "parent_code" : null, "type" : "District"}, {"code" : "LU-G", "country_code" : "LU", "name" : "Grevenmacher", "parent_code" : null, "type" : "District"}, {"code" : "LU-L", "country_code" : "LU", "name" : "Luxembourg", "parent_code" : null, "type" : "District"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "country_code": {"type": "string"}, "name": {"type": "string"}, "parent_code": {"type": "null"}, "type": {"type": "string"}}, "required": ["code", "country_code", "name", "parent_code", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "string"}, "race": {"type": "string"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 207, "img" : "068000/068688.png", "xivdb" : "/minion/207/noko", "behavior" : "Independent", "race" : "Monster", "info" : {"de" : "Dieser Schlangen-Yo-kai hat es schwer. Er hat Angst, dass Leute ihn entdecken, ist aber schlecht im Verstecken.", "en" : "Noko is always scared of being seen by humans. Which happens a lot, since it's terrible at hiding.", "fr" : "\u00c9tant r\u00e9put\u00e9 pour apporter chance et bonheur, cet \u00e9trange serpent est t\u00e9tanis\u00e9 \u00e0 l'id\u00e9e d'\u00eatre d\u00e9couvert et attrap\u00e9 par des humains... ce qui arrive tr\u00e8s souvent, car le pauvre reptile n'est absolument pas dou\u00e9 pour se cacher.", "jp" : "\u5e78\u904b\u3092\u547c\u3073\u3088\u305b\u308b\u3001\u3081\u3067\u305f\u3044\u30d8\u30d3\u306e\u5996\u602a\u3002\u59ff\u3092\u96a0\u3059\u306e\u304c\u82e6\u624b\u3067\u3001\u3088\u304f\u4eba\u306b\u898b\u3064\u304b\u3063\u3066\u3057\u307e\u3046\u306e\u304c\u60a9\u307f\u306e\u30bf\u30cd"}, "quote" : {"de" : "Noko noko!", "en" : "Noko noko!", "fr" : "Noko noko!", "jp" : "\u30ad\u30e5\u30d4\u30fc\u30f3\uff01"}, "summon" : {"de" : "Du rufst deinen Noko-Begleiter herbei. Er soll angeblich Gl\u00fcck bringen.", "en" : "This Yo-kai is one lucky snake!", "fr" : "Vous appelez votre mascotte Noko. Ce serpent fantastique est para\u00eet-il une sorte de porte-bonheur vivant.", "jp" : "\u30df\u30cb\u30aa\u30f3\u300c\u30c4\u30c1\u30ce\u30b3\u300d\u3092\u547c\u3073\u51fa\u3059\u3002\n\u5e78\u904b\u3092\u547c\u3073\u3088\u305b\u308b\u3001\u3081\u3067\u305f\u3044\u30d8\u30d3\u306e\u5996\u602a"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "string"}, "race": {"type": "string"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files": {"type": "object", "properties": {"s8_py": {"type": "object", "properties": {"index": {"type": "object", "properties": {"relative_filename": {"type": "string"}, "html_filename": {"type": "string"}, "nums": {"type": "array", "items": {"type": "integer"}}}, "required": ["relative_filename", "html_filename", "nums"]}, "hash": {"type": "string"}}, "required": ["index", "hash"]}}, "required": ["s8_py"]}, "version": {"type": "string"}, "settings": {"type": "string"}, "format": {"type": "integer"}}, "required": ["files", "version", "settings", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"s8_py" : {"index" : {"relative_filename" : "s8.py", "html_filename" : "s8_py.html", "nums" : [1, 0, 0, 0, 0, 0, 0]}, "hash" : "eef1bc6a4630e20d1fc10b7474fc01f8"}}, "version" : "4.0.3", "settings" : "7951c26c07896c342fcadfecf84d2e59", "format" : 1}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"s8_py": {"type": "object", "properties": {"index": {"type": "object", "properties": {"relative_filename": {"type": "string"}, "html_filename": {"type": "string"}, "nums": {"type": "array", "items": {"type": "integer"}}}, "required": ["relative_filename", "html_filename", "nums"]}, "hash": {"type": "string"}}, "required": ["index", "hash"]}}, "required": ["s8_py"]}, "version": {"type": "string"}, "settings": {"type": "string"}, "format": {"type": "integer"}}, "required": ["files", "version", "settings", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"content" : "<p><a href=\"https://mathematicswithoutapologies.wordpress.com/2018/09/11/guest-post-by-kevin-buzzard/\" target=\"_blank\" title=\"https://mathematicswithoutapologies.wordpress.com/2018/09/11/guest-post-by-kevin-buzzard/\">https://mathematicswithoutapologies.wordpress.com/2018/09/11/guest-post-by-kevin-buzzard/</a></p>", "id" : 133750937, "sender_full_name" : "Johan Commelin", "timestamp" : 1536690563}, {"content" : "<p><a href=\"https://jiggerwit.wordpress.com/2018/09/18/a-review-of-the-lean-theorem-prover/\" target=\"_blank\" title=\"https://jiggerwit.wordpress.com/2018/09/18/a-review-of-the-lean-theorem-prover/\">https://jiggerwit.wordpress.com/2018/09/18/a-review-of-the-lean-theorem-prover/</a></p>", "id" : 134180682, "sender_full_name" : "Johan Commelin", "timestamp" : 1537292232}, {"content" : "<p><span class=\"user-mention\" data-user-id=\"116034\">@William Stein</span> Tom Hales mentions CoCalc <span class=\"emoji emoji-1f603\" title=\"smiley\">:smiley:</span></p>", "id" : 134180893, "sender_full_name" : "Johan Commelin", "timestamp" : 1537292439}, {"content" : "<p>Thanks!</p>", "id" : 134185186, "sender_full_name" : "William Stein", "timestamp" : 1537296828}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"School": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}, "CountyId": {"type": "integer"}, "DistrictId": {"type": "integer"}, "Lat": {"type": "number"}, "Lon": {"type": "number"}}, "required": ["Id", "Name", "CountyId", "DistrictId", "Lat", "Lon"]}, "EnrollmentByYear": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Teachers": {"type": "integer"}, "Students": {"type": "integer"}, "GradeEnrollment": {"type": "array", "items": {"type": "object", "properties": {"Grade": {"type": "string"}, "EnrollmentSize": {"type": "integer"}}, "required": ["Grade", "EnrollmentSize"]}}}, "required": ["Year", "Teachers", "Students", "GradeEnrollment"]}}}, "required": ["School", "EnrollmentByYear"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"School" : {"Id" : 280001019, "Name" : "Beveridge Magnet School", "CountyId" : 28, "DistrictId" : 280001, "Lat" : 41.2422981262207, "Lon" : -96.10140228271484}, "EnrollmentByYear" : [{"Year" : "20022003", "Teachers" : 50, "Students" : 767, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 389}, {"Grade" : "08", "EnrollmentSize" : 352}, {"Grade" : "09", "EnrollmentSize" : 10}, {"Grade" : "10", "EnrollmentSize" : 13}, {"Grade" : "11", "EnrollmentSize" : 3}]}, {"Year" : "20032004", "Teachers" : 53, "Students" : 795, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 385}, {"Grade" : "08", "EnrollmentSize" : 410}]}, {"Year" : "20042005", "Teachers" : 51, "Students" : 811, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 438}, {"Grade" : "08", "EnrollmentSize" : 373}]}, {"Year" : "20052006", "Teachers" : 54, "Students" : 743, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 347}, {"Grade" : "08", "EnrollmentSize" : 396}]}, {"Year" : "20062007", "Teachers" : 53, "Students" : 705, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 360}, {"Grade" : "08", "EnrollmentSize" : 345}]}, {"Year" : "20072008", "Teachers" : 0, "Students" : 704, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 348}, {"Grade" : "08", "EnrollmentSize" : 356}]}, {"Year" : "20082009", "Teachers" : 0, "Students" : 720, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 373}, {"Grade" : "08", "EnrollmentSize" : 347}]}, {"Year" : "20092010", "Teachers" : 0, "Students" : 744, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 366}, {"Grade" : "08", "EnrollmentSize" : 378}]}, {"Year" : "20102011", "Teachers" : 0, "Students" : 777, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 396}, {"Grade" : "08", "EnrollmentSize" : 381}]}, {"Year" : "20112012", "Teachers" : 0, "Students" : 765, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 376}, {"Grade" : "08", "EnrollmentSize" : 389}]}, {"Year" : "20122013", "Teachers" : 0, "Students" : 754, "GradeEnrollment" : [{"Grade" : "07", "EnrollmentSize" : 376}, {"Grade" : "08", "EnrollmentSize" : 378}]}]}
json_instruct
{"type": "object", "properties": {"School": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}, "CountyId": {"type": "integer"}, "DistrictId": {"type": "integer"}, "Lat": {"type": "number"}, "Lon": {"type": "number"}}, "required": ["Id", "Name", "CountyId", "DistrictId", "Lat", "Lon"]}, "EnrollmentByYear": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Teachers": {"type": "integer"}, "Students": {"type": "integer"}, "GradeEnrollment": {"type": "array", "items": {"type": "object", "properties": {"Grade": {"type": "string"}, "EnrollmentSize": {"type": "integer"}}, "required": ["Grade", "EnrollmentSize"]}}}, "required": ["Year", "Teachers", "Students", "GradeEnrollment"]}}}, "required": ["School", "EnrollmentByYear"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["glsl-transition-thumbnail-cli", "glsl-transition-validator-cli"]
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": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "bits": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}}, "required": ["id", "name", "description", "requirement", "locked_text", "type", "flags", "bits", "tiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 6269, "name" : "Cryptseeker", "description" : "", "requirement" : "Create etchings of three amber keystones around the Echovald Wilds.", "locked_text" : "", "type" : "Default", "flags" : ["RequiresUnlock", "Permanent"], "bits" : [{"type" : "Text", "text" : "Recorded the symbols on the keystone at Saint Anjeka's Shrine."}, {"type" : "Text", "text" : "Recorded the symbols on the keystone at Lake Lutgardis."}, {"type" : "Text", "text" : "Recorded the symbols on the keystone at the Tangled Altar."}, {"type" : "Text", "text" : "Return to Scholar Jieun."}], "tiers" : [{"count" : 4, "points" : 3}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "bits": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}}, "required": ["id", "name", "description", "requirement", "locked_text", "type", "flags", "bits", "tiers"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ea:block/cryptic/door/cryptic_necrocite_trapdoor_bottom"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "pkg": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "string"}}, "outputPath": {"type": "string"}}, "required": ["targets", "outputPath"]}, "dependencies": {"type": "object", "properties": {"make-dir": {"type": "string"}, "node-pause": {"type": "string"}, "protocol-registry": {"type": "string"}, "tslog": {"type": "string"}}, "required": ["make-dir", "node-pause", "protocol-registry", "tslog"]}, "devDependencies": {"type": "object", "properties": {"pkg": {"type": "string"}}, "required": ["pkg"]}}, "required": ["name", "version", "main", "bin", "license", "scripts", "pkg", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "weblink", "version" : "1.0.0", "main" : "src/index.js", "bin" : "src/index.js", "license" : "MIT", "scripts" : {"start" : "node .", "build" : "pkg ."}, "pkg" : {"targets" : ["node17-win-x64"], "outputPath" : "dist"}, "dependencies" : {"make-dir" : "^3.1.0", "node-pause" : "^1.0.1", "protocol-registry" : "^1.3.13", "tslog" : "^3.3.1"}, "devDependencies" : {"pkg" : "^5.5.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "pkg": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "string"}}, "outputPath": {"type": "string"}}, "required": ["targets", "outputPath"]}, "dependencies": {"type": "object", "properties": {"make-dir": {"type": "string"}, "node-pause": {"type": "string"}, "protocol-registry": {"type": "string"}, "tslog": {"type": "string"}}, "required": ["make-dir", "node-pause", "protocol-registry", "tslog"]}, "devDependencies": {"type": "object", "properties": {"pkg": {"type": "string"}}, "required": ["pkg"]}}, "required": ["name", "version", "main", "bin", "license", "scripts", "pkg", "dependencies", "devDependencies"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"download": {"type": "string"}, "download-status": {"type": "string"}, "inquirer": {"type": "string"}, "rd": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["download", "download-status", "inquirer", "rd", "fs-extra"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wn-command-init", "version" : "0.0.3", "description" : "wn project scaffold", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "https://github.com/snail-team/wn-command-init.git"}, "keywords" : ["scaffold", "wn"], "author" : "snail-team <passtome@foxmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/snail-team/wn-command-init/issues"}, "homepage" : "https://github.com/snail-team/wn-command-init", "dependencies" : {"download" : "3.3.0", "download-status" : "2.1.1", "inquirer" : "0.8.0", "rd" : "0.0.2", "fs-extra" : "^0.16.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"download": {"type": "string"}, "download-status": {"type": "string"}, "inquirer": {"type": "string"}, "rd": {"type": "string"}, "fs-extra": {"type": "string"}}, "required": ["download", "download-status", "inquirer", "rd", "fs-extra"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {"glsl-noise": {"type": "string"}}, "required": ["glsl-noise"]}, "devDependencies": {"type": "object", "properties": {"a-big-triangle": {"type": "string"}, "browserify": {"type": "string"}, "dom-css": {"type": "string"}, "domready": {"type": "string"}, "gl-texture2d": {"type": "string"}, "glsl-blend-soft-light": {"type": "string"}, "glsl-luma": {"type": "string"}, "glslify": {"type": "string"}, "lena": {"type": "string"}, "raf-loop": {"type": "string"}, "uglify-js": {"type": "string"}, "webgl-context": {"type": "string"}, "wzrd": {"type": "string"}, "xtend": {"type": "string"}}, "required": ["a-big-triangle", "browserify", "dom-css", "domready", "gl-texture2d", "glsl-blend-soft-light", "glsl-luma", "glslify", "lena", "raf-loop", "uglify-js", "webgl-context", "wzrd", "xtend"]}, "scripts": {"type": "object", "properties": {"bundle": {"type": "string"}, "start": {"type": "string"}}, "required": ["bundle", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "license", "author", "dependencies", "devDependencies", "scripts", "keywords", "repository", "homepage", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "glsl-film-grain", "version" : "1.0.4", "description" : "natural looking film grain using noise functions", "main" : "index.js", "license" : "MIT", "author" : {"name" : "Matt DesLauriers", "email" : "dave.des@gmail.com", "url" : "https://github.com/mattdesl"}, "dependencies" : {"glsl-noise" : "0.0.0"}, "devDependencies" : {"a-big-triangle" : "^1.0.0", "browserify" : "^8.1.1", "dom-css" : "^1.0.6", "domready" : "^1.0.7", "gl-texture2d" : "^2.0.8", "glsl-blend-soft-light" : "^1.0.4", "glsl-luma" : "^1.0.1", "glslify" : "^1.6.0", "lena" : "^1.0.0", "raf-loop" : "^1.0.1", "uglify-js" : "^2.4.16", "webgl-context" : "^2.1.1", "wzrd" : "^1.2.1", "xtend" : "^4.0.0"}, "scripts" : {"bundle" : "browserify demo.js -t glslify | uglifyjs -cm > bundle.js", "start" : "wzrd demo.js:bundle.js -- -d -t glslify"}, "keywords" : ["noise", "film", "grain", "lens", "imperfections", "ecosystem:stackgl", "stackgl", "webgl", "glsl", "glslify"], "repository" : {"type" : "git", "url" : "git://github.com/mattdesl/glsl-film-grain.git"}, "homepage" : "https://github.com/mattdesl/glsl-film-grain", "bugs" : {"url" : "https://github.com/mattdesl/glsl-film-grain/issues"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {"glsl-noise": {"type": "string"}}, "required": ["glsl-noise"]}, "devDependencies": {"type": "object", "properties": {"a-big-triangle": {"type": "string"}, "browserify": {"type": "string"}, "dom-css": {"type": "string"}, "domready": {"type": "string"}, "gl-texture2d": {"type": "string"}, "glsl-blend-soft-light": {"type": "string"}, "glsl-luma": {"type": "string"}, "glslify": {"type": "string"}, "lena": {"type": "string"}, "raf-loop": {"type": "string"}, "uglify-js": {"type": "string"}, "webgl-context": {"type": "string"}, "wzrd": {"type": "string"}, "xtend": {"type": "string"}}, "required": ["a-big-triangle", "browserify", "dom-css", "domready", "gl-texture2d", "glsl-blend-soft-light", "glsl-luma", "glslify", "lena", "raf-loop", "uglify-js", "webgl-context", "wzrd", "xtend"]}, "scripts": {"type": "object", "properties": {"bundle": {"type": "string"}, "start": {"type": "string"}}, "required": ["bundle", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "license", "author", "dependencies", "devDependencies", "scripts", "keywords", "repository", "homepage", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "Coronha Magpul PRS GEN3", "ShortName" : "PRS 3GER", "Description" : "Coronha PRS GEN3 feita pela Magpul."}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Hi Fritz,\n\n\nThe usual strategy is to convert to Radiance format, like obj2rad. I don't\nknow how often it's used, but the .OBJ format has a NURBS specification,\nand it should be easy enough to support it with obj2mesh. That would have\nthe advantage of including surface normal smoothing and uv textures.\n Implementing NURBS natively in Radiance would be a major undertaking by\ncomparison.\n\n\n-Greg\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-dev/2012-January/001173.html).</sup>", "attachments" : [], "created_by_name" : "Greg Ward", "created_at" : "January 30, 2012 at 10:52AM", "created_by" : "Greg_Ward", "parent_id" : "radiance-dev_001172", "id" : "radiance-dev_001173"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "configValues": {"type": "object", "properties": {"invite": {"type": "object", "properties": {"id": {"type": "string"}, "secret": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["id", "secret", "endpoint"]}, "name": {"type": "string"}, "keyPairs": {"type": "array", "items": {}}}, "required": ["invite", "name", "keyPairs"]}, "filePath": {"type": "string"}, "cloud": {"type": "string"}, "creator": {"type": "string"}, "network": {"type": "object", "properties": {"gateways": {"type": "array", "items": {"type": "string"}}, "observers": {"type": "array", "items": {"type": "string"}}, "namespace": {"type": "string"}}, "required": ["gateways", "observers", "namespace"]}}, "required": ["$schema", "configValues", "filePath", "cloud", "creator", "network"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "./values-schema.json", "configValues" : {"invite" : {"id" : "did:trust:tc:dev:id:XLzBJd69tqEgq7oqqdEsHW", "secret" : "client", "endpoint" : "https://api.gateway1.dev.trustcerts.de"}, "name" : "client", "keyPairs" : []}, "filePath" : "./tests/testFile.json", "cloud" : "https://platform.dev.trustcerts.de", "creator" : "https://creator.dev.trustcerts.de", "network" : {"gateways" : ["https://api.gateway1.dev.trustcerts.de"], "observers" : ["https://api.observer1.dev.trustcerts.de"], "namespace" : "tc:dev"}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "configValues": {"type": "object", "properties": {"invite": {"type": "object", "properties": {"id": {"type": "string"}, "secret": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["id", "secret", "endpoint"]}, "name": {"type": "string"}, "keyPairs": {"type": "array", "items": {}}}, "required": ["invite", "name", "keyPairs"]}, "filePath": {"type": "string"}, "cloud": {"type": "string"}, "creator": {"type": "string"}, "network": {"type": "object", "properties": {"gateways": {"type": "array", "items": {"type": "string"}}, "observers": {"type": "array", "items": {"type": "string"}}, "namespace": {"type": "string"}}, "required": ["gateways", "observers", "namespace"]}}, "required": ["$schema", "configValues", "filePath", "cloud", "creator", "network"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_type", "label", "value"]}}, "legend": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "_type", "items", "legend", "name"]}}, "show": {"type": "object", "properties": {"identifier": {"type": "string"}, "operator": {"type": "string"}, "value": {"type": "string"}}, "required": ["identifier", "operator", "value"]}, "url": {"type": "string"}}, "required": ["_id", "_type", "components", "show", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "page.court-tribunal-complaint", "_type" : "page.singlequestion", "components" : [{"_id" : "page.court-tribunal-complaint--radios.auto_name__23", "_type" : "radios", "items" : [{"_id" : "page.court-tribunal-complaint--radios.auto_name__23--radio.auto_value__15", "_type" : "radio", "label" : "Court", "value" : "court_complaint_yes"}, {"_id" : "page.court-tribunal-complaint--radios.auto_name__23--radio.auto_value__16", "_type" : "radio", "label" : "Tribunal", "value" : "tribunal_complaint_yes"}, {"_id" : "page.court-tribunal-complaint--radios.auto_name__23--radio.auto_value__1", "_type" : "radio", "hint" : "For example, a Contact Centre or National Business Centre", "label" : "Service Centre", "value" : "service_centre_complaint_yes"}], "legend" : "Are you complaining about a court, tribunal or service centre?", "name" : "court_or_tribunal_complaint"}], "show" : {"identifier" : "reason_for_complaint", "operator" : "is", "value" : "reason_for_complaint_hmcts_experience"}, "url" : "court-tribunal-complaint"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_type", "label", "value"]}}, "legend": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "_type", "items", "legend", "name"]}}, "show": {"type": "object", "properties": {"identifier": {"type": "string"}, "operator": {"type": "string"}, "value": {"type": "string"}}, "required": ["identifier", "operator", "value"]}, "url": {"type": "string"}}, "required": ["_id", "_type", "components", "show", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "505795ce21db604d69867e7f581baee807fa94c0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"anchor-js": {"type": "string"}}, "required": ["anchor-js"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "open-source-guide", "description" : "This guide is a collection of resources to help individuals, communities, and companies sustainably embrace open source software. It explains not only how to accomplish a task, but why you'd want to, and how that task fits into the larger story of consuming, contributing to, and producing open source software.", "main" : "script/server", "authors" : ["GitHub", "Inc. <opensource@github.com>"], "license" : "CC-BY", "homepage" : "https://github.com/github/open-source-guide", "dependencies" : {"anchor-js" : "^3.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"anchor-js": {"type": "string"}}, "required": ["anchor-js"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"Microsoft.AspNet.Authentication.OAuth": {"type": "string"}, "Microsoft.Framework.NotNullAttribute.Sources": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}, "Newtonsoft.Json": {"type": "string"}}, "required": ["Microsoft.AspNet.Authentication.OAuth", "Microsoft.Framework.NotNullAttribute.Sources", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"dnx451": {"type": "object", "properties": {}, "required": []}, "dnxcore50": {"type": "object", "properties": {}, "required": []}}, "required": ["dnx451", "dnxcore50"]}}, "required": ["version", "description", "repository", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0-beta7", "description" : "ASP.NET 5 middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.", "repository" : {"type" : "git", "url" : "git://github.com/aspnet/security"}, "dependencies" : {"Microsoft.AspNet.Authentication.OAuth" : "1.0.0-beta7", "Microsoft.Framework.NotNullAttribute.Sources" : {"type" : "build", "version" : "1.0.0-beta7"}, "Newtonsoft.Json" : "6.0.6"}, "frameworks" : {"dnx451" : {}, "dnxcore50" : {}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"Microsoft.AspNet.Authentication.OAuth": {"type": "string"}, "Microsoft.Framework.NotNullAttribute.Sources": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}, "Newtonsoft.Json": {"type": "string"}}, "required": ["Microsoft.AspNet.Authentication.OAuth", "Microsoft.Framework.NotNullAttribute.Sources", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"dnx451": {"type": "object", "properties": {}, "required": []}, "dnxcore50": {"type": "object", "properties": {}, "required": []}}, "required": ["dnx451", "dnxcore50"]}}, "required": ["version", "description", "repository", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[375, 474], [585, 470], [586, 572], [375, 572]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[35, 487], [351, 491], [361, 655], [32, 658]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[597, 496], [1024, 490], [1024, 652], [607, 662]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[376, 578], [587, 576], [596, 676], [376, 678]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_3172.jpg", "imageData" : "null", "imageWidth" : 1024, "imageHeight" : 1365}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["00001", "00002", "00003", "00004", "00005", "00006", "00011", "00012", "00014", "00018", "00019", "00022", "00024", "00026", "00027", "00028", "00030", "00032", "00035", "00036"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:38.952949", "required_by" : ["gibe"], "requires" : ["TurboGears"], "package" : "TurboTinyMCE"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Raspberry_Wheat", "brewery" : "Big Buck Brewery", "name" : "Raspberry Wheat", "abv" : "4.8", "description" : "An American wheat beer made with malted barley and malted wheat. Lightly flavored with pure fruit to impart a subtle raspberry nose, a delicate fruit flavor and a slight pink hue.", "category" : "Other Style", "style" : "Light American Wheat Ale or Lager", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "statistics": {"type": "string"}, "pred_score": {"type": "number"}}, "required": ["start", "end", "statistics", "pred_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"start" : "18:32:18", "end" : "19:32:20", "statistics" : "auto-sklearn results:\n Dataset name: d8efef70ef846f4c75a26ab4abe4a14e\n Metric: roc_auc\n Best validation score: 0.794176\n Number of target algorithm runs: 18\n Number of successful target algorithm runs: 8\n Number of crashed target algorithm runs: 0\n Number of target algorithms that exceeded the time limit: 10\n Number of target algorithms that exceeded the memory limit: 0\n", "pred_score" : 0.7164835164835165}
json_instruct
{"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "statistics": {"type": "string"}, "pred_score": {"type": "number"}}, "required": ["start", "end", "statistics", "pred_score"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Flying Oranger", "version" : "1.0.0", "description" : "Reddit Application that sends desktop notificiations flying across your screen.", "main" : "index.js", "scripts" : {"start" : "node ./start_scripts/windows_start.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["reddit", "script", "app", "notify", "notifications", "desktop"], "author" : "Joel Barna", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hello_29002", "displayName" : "hello_29002"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "required-elements": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["desc", "type", "optional"]}}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}, "custom-access-template": {"type": "string"}}, "required": ["slug", "relevant-countries", "name", "runs", "address", "email", "web", "sources", "required-elements", "suggested-transport-medium", "quality", "custom-access-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "radiusnetworks", "relevant-countries" : ["all"], "name" : "Radius Networks, Inc", "runs" : ["Flybuy"], "address" : "3299 K Street NW Suite 400\nWashington DC 20007\nUnited States", "email" : "privacy@radiusnetworks.com", "web" : "http://www.radiusnetworks.com/", "sources" : ["https://www.flybuy.com/privacy-policy", "https://www.privacyshield.gov/participant?id=a2zt00000008WuQAAU&status=Active"], "required-elements" : [{"desc" : "Name", "type" : "name", "optional" : false}, {"desc" : "Email", "type" : "email", "optional" : false}], "suggested-transport-medium" : "email", "quality" : "verified", "custom-access-template" : "access-tracking"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "required-elements": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "string"}, "type": {"type": "string"}, "optional": {"type": "boolean"}}, "required": ["desc", "type", "optional"]}}, "suggested-transport-medium": {"type": "string"}, "quality": {"type": "string"}, "custom-access-template": {"type": "string"}}, "required": ["slug", "relevant-countries", "name", "runs", "address", "email", "web", "sources", "required-elements", "suggested-transport-medium", "quality", "custom-access-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028635": {"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": ["E01028635"]}, "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" : {"E01028635" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00145854", "LAD11CD" : "E07000179"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145855", "LAD11CD" : "E07000179"}, "arcs" : [[-3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145856", "LAD11CD" : "E07000179"}, "arcs" : [[-5, -2, 6, 7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145857", "LAD11CD" : "E07000179"}, "arcs" : [[9, 10, -7, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00145859", "LAD11CD" : "E07000179"}, "arcs" : [[11, -8, -11]]}]}}, "arcs" : [[[9679, 3695], [-1200, 582], [-124, -582], [-430, -50], [-313, 459], [-1514, -974], [-1500, -161]], [[4598, 2969], [37, 407], [-1399, 365], [211, 330]], [[3447, 4071], [2100, -276], [524, 573], [1399, 362]], [[7470, 4730], [396, -240], [358, 411], [641, -151], [1134, -734], [-320, -321]], [[3447, 4071], [-440, 415], [366, 886], [1632, -170], [30, 339], [-614, 299]], [[4421, 5840], [504, 2861], [467, 1298], [610, -98], [2400, -627], [-330, -1282], [468, -98], [-1070, -3164]], [[4598, 2969], [-37, 9]], [[4561, 2978], [-2388, 125], [196, -670], [1488, -260], [65, -480]], [[3922, 1693], [-1238, -240], [-1503, 297], [-167, 1196], [-540, 207], [-474, 506], [864, 537], [821, -227], [463, 288], [234, 371], [-397, 278], [1208, 984], [1228, -50]], [[9679, 3695], [-2101, -2167], [-617, -653]], [[6961, 875], [-1130, 903], [-174, 723], [-635, 9], [-154, -410], [-408, 171], [101, 707]], [[6961, 875], [-626, -753], [1, 314], [-387, -436], [-1910, 278], [268, 1351], [-385, 64]]], "transform" : {"scale" : [1.1486052255962552e-06, 8.16468259532974e-07], "translate" : [-1.250339149955015, 51.5954780700536]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01028635": {"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": ["E01028635"]}, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"animate.css": {"type": "string"}, "bootstrap": {"type": "string"}, "chart.js": {"type": "string"}, "counterup": {"type": "string"}, "font-awesome": {"type": "string"}, "ionicons": {"type": "string"}, "isotope-layout": {"type": "string"}, "jquery": {"type": "string"}, "jquery-migrate": {"type": "string"}, "jquery-touchswipe": {"type": "string"}, "jquery.easing": {"type": "string"}, "lightbox2": {"type": "string"}, "marzipano": {"type": "string"}, "owl.carousel": {"type": "string"}, "popper.js": {"type": "string"}, "superfish": {"type": "string"}, "waypoints": {"type": "string"}, "wow.js": {"type": "string"}}, "required": ["animate.css", "bootstrap", "chart.js", "counterup", "font-awesome", "ionicons", "isotope-layout", "jquery", "jquery-migrate", "jquery-touchswipe", "jquery.easing", "lightbox2", "marzipano", "owl.carousel", "popper.js", "superfish", "waypoints", "wow.js"]}}, "required": ["name", "author", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vendor", "author" : "Hydra", "version" : "0.0.0", "private" : true, "dependencies" : {"animate.css" : "^3.7.2", "bootstrap" : "^4.3.1", "chart.js" : "^2.9.3", "counterup" : "^1.0.2", "font-awesome" : "^4.7.0", "ionicons" : "^4.6.3", "isotope-layout" : "^3.0.6", "jquery" : "^3.4.1", "jquery-migrate" : "^3.1.0", "jquery-touchswipe" : "^1.6.19", "jquery.easing" : "^1.4.1", "lightbox2" : "^2.11.1", "marzipano" : "^0.9.0", "owl.carousel" : "^2.3.4", "popper.js" : "^1.15.0", "superfish" : "^1.7.10", "waypoints" : "^4.0.1", "wow.js" : "^1.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"animate.css": {"type": "string"}, "bootstrap": {"type": "string"}, "chart.js": {"type": "string"}, "counterup": {"type": "string"}, "font-awesome": {"type": "string"}, "ionicons": {"type": "string"}, "isotope-layout": {"type": "string"}, "jquery": {"type": "string"}, "jquery-migrate": {"type": "string"}, "jquery-touchswipe": {"type": "string"}, "jquery.easing": {"type": "string"}, "lightbox2": {"type": "string"}, "marzipano": {"type": "string"}, "owl.carousel": {"type": "string"}, "popper.js": {"type": "string"}, "superfish": {"type": "string"}, "waypoints": {"type": "string"}, "wow.js": {"type": "string"}}, "required": ["animate.css", "bootstrap", "chart.js", "counterup", "font-awesome", "ionicons", "isotope-layout", "jquery", "jquery-migrate", "jquery-touchswipe", "jquery.easing", "lightbox2", "marzipano", "owl.carousel", "popper.js", "superfish", "waypoints", "wow.js"]}}, "required": ["name", "author", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.9c9f97b6.chunk.css.map": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.8e8dc18c.chunk.js", "static/js/2.8e8dc18c.chunk.js.map", "index.html", "static/css/main.9c9f97b6.chunk.css.map", "static/js/2.8e8dc18c.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/storygram/static/css/main.9c9f97b6.chunk.css", "main.js" : "/storygram/static/js/main.4ab85971.chunk.js", "main.js.map" : "/storygram/static/js/main.4ab85971.chunk.js.map", "runtime-main.js" : "/storygram/static/js/runtime-main.d74254aa.js", "runtime-main.js.map" : "/storygram/static/js/runtime-main.d74254aa.js.map", "static/js/2.8e8dc18c.chunk.js" : "/storygram/static/js/2.8e8dc18c.chunk.js", "static/js/2.8e8dc18c.chunk.js.map" : "/storygram/static/js/2.8e8dc18c.chunk.js.map", "index.html" : "/storygram/index.html", "static/css/main.9c9f97b6.chunk.css.map" : "/storygram/static/css/main.9c9f97b6.chunk.css.map", "static/js/2.8e8dc18c.chunk.js.LICENSE.txt" : "/storygram/static/js/2.8e8dc18c.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.d74254aa.js", "static/js/2.8e8dc18c.chunk.js", "static/css/main.9c9f97b6.chunk.css", "static/js/main.4ab85971.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.9c9f97b6.chunk.css.map": {"type": "string"}, "static/js/2.8e8dc18c.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.8e8dc18c.chunk.js", "static/js/2.8e8dc18c.chunk.js.map", "index.html", "static/css/main.9c9f97b6.chunk.css.map", "static/js/2.8e8dc18c.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/admin-lte-plugin.css": {"type": "string"}, "/js/admin-lte-plugin.js": {"type": "string"}, "/fonts/glyphicons-halflings-regular.eot": {"type": "string"}, "/fonts/glyphicons-halflings-regular.svg": {"type": "string"}, "/fonts/glyphicons-halflings-regular.ttf": {"type": "string"}, "/fonts/glyphicons-halflings-regular.woff": {"type": "string"}, "/fonts/glyphicons-halflings-regular.woff2": {"type": "string"}, "/fonts/fontawesome-webfont.eot": {"type": "string"}, "/fonts/fontawesome-webfont.svg": {"type": "string"}, "/fonts/fontawesome-webfont.ttf": {"type": "string"}, "/fonts/fontawesome-webfont.woff": {"type": "string"}, "/fonts/fontawesome-webfont.woff2": {"type": "string"}, "/fonts/FontAwesome.otf": {"type": "string"}, "/js/tour-show-plugin.js": {"type": "string"}, "/css/tour-show-plugin.css": {"type": "string"}, "/css/tour-create-plugin.css": {"type": "string"}, "/js/tour-create-plugin.js": {"type": "string"}, "/js/ckeditor.js": {"type": "string"}, "/assets/js/datetimepicker.plugin.js": {"type": "string"}, "/assets/css/datetimepicker.plugin.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/admin-lte-plugin.css", "/js/admin-lte-plugin.js", "/fonts/glyphicons-halflings-regular.eot", "/fonts/glyphicons-halflings-regular.svg", "/fonts/glyphicons-halflings-regular.ttf", "/fonts/glyphicons-halflings-regular.woff", "/fonts/glyphicons-halflings-regular.woff2", "/fonts/fontawesome-webfont.eot", "/fonts/fontawesome-webfont.svg", "/fonts/fontawesome-webfont.ttf", "/fonts/fontawesome-webfont.woff", "/fonts/fontawesome-webfont.woff2", "/fonts/FontAwesome.otf", "/js/tour-show-plugin.js", "/css/tour-show-plugin.css", "/css/tour-create-plugin.css", "/js/tour-create-plugin.js", "/js/ckeditor.js", "/assets/js/datetimepicker.plugin.js", "/assets/css/datetimepicker.plugin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/css/admin-lte-plugin.css" : "/css/admin-lte-plugin.css", "/js/admin-lte-plugin.js" : "/js/admin-lte-plugin.js", "/fonts/glyphicons-halflings-regular.eot" : "/fonts/glyphicons-halflings-regular.eot", "/fonts/glyphicons-halflings-regular.svg" : "/fonts/glyphicons-halflings-regular.svg", "/fonts/glyphicons-halflings-regular.ttf" : "/fonts/glyphicons-halflings-regular.ttf", "/fonts/glyphicons-halflings-regular.woff" : "/fonts/glyphicons-halflings-regular.woff", "/fonts/glyphicons-halflings-regular.woff2" : "/fonts/glyphicons-halflings-regular.woff2", "/fonts/fontawesome-webfont.eot" : "/fonts/fontawesome-webfont.eot", "/fonts/fontawesome-webfont.svg" : "/fonts/fontawesome-webfont.svg", "/fonts/fontawesome-webfont.ttf" : "/fonts/fontawesome-webfont.ttf", "/fonts/fontawesome-webfont.woff" : "/fonts/fontawesome-webfont.woff", "/fonts/fontawesome-webfont.woff2" : "/fonts/fontawesome-webfont.woff2", "/fonts/FontAwesome.otf" : "/fonts/FontAwesome.otf", "/js/tour-show-plugin.js" : "/js/tour-show-plugin.js", "/css/tour-show-plugin.css" : "/css/tour-show-plugin.css", "/css/tour-create-plugin.css" : "/css/tour-create-plugin.css", "/js/tour-create-plugin.js" : "/js/tour-create-plugin.js", "/js/ckeditor.js" : "/js/ckeditor.js", "/assets/js/datetimepicker.plugin.js" : "/assets/js/datetimepicker.plugin.js", "/assets/css/datetimepicker.plugin.css" : "/assets/css/datetimepicker.plugin.css"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/css/admin-lte-plugin.css": {"type": "string"}, "/js/admin-lte-plugin.js": {"type": "string"}, "/fonts/glyphicons-halflings-regular.eot": {"type": "string"}, "/fonts/glyphicons-halflings-regular.svg": {"type": "string"}, "/fonts/glyphicons-halflings-regular.ttf": {"type": "string"}, "/fonts/glyphicons-halflings-regular.woff": {"type": "string"}, "/fonts/glyphicons-halflings-regular.woff2": {"type": "string"}, "/fonts/fontawesome-webfont.eot": {"type": "string"}, "/fonts/fontawesome-webfont.svg": {"type": "string"}, "/fonts/fontawesome-webfont.ttf": {"type": "string"}, "/fonts/fontawesome-webfont.woff": {"type": "string"}, "/fonts/fontawesome-webfont.woff2": {"type": "string"}, "/fonts/FontAwesome.otf": {"type": "string"}, "/js/tour-show-plugin.js": {"type": "string"}, "/css/tour-show-plugin.css": {"type": "string"}, "/css/tour-create-plugin.css": {"type": "string"}, "/js/tour-create-plugin.js": {"type": "string"}, "/js/ckeditor.js": {"type": "string"}, "/assets/js/datetimepicker.plugin.js": {"type": "string"}, "/assets/css/datetimepicker.plugin.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/css/admin-lte-plugin.css", "/js/admin-lte-plugin.js", "/fonts/glyphicons-halflings-regular.eot", "/fonts/glyphicons-halflings-regular.svg", "/fonts/glyphicons-halflings-regular.ttf", "/fonts/glyphicons-halflings-regular.woff", "/fonts/glyphicons-halflings-regular.woff2", "/fonts/fontawesome-webfont.eot", "/fonts/fontawesome-webfont.svg", "/fonts/fontawesome-webfont.ttf", "/fonts/fontawesome-webfont.woff", "/fonts/fontawesome-webfont.woff2", "/fonts/FontAwesome.otf", "/js/tour-show-plugin.js", "/css/tour-show-plugin.css", "/css/tour-create-plugin.css", "/js/tour-create-plugin.js", "/js/ckeditor.js", "/assets/js/datetimepicker.plugin.js", "/assets/css/datetimepicker.plugin.css"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cafe-mocha": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["grunt", "grunt-cafe-mocha", "grunt-contrib-jshint", "should", "supertest"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "express": {"type": "string"}, "moment": {"type": "string"}, "minimist": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "express", "moment", "minimist", "request"]}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license", "bugs", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "testaddress-org", "version" : "0.0.0", "main" : "./index.js", "scripts" : {"test" : "node_modules/grunt-cafe-mocha/node_modules/mocha/bin/mocha --ui bdd --reporter spec --require should test/index.js"}, "repository" : {"type" : "git", "url" : "git://github.com/tleen/testaddress-org.git"}, "author" : {"name" : "Tom Leen", "email" : "tl@thomasleen.com", "url" : "http://www.thomasleen.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/tleen/testaddress-org/issues"}, "devDependencies" : {"grunt" : "0.4.5", "grunt-cafe-mocha" : "0.1.13", "grunt-contrib-jshint" : "0.11.0", "should" : "4.6.5", "supertest" : "0.15.0"}, "dependencies" : {"cheerio" : "0.18.0", "express" : "4.11.2", "moment" : "2.9.0", "minimist" : "1.1.0", "request" : "2.53.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cafe-mocha": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["grunt", "grunt-cafe-mocha", "grunt-contrib-jshint", "should", "supertest"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "express": {"type": "string"}, "moment": {"type": "string"}, "minimist": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "express", "moment", "minimist", "request"]}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license", "bugs", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stm32f746xx": {"type": "object", "properties": {"vid_hex": {"type": "string"}, "pid_hex": {"type": "string"}, "test_cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["vid_hex", "pid_hex", "test_cmd"]}, "nrf5340dk": {"type": "object", "properties": {"vid_hex": {"type": "string"}, "pid_hex": {"type": "string"}, "test_cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["vid_hex", "pid_hex", "test_cmd"]}}, "required": ["stm32f746xx", "nrf5340dk"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stm32f746xx" : {"vid_hex" : "0483", "pid_hex" : "374b", "test_cmd" : ["pytest", "tests/micro/zephyr/test_zephyr.py", "--microtvm-platforms=stm32f746xx"]}, "nrf5340dk" : {"vid_hex" : "1366", "pid_hex" : "1055", "test_cmd" : ["pytest", "tests/micro/zephyr/test_zephyr.py", "--microtvm-platforms=nrf5340dk"]}}
json_instruct
{"type": "object", "properties": {"stm32f746xx": {"type": "object", "properties": {"vid_hex": {"type": "string"}, "pid_hex": {"type": "string"}, "test_cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["vid_hex", "pid_hex", "test_cmd"]}, "nrf5340dk": {"type": "object", "properties": {"vid_hex": {"type": "string"}, "pid_hex": {"type": "string"}, "test_cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["vid_hex", "pid_hex", "test_cmd"]}}, "required": ["stm32f746xx", "nrf5340dk"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Black Cake", "description" : "A nice creamy Blackberry Cheesecake...I love Caps Blackberry It's so delicious!! I went with a mix of different cakes and custards to give a nice Cake body to this...I think it came out great and have vaped it many times!", "id" : 107256, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/107256/index.jpg", "updated_at" : "2020-12-12T11:51:58.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Blackberry", "flavor_id" : "14", "millipercent" : 4000, "vendor" : "CAP"}, {"name" : "Cake (yellow)", "flavor_id" : "1222", "millipercent" : 2000, "vendor" : "FW"}, {"name" : "New York Cheesecake", "flavor_id" : "90", "millipercent" : 2000, "vendor" : "CAP"}, {"name" : "Super Sweet", "flavor_id" : "2384", "millipercent" : 1000, "vendor" : "CAP"}, {"name" : "Vanilla Custard", "flavor_id" : "131", "millipercent" : 1000, "vendor" : "CAP"}, {"name" : "Vanilla Swirl", "flavor_id" : "189", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Vanilla Whipped Cream", "flavor_id" : "1", "millipercent" : 1000, "vendor" : "CAP"}], "author" : "XxBulldogIrishxX", "views" : "1234", "created_at" : "2018-06-26", "slug" : "black_cake", "archive_image_url" : "https://allthearchives.com/images/107256.jpg", "total_flavoring" : "13.0%", "steep_days" : "7", "best_vg" : "70%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 28, "line_cd" : 99630, "line_name" : "\u795e\u6238\u9ad8\u901f\u6771\u897f\u7dda", "station_cd" : 9963009, "station_g_cd" : 9963009, "station_name" : "\u897f\u4ee3", "lon" : 135.144085, "lat" : 34.662374}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "string"}, "output": {"type": "string"}, "fix_bones": {"type": "array", "items": {"type": "string"}}, "muscle_starting_strength": {"type": "number"}, "QS_steps": {"type": "integer"}, "multiplier_strength_each_step": {"type": "number"}, "contract_muscles_at_index": {"type": "array", "items": {"type": "integer"}}, "bfgs_convergence_crit_fast": {"type": "boolean"}, "mesh_file": {"type": "string"}, "youngs": {"type": "integer"}, "poissons": {"type": "number"}, "fibre_mag": {"type": "integer"}, "reduced": {"type": "boolean"}, "reduced_s": {"type": "boolean"}, "reduced_r": {"type": "boolean"}, "reduced_x": {"type": "boolean"}, "number_skinning_handles": {"type": "integer"}, "number_rot_clusters": {"type": "integer"}, "number_modes": {"type": "integer"}, "fd_eps": {"type": "number"}, "alpha_arap": {"type": "number"}, "alpha_neo": {"type": "integer"}}, "required": ["data", "output", "fix_bones", "muscle_starting_strength", "QS_steps", "multiplier_strength_each_step", "contract_muscles_at_index", "bfgs_convergence_crit_fast", "mesh_file", "youngs", "poissons", "fibre_mag", "reduced", "reduced_s", "reduced_r", "reduced_x", "number_skinning_handles", "number_rot_clusters", "number_modes", "fd_eps", "alpha_arap", "alpha_neo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : "/home/vismay/recode/fast_muscles/data/realistic_upper", "output" : "/home/vismay/recode/fast_muscles/data/realistic_upper", "fix_bones" : ["scapula"], "muscle_starting_strength" : 10.0, "QS_steps" : 30, "multiplier_strength_each_step" : 1.5, "contract_muscles_at_index" : [0], "bfgs_convergence_crit_fast" : true, "mesh_file" : "/home/vismay/recode/fast_muscles/data/testbar/bar.1.mesh", "youngs" : 60000, "poissons" : 0.49, "fibre_mag" : 0, "reduced" : true, "reduced_s" : true, "reduced_r" : true, "reduced_x" : true, "number_skinning_handles" : 5, "number_rot_clusters" : 5, "number_modes" : 50, "fd_eps" : 0.01, "alpha_arap" : 10000.0, "alpha_neo" : 1}
json_instruct
{"type": "object", "properties": {"data": {"type": "string"}, "output": {"type": "string"}, "fix_bones": {"type": "array", "items": {"type": "string"}}, "muscle_starting_strength": {"type": "number"}, "QS_steps": {"type": "integer"}, "multiplier_strength_each_step": {"type": "number"}, "contract_muscles_at_index": {"type": "array", "items": {"type": "integer"}}, "bfgs_convergence_crit_fast": {"type": "boolean"}, "mesh_file": {"type": "string"}, "youngs": {"type": "integer"}, "poissons": {"type": "number"}, "fibre_mag": {"type": "integer"}, "reduced": {"type": "boolean"}, "reduced_s": {"type": "boolean"}, "reduced_r": {"type": "boolean"}, "reduced_x": {"type": "boolean"}, "number_skinning_handles": {"type": "integer"}, "number_rot_clusters": {"type": "integer"}, "number_modes": {"type": "integer"}, "fd_eps": {"type": "number"}, "alpha_arap": {"type": "number"}, "alpha_neo": {"type": "integer"}}, "required": ["data", "output", "fix_bones", "muscle_starting_strength", "QS_steps", "multiplier_strength_each_step", "contract_muscles_at_index", "bfgs_convergence_crit_fast", "mesh_file", "youngs", "poissons", "fibre_mag", "reduced", "reduced_s", "reduced_r", "reduced_x", "number_skinning_handles", "number_rot_clusters", "number_modes", "fd_eps", "alpha_arap", "alpha_neo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["virtual-hyperscript-mount"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"var": {"type": "object", "properties": {"RAILS_ENV": {"type": "string"}}, "required": ["RAILS_ENV"]}, "links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "app": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "app"]}}, "required": ["var", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"var" : {"RAILS_ENV" : "production"}, "links" : {"self" : {"href" : "https://api.example.org/v3/apps/[guid]/environment_variables"}, "app" : {"href" : "https://api.example.org/v3/apps/[guid]"}}}
json_instruct
{"type": "object", "properties": {"var": {"type": "object", "properties": {"RAILS_ENV": {"type": "string"}}, "required": ["RAILS_ENV"]}, "links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "app": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "app"]}}, "required": ["var", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "reinstall": {"type": "string"}, "upgrade": {"type": "string"}, "lint": {"type": "string"}, "lint-pure": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "reinstall", "upgrade", "lint", "lint-pure", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}, "npm-check-updates": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-airbnb-base", "eslint-plugin-babel", "eslint-plugin-import", "nodemon", "npm-check-updates"]}}, "required": ["name", "private", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rce", "private" : true, "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "reinstall" : "rm -rf node_modules/ package-lock.json && npm i", "upgrade" : "ncu -u && npm install", "lint" : "npm run lint-pure -- --fix --cache", "lint-pure" : "eslint *.js", "dev" : "nodemon ."}, "author" : "", "license" : "UNLICENSED", "devDependencies" : {"babel-eslint" : "^10.0.2", "eslint" : "^5.16.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-babel" : "^5.3.0", "eslint-plugin-import" : "^2.17.3", "nodemon" : "^1.19.1", "npm-check-updates" : "^3.1.11"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "reinstall": {"type": "string"}, "upgrade": {"type": "string"}, "lint": {"type": "string"}, "lint-pure": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "reinstall", "upgrade", "lint", "lint-pure", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}, "npm-check-updates": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-airbnb-base", "eslint-plugin-babel", "eslint-plugin-import", "nodemon", "npm-check-updates"]}}, "required": ["name", "private", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"trifid": {"type": "string"}, "trifid-handler-fetch": {"type": "string"}}, "required": ["trifid", "trifid-handler-fetch"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-local": {"type": "string"}}, "required": ["start", "start-local"]}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "license", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gont", "version" : "3.0.13", "description" : "Zazuko aLOD is a software to manage archival finding aids using Linked Data", "main" : "index.js", "dependencies" : {"trifid" : "^2.3.4", "trifid-handler-fetch" : "^1.3.0"}, "devDependencies" : {}, "license" : "UNLICENSED", "scripts" : {"start" : "trifid --config config.json", "start-local" : "trifid --config config.local.json"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"trifid": {"type": "string"}, "trifid-handler-fetch": {"type": "string"}}, "required": ["trifid", "trifid-handler-fetch"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start-local": {"type": "string"}}, "required": ["start", "start-local"]}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "license", "scripts"], "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "husky", "jest", "lerna", "lint-staged", "prettier", "ts-node", "tslint", "typescript"]}}, "required": ["name", "version", "private", "description", "workspaces", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@tygen/monorepo", "version" : "0.0.10", "private" : true, "description" : "Documentation generator for TypeScript", "workspaces" : ["packages/*"], "scripts" : {"build" : "rm -rf packages/tygen-html/lib && rm -rf packages/tygen-reflector/lib && tsc -b && cd packages/tygen-html && npm run build"}, "repository" : {"type" : "git", "url" : "https://github.com/tygen/tygen.git"}, "keywords" : ["typescript", "documentation"], "author" : "Stanislav Panferov <fnight.m@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/tygen/tygen/issues"}, "homepage" : "https://github.com/tygen/tygen", "devDependencies" : {"@types/jest" : "^23.3.1", "husky" : "^0.14.3", "jest" : "^23.5.0", "lerna" : "^3.4.3", "lint-staged" : "^8.0.4", "prettier" : "^1.15.1", "ts-node" : "^7.0.1", "tslint" : "^5.11.0", "typescript" : "^3.1.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "husky": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "husky", "jest", "lerna", "lint-staged", "prettier", "ts-node", "tslint", "typescript"]}}, "required": ["name", "version", "private", "description", "workspaces", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "341225201200", "text" : "\u90b5\u6865\u6751\u59d4\u4f1a"}, {"id" : "341225201201", "text" : "\u4e1c\u65b9\u6751\u59d4\u4f1a"}, {"id" : "341225201202", "text" : "\u90b5\u6768\u6751\u59d4\u4f1a"}, {"id" : "341225201203", "text" : "\u90b0\u5e84\u6751\u59d4\u4f1a"}, {"id" : "341225201204", "text" : "\u5218\u5c97\u6751\u59d4\u4f1a"}, {"id" : "341225201205", "text" : "\u674e\u5858\u6751\u59d4\u4f1a"}, {"id" : "341225201206", "text" : "\u5927\u6865\u6751\u59d4\u4f1a"}, {"id" : "341225201207", "text" : "\u9648\u5761\u6751\u59d4\u4f1a"}, {"id" : "341225201208", "text" : "\u80e1\u5be8\u6751\u59d4\u4f1a"}, {"id" : "341225201209", "text" : "\u8fd0\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "341225201210", "text" : "\u5927\u4f59\u6751\u59d4\u4f1a"}, {"id" : "341225201211", "text" : "\u68da\u56ed\u6751\u59d4\u4f1a"}, {"id" : "341225201212", "text" : "\u8bb8\u5802\u6751\u59d4\u4f1a"}, {"id" : "341225201213", "text" : "\u8d75\u68da\u6751\u59d4\u4f1a"}, {"id" : "341225201214", "text" : "\u65b0\u96c6\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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"alternativeSigns": {"type": "array", "items": {}}, "ISO4217Code": {"type": "string"}, "ISO4217Number": {"type": "string"}, "sign": {"type": "string"}, "subunits": {"type": "integer"}, "title": {"type": "string"}, "usage": {"type": "array", "items": {"type": "object", "properties": {"ISO8601From": {"type": "string"}, "ISO8601To": {"type": "string"}, "ISO3166Code": {"type": "string"}}, "required": ["ISO8601From", "ISO8601To", "ISO3166Code"]}}}, "required": ["alternativeSigns", "ISO4217Code", "ISO4217Number", "sign", "subunits", "title", "usage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alternativeSigns" : [], "ISO4217Code" : "SDP", "ISO4217Number" : "736", "sign" : "\u20a4", "subunits" : 1000, "title" : "Sudanese pound", "usage" : [{"ISO8601From" : "1957-04-08", "ISO8601To" : "1998-06-01", "ISO3166Code" : "SD"}]}
json_instruct
{"type": "object", "properties": {"alternativeSigns": {"type": "array", "items": {}}, "ISO4217Code": {"type": "string"}, "ISO4217Number": {"type": "string"}, "sign": {"type": "string"}, "subunits": {"type": "integer"}, "title": {"type": "string"}, "usage": {"type": "array", "items": {"type": "object", "properties": {"ISO8601From": {"type": "string"}, "ISO8601To": {"type": "string"}, "ISO3166Code": {"type": "string"}}, "required": ["ISO8601From", "ISO8601To", "ISO3166Code"]}}}, "required": ["alternativeSigns", "ISO4217Code", "ISO4217Number", "sign", "subunits", "title", "usage"], "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA PADANG", "originalFilename" : "endre.jpg", "namaPartai" : "Partai NasDem", "id" : 17314, "noUrut" : 1, "nama" : "ENDRE SAIFOEL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "Syamsu Rahim.jpg", "namaPartai" : "Partai NasDem", "id" : 73869, "noUrut" : 2, "nama" : "Drs. SYAMSU RAHIM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PESISIR SELATAN", "originalFilename" : "Scan.jpg", "namaPartai" : "Partai NasDem", "id" : 127973, "noUrut" : 3, "nama" : "HJ. LISDA HENDRAJONI, SE., MMTr.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "FOTO.jpg", "namaPartai" : "Partai NasDem", "id" : 187647, "noUrut" : 4, "nama" : "SURIATI MUZNI ZAKARIA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "Partai NasDem", "id" : 187305, "noUrut" : 5, "nama" : "Dr. FAUZI BAHAR", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SAWAHLUNTO", "originalFilename" : "Foto.jpg", "namaPartai" : "Partai NasDem", "id" : 187458, "noUrut" : 6, "nama" : "DELVIA INDRA RAJUDDIN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SAWAHLUNTO", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "Partai NasDem", "id" : 94170, "noUrut" : 7, "nama" : "PUJI CHEGANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDUNG", "originalFilename" : "FOTO.jpg", "namaPartai" : "Partai NasDem", "id" : 174097, "noUrut" : 8, "nama" : "SHOFWIM SHOFWAN, S.PSI., MBA", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"addons/kefir-jquery.js": {"type": "string"}, "addons/kefir-jquery.min.js": {"type": "string"}, "kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["addons/kefir-jquery.js", "addons/kefir-jquery.min.js", "kefir.js", "kefir.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"addons/kefir-jquery.js" : "sha512-f3GdApDdsSZ/81FxSTdbMBVcX+L6sl4x72pl7LAgps5TRLYNMamwz7IVG+mysPSwjtV18E+R/1KUVLTeqAj7Pw==", "addons/kefir-jquery.min.js" : "sha512-sb8JMh8HmE4jz6kLoKBoQJzPszUXxzw6BvlN+BLq+2UGa52CNg5dMD60IBxaMsgbAm7atIzjBDL18NSeMJJ77Q==", "kefir.js" : "sha512-OUIgz2wlTBjMqdWfO/cNtpE+eujPxVZMJfJ4Ptz5FkSbRwlFMG0vhrLXb79TpC/zHWlWWe2FOCufHvICr8Iiig==", "kefir.min.js" : "sha512-Vvr8tZOBd+EtU1JXpaaoSHLZHv1AwH3t3qLMr6moib3Qa2QKJCVY8mvJudvq+Ck1WMVK4rrr/mh0STzmw0eqvQ=="}
json_instruct
{"type": "object", "properties": {"addons/kefir-jquery.js": {"type": "string"}, "addons/kefir-jquery.min.js": {"type": "string"}, "kefir.js": {"type": "string"}, "kefir.min.js": {"type": "string"}}, "required": ["addons/kefir-jquery.js", "addons/kefir-jquery.min.js", "kefir.js", "kefir.min.js"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "format": {"type": "string"}, "check-format": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "test", "format", "check-format", "prepare"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@prisma/sdk": {"type": "string"}, "@types/lodash.isempty": {"type": "string"}, "lodash.isempty": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@prisma/sdk", "@types/lodash.isempty", "lodash.isempty", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}}, "required": ["@types/jest", "jest", "prettier", "ts-jest"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}, "testEnvironment": {"type": "string"}, "modulePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["preset", "testEnvironment", "modulePathIgnorePatterns"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "prisma-schema-dsl", "version" : "1.0.6", "description" : "JavaScript interface for Prisma Schema DSL", "main" : "dist/index.js", "scripts" : {"build" : "tsc", "test" : "jest", "format" : "prettier --write src", "check-format" : "prettier --check src", "prepare" : "npm run build"}, "keywords" : ["prisma", "schema", "dsl", "javascript", "ast", "generator"], "author" : {"name" : "Iddan Aaronsohn", "email" : "iddan@amplication.com"}, "license" : "MIT", "dependencies" : {"@prisma/sdk" : "^2.3.0", "@types/lodash.isempty" : "^4.4.6", "lodash.isempty" : "^4.4.0", "typescript" : "^3.9.7"}, "devDependencies" : {"@types/jest" : "^26.0.7", "jest" : "^26.2.0", "prettier" : "^2.0.5", "ts-jest" : "^26.1.4"}, "jest" : {"preset" : "ts-jest", "testEnvironment" : "node", "modulePathIgnorePatterns" : ["dist"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "format": {"type": "string"}, "check-format": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "test", "format", "check-format", "prepare"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@prisma/sdk": {"type": "string"}, "@types/lodash.isempty": {"type": "string"}, "lodash.isempty": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@prisma/sdk", "@types/lodash.isempty", "lodash.isempty", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}}, "required": ["@types/jest", "jest", "prettier", "ts-jest"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}, "testEnvironment": {"type": "string"}, "modulePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["preset", "testEnvironment", "modulePathIgnorePatterns"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-81.248585, 37.419444], [-81.248388, 37.419875], [-81.248269, 37.420255], [-81.246303, 37.421623], [-81.246173, 37.421648], [-81.245981, 37.421679], [-81.244964, 37.421826], [-81.244786, 37.422255], [-81.244744, 37.422262], [-81.243978, 37.421886], [-81.242873, 37.422118], [-81.241094, 37.421604], [-81.240443, 37.421374], [-81.240241, 37.421297], [-81.239772, 37.421131], [-81.239585, 37.421037], [-81.239301, 37.420856], [-81.239056, 37.420626], [-81.238107, 37.419912], [-81.237911, 37.419784], [-81.237666, 37.419611], [-81.237619, 37.419578], [-81.235622, 37.41725], [-81.235248, 37.416735], [-81.235212, 37.416738], [-81.235133, 37.416726], [-81.235074, 37.416701], [-81.235025, 37.416665], [-81.234984, 37.416611], [-81.234968, 37.416559], [-81.234968, 37.416506], [-81.234986, 37.416455], [-81.235173, 37.416206], [-81.235363, 37.415986], [-81.23542, 37.415901], [-81.235462, 37.41581], [-81.235487, 37.415716], [-81.235495, 37.41562], [-81.235463, 37.415465], [-81.235413, 37.415313], [-81.235345, 37.415165], [-81.235249, 37.415002], [-81.235197, 37.414899], [-81.235158, 37.414769], [-81.235145, 37.414658], [-81.235153, 37.414509], [-81.235155, 37.414358], [-81.235138, 37.414208], [-81.235091, 37.414015], [-81.235062, 37.413961], [-81.235017, 37.413915], [-81.234977, 37.41389], [-81.235323, 37.413728], [-81.235746, 37.413361], [-81.235864, 37.413333], [-81.235953, 37.413371], [-81.236443, 37.413642], [-81.237514, 37.414235], [-81.23937, 37.41529], [-81.240838, 37.415828], [-81.242268, 37.415787], [-81.242379, 37.415773], [-81.243428, 37.415863], [-81.243876, 37.415897], [-81.244618, 37.415962], [-81.244696, 37.415967], [-81.244897, 37.415949], [-81.245434, 37.415993], [-81.246547, 37.416029], [-81.246689, 37.416184], [-81.247648, 37.417068], [-81.248618, 37.419371], [-81.248585, 37.419444]]]], "properties" : {"id" : "usa-wv-matoaka-city", "type" : "city", "name" : "Matoaka", "code" : "5452420"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://bbs.byr.cn/article/Friends/1879888", "title" : "\u5e2e95\u53ef\u7231\u5c0f\u59d0\u59d0\u5f81\u53cb\u5566(\u591a\u738b\u9053)", "count" : 143}, {"url" : "https://bbs.byr.cn/article/AimGraduate/1146779", "title" : "\u5b66\u5341\u7535\u68af\u53c8\u4e00\u6b21\u4ece5\u697c\u6389\u52302\u697c\u3002\u53ef\u4ee5\uff01\u5f88\u5f3a\u52bf", "count" : 94}, {"url" : "https://bbs.byr.cn/article/Feeling/3066458", "title" : "\u3010\u6c42\u5206\u6790\u3011", "count" : 52}, {"url" : "https://bbs.byr.cn/article/Food/494351", "title" : "\u300a\u5154\u5b9d\u8d1d\u300b\u6c42\u9ad8\u4eba\u652f\u62db", "count" : 43}, {"url" : "https://bbs.byr.cn/article/DigiLife/304196", "title" : "\u6c42\u63a8\u8350\u4e00\u6b3e3000\u5de6\u53f3\u7684\u624b\u673a", "count" : 38}, {"url" : "https://bbs.byr.cn/article/Cycling/171369", "title" : "\u4e09\u5341\u516d\u5ea6\u9ad8\u6e29\u5237150\u516c\u91cc", "count" : 31}, {"url" : "https://bbs.byr.cn/article/Paper/30918", "title" : "edas\u8bba\u6587\u63d0\u4ea4\u5931\u8d25\u6c42\u89e3", "count" : 25}, {"url" : "https://bbs.byr.cn/article/Talking/6023627", "title" : "\u6c42\u62d2\u7edd\u7537\u751f\u8bf7\u6c42\u7684\u4e00\u767e\u79cd\u65b9\u5f0f\u53c8\u8b66\u793a\u8d34", "count" : 24}, {"url" : "https://bbs.byr.cn/article/ML_DM/30545", "title" : "\u5927\u6570\u636e\u6587\u4ef6\u6bd4\u5bf9\u601d\u8def\u6c42\u52a9", "count" : 16}, {"url" : "https://bbs.byr.cn/article/Reading/54147", "title" : "\u3010\u95ee\u3011\u770b\u4e66\u9014\u5f84\uff1fipad\uff1fkindle\uff1f\u7eb8\u8d28\uff1f\u6742\u5fd7\uff1f", "count" : 13}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Maheshwar", "lsg_code" : "250909", "district" : "Khargone", "state" : "Madhya Pradesh", "no_of_wards" : 15, "wards" : [{"ward_no" : "1", "ward_name" : "AHILYA BAI WARD", "ward_id" : "22882"}, {"ward_no" : "8", "ward_name" : "DR. AMBEDKAR WARD", "ward_id" : "22889"}, {"ward_no" : "12", "ward_name" : "SHIVAJI WARD", "ward_id" : "22893"}, {"ward_no" : "10", "ward_name" : "MAHAVIR WARD", "ward_id" : "22891"}, {"ward_no" : "2", "ward_name" : "TILAK WARD", "ward_id" : "22883"}, {"ward_no" : "7", "ward_name" : "NAGESHWAR WARD", "ward_id" : "22888"}, {"ward_no" : "13", "ward_name" : "MAULANA AZAD WARD", "ward_id" : "22894"}, {"ward_no" : "11", "ward_name" : "SEHESTRARJUN WARD", "ward_id" : "22892"}, {"ward_no" : "9", "ward_name" : "CHANDRASHEKHAR AZAD WARD", "ward_id" : "22890"}, {"ward_no" : "15", "ward_name" : "SANJAY GANDHI WARD", "ward_id" : "22896"}, {"ward_no" : "4", "ward_name" : "INDIRA GANDHI WARD", "ward_id" : "22885"}, {"ward_no" : "6", "ward_name" : "JAWAHAR WARD", "ward_id" : "22887"}, {"ward_no" : "14", "ward_name" : "RAJIV GANDHI WARD", "ward_id" : "22895"}, {"ward_no" : "5", "ward_name" : "MAHATMA GANDHI WARD", "ward_id" : "22886"}, {"ward_no" : "3", "ward_name" : "BHAGAT SINGH WARD", "ward_id" : "22884"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "tools": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "slots": {"type": "object", "properties": {"defense": {"type": "integer"}}, "required": ["defense"]}, "modifier": {"type": "string"}, "min_level": {"type": "integer"}}, "required": ["type", "tools", "slots", "modifier", "min_level"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "tconstruct:modifier_salvage", "tools" : {"tag" : "tconstruct:modifiable/armor"}, "slots" : {"defense" : 1}, "modifier" : "tconstruct:golden", "min_level" : 1}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "tools": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "slots": {"type": "object", "properties": {"defense": {"type": "integer"}}, "required": ["defense"]}, "modifier": {"type": "string"}, "min_level": {"type": "integer"}}, "required": ["type", "tools", "slots", "modifier", "min_level"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900742890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742891": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742892": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900742890", "900742891", "900742892"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900742890" : {"nama" : "TPS 1", "dapil" : [7401, 17404, 2740401]}, "900742891" : {"nama" : "TPS 2", "dapil" : [7401, 17404, 2740401]}, "900742892" : {"nama" : "TPS 3", "dapil" : [7401, 17404, 2740401]}}
json_instruct
{"type": "object", "properties": {"900742890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742891": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900742892": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900742890", "900742891", "900742892"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"io_01": {"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": ["io_01"]}}, "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" : {"io_01" : {"title" : "iO_01", "channel_id" : 126980400, "link" : "http://twitch.tv/io_01", "desc" : null, "plans" : {"$4.99" : "166691", "$9.99" : "166694", "$24.99" : "166695"}, "id" : "io_01", "first_seen" : "2017-07-04 01:50:04", "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" : 166695, "emotes" : [{"code" : "io01Tree", "image_id" : 240321, "set" : 166695}, {"code" : "io01Love", "image_id" : 240314, "set" : 166694}, {"code" : "io01W", "image_id" : 222250, "set" : 166691}]}}}
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": {"io_01": {"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": ["io_01"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"venvPath": {"type": "string"}, "venv": {"type": "string"}, "executionEnvironments": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "extraPaths": {"type": "array", "items": {}}, "pythonVersion": {"type": "string"}, "pythonPlatform": {"type": "string"}}, "required": ["root", "extraPaths", "pythonVersion", "pythonPlatform"]}}}, "required": ["venvPath", "venv", "executionEnvironments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"venvPath" : ".", "venv" : "venv", "executionEnvironments" : [{"root" : ".", "extraPaths" : [], "pythonVersion" : "3.9", "pythonPlatform" : "Linux"}]}
json_instruct
{"type": "object", "properties": {"venvPath": {"type": "string"}, "venv": {"type": "string"}, "executionEnvironments": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "extraPaths": {"type": "array", "items": {}}, "pythonVersion": {"type": "string"}, "pythonPlatform": {"type": "string"}}, "required": ["root", "extraPaths", "pythonVersion", "pythonPlatform"]}}}, "required": ["venvPath", "venv", "executionEnvironments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "data": {"type": "string"}, "protocol": {"type": "string"}, "conform": {"type": "object", "properties": {"format": {"type": "string"}, "number": {"type": "object", "properties": {"function": {"type": "string"}, "field": {"type": "string"}}, "required": ["function", "field"]}, "street": {"type": "object", "properties": {"function": {"type": "string"}, "field": {"type": "string"}}, "required": ["function", "field"]}}, "required": ["format", "number", "street"]}}, "required": ["coverage", "data", "protocol", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coverage" : {"US Census" : {"geoid" : "29097", "name" : "Jasper County", "state" : "Missouri"}, "country" : "us", "state" : "mo", "county" : "Jasper"}, "data" : "https://services6.arcgis.com/f6278XvXrNz6PmsX/ArcGIS/rest/services/Address_Points_View/FeatureServer/0", "protocol" : "ESRI", "conform" : {"format" : "geojson", "number" : {"function" : "prefixed_number", "field" : "SERV_ADD"}, "street" : {"function" : "postfixed_street", "field" : "SERV_ADD"}}}
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "data": {"type": "string"}, "protocol": {"type": "string"}, "conform": {"type": "object", "properties": {"format": {"type": "string"}, "number": {"type": "object", "properties": {"function": {"type": "string"}, "field": {"type": "string"}}, "required": ["function", "field"]}, "street": {"type": "object", "properties": {"function": {"type": "string"}, "field": {"type": "string"}}, "required": ["function", "field"]}}, "required": ["format", "number", "street"]}}, "required": ["coverage", "data", "protocol", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-63rf-qrfc-rr7q", "modified" : "2022-05-13T01:19:43Z", "published" : "2022-05-13T01:19:43Z", "aliases" : ["CVE-2018-18966"], "details" : "osCommerce 2.3.4.1 has an incomplete '.htaccess' for blacklist filtering in the \"product\" page. The .htaccess file in catalog/images/ bans the html extension, but Internet Explorer render HTML elements in a .eml file.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-18966"}, {"type" : "WEB", "url" : "https://github.com/osCommerce/oscommerce2/issues/631"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "behave is behaviour-driven development, Python style", "home" : "http://github.com/behave/behave", "license" : "BSD"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"all_configured": {"type": "string"}, "already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "cannot_connect": {"type": "string"}, "discover_timeout": {"type": "string"}, "no_bridges": {"type": "string"}, "not_hue_bridge": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["all_configured", "already_configured", "already_in_progress", "cannot_connect", "discover_timeout", "no_bridges", "not_hue_bridge", "unknown"]}, "error": {"type": "object", "properties": {"linking": {"type": "string"}, "register_failed": {"type": "string"}}, "required": ["linking", "register_failed"]}, "step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "link": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}}, "required": ["init", "link"]}, "title": {"type": "string"}}, "required": ["abort", "error", "step", "title"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"all_configured" : "Tots els enlla\u00e7os Philips Hue ja estan configurats", "already_configured" : "L'enlla\u00e7 ja est\u00e0 configurat", "already_in_progress" : "El flux de dades de configuraci\u00f3 per l'enlla\u00e7 ja est\u00e0 en curs.", "cannot_connect" : "No s'ha pogut connectar amb l'enlla\u00e7", "discover_timeout" : "No s'han pogut descobrir enlla\u00e7os Hue", "no_bridges" : "No s'han trobat enlla\u00e7os Philips Hue", "not_hue_bridge" : "No \u00e9s un enlla\u00e7 Hue", "unknown" : "S'ha produ\u00eft un error desconegut"}, "error" : {"linking" : "S'ha produ\u00eft un error desconegut al vincular.", "register_failed" : "No s'ha pogut registrar, torna-ho a provar"}, "step" : {"init" : {"data" : {"host" : "Amfitri\u00f3"}, "title" : "Tria de l'enlla\u00e7 Hue"}, "link" : {"description" : "Prem el bot\u00f3 de l'enlla\u00e7 per registrar Philips Hue amb Home Assistant. \n\n ![Ubicaci\u00f3 del bot\u00f3 al pont](/static/images/config_philips_hue.jpg)", "title" : "Vincular concentrador"}}, "title" : "Philips Hue"}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"all_configured": {"type": "string"}, "already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "cannot_connect": {"type": "string"}, "discover_timeout": {"type": "string"}, "no_bridges": {"type": "string"}, "not_hue_bridge": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["all_configured", "already_configured", "already_in_progress", "cannot_connect", "discover_timeout", "no_bridges", "not_hue_bridge", "unknown"]}, "error": {"type": "object", "properties": {"linking": {"type": "string"}, "register_failed": {"type": "string"}}, "required": ["linking", "register_failed"]}, "step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "link": {"type": "object", "properties": {"description": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "title"]}}, "required": ["init", "link"]}, "title": {"type": "string"}}, "required": ["abort", "error", "step", "title"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"qui-page": {"type": "string"}, "qui-notification": {"type": "string"}, "qui-load-more": {"type": "string"}, "uni-popup": {"type": "string"}, "uni-popup-dialog": {"type": "string"}}, "required": ["qui-page", "qui-notification", "qui-load-more", "uni-popup", "uni-popup-dialog"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u901a\u77e5", "usingComponents" : {"qui-page" : "/components/qui-page/qui-page", "qui-notification" : "/components/qui-notification/qui-notification", "qui-load-more" : "/components/qui-load-more/qui-load-more", "uni-popup" : "/components/uni-popup/uni-popup", "uni-popup-dialog" : "/components/uni-popup/uni-popup-dialog"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"qui-page": {"type": "string"}, "qui-notification": {"type": "string"}, "qui-load-more": {"type": "string"}, "uni-popup": {"type": "string"}, "uni-popup-dialog": {"type": "string"}}, "required": ["qui-page", "qui-notification", "qui-load-more", "uni-popup", "uni-popup-dialog"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "qty": {"type": "string"}, "price": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "title", "qty", "price", "image"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [{"id" : 1, "title" : "\u0925\u093e\u0932\u0940 \u092a\u0940\u0920 \u092d\u093e\u091c\u0923\u0940 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u0968\u0968\u0966/-", "image" : "https://i.ytimg.com/vi/OayAsfSTVVk/hqdefault.jpg"}, {"id" : 2, "title" : "\u0909\u092a\u0935\u093e\u0938 \u092d\u093e\u091c\u0923\u0940 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u0968\u096c\u0966/-", "image" : "https://i.ytimg.com/vi/hbh54D5badg/maxresdefault.jpg"}, {"id" : 3, "title" : "\u0930\u093e\u091c\u0917\u0940\u0930\u093e \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u0968\u0966\u0966/-", "image" : "https://images-na.ssl-images-amazon.com/images/I/51ROFrqZOTL.jpg"}, {"id" : 4, "title" : "\u0917\u0939\u0942 \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u096b\u0966/-", "image" : "https://merafarmer.com/250-home_default/khapli-wheat-flour.jpg"}, {"id" : 5, "title" : "\u0924\u093e\u0902\u0926\u0942\u0933 \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u096b\u0966/-", "image" : "https://img-static.popxo.com/tr:w-600,rt-auto,q-40/app_photos/images/3305/original/2._Benefits_Of_Rice_Flour_In_Marathi.jpg"}, {"id" : 6, "title" : "\u091c\u094d\u0935\u093e\u0930\u0940 \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u096c\u0966/- ", "image" : "https://www.katdarefoods.in/wp-content/uploads/2020/05/WhatsApp-Image-2020-05-02-at-9.42.29-PM-1.jpeg"}, {"id" : 7, "title" : "\u092c\u0947\u0938\u0928 \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u0967\u0966\u0966/-", "image" : "https://store2doorindia.com/wp-content/uploads/2020/07/Besan-Peeth-170x185.jpg"}, {"id" : 8, "title" : "\u0935\u0930\u0940 \u092a\u0940\u0920 ", "qty" : "\u0967 \u0915\u093f\u0932\u094b ", "price" : "\u0967\u096c\u0966/-", "image" : "https://tiimg.tistatic.com/fp/1/002/229/vari-peeth-576.jpg"}]}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "qty": {"type": "string"}, "price": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "title", "qty", "price", "image"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["150428106200", "\u4e8c\u9053\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106201", "\u6069\u5dde\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106202", "\u897f\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["150428106203", "\u571f\u57ce\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["150428106204", "\u516d\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106205", "\u7264\u725b\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106206", "\u8349\u5730\u6881\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106207", "\u65b0\u7a9d\u94fa\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106208", "\u59dc\u5bb6\u5e97\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106209", "\u5c0f\u4e09\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106210", "\u4e24\u95f4\u623f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106211", "\u5bab\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106212", "\u5409\u65fa\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106213", "\u96f7\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["150428106214", "\u9ad8\u8425\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "uuid": {"type": "string"}, "name": {"type": "string"}, "_last_modified": {"type": "string"}, "local": {"type": "boolean"}, "macro_in_progress": {"type": "integer"}, "tenant_force_delete_in_progress": {"type": "boolean"}}, "required": ["url", "uuid", "name", "_last_modified", "local", "macro_in_progress", "tenant_force_delete_in_progress"]}}}, "required": ["count", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 1, "results" : [{"url" : "https://10.79.168.231/api/tenant/admin", "uuid" : "admin", "name" : "admin", "_last_modified" : "1605099759106883", "local" : true, "macro_in_progress" : 0, "tenant_force_delete_in_progress" : false}]}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "uuid": {"type": "string"}, "name": {"type": "string"}, "_last_modified": {"type": "string"}, "local": {"type": "boolean"}, "macro_in_progress": {"type": "integer"}, "tenant_force_delete_in_progress": {"type": "boolean"}}, "required": ["url", "uuid", "name", "_last_modified", "local", "macro_in_progress", "tenant_force_delete_in_progress"]}}}, "required": ["count", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ruleName": {"type": "string"}, "leftParamConfig": {"type": "object", "properties": {"parameterName": {"type": "string"}, "parameterClass": {"type": "string"}}, "required": ["parameterName", "parameterClass"]}, "operator": {"type": "string"}, "rightParamConfig": {"type": "object", "properties": {"parameterName": {"type": "string"}, "parameterClass": {"type": "string"}, "parameterStaticValue": {"type": "string"}}, "required": ["parameterName", "parameterClass", "parameterStaticValue"]}, "responseConfig": {"type": "object", "properties": {"response": {"type": "string"}, "responseClass": {"type": "string"}}, "required": ["response", "responseClass"]}}, "required": ["ruleName", "leftParamConfig", "operator", "rightParamConfig", "responseConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ruleName" : "BetweenDatesRule", "leftParamConfig" : {"parameterName" : "date", "parameterClass" : "DateTime"}, "operator" : "BETWEEN", "rightParamConfig" : {"parameterName" : "dateRange", "parameterClass" : "DateSet", "parameterStaticValue" : "[\"2015-01-01\",\"2015-12-31\"]"}, "responseConfig" : {"response" : "true", "responseClass" : "Boolean"}}
json_instruct
{"type": "object", "properties": {"ruleName": {"type": "string"}, "leftParamConfig": {"type": "object", "properties": {"parameterName": {"type": "string"}, "parameterClass": {"type": "string"}}, "required": ["parameterName", "parameterClass"]}, "operator": {"type": "string"}, "rightParamConfig": {"type": "object", "properties": {"parameterName": {"type": "string"}, "parameterClass": {"type": "string"}, "parameterStaticValue": {"type": "string"}}, "required": ["parameterName", "parameterClass", "parameterStaticValue"]}, "responseConfig": {"type": "object", "properties": {"response": {"type": "string"}, "responseClass": {"type": "string"}}, "required": ["response", "responseClass"]}}, "required": ["ruleName", "leftParamConfig", "operator", "rightParamConfig", "responseConfig"], "$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"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "devDependencies": {"type": "object", "properties": {"@uidu/docs": {"type": "string"}}, "required": ["@uidu/docs"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bundlesize": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "maxSize": {"type": "string"}}, "required": ["path", "maxSize"]}}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "files", "dependencies", "devDependencies", "publishConfig", "bundlesize", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@uidu/themes-uidu", "version" : "0.4.0", "description" : "uidu main theme", "repository" : "https://github.com/uidu-org/guidu/tree/main/themes/uidu", "license" : "ISC", "author" : "", "main" : "index.scss", "files" : ["scss", "index.scss"], "dependencies" : {"tslib" : "^2.3.1"}, "devDependencies" : {"@uidu/docs" : "^0.5.0"}, "publishConfig" : {"access" : "public"}, "bundlesize" : [{"path" : "./dist/umd/*.js", "maxSize" : "300 kB"}], "gitHead" : "b7db529527c03f84030c3e712742ff4301bc72c5"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "devDependencies": {"type": "object", "properties": {"@uidu/docs": {"type": "string"}}, "required": ["@uidu/docs"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "bundlesize": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "maxSize": {"type": "string"}}, "required": ["path", "maxSize"]}}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "files", "dependencies", "devDependencies", "publishConfig", "bundlesize", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MADHUR", "frequency" : 0, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2104683"], "\uc81c\uc548\uc77c\uc790" : ["2020-10-27"], "\uc81c\uc548\uc790" : ["\uc815\uc9c4\uc11d\uc758\uc6d0\ub4f113\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68c"], "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9" : "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9\n\n \ud604\ud589\ubc95\uc740 \uc11c\ud6c8\uc758 \ucd94\ucc9c\uad8c\uc790\ub85c \uc911\uc559\ud589\uc815\uae30\uad00\uc758 \uc7a5, \uad6d\ud68c\uc0ac\ubb34\ucd1d\uc7a5, \ubc95\uc6d0\ud589\uc815\ucc98\uc7a5, \ud5cc\ubc95\uc7ac\ud310\uc18c\uc0ac\ubb34\ucc98\uc7a5 \ubc0f \uc911\uc559\uc120\uac70\uad00\ub9ac\uc704\uc6d0\ud68c\uc0ac\ubb34\ucd1d\uc7a5\uc744 \uc815\ud558\uace0 \uc788\uc74c. \n \uadf8\ub7ec\ub098 \ub300\ud55c\ubbfc\uad6d \uad6d\ubbfc\uc774\ub098 \uc678\uad6d\uc778\uc73c\ub85c\uc11c \ub300\ud55c\ubbfc\uad6d\uc5d0 \uacf5\ub85c\uac00 \ub69c\ub837\ud55c \uc0ac\ub78c\uc5d0\uac8c \uc11c\ud6c8\uc744 \ud558\uae30 \uc704\ud558\uc5ec\ub294 \uc704 \ucd94\ucc9c\uad8c\uc790\uc758 \ubc94\uc704\uac00 \ub2e4\uc18c \ud611\uc18c\ud558\ub2e4\ub294 \uc9c0\uc801\uc774 \uc788\uc74c. \uadf8 \uc608\ub85c \u300c\ud5cc\ubc95\u300d \uc81c92\uc870\uc5d0 \ub530\ub77c \uc124\uce58\ub418\uc5b4 \ub300\ud1b5\ub839\uc774 \uadf8 \uc758\uc7a5\uc744 \ub9e1\uc544 \ubbfc\uc8fc\ud3c9\ud654\ud1b5\uc77c\uc744 \uc704\ud55c \uc815\ucc45 \uc218\ub9bd \ubc0f \ucd94\uc9c4\uc744 \uc218\ud589\ud558\ub294 \ubbfc\uc8fc\ud3c9\ud654\ud1b5\uc77c\uc790\ubb38\ud68c\uc758\uc758 \uacbd\uc6b0 \ub300\ud55c\ubbfc\uad6d\uc758 \uacf5\ub85c\uac00 \ub69c\ub837\ud55c \uc790\ub97c \ubc1c\uad74\ud558\ub354\ub77c\ub3c4 \uc774\uc5d0 \ub300\ud55c \uc11c\ud6c8 \ucd94\ucc9c\uc758 \uad8c\ud55c\uc774 \uc5c6\ub294 \uc0c1\ud669\uc784. \n \uc774\uc5d0 \ud5cc\ubc95\uc5d0 \ub530\ub77c \uc124\uce58\ub418\uc5b4 \ub300\ud1b5\ub839\uc774 \ub300\ud45c\ud558\ub294 \uc704\uc6d0\ud68c\uc758 \uc0ac\ubb34\ucc98\uc7a5\u00b7\uc9c0\uc6d0\ub2e8\uc7a5\uc744 \uc11c\ud6c8\uc758 \ucd94\ucc9c\uad8c\uc790\uc5d0 \ucd94\uac00\ud558\uc5ec \ub300\ud55c\ubbfc\uad6d\uc758 \uacf5\ub85c\uc790\uc5d0 \ub300\ud55c \uc11c\ud6c8 \ucd94\ucc9c\uc774 \ub2e4\uc591\ud55c \uad00\uc810\uc5d0\uc11c \uade0\ud615\uc801\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c8 \uc218 \uc788\ub3c4\ub85d \ud558\ub824\ub294 \uac83\uc784(\uc548 \uc81c5\uc870\uc81c1\ud56d)."}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4" : {"\uc18c\uad00\uc704\uc6d0\ud68c" : ["\ud589\uc815\uc548\uc804\uc704\uc6d0\ud68c"], "\ud68c\ubd80\uc77c" : ["2020-10-28"], "\uc0c1\uc815\uc77c" : [""], "\ucc98\ub9ac\uc77c" : [""], "\ucc98\ub9ac\uacb0\uacfc" : [""], "\ubb38\uc11c" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}