input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["happyholidays:eggnog", "happyholidays:christmas_ham", "happyholidays:christmas_pudding", "happyholidays:milk_and_cookies", "happyholidays:log_cake", "happyholidays:gingerbread_cookie", "happyholidays:candy_cane", "happyholidays:festive_candy_cane"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://www.nasdaq.com/article/coupa-software-revenue-beats-on-rise-in-subscriptions-20190903-01146", "title" : "Coupa Software revenue beats on rise in subscriptions - Nasdaq.com", "text" : ["Sept 3 (Reuters) - Payment management software firm Coupa Software Inc beat Wall Street estimates for quarterly revenue on Tuesday, as more companies subscribed to its business spend management (BSM) platform, which helps manage expenses.", "The company's revenue rose 54% to $95.1 million, beating analysts' estimates of $85.4 million, according to IBES data from Refinitiv data. ", "The San Mateo, California-based company's net loss widened to $20 million, or 32 cents per share, for the second quarter ended July 31, from $13.9 million, or 24 cents per share, a year earlier."], "published_datetime" : "2019-09-03 16:14:00"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$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" : "f81eabe348ad1c780bb80a4ecb3547942a9308af"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"es6-promise": {"type": "string"}, "isomorphic-fetch": {"type": "string"}, "query-string": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-material-design": {"type": "string"}, "react-native-picker-android": {"type": "string"}, "react-native-router-flux": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-logger": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["es6-promise", "isomorphic-fetch", "query-string", "react", "react-native", "react-native-material-design", "react-native-picker-android", "react-native-router-flux", "react-redux", "redux", "redux-logger", "redux-thunk"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RnWeather", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "react-native start"}, "dependencies" : {"es6-promise" : "^3.1.2", "isomorphic-fetch" : "^2.2.1", "query-string" : "^4.1.0", "react" : "^0.14.8", "react-native" : "^0.23.0", "react-native-material-design" : "^0.3.3", "react-native-picker-android" : "^0.3.8", "react-native-router-flux" : "^3.2.7", "react-redux" : "^4.4.1", "redux" : "^3.3.1", "redux-logger" : "^2.6.1", "redux-thunk" : "^2.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"es6-promise": {"type": "string"}, "isomorphic-fetch": {"type": "string"}, "query-string": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-material-design": {"type": "string"}, "react-native-picker-android": {"type": "string"}, "react-native-router-flux": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-logger": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["es6-promise", "isomorphic-fetch", "query-string", "react", "react-native", "react-native-material-design", "react-native-picker-android", "react-native-router-flux", "react-redux", "redux", "redux-logger", "redux-thunk"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}}, "required": ["code"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "profile_picture": {"type": "string"}, "id": {"type": "string"}}, "required": ["username", "profile_picture", "id"]}}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"code" : 200}, "data" : [{"username" : "chris", "profile_picture" : "http://distillery.s3.amazonaws.com/profiles/profile_19_75sq_1286500536.jpg", "id" : "19"}, {"username" : "kevin", "profile_picture" : "http://distillery.s3.amazonaws.com/profiles/profile_3_75sq_1286592842.jpg", "id" : "3"}, {"username" : "mikeyk", "profile_picture" : "http://distillery.s3.amazonaws.com/profiles/profile_4_75sq_1286335374.jpg", "id" : "4"}, {"username" : "nicole", "profile_picture" : "http://distillery.s3.amazonaws.com/profiles/profile_6_75sq_1285365377.jpg", "id" : "6"}]}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}}, "required": ["code"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "profile_picture": {"type": "string"}, "id": {"type": "string"}}, "required": ["username", "profile_picture", "id"]}}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "entry", "author" : {"type" : "card", "name" : "Stephen Paul Weber", "url" : "http://singpolyma.net/", "photo" : "https://www.gravatar.com/avatar/3ab4d3a66e470ce10eb7ec812fab3c46?s=256&d=404"}, "url" : "http://singpolyma.net/", "published" : "2009-05-12T21:49:15-07:00", "content" : {"html" : "Maybe I'm just young and silly, but it seems backward to move *before* finding the job ;)\r\n\r\nBest of luck to you.", "text" : ""}, "wm-id" : "31163", "wm-property" : "in-reply-to", "in-reply-to" : "https://willnorris.com/2009/05/bigger-and-better-things/"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Spray a 9x13-inch baking pan with cooking spray.", "Combine brownie mix, oil, eggs, and water in a large bowl. Stir with a wooden spoon until smooth, about 50 strokes. Pour into prepared baking pan and spread evenly.", "Bake in the preheated oven until top is dry and edges have started to pull away from the sides of the pan, about 28 minutes. Remove from oven and let cool, about 30 minutes. Cut into small squares.", "Whisk rum cream liqueur, milk, and chocolate pudding mix in a bowl until smooth.", "Place half of the brownie squares in the bottom of a trifle bowl. Drizzle in half of the fudge topping and caramel topping. Spoon half of the rum cream pudding on top. Spread a quarter of the whipped topping over pudding. Repeat layers with remaining brownie squares, fudge topping, caramel topping, pudding, and whipped topping.", "Cover with plastic wrap and refrigerate until set, at least 4 hours."], "ingredients" : ["cooking spray", "1 (18.25 ounce) package family-size chocolate brownie mix (such as Pillsbury\u00ae)", "2/3 cup vegetable oil", "2 eggs", "1/4 cup water", "1 cup rum cream liqueur (such as RumChata\u00ae)", "1 cup milk", "1 (3.5 ounce) package instant chocolate pudding mix", "1/4 cup hot fudge topping, or to taste, divided", "1/4 cup caramel topping, or to taste, divided", "16 ounces whipped topping (Cool Whip\u00ae), divided"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Jen's RumChata\u00ae Trifle", "url" : "http://allrecipes.com/recipe/254195/jens-rumchata-trifle/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "bundle": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["test", "bundle", "precommit"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "eslint-config-xo-space": {"type": "string"}, "husky": {"type": "string"}, "uglifyjs": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "babel-preset-es2015", "babelify", "browserify", "eslint-config-xo-space", "husky", "uglifyjs", "xo"]}, "xo": {"type": "object", "properties": {"space": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}}, "required": ["space", "eslintConfig"]}}, "required": ["name", "version", "description", "license", "homepage", "repository", "author", "bugs", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "arrford", "version" : "2.0.1", "description" : "Array to human readable list converter", "license" : "MIT", "homepage" : "https://github.com/dawsonbotsford/arrford#readme", "repository" : {"type" : "git", "url" : "git+https://github.com/dawsonbotsford/arrford.git"}, "author" : {"name" : "Dawson Botsford", "email" : "DawsonBotsford@gmail.com", "url" : "dawsonbotsford.com"}, "bugs" : {"url" : "https://github.com/dawsonbotsford/arrford/issues"}, "engines" : {"node" : ">=0.12.0"}, "scripts" : {"test" : "xo && ava", "bundle" : "browserify index.js -s arrford -t [ babelify --presets [ es2015 ] ] | uglifyjs > bundle.js", "precommit" : "npm run bundle"}, "files" : ["index.js", "bundle.js"], "keywords" : ["grammar", "literature", "literacy", "commas", "Oxford", "english", "humanize", "read", "readable", "list converter", "writing", "documented", "tested", "ava", "dawson"], "dependencies" : {}, "devDependencies" : {"ava" : "^0.15.2", "babel-preset-es2015" : "^6.6.0", "babelify" : "^7.2.0", "browserify" : "^13.0.0", "eslint-config-xo-space" : "^0.13.0", "husky" : "^0.11.4", "uglifyjs" : "^2.4.10", "xo" : "^0.15.1"}, "xo" : {"space" : true, "eslintConfig" : {"extends" : "xo-space"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "bundle": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["test", "bundle", "precommit"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babelify": {"type": "string"}, "browserify": {"type": "string"}, "eslint-config-xo-space": {"type": "string"}, "husky": {"type": "string"}, "uglifyjs": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "babel-preset-es2015", "babelify", "browserify", "eslint-config-xo-space", "husky", "uglifyjs", "xo"]}, "xo": {"type": "object", "properties": {"space": {"type": "boolean"}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}}, "required": ["space", "eslintConfig"]}}, "required": ["name", "version", "description", "license", "homepage", "repository", "author", "bugs", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"s1": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s2": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s3": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s4": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s5": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s6": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s7": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["s1", "s2", "s3", "s4", "s5", "s6", "s7", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"s1" : {"message" : "\u00bfPor qu\u00e9 son necesarios los acuerdos?"}, "s2" : {"message" : "Tenemos que a\u00f1adir filtros para permitir la publicidad no intrusiva, y esto no puede hacerse autom\u00e1ticamente. El proceso puede llegar a ser bastante complicado -la misma red de anuncios puede ofrecer anuncios no intrusivos en unas p\u00e1ginas web y anuncios intrusivos en otras. E, incluso, aunque todos los anuncios cumplieran nuestros criterios en un momento dado, no existen garant\u00edas de que los cumplieran en el futuro."}, "s3" : {"message" : "Para resolver este problema decidimos llegar a acuerdos con los sitios web y las redes de anunciantes que quisieran participar. Ellos nos dicen lo que debemos a\u00f1adir a la lista de \"publicidad no intrusiva\", pero tienen que garantizar que esa publicidad cumple nuestros criterios y que lo seguir\u00e1 haciendo en el futuro, o que se nos avisar\u00e1 en caso de cambios."}, "s4" : {"message" : "\u00bfC\u00f3mo verifican que una compa\u00f1\u00eda cumple los requisitos?"}, "s5" : {"message" : "Por ahora se trata de un proceso manual. Estamos trabajando para poder crear las herramientas adecuadas, y esperamos que nuestra comunidad nos ayude, denunciando posibles violaciones de nuestras pol\u00edticas."}, "s6" : {"message" : "\u00bfLas compa\u00f1\u00edas pagan por ser incluidas en la lista?"}, "s7" : {"message" : "Inscribirse en la \"lista blanca\" o whitelist es gratuito para peque\u00f1os sitios web y blogs. Sin embargo, la gesti\u00f3n de esta lista requiere un esfuerzo por nuestra parte que no puede ser completamente asumido por voluntarios, como ocurre con las listas de filtros comunes. Esta es la raz\u00f3n por la que estamos siendo pagados por algunos grandes propietarios que muestran publicidad no intrusiva y quieren participar en la iniciativa de Anuncios Aceptables."}, "title" : {"message" : "Permitir publicidad aceptable en Adblock Plus - Acuerdos"}}
json_instruct
{"type": "object", "properties": {"s1": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s2": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s3": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s4": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s5": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s6": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "s7": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["s1", "s2", "s3", "s4", "s5", "s6", "s7", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["654223400200", "\u4ea4\u52d2\u8428\u4f9d\u6751\u59d4\u4f1a", "220", "0"], ["654223400201", "\u5580\u62c9\u4e54\u514b\u6751\u59d4\u4f1a", "220", "0"], ["654223400202", "\u4e09\u4e2a\u6cc9\u5b50\u6751\u59d4\u4f1a", "123", "0"], ["654223400203", "\u514b\u5b5c\u52d2\u4e54\u514b\u6751\u59d4\u4f1a", "220", "0"], ["654223400204", "\u4ec0\u5df4\u5854\u52d2\u6751\u59d4\u4f1a", "220", "0"], ["654223400205", "\u6c99\u5c14\u6258\u5e72\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "type": {"type": "string"}, "main": {"type": "string"}, "types": {"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"}}, "required": ["name", "version", "description", "type", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@writetome51/to-str", "version" : "0.0.1", "description" : "Function returns arg as string. Fastest way to convert to string", "type" : "module", "main" : "index.js", "types" : "index.d.ts", "scripts" : {"build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/writetome51/to-str.git"}, "keywords" : ["convert", "to", "as", "string", "strings", "str", "function"], "author" : "Steve Thompson", "license" : "MIT", "bugs" : {"url" : "https://github.com/writetome51/to-str/issues"}, "homepage" : "https://github.com/writetome51/to-str#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "main": {"type": "string"}, "types": {"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"}}, "required": ["name", "version", "description", "type", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 2947, "hash" : 3623250485, "artDyeHash" : 3623250485, "redacted" : false, "dyeManifestHash" : 887331893, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$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": "integer"}, "value": {"type": "string"}, "sortOrder": {"type": "integer"}}, "required": ["id", "value", "sortOrder"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "value" : "Common SOPs in place and accreditation performed", "sortOrder" : 1}, {"id" : 2, "value" : "Common SOPs in place, self assessment in place", "sortOrder" : 2}, {"id" : 3, "value" : "Common SOPs in place, no assessment of accreditation", "sortOrder" : 3}, {"id" : 4, "value" : "Agreed standards in place and accreditation performed", "sortOrder" : 4}, {"id" : 5, "value" : "Agreed standards in place, self assessment in place", "sortOrder" : 5}, {"id" : 6, "value" : "Agreed standards in place, no assessment of accreditation", "sortOrder" : 6}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "string"}, "sortOrder": {"type": "integer"}}, "required": ["id", "value", "sortOrder"]}, "$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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404329949, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f659d24c1eb89fb9adcc0bed1af7b3cb", "wof:id" : 404329949, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-4.90814, 40.70682, -4.90814, 40.70682], "geometry" : {"coordinates" : [-4.90814, 40.70682], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Data comes in many shapes and sizes. In this session, we\u2019ll look into\nthe process of converting audio files into valuable data.\n\nWe\u2019ll go over the different types of audio formats and how format and\ntype of audio plays a role in the quality of the outcome. We\u2019ll go over\ndifferent transcription options available today and provide a demo of\nconverting audio data into text. We\u2019ll review ways of storing and\nsearching text data at scale using open source tools and Natural\nLanguage Processing (NLP) techniques. Going further we\u2019ll explore\ndifferent techniques for building machine learning models on the\ntranscribed text data. You\u2019ll leave this session with a firm\nunderstanding of how to take audio data and convert it into actionable\ninsights.\n", "duration" : 2418, "language" : "eng", "recorded" : "2019-07-28T15:15:00", "related_urls" : [{"label" : "Conference schedule", "url" : "https://www.pyohio.org/2019/events/schedule"}], "speakers" : ["Ryan Bales"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/cjsZtZJ-YPo/maxresdefault.jpg", "title" : "Gathering Insights from Audio Data", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=cjsZtZJ-YPo"}]}
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Git Basics", "description" : "Learn the basic of GIT version control, just the things you need daily in work.", "image" : "https://images.unsplash.com/photo-1481487196290-c152efe083f5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=100"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"jquery.keyframes.js": {"type": "string"}, "jquery.keyframes.min.js": {"type": "string"}}, "required": ["jquery.keyframes.js", "jquery.keyframes.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.keyframes.js" : "sha256-wK8tc9LvYLUk04oSrTi4W8nMb9IRi51jWbBApudba8w=", "jquery.keyframes.min.js" : "sha256-vGzkrhQwPxYQfKVW4Ss96tI6tB4T0a2fLjBBlLUPRgo="}
json_instruct
{"type": "object", "properties": {"jquery.keyframes.js": {"type": "string"}, "jquery.keyframes.min.js": {"type": "string"}}, "required": ["jquery.keyframes.js", "jquery.keyframes.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "check_date": {"type": "string"}, "currency:EUR": {"type": "string"}, "description": {"type": "string"}, "indoor": {"type": "string"}, "opening_hours": {"type": "string"}, "operator": {"type": "string"}, "payment:coins": {"type": "string"}, "payment:contactless": {"type": "string"}, "payment:maestro": {"type": "string"}, "payment:notes": {"type": "string"}, "payment:visa": {"type": "string"}, "ref:city": {"type": "string"}, "ref:country": {"type": "string"}, "ref:housenumber": {"type": "string"}, "ref:postcode": {"type": "string"}, "ref:street": {"type": "string"}, "ref:suburb": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "check_date", "currency:EUR", "description", "indoor", "opening_hours", "operator", "payment:coins", "payment:contactless", "payment:maestro", "payment:notes", "payment:visa", "ref:city", "ref:country", "ref:housenumber", "ref:postcode", "ref:street", "ref:suburb", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/5595864098", "properties" : {"amenity" : "vending_machine", "check_date" : "2021-02-02", "currency:EUR" : "only", "description" : "Frischmilchautomat, im Edeka Z\u00f6llick", "indoor" : "yes", "opening_hours" : "Mo-Sa 08:00-21:00", "operator" : "Van der Ham & Co. KG", "payment:coins" : "yes", "payment:contactless" : "yes", "payment:maestro" : "yes", "payment:notes" : "yes", "payment:visa" : "yes", "ref:city" : "Rostock", "ref:country" : "DE", "ref:housenumber" : "30", "ref:postcode" : "18055", "ref:street" : "Hermannstra\u00dfe", "ref:suburb" : "Stadtmitte", "vending" : "milk", "id" : "node/5595864098"}, "geometry" : {"type" : "Point", "coordinates" : [12.1354916, 54.083124]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "check_date": {"type": "string"}, "currency:EUR": {"type": "string"}, "description": {"type": "string"}, "indoor": {"type": "string"}, "opening_hours": {"type": "string"}, "operator": {"type": "string"}, "payment:coins": {"type": "string"}, "payment:contactless": {"type": "string"}, "payment:maestro": {"type": "string"}, "payment:notes": {"type": "string"}, "payment:visa": {"type": "string"}, "ref:city": {"type": "string"}, "ref:country": {"type": "string"}, "ref:housenumber": {"type": "string"}, "ref:postcode": {"type": "string"}, "ref:street": {"type": "string"}, "ref:suburb": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "check_date", "currency:EUR", "description", "indoor", "opening_hours", "operator", "payment:coins", "payment:contactless", "payment:maestro", "payment:notes", "payment:visa", "ref:city", "ref:country", "ref:housenumber", "ref:postcode", "ref:street", "ref:suburb", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "link", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Github", "link" : "https://github.com/maiam6242", "image" : "images/social/github.svg"}, {"name" : "LinkedIn", "link" : "https://www.linkedin.com/in/maia-materman/", "image" : "images/social/twitter.svg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "link", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [101.291338582677, 44.9163636363636, 0.910652697086334, 103.055118110236, 86.3418181818182, 0.754922658205032, 65.7637795275591, 88.2036363636364, 0.703169584274292, 53.4173228346457, 142.429090909091, 0.619386993348598, 37.2913385826772, 211.083636363636, 0.543833896517754, 139.338582677165, 84.2472727272727, 0.639815226197243, 142.614173228346, 148.014545454545, 0.575844079256058, 130.51968503937, 212.712727272727, 0.641987487673759, 67.7795275590551, 182.225454545455, 0.333919149823487, 0, 0, 0, 0, 0, 0, 111.874015748031, 185.716363636364, 0.342693096026778, 0, 0, 0, 0, 0, 0, 90.2047244094488, 41.8909090909091, 0.948280438780785, 106.07874015748, 35.84, 0.956149041652679, 81.3858267716535, 52.3636363636364, 0.908855751156807, 115.653543307087, 38.8654545454545, 0.801446244120598], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file_num" : 322, "data" : [{"id" : 323, "content" : "\u81ea\u53e4\u60c5\u6df1\u7559\u4e0d\u4f4f\uff0c\u603b\u662f\u5957\u8def\u5f97\u4eba\u5fc3\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"aaaaa": {"type": "integer"}}, "required": ["aaaaa"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aaaaa" : 42}
json_instruct
{"type": "object", "properties": {"aaaaa": {"type": "integer"}}, "required": ["aaaaa"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [126.731, 93.3444, 1, 134.904, 114.644, 1, 151.477, 118.319, 1, 151.801, 150.811, 1, 299.105, 217.313, 0, 120.142, 115.822, 1, 102.057, 115.199, 1, 104.262, 94.3579, 1, 137.134, 177.659, 1, 130.298, 232.878, 1, 133.467, 279.563, 1, 119.703, 177.909, 1, 119.491, 234.771, 1, 131.656, 284.879, 1, 302.643, 138.408, 0, 130.292, 91.9014, 1, 150.852, 98.8817, 1, 133.917, 95.7786, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"s1": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "s2": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "s3": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "degree": {"type": "integer"}}, "required": ["s1", "s2", "s3", "degree"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"s1" : [[0.009590681003543263, 0.005126389102382389, 0.2725158177734297], [0.014965401105165668, 0.024370186901093827, 0.1109220428034634], [0.02417903981159382, 0.0878954830321973, 0.16359740106785048], [0.03464127614084837, 0.06801224355420665, 0.3084417608921178]], "s2" : [[0.006052337103539172, 0.02150968110884316], [0.02399440192889473, 0.48907694645253935], [0.05560196753045333, 0.4269414142598004], [0.05827848511919998, 0.22137228629183292]], "s3" : [[0.06796003658683164]], "degree" : 13}
json_instruct
{"type": "object", "properties": {"s1": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "s2": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "s3": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "degree": {"type": "integer"}}, "required": ["s1", "s2", "s3", "degree"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"readline": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "ws": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["readline", "ws"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "diepchat", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"readline" : {"version" : "1.3.0", "resolved" : "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz", "integrity" : "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw="}, "ws" : {"version" : "7.4.6", "resolved" : "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", "integrity" : "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"readline": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "ws": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["readline", "ws"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "require": {"type": "object", "properties": {"aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}, "php": {"type": "string"}}, "required": ["aztech/layers", "sllh/php-cs-fixer-styleci-bridge", "php"]}, "require-dev": {"type": "object", "properties": {"aztech/layers": {"type": "string"}, "ext-aaa": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["aztech/layers", "ext-aaa", "sllh/php-cs-fixer-styleci-bridge"]}, "conflict": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "replace": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "provide": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "suggest": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["type", "require", "require-dev", "conflict", "replace", "provide", "suggest", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "library", "require" : {"aztech/layers" : "0.1.*", "sllh/php-cs-fixer-styleci-bridge" : "^2.0", "php" : "^5.3"}, "require-dev" : {"aztech/layers" : "0.1.*", "ext-aaa" : "^1.0", "sllh/php-cs-fixer-styleci-bridge" : "^2.0"}, "conflict" : {"zzz/xxx" : "^1.0", "aztech/layers" : "0.1.*", "sllh/php-cs-fixer-styleci-bridge" : "^2.0"}, "replace" : {"zzz/xxx" : "^1.0", "aztech/layers" : "0.1.*", "sllh/php-cs-fixer-styleci-bridge" : "^2.0"}, "provide" : {"zzz/xxx" : "^1.0", "aztech/layers" : "0.1.*", "sllh/php-cs-fixer-styleci-bridge" : "^2.0"}, "suggest" : {"zzz/xxx" : "^1.0", "aztech/layers" : "0.1.*", "sllh/php-cs-fixer-styleci-bridge" : "^2.0"}, "config" : {"sort-packages" : false}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "require": {"type": "object", "properties": {"aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}, "php": {"type": "string"}}, "required": ["aztech/layers", "sllh/php-cs-fixer-styleci-bridge", "php"]}, "require-dev": {"type": "object", "properties": {"aztech/layers": {"type": "string"}, "ext-aaa": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["aztech/layers", "ext-aaa", "sllh/php-cs-fixer-styleci-bridge"]}, "conflict": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "replace": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "provide": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "suggest": {"type": "object", "properties": {"zzz/xxx": {"type": "string"}, "aztech/layers": {"type": "string"}, "sllh/php-cs-fixer-styleci-bridge": {"type": "string"}}, "required": ["zzz/xxx", "aztech/layers", "sllh/php-cs-fixer-styleci-bridge"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["type", "require", "require-dev", "conflict", "replace", "provide", "suggest", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "../../tsconfig-base.json", "references" : [{"path" : "../bytemd"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$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" : "dishes:block/potatoeswithcurdcheese"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 48244, "cartId" : "389242e0-f2f3-488b-8dc6-5ce0505d16cb", "preferredProducts" : [3418, 2722, 3835, 1900], "productReviews" : [{"productId" : 361, "reviewText" : "The box this comes in is 3 kilometer by 5 foot and weights 16 megaton!!!", "reviewDate" : "2018-03-30T15:01:02.1164462+03:00"}, {"productId" : 4283, "reviewText" : "I tried to attack it but got meatball all over it.", "reviewDate" : "2017-10-26T12:49:31.3185448+03:00"}, {"productId" : 3714, "reviewText" : "talk about bliss!!", "reviewDate" : "2018-12-01T01:52:24.237077+02:00"}, {"productId" : 4800, "reviewText" : "works okay.", "reviewDate" : "2016-07-29T23:07:47.0975879+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {"./package.json": {"type": "string"}, ".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["./package.json", "."]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["rollup", "typescript"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "prepublishOnly"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "repository", "license", "version", "type", "exports", "main", "module", "types", "files", "devDependencies", "scripts", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vlq", "description" : "Generate, and decode, base64 VLQ mappings for source maps and other uses", "author" : "Rich Harris", "repository" : "https://github.com/Rich-Harris/vlq", "license" : "MIT", "version" : "2.0.4", "type" : "module", "exports" : {"./package.json" : "./package.json", "." : {"import" : "./src/index.js", "require" : "./dist/index.cjs"}}, "main" : "dist/index.cjs", "module" : "src/index.js", "types" : "types/index.d.ts", "files" : ["src", "dist", "types"], "devDependencies" : {"rollup" : "^2.58.0", "typescript" : "^4.4.4"}, "scripts" : {"build" : "rm -rf dist && rollup -c && tsc", "test" : "node test", "prepublishOnly" : "npm test && npm run build"}, "keywords" : ["sourcemap", "sourcemaps", "base64", "vlq"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {"./package.json": {"type": "string"}, ".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}}, "required": ["import", "require"]}}, "required": ["./package.json", "."]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["rollup", "typescript"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "prepublishOnly"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "repository", "license", "version", "type", "exports", "main", "module", "types", "files", "devDependencies", "scripts", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "If you want to give Battlestar Galactica a try and you have Amazon Prime, this is the <a href=\"https://www.amazon.com/Battlestar-Galactica-The-Mini-Series/dp/B002VEG2DM\">place to start</a>.", "created" : "Sat, 03 Nov 2018 01:58:54 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Bring water to a boil in a large soup pot and stir ditalini pasta into the boiling water. Cook, stirring occasionally, for 12 minutes.", "Stir tomato sauce, cannellini beans, kidney beans, black-eyed peas, frozen green peas, corn, potato, carrots, onion, garlic, parsley, Italian seasoning, salt, and black pepper into pasta. Bring soup to a boil, reduce heat to low, and simmer to blend flavors, 30 to 45 minutes.", "Serve topped with olive oil and Parmesan cheese."], "ingredients" : ["5 1/2 cups water", "1 pound ditalini pasta", "4 (4 ounce) cans tomato sauce (such as Hunt's\u00ae)", "1 (15 ounce) can cannellini beans", "1 (15 ounce) can kidney beans", "1 (15 ounce) can black-eyed peas", "1 1/2 cups frozen green peas", "1 (15.25 ounce) can whole kernel corn", "1 large potato, diced", "2 carrots, diced", "1 onion, diced", "1 small head of garlic, peeled and minced", "1 teaspoon chopped fresh parsley, or to taste", "1 pinch Italian seasoning", "1 pinch salt and ground black pepper", "1 teaspoon extra-virgin olive oil", "1 teaspoon grated Parmesan cheese, or to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Poor Man's Pasta Fagioli", "url" : "http://allrecipes.com/recipe/230651/poor-mans-pasta-fagioli/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_4lczd4az", "name" : "Jarod9000"}, "date" : {"day" : 1630108800, "full" : 1630182689, "month" : 1627776000, "week" : 1629590400}, "id" : "t3_pdhc45", "picture" : {"filesize" : 61646, "fullUrl" : "https://preview.redd.it/rd63wzqjs5k71.jpg?width=4032&format=pjpg&auto=webp&s=2a68f8c99de35736feb2728e170e9713656f532a", "hash" : "8f67219a4b", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgMH/8QAIhAAAgEDAwUBAAAAAAAAAAAAAQIDBAURAAYhBxITQVEx/8QAFAEBAAAAAAAAAAAAAAAAAAAABP/EAB4RAAIBAwUAAAAAAAAAAAAAAAECAAQRoQNxgeHw/9oADAMBAAIRAxEAPwCN537S3RoI69mWSjTwnICcDjB0KqaWHcMUjNcqOnQE9pLBgf3g4yQfgI59a0HqTs22XOvr7pO9SlTKfI4jcBSxHPGNDbYiW+xyWuBEamdmkJdAX7vvdjPrRajWZnLA2OPbRlOqBFUi4z3zP//Z", "url" : "https://preview.redd.it/rd63wzqjs5k71.jpg?width=640&crop=smart&auto=webp&s=5e768e104799f5ed4774e469eed8541630462b94", "width" : 640}, "score" : {"comments" : 2, "downs" : 0, "ratio" : 0.94, "ups" : 28, "value" : 28}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Pirate Ship", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/pdhc45/pirate_ship/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u9999\u6e2f\u5546\u745e\u5065\u80a1\u4efd\u6709\u9650\u516c\u53f8\u53f0\u7063\u5206\u516c\u53f8\u5357\u5d01\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99687452", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u9577\u8208\u91cc\u5357\u5d01\u8def\uff12\u6bb5\uff13\uff15\uff12\u4e4b\uff12\u865f\uff11\u6a13\u3001\uff13\uff15\uff12\u4e4b\uff13\u865f\uff11\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u9577\u8208\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5b6b\u7f85\u5091", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "16743653", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0930206", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["22\u5851\u81a0\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["220\u5851\u81a0\u88fd\u54c1"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "tags": {"type": "array", "items": {}}, "bbox": {"type": "array", "items": {"type": "number"}}, "clip": {"type": "boolean"}, "margin": {"type": "integer"}, "limit": {"type": "integer"}, "params": {"type": "object", "properties": {"typeName": {"type": "string"}, "url": {"type": "string"}, "outputFormatJSON": {"type": "boolean"}, "version": {"type": "string"}, "WGS84": {"type": "boolean"}, "srsName": {"type": "string"}}, "required": ["typeName", "url", "outputFormatJSON", "version", "WGS84", "srsName"]}, "space": {"type": "string"}, "streamId": {"type": "string"}, "simplificationLevel": {"type": "integer"}}, "required": ["type", "tags", "bbox", "clip", "margin", "limit", "params", "space", "streamId", "simplificationLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "GetFeaturesByBBoxEvent", "tags" : [], "bbox" : [10.97, 52.0, 12.58, 54.07], "clip" : false, "margin" : 20, "limit" : 1, "params" : {"typeName" : "fis:s_wfs_baumbestand_an", "url" : "https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_wfs_baumbestand_an/?", "outputFormatJSON" : true, "version" : "2.0.0", "WGS84" : false, "srsName" : "EPSG:25833"}, "space" : "foo", "streamId" : "test", "simplificationLevel" : 0}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "tags": {"type": "array", "items": {}}, "bbox": {"type": "array", "items": {"type": "number"}}, "clip": {"type": "boolean"}, "margin": {"type": "integer"}, "limit": {"type": "integer"}, "params": {"type": "object", "properties": {"typeName": {"type": "string"}, "url": {"type": "string"}, "outputFormatJSON": {"type": "boolean"}, "version": {"type": "string"}, "WGS84": {"type": "boolean"}, "srsName": {"type": "string"}}, "required": ["typeName", "url", "outputFormatJSON", "version", "WGS84", "srsName"]}, "space": {"type": "string"}, "streamId": {"type": "string"}, "simplificationLevel": {"type": "integer"}}, "required": ["type", "tags", "bbox", "clip", "margin", "limit", "params", "space", "streamId", "simplificationLevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"George Vashakidze": {"type": "string"}}, "required": ["George Vashakidze"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}, "swift_versions": {"type": "string"}, "xcconfig": {"type": "object", "properties": {"ENABLE_BITCODE": {"type": "string"}}, "required": ["ENABLE_BITCODE"]}, "user_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "pod_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "exclude_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "ios", "frameworks", "requires_arc", "swift_versions", "xcconfig", "user_target_xcconfig", "pod_target_xcconfig", "exclude_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "VeriftecSDK", "version" : "0.0.1", "summary" : "VerifySDK is a Swift framework for 2D and 3D liveness checks", "description" : "VerifySDK is a Swift framework for 2D and 3D liveness checks. You can check it now...", "homepage" : "https://github.com/verify-ge/iOS-SDK/", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"George Vashakidze" : "gvashakidze6@gmail.com"}, "platforms" : {"ios" : "11.0"}, "source" : {"http" : "https://georgevashakidze.me/VerifySDK.zip"}, "ios" : {"vendored_frameworks" : "VerifySDK.framework"}, "frameworks" : "SystemConfiguration", "requires_arc" : true, "swift_versions" : "4.0", "xcconfig" : {"ENABLE_BITCODE" : "NO"}, "user_target_xcconfig" : {"EXCLUDED_ARCHS[sdk=iphonesimulator*]" : "arm64"}, "pod_target_xcconfig" : {"EXCLUDED_ARCHS[sdk=iphonesimulator*]" : "arm64"}, "exclude_files" : "Classes/Exclude", "swift_version" : "4.0"}
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": "object", "properties": {"George Vashakidze": {"type": "string"}}, "required": ["George Vashakidze"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}, "swift_versions": {"type": "string"}, "xcconfig": {"type": "object", "properties": {"ENABLE_BITCODE": {"type": "string"}}, "required": ["ENABLE_BITCODE"]}, "user_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "pod_target_xcconfig": {"type": "object", "properties": {"EXCLUDED_ARCHS[sdk=iphonesimulator*]": {"type": "string"}}, "required": ["EXCLUDED_ARCHS[sdk=iphonesimulator*]"]}, "exclude_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "ios", "frameworks", "requires_arc", "swift_versions", "xcconfig", "user_target_xcconfig", "pod_target_xcconfig", "exclude_files", "swift_version"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "authors", "description", "main", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "anytime", "version" : "0.2.0", "authors" : ["Patrick Wolleb <patrick.wolleb@shmedia.co.uk>"], "description" : "Animation timing manager for angular ui-router state transitions", "main" : "src/anytime.js", "moduleType" : ["globals"], "keywords" : ["angular", "animation", "timing", "resolve", "state", "ui-router"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "authors", "description", "main", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "d11cbc68d5f62a1dfea2", "c" : [3]}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"RabbitMQ": {"type": "object", "properties": {"Exchange": {"type": "string"}, "Host": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}}, "required": ["Exchange", "Host", "UserName", "Password"]}, "AgentId": {"type": "string"}, "AgentName": {"type": "string"}, "ADSLAccount": {"type": "string"}, "ADSLPassword": {"type": "string"}, "ADSLInterface": {"type": "string"}, "SupportPuppeteer": {"type": "boolean"}}, "required": ["RabbitMQ", "AgentId", "AgentName", "ADSLAccount", "ADSLPassword", "ADSLInterface", "SupportPuppeteer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RabbitMQ" : {"Exchange" : "DOTNET_SPIDER", "Host" : "192.168.124.200", "UserName" : "user", "Password" : "password"}, "AgentId" : "AGENT_002", "AgentName" : "AGENT_002", "ADSLAccount" : "", "ADSLPassword" : "", "ADSLInterface" : "", "SupportPuppeteer" : false}
json_instruct
{"type": "object", "properties": {"RabbitMQ": {"type": "object", "properties": {"Exchange": {"type": "string"}, "Host": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}}, "required": ["Exchange", "Host", "UserName", "Password"]}, "AgentId": {"type": "string"}, "AgentName": {"type": "string"}, "ADSLAccount": {"type": "string"}, "ADSLPassword": {"type": "string"}, "ADSLInterface": {"type": "string"}, "SupportPuppeteer": {"type": "boolean"}}, "required": ["RabbitMQ", "AgentId", "AgentName", "ADSLAccount", "ADSLPassword", "ADSLInterface", "SupportPuppeteer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"900668649": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668650": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668651": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668652": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668653": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668654": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668655": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668656": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668657": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900668649", "900668650", "900668651", "900668652", "900668653", "900668654", "900668655", "900668656", "900668657"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900668649" : {"nama" : "TPS 1", "dapil" : [6201, 16202, 2620201]}, "900668650" : {"nama" : "TPS 2", "dapil" : [6201, 16202, 2620201]}, "900668651" : {"nama" : "TPS 3", "dapil" : [6201, 16202, 2620201]}, "900668652" : {"nama" : "TPS 4", "dapil" : [6201, 16202, 2620201]}, "900668653" : {"nama" : "TPS 5", "dapil" : [6201, 16202, 2620201]}, "900668654" : {"nama" : "TPS 6", "dapil" : [6201, 16202, 2620201]}, "900668655" : {"nama" : "TPS 7", "dapil" : [6201, 16202, 2620201]}, "900668656" : {"nama" : "TPS 8", "dapil" : [6201, 16202, 2620201]}, "900668657" : {"nama" : "TPS 9", "dapil" : [6201, 16202, 2620201]}}
json_instruct
{"type": "object", "properties": {"900668649": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668650": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668651": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668652": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668653": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668654": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668655": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668656": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900668657": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900668649", "900668650", "900668651", "900668652", "900668653", "900668654", "900668655", "900668656", "900668657"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "wildnature:block/hazel_wood"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chatsapp", "displayName" : "Agora RTM Chat Demo"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307", "tool" : "honeybadger", "start" : 1565807635.6510677, "end" : 1565807730.3178422, "duration" : 94.66677451133728, "analysis" : [{"errors" : [], "file" : "/unique_chucks/30/0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307.sol", "name" : "Auction"}, {"errors" : [], "file" : "/unique_chucks/30/0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307.sol", "name" : "Base"}, {"errors" : [], "file" : "/unique_chucks/30/0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307.sol", "name" : "Beneficial"}, {"errors" : [], "file" : "/unique_chucks/30/0x5b566b473bb0ea8dc0fc6047dd623e5fa3b42307.sol", "name" : "SafeMath"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 47013, "cartId" : "248cd958-b2db-479e-ab91-7b1f0adb887f", "preferredProducts" : [956], "productReviews" : [{"productId" : 3243, "reviewText" : "heard about this on balearic beat radio, decided to give it a try.", "reviewDate" : "2018-03-29T12:04:03.1076555+03:00"}, {"productId" : 640, "reviewText" : "heard about this on wonky radio, decided to give it a try.", "reviewDate" : "2017-11-22T04:03:24.748601+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"startMonth": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}, "example": {"type": "string"}}, "required": ["type", "description", "$ref", "example"]}, "currency": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "example": {"type": "string"}}, "required": ["type", "description", "example"]}}, "required": ["startMonth", "currency"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "javaType", "additionalProperties", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Cost-per-use response parameters object schema", "description" : "Cost-per-use response parameters object schema", "type" : "object", "javaType" : "org.folio.rest.jaxrs.model.CostPerUseParameters", "additionalProperties" : false, "properties" : {"startMonth" : {"type" : "string", "description" : "Fiscal starting month", "$ref" : "../month.json", "example" : "jan"}, "currency" : {"type" : "string", "description" : "Currency", "example" : "USD"}}, "required" : ["startMonth", "currency"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"startMonth": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}, "example": {"type": "string"}}, "required": ["type", "description", "$ref", "example"]}, "currency": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "example": {"type": "string"}}, "required": ["type", "description", "example"]}}, "required": ["startMonth", "currency"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "javaType", "additionalProperties", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"attributes": {"type": "array", "items": {}}, "deviceId": {"type": "string"}, "profileId": {"type": "string"}, "deviceState": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "object", "properties": {"available": {"type": "boolean"}, "visible": {"type": "boolean"}}, "required": ["available", "visible"]}}, "required": ["id", "status"]}, "profile": {"type": "object", "properties": {"profileId": {"type": "string"}, "schemaVersion": {"type": "integer"}, "profileVersion": {"type": "integer"}, "partnerId": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "dataType": {"type": "string"}, "semanticType": {"type": "string"}, "operations": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "dataType", "semanticType", "operations"]}}}, "required": ["id", "attributes"]}}}, "required": ["profileId", "schemaVersion", "profileVersion", "partnerId", "services"]}}, "required": ["attributes", "deviceId", "profileId", "deviceState", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attributes" : [], "deviceId" : "device-id", "profileId" : "aferoSofthubProfile", "deviceState" : {"id" : "device-id", "status" : {"available" : true, "visible" : true}}, "profile" : {"profileId" : "aferoSofthubProfile", "schemaVersion" : 1, "profileVersion" : 1, "partnerId" : "kiban-839f59e6-18a3-4d82-818d-42df5cc0c3cf", "services" : [{"id" : 100, "attributes" : [{"id" : 100, "dataType" : "sint8", "semanticType" : "byte", "operations" : ["read", "write"]}]}]}}
json_instruct
{"type": "object", "properties": {"attributes": {"type": "array", "items": {}}, "deviceId": {"type": "string"}, "profileId": {"type": "string"}, "deviceState": {"type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "object", "properties": {"available": {"type": "boolean"}, "visible": {"type": "boolean"}}, "required": ["available", "visible"]}}, "required": ["id", "status"]}, "profile": {"type": "object", "properties": {"profileId": {"type": "string"}, "schemaVersion": {"type": "integer"}, "profileVersion": {"type": "integer"}, "partnerId": {"type": "string"}, "services": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "dataType": {"type": "string"}, "semanticType": {"type": "string"}, "operations": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "dataType", "semanticType", "operations"]}}}, "required": ["id", "attributes"]}}}, "required": ["profileId", "schemaVersion", "profileVersion", "partnerId", "services"]}}, "required": ["attributes", "deviceId", "profileId", "deviceState", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "SOC367H1F20199", "code" : "SOC367H1F", "name" : "Race, Class, and Gender", "description" : "In this class, we analyze the ways in which race, class, gender and sexuality interact and shape communities, life opportunities, perspectives and politics. We will read contemporary ethnographies concerning work, socialization, and urban life against current sociological theories about inequality and intersectionality, and identity.", "division" : "Faculty of Arts and Science", "department" : "Sociology", "prerequisites" : "1.0 SOC FCE at the 200+ level", "exclusions" : "SOC339H1", "level" : 300, "campus" : "UTSG", "term" : "2019 Fall", "breadths" : [3], "meeting_sections" : [{"code" : "L5101", "instructors" : ["S Alegria"], "times" : [{"day" : "MONDAY", "start" : 64800, "end" : 72000, "duration" : 7200, "location" : "SS 2118"}], "size" : 130, "enrolment" : 0}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["510703002001", "\u5efa\u56fd\u95e8\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002002", "\u94c1\u725b\u8857\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002003", "\u5b89\u660c\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002004", "\u4f1a\u4ed9\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002005", "\u4e34\u56ed\u8def\u4e2d\u6bb5\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002006", "\u5b89\u660c\u8def\u897f\u6bb5\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002007", "\u7ef5\u5dde\u4e2d\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002008", "\u5251\u5357\u8def\u7b2c\u4e09\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002009", "\u5251\u5357\u8def\u7b2c\u4e8c\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002010", "\u5251\u5357\u8def\u7b2c\u4e00\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002011", "\u6210\u7ef5\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002012", "\u4e34\u56ed\u8def\u4e1c\u6bb5\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["510703002013", "\u7ef5\u5174\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"]]
json_instruct
{"type": "array", "items": {"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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.25, 23.833333333333332], [129.25, 23.916666666666668], [129.375, 23.916666666666668], [129.375, 23.833333333333332], [129.25, 23.833333333333332]]]}, "properties" : {"code" : 352962, "url" : "http://madefor.github.io/0410/api/v1/352962.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/352962.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["2.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["2.0"], "meta" : {"description" : "Alternate sequence widget for the Zope 3 form framework", "homepage" : "http://worldcookery.com/Downloads"}, "versions" : {"2.0" : {"sha256" : "ca96d780826eda8a00983d1edafebe77de15105ad763b74e5f6f1b1b3ccff2d8", "url" : "https://files.pythonhosted.org/packages/3a/38/f59dae1382dc6f36556d3826fdeda3118760f9e39a6910356479253d3194/wc.sequencewidget-2.0.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["2.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : null, "paper_link" : "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Zs9227oAAAAJ&cstart=2559&pagesize=100&citation_for_view=Zs9227oAAAAJ:WD7AgJrCjNIC", "authors" : ["CNR RAD"], "title" : "DEVELOPMENTS IN SOLID STATE CHEMISTRY: A PARTIAL OVERVIEW \u201c", "publication" : "Indian National Scicience Academy, 1986"}
json_instruct
{"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x277d6bf3c26b8a946f4928d9759e5ed6819b981f1bd34e267648658c9eccc7eb", "parentHash" : "0x18c348a09f2dee93adeab3ab6b3be867ef1dd6a7040a9d06045b276e599ff447", "number" : 4615, "timestamp" : 1438284550, "nonce" : "0x31b174faf09aa1fa", "difficulty" : 152814295441, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}, "binance-smart-chain": {"type": "string"}}, "required": ["ethereum", "binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "chow-chow-finance", "symbol" : "chow", "name" : "Chow Chow Finance", "platforms" : {"ethereum" : "0x925f2c11b99c1a4c46606898ee91ed3d450cfeda", "binance-smart-chain" : "0x925f2c11b99c1a4c46606898ee91ed3d450cfeda"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Chow was created to provide frictionless passive income to the holders. There is a 3% fee for all transactions that is then redistributed proportionally to all holder wallets immediately. No need for staking, farming or paying high gas fees to collect your rewards. Chow also aims to give back to the real world. We have created a charity wallet that collects rewards along with all other wallets. The rewards will then be donated to a charity after a predetermined period of time, which will then start over for a new charity."}, "country_origin" : "US", "genesis_date" : null, "contract_address" : "0x925f2c11b99c1a4c46606898ee91ed3d450cfeda", "url" : "https://chowchow.finance/", "explorers" : ["https://etherscan.io/token/0x925f2c11b99c1a4c46606898ee91ed3d450cfeda", "https://ethplorer.io/address/0x925f2c11b99c1a4c46606898ee91ed3d450cfeda"], "twitter" : "ChowChowF", "telegram" : "chowtoken", "reddit" : "chowchowfinance/", "github_org" : "ChowChowFinance"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}, "binance-smart-chain": {"type": "string"}}, "required": ["ethereum", "binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"confirm": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}}, "required": ["description", "data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "access_token": {"type": "string"}}, "required": ["host", "access_token"]}}, "required": ["data"]}}, "required": ["confirm", "user"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "old_firmware": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "old_firmware", "unknown"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["flow_title", "step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"flow_title" : "Bond: {name} ({host})", "step" : {"confirm" : {"description" : "Do you want to set up {name}?", "data" : {"access_token" : "[%key:common::config_flow::data::access_token%]"}}, "user" : {"data" : {"host" : "[%key:common::config_flow::data::host%]", "access_token" : "[%key:common::config_flow::data::access_token%]"}}}, "error" : {"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]", "old_firmware" : "Unsupported old firmware on the Bond device - please upgrade before continuing", "unknown" : "[%key:common::config_flow::error::unknown%]"}, "abort" : {"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"confirm": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}}, "required": ["description", "data"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "access_token": {"type": "string"}}, "required": ["host", "access_token"]}}, "required": ["data"]}}, "required": ["confirm", "user"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "old_firmware": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "old_firmware", "unknown"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["flow_title", "step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"town" : "\u5b57\u671d\u65e5", "koaza" : "", "lat" : 43.976479, "lng" : 143.758265}, {"town" : "\u5b57\u6c38\u4ee3\u753a", "koaza" : "", "lat" : 44.015758, "lng" : 143.777338}, {"town" : "\u5b57\u5ddd\u897f", "koaza" : "", "lat" : 44.000092, "lng" : 143.686057}, {"town" : "\u5b57\u5317", "koaza" : "", "lat" : 44.038921, "lng" : 143.77012}, {"town" : "\u5b57\u5171\u7acb", "koaza" : "", "lat" : 43.940823, "lng" : 143.666603}, {"town" : "\u5b57\u5553\u751f", "koaza" : "", "lat" : 43.970258, "lng" : 143.686491}, {"town" : "\u5b57\u5e78\u753a", "koaza" : "", "lat" : 44.021152, "lng" : 143.777182}, {"town" : "\u5b57\u6804", "koaza" : "", "lat" : 43.95835, "lng" : 143.662313}, {"town" : "\u5b57\u5927\u6210", "koaza" : "", "lat" : 43.970778, "lng" : 143.618932}, {"town" : "\u5b57\u77e5\u6765", "koaza" : "", "lat" : 44.039209, "lng" : 143.835617}, {"town" : "\u5b57\u6803\u6728", "koaza" : "", "lat" : 43.918754, "lng" : 143.716012}, {"town" : "\u5b57\u5bcc\u6b66\u58eb", "koaza" : "", "lat" : 44.072404, "lng" : 143.794449}, {"town" : "\u5b57\u5bcc\u4e18", "koaza" : "", "lat" : 44.014171, "lng" : 143.734436}, {"town" : "\u5b57\u4e2d\u5712", "koaza" : "", "lat" : 43.966914, "lng" : 143.713877}, {"town" : "\u5b57\u6d6a\u901f", "koaza" : "", "lat" : 44.092078, "lng" : 143.840667}, {"town" : "\u5b57\u4ec1\u5009", "koaza" : "", "lat" : 44.023747, "lng" : 143.911214}, {"town" : "\u5b57\u897f\u5bcc", "koaza" : "", "lat" : 43.998677, "lng" : 143.764503}, {"town" : "\u5b57\u6d5c\u4f50\u5442\u9593", "koaza" : "", "lat" : 44.070897, "lng" : 143.929594}, {"town" : "\u5b57\u6771", "koaza" : "", "lat" : 43.999634, "lng" : 143.788963}, {"town" : "\u5b57\u6b66\u58eb", "koaza" : "", "lat" : 43.971075, "lng" : 143.737125}, {"town" : "\u5b57\u5e4c\u5ca9", "koaza" : "", "lat" : 44.085197, "lng" : 143.889659}, {"town" : "\u5b57\u5bae\u524d\u753a", "koaza" : "", "lat" : 44.016952, "lng" : 143.769773}, {"town" : "\u5b57\u82e5\u4f50", "koaza" : "", "lat" : 43.983315, "lng" : 143.704245}, {"town" : "\u5b57\u82e5\u91cc", "koaza" : "", "lat" : 44.065348, "lng" : 143.752774}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11240, "info" : {"name" : "Edline -- Light Green", "description" : "Makes the background of Edline.net light green.", "additionalInfo" : null, "format" : "uso", "category" : "edline", "createdAt" : "2008-10-12T22:45:20.000Z", "updatedAt" : "2008-10-12T22:47:13.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 15602, "name" : "asofaihp"}}, "stats" : {"installs" : {"total" : 425, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "11240-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(http://www.edline), domain(edline.net) {\r\n\r\n* { color: Red !important ; background: none !important; background-color: #66FF99 !important }\r\n\r\na:link { color: mediumblue !important }\r\n\r\na:visited { color: purple !important }\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "type", "required", "description", "location"]}}, "requests": {"type": "array", "items": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}}, "description": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-type"]}, "body": {"type": "object", "properties": {"message": {"type": "string"}, "url": {"type": "string"}}, "required": ["message", "url"]}}, "required": ["headers", "body"]}}, "idName": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "previews", "params", "requests", "description", "responses", "idName", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rename an existing user", "enabledForApps" : false, "method" : "PATCH", "path" : "/admin/users/:username", "previews" : [], "params" : [{"name" : "username", "type" : "string", "required" : true, "description" : "", "location" : "url"}, {"name" : "login", "type" : "string", "description" : "The user's new username.", "required" : true, "location" : "body"}], "requests" : [{"login" : "thenewmonalisa"}], "description" : "", "responses" : [{"headers" : {"status" : "202 Accepted", "content-type" : "application/json; charset=utf-8"}, "body" : {"message" : "Job queued to rename user. It may take a few minutes to complete.", "url" : "https://api.github.com/user/1"}}], "idName" : "rename-user", "documentationUrl" : "https://developer.github.com/enterprise/2.16/v3/enterprise-admin/users/#rename-an-existing-user"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "type", "required", "description", "location"]}}, "requests": {"type": "array", "items": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}}, "description": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-type"]}, "body": {"type": "object", "properties": {"message": {"type": "string"}, "url": {"type": "string"}}, "required": ["message", "url"]}}, "required": ["headers", "body"]}}, "idName": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "previews", "params", "requests", "description", "responses", "idName", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"hhvm": {"type": "string"}}, "required": ["hhvm"]}, "require-dev": {"type": "object", "properties": {"expect/peridot-expect-plugin": {"type": "string"}, "peridot-php/peridot": {"type": "string"}, "peridot-php/peridot-dot-reporter": {"type": "string"}, "phpspec/prophecy": {"type": "string"}}, "required": ["expect/peridot-expect-plugin", "peridot-php/peridot", "peridot-php/peridot-dot-reporter", "phpspec/prophecy"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hhspecify\\": {"type": "string"}}, "required": ["hhspecify\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hhspecify\\example\\": {"type": "string"}, "hhspecify\\fixtures\\": {"type": "string"}}, "required": ["hhspecify\\example\\", "hhspecify\\fixtures\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "example": {"type": "string"}}, "required": ["test", "example"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "keywords", "description", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "bin", "scripts", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hhspecify/hhspecify", "type" : "library", "keywords" : ["hack", "hhvm", "spec", "test", "bdd"], "description" : "BDD testing framework for Hack", "license" : "MIT", "authors" : [{"name" : "holyshared", "email" : "holy.shared.design@gmail.com"}], "require" : {"hhvm" : ">=3.6.0"}, "require-dev" : {"expect/peridot-expect-plugin" : "~3.0", "peridot-php/peridot" : "~1.15", "peridot-php/peridot-dot-reporter" : "~1.0", "phpspec/prophecy" : "~1.4"}, "autoload" : {"psr-4" : {"hhspecify\\" : "src"}, "files" : ["src/bootstrap.hh"]}, "autoload-dev" : {"psr-4" : {"hhspecify\\example\\" : "example", "hhspecify\\fixtures\\" : "spec/fixtures/spec"}}, "bin" : ["bin/hhspecify"], "scripts" : {"test" : "vendor/bin/peridot -c peridot.hh --grep *Spec.hh spec -r dot", "example" : "bin/hhspecify --config=example/hhspecify.hh"}, "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"hhvm": {"type": "string"}}, "required": ["hhvm"]}, "require-dev": {"type": "object", "properties": {"expect/peridot-expect-plugin": {"type": "string"}, "peridot-php/peridot": {"type": "string"}, "peridot-php/peridot-dot-reporter": {"type": "string"}, "phpspec/prophecy": {"type": "string"}}, "required": ["expect/peridot-expect-plugin", "peridot-php/peridot", "peridot-php/peridot-dot-reporter", "phpspec/prophecy"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hhspecify\\": {"type": "string"}}, "required": ["hhspecify\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hhspecify\\example\\": {"type": "string"}, "hhspecify\\fixtures\\": {"type": "string"}}, "required": ["hhspecify\\example\\", "hhspecify\\fixtures\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "example": {"type": "string"}}, "required": ["test", "example"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "type", "keywords", "description", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "bin", "scripts", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Freistadt", "url" : "freistadt-1"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 58906, "cartId" : "ba29a996-8e89-4d52-9f7c-47c764f2eb84", "preferredProducts" : [2139, 2665, 3384, 2825, 4749, 1745, 1342, 4854, 4918], "productReviews" : [{"productId" : 4465, "reviewText" : "My co-worker Fate has one of these. He says it looks tall.", "reviewDate" : "2018-06-23T22:58:48.9152458+03:00"}, {"productId" : 2107, "reviewText" : "My co-worker Kazuo has one of these. He says it looks transparent.", "reviewDate" : "2016-07-05T15:16:57.6132049+03:00"}, {"productId" : 4537, "reviewText" : "My neighbor Krista has one of these. She works as a salesman and she says it looks soapy.", "reviewDate" : "2016-06-12T05:58:09.1712344+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 404379881, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "c2da9b92cba6e66283865b13e3f3818d", "wof:id" : 404379881, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.77644333077254, 49.50583644757701, 3.81560527033069, 49.52357470805151], "geometry" : {"coordinates" : [[[3.80949832789226, 49.50721583707691], [3.78831879544764, 49.50583644757701], [3.77848607596349, 49.50817388384666], [3.77680447518518, 49.51471874594758], [3.77644333077254, 49.5182262525419], [3.78885315736136, 49.52357470805151], [3.81219626573754, 49.51898972487154], [3.81560527033069, 49.51197439267812], [3.80949832789226, 49.50721583707691]]], "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["DOWNSCALINGALGORITHM", "ENABLEANTIALIASING"], "regionsToProcessedPerformance" : {"program" : 76431296383}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"doctext": {"type": "string"}, "pred_seq": {"type": "string"}, "pred_templates": {"type": "array", "items": {"type": "object", "properties": {"incident_type": {"type": "string"}, "PerpInd": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "PerpOrg": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Target": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Victim": {"type": "array", "items": {}}, "Weapon": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["incident_type", "PerpInd", "PerpOrg", "Target", "Victim", "Weapon"]}}, "gold_templates": {"type": "array", "items": {"type": "object", "properties": {"incident_type": {"type": "string"}, "PerpInd": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "PerpOrg": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Target": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Victim": {"type": "array", "items": {}}, "Weapon": {"type": "array", "items": {}}}, "required": ["incident_type", "PerpInd", "PerpOrg", "Target", "Victim", "Weapon"]}}, "docid": {"type": "string"}}, "required": ["doctext", "pred_seq", "pred_templates", "gold_templates", "docid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"doctext" : "early in the morning of 21 december fm ##ln rebels raided san jose villa ##nu ##eva , south of san salvador , la li ##bert ##ad department , where they set fire to the ant ##el ( national administration for telecommunications ) office and destroyed the local garrison . according to a government report received a few minutes ago , they also killed the local civil defense commander . army and police units comb ##ed the area this morning to try to def ##use bombs that the rebels might have planted in the town streets . it has also been reported that a clash occurred on the town ' s outskirts where reportedly several were killed and several wounded .", "pred_seq" : "arson [SEP] rebels rebels [SEP] fm ##ln [SEP] ant ##el [SEP] [SEP] bombs bombs [SEP] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [unused0] [CLS]", "pred_templates" : [{"incident_type" : "arson", "PerpInd" : [["rebels"]], "PerpOrg" : [["fmln"]], "Target" : [["antel"]], "Victim" : [], "Weapon" : [["bombs"]]}], "gold_templates" : [{"incident_type" : "arson", "PerpInd" : [["fmln rebels", "rebels"]], "PerpOrg" : [["fmln"]], "Target" : [["local garrison", "garrison"]], "Victim" : [], "Weapon" : []}], "docid" : "40092"}
json_instruct
{"type": "object", "properties": {"doctext": {"type": "string"}, "pred_seq": {"type": "string"}, "pred_templates": {"type": "array", "items": {"type": "object", "properties": {"incident_type": {"type": "string"}, "PerpInd": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "PerpOrg": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Target": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Victim": {"type": "array", "items": {}}, "Weapon": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["incident_type", "PerpInd", "PerpOrg", "Target", "Victim", "Weapon"]}}, "gold_templates": {"type": "array", "items": {"type": "object", "properties": {"incident_type": {"type": "string"}, "PerpInd": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "PerpOrg": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Target": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "Victim": {"type": "array", "items": {}}, "Weapon": {"type": "array", "items": {}}}, "required": ["incident_type", "PerpInd", "PerpOrg", "Target", "Victim", "Weapon"]}}, "docid": {"type": "string"}}, "required": ["doctext", "pred_seq", "pred_templates", "gold_templates", "docid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"trade_id": {"type": "string"}, "order_id": {"type": "string"}, "exchange": {"type": "string"}, "tradingsymbol": {"type": "string"}, "instrument_token": {"type": "integer"}, "product": {"type": "string"}, "average_price": {"type": "integer"}, "quantity": {"type": "integer"}, "exchange_order_id": {"type": "string"}, "transaction_type": {"type": "string"}, "fill_timestamp": {"type": "string"}, "order_timestamp": {"type": "string"}, "exchange_timestamp": {"type": "string"}}, "required": ["trade_id", "order_id", "exchange", "tradingsymbol", "instrument_token", "product", "average_price", "quantity", "exchange_order_id", "transaction_type", "fill_timestamp", "order_timestamp", "exchange_timestamp"]}}}, "required": ["status", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : "success", "data" : [{"trade_id" : "10000000", "order_id" : "200000000000000", "exchange" : "MCX", "tradingsymbol" : "GOLDPETAL21JUNFUT", "instrument_token" : 58424839, "product" : "NRML", "average_price" : 4852, "quantity" : 1, "exchange_order_id" : "300000000000000", "transaction_type" : "BUY", "fill_timestamp" : "2021-05-31 16:00:36", "order_timestamp" : "16:00:36", "exchange_timestamp" : "2021-05-31 16:00:36"}]}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"trade_id": {"type": "string"}, "order_id": {"type": "string"}, "exchange": {"type": "string"}, "tradingsymbol": {"type": "string"}, "instrument_token": {"type": "integer"}, "product": {"type": "string"}, "average_price": {"type": "integer"}, "quantity": {"type": "integer"}, "exchange_order_id": {"type": "string"}, "transaction_type": {"type": "string"}, "fill_timestamp": {"type": "string"}, "order_timestamp": {"type": "string"}, "exchange_timestamp": {"type": "string"}}, "required": ["trade_id", "order_id", "exchange", "tradingsymbol", "instrument_token", "product", "average_price", "quantity", "exchange_order_id", "transaction_type", "fill_timestamp", "order_timestamp", "exchange_timestamp"]}}}, "required": ["status", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ammo_type": {"type": "string"}, "damage": {"type": "integer"}, "damage_volume": {"type": "object", "properties": {"initial_radius": {"type": "number"}}, "required": ["initial_radius"]}, "sim_fire_effect": {"type": "string"}, "splash_damages_allies": {"type": "boolean"}, "splash_radius": {"type": "integer"}}, "required": ["ammo_type", "damage", "damage_volume", "sim_fire_effect", "splash_damages_allies", "splash_radius"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ammo_type" : "PBAOE", "damage" : 1000, "damage_volume" : {"initial_radius" : 15.0}, "sim_fire_effect" : "/pa/effects/specs/default_explosion.pfx", "splash_damages_allies" : false, "splash_radius" : 15}
json_instruct
{"type": "object", "properties": {"ammo_type": {"type": "string"}, "damage": {"type": "integer"}, "damage_volume": {"type": "object", "properties": {"initial_radius": {"type": "number"}}, "required": ["initial_radius"]}, "sim_fire_effect": {"type": "string"}, "splash_damages_allies": {"type": "boolean"}, "splash_radius": {"type": "integer"}}, "required": ["ammo_type", "damage", "damage_volume", "sim_fire_effect", "splash_damages_allies", "splash_radius"], "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1994, "sex" : "F", "n" : 13, "prop" : 6.67e-06}, {"year" : 1995, "sex" : "F", "n" : 13, "prop" : 6.77e-06}, {"year" : 1996, "sex" : "F", "n" : 12, "prop" : 6.26e-06}, {"year" : 1997, "sex" : "F", "n" : 16, "prop" : 8.38e-06}, {"year" : 1998, "sex" : "F", "n" : 8, "prop" : 4.13e-06}, {"year" : 1999, "sex" : "F", "n" : 9, "prop" : 4.62e-06}, {"year" : 2000, "sex" : "F", "n" : 8, "prop" : 4.01e-06}, {"year" : 2001, "sex" : "F", "n" : 6, "prop" : 3.03e-06}, {"year" : 2002, "sex" : "F", "n" : 9, "prop" : 4.56e-06}, {"year" : 2003, "sex" : "F", "n" : 6, "prop" : 2.99e-06}, {"year" : 2005, "sex" : "F", "n" : 12, "prop" : 5.92e-06}, {"year" : 2006, "sex" : "F", "n" : 8, "prop" : 3.83e-06}, {"year" : 2008, "sex" : "F", "n" : 9, "prop" : 4.32e-06}, {"year" : 2009, "sex" : "F", "n" : 5, "prop" : 2.47e-06}, {"year" : 2010, "sex" : "F", "n" : 5, "prop" : 2.55e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 196, "commit" : "f2c75b7919376fbf2e2ccd294af150a7d51060d9", "date" : "2021-03-16T10:36:56.673Z"}, "versionStart" : {"versionNum" : 195, "commit" : "9ce244449debc956d6a38d218b5fc4974d80000a", "date" : "2021-03-15T07:22:05.506Z"}, "changes" : ["blockchains/ethereum/allowlist.json", "blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/info.json", "blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/logo.png"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Engineering", "Management", "Software"], "desc" : "\n", "details" : {"authors" : "Marius Sandbu", "format" : "pdf", "isbn-10" : "1782176764", "isbn-13" : "978-1782176763", "pages" : "146 pages", "publication date" : "November 25, 2013", "publisher" : "Packt Publishing", "size" : "6.00Mb"}, "img" : "http://23.95.221.108/covers/6f/6ff224266309dbcb9ae8ab8152e1f859.jpg", "link" : "https://rapidhosting.info/files/end", "title" : "Microsoft System Center Configuration Manager"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Bo\u017e\u00ed muka severn\u011b od B\u0159eznice", "P31" : "http://www.wikidata.org/entity/Q3395121", "P31^label:cs" : "Bo\u017e\u00ed muka", "P131^label:cs" : "B\u0159eznice", "P6736" : "40032"}, "geometry" : {"type" : "Point", "coordinates" : [14.5104, 49.2575]}}, {"type" : "Feature", "properties" : {"label:cs" : "Bo\u017e\u00ed muka severoz\u00e1padn\u011b od B\u0159eznice", "P31" : "http://www.wikidata.org/entity/Q3395121", "P31^label:cs" : "Bo\u017e\u00ed muka", "P131^label:cs" : "B\u0159eznice", "P6736" : "27603"}, "geometry" : {"type" : "Point", "coordinates" : [14.50613, 49.25802]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"fonts": {"type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}}, "required": ["asset"]}}, "family": {"type": "string"}}, "required": ["fonts", "family"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"fonts" : [{"asset" : "fonts/MaterialIcons-Regular.ttf"}], "family" : "MaterialIcons"}, {"family" : "Poppins", "fonts" : [{"asset" : "fonts/poppins/Poppins-Regular.ttf"}, {"weight" : 700, "asset" : "fonts/poppins/Poppins-Bold.ttf"}, {"asset" : "fonts/poppins/Poppins-Medium.ttf"}, {"style" : "italic", "asset" : "fonts/poppins/Poppins-Italic.ttf"}]}, {"family" : "packages/cupertino_icons/CupertinoIcons", "fonts" : [{"asset" : "packages/cupertino_icons/assets/CupertinoIcons.ttf"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"fonts": {"type": "array", "items": {"type": "object", "properties": {"asset": {"type": "string"}}, "required": ["asset"]}}, "family": {"type": "string"}}, "required": ["fonts", "family"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900381472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381474": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381475": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381476": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381477": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381478": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381479": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381480": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900381472", "900381473", "900381474", "900381475", "900381476", "900381477", "900381478", "900381479", "900381480"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900381472" : {"nama" : "TPS 1", "dapil" : [3303, 13305, 2331601]}, "900381473" : {"nama" : "TPS 2", "dapil" : [3303, 13305, 2331601]}, "900381474" : {"nama" : "TPS 3", "dapil" : [3303, 13305, 2331601]}, "900381475" : {"nama" : "TPS 4", "dapil" : [3303, 13305, 2331601]}, "900381476" : {"nama" : "TPS 5", "dapil" : [3303, 13305, 2331601]}, "900381477" : {"nama" : "TPS 6", "dapil" : [3303, 13305, 2331601]}, "900381478" : {"nama" : "TPS 7", "dapil" : [3303, 13305, 2331601]}, "900381479" : {"nama" : "TPS 8", "dapil" : [3303, 13305, 2331601]}, "900381480" : {"nama" : "TPS 9", "dapil" : [3303, 13305, 2331601]}}
json_instruct
{"type": "object", "properties": {"900381472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381474": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381475": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381476": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381477": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381478": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381479": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900381480": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900381472", "900381473", "900381474", "900381475", "900381476", "900381477", "900381478", "900381479", "900381480"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"connector": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "formatters": {"type": "array", "items": {"type": "string"}}, "hints": {"type": "array", "items": {"type": "string"}}, "hintsTimeout": {"type": "integer"}, "parsers": {"type": "array", "items": {"type": "string"}}}, "required": ["connector", "extends", "formatters", "hints", "hintsTimeout", "parsers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"connector" : "local", "extends" : ["accessibility", "progressive-web-apps"], "formatters" : ["html", "summary"], "hints" : ["apple-touch-icons", "button-type", "compat-api/css", "compat-api/html", "create-element-svg", "css-prefix-order", "disown-opener", "highest-available-document-mode", "leading-dot-classlist", "manifest-exists", "meta-charset-utf-8", "meta-viewport", "no-bom", "no-inline-styles", "no-protocol-relative-urls", "scoped-svg-styles", "sri", "typescript-config/consistent-casing", "typescript-config/import-helpers", "typescript-config/is-valid", "typescript-config/strict", "typescript-config/target"], "hintsTimeout" : 10000, "parsers" : ["babel-config", "css", "html", "javascript", "jsx", "less", "sass", "typescript", "typescript-config", "webpack-config"]}
json_instruct
{"type": "object", "properties": {"connector": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "formatters": {"type": "array", "items": {"type": "string"}}, "hints": {"type": "array", "items": {"type": "string"}}, "hintsTimeout": {"type": "integer"}, "parsers": {"type": "array", "items": {"type": "string"}}}, "required": ["connector", "extends", "formatters", "hints", "hintsTimeout", "parsers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "doom9": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "modulename": {"type": "string"}, "github": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "published": {"type": "string"}, "script": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"RainbowSmooth.py": {"type": "array", "items": {"type": "string"}}}, "required": ["RainbowSmooth.py"]}}, "required": ["url", "files"]}}, "required": ["version", "published", "script"]}}}, "required": ["name", "type", "description", "website", "doom9", "category", "identifier", "modulename", "github", "dependencies", "releases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RainbowSmooth", "type" : "PyScript", "description" : "RainbowSmooth is a script which adds edge detection to SmoothUV. It is a port of the Avisynth function rainbow_smooth()", "website" : "https://github.com/dubhater/vapoursynth-smoothuv", "doom9" : "https://forum.doom9.org/showthread.php?t=175520", "category" : "Dot Crawl and Rainbows", "identifier" : "rainbowsmooth", "modulename" : "RainbowSmooth", "github" : "https://github.com/dubhater/vapoursynth-smoothuv", "dependencies" : ["com.nodame.smoothuv", "com.holywu.tcanny", "kagefunc"], "releases" : [{"version" : "v2", "published" : "2018-07-08T19:38:32Z", "script" : {"url" : "https://api.github.com/repos/dubhater/vapoursynth-smoothuv/zipball/v2", "files" : {"RainbowSmooth.py" : ["dubhater-vapoursynth-smoothuv-64e5c8f/RainbowSmooth.py", "3f058ef1d5abe2201564d0aad0142422476b6b10daa83c43c87d0e496f8c5864"]}}}, {"version" : "v1", "published" : "2018-06-10T20:18:39Z", "script" : {"url" : "https://api.github.com/repos/dubhater/vapoursynth-smoothuv/zipball/v1", "files" : {"RainbowSmooth.py" : ["dubhater-vapoursynth-smoothuv-b9b78ed/RainbowSmooth.py", "3f058ef1d5abe2201564d0aad0142422476b6b10daa83c43c87d0e496f8c5864"]}}}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "doom9": {"type": "string"}, "category": {"type": "string"}, "identifier": {"type": "string"}, "modulename": {"type": "string"}, "github": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "published": {"type": "string"}, "script": {"type": "object", "properties": {"url": {"type": "string"}, "files": {"type": "object", "properties": {"RainbowSmooth.py": {"type": "array", "items": {"type": "string"}}}, "required": ["RainbowSmooth.py"]}}, "required": ["url", "files"]}}, "required": ["version", "published", "script"]}}}, "required": ["name", "type", "description", "website", "doom9", "category", "identifier", "modulename", "github", "dependencies", "releases"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@material-ui/core": {"type": "string"}, "@polkadot/react-identicon": {"type": "string"}, "@polkadot/react-qr": {"type": "string"}, "@types/classnames": {"type": "string"}, "@types/react-router": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "@types/react-swipeable-views": {"type": "string"}, "build-route-tree": {"type": "string"}, "classnames": {"type": "string"}, "final-form": {"type": "string"}, "react-final-form": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-swipeable-views": {"type": "string"}, "store": {"type": "string"}}, "required": ["@babel/runtime", "@material-ui/core", "@polkadot/react-identicon", "@polkadot/react-qr", "@types/classnames", "@types/react-router", "@types/react-router-dom", "@types/react-swipeable-views", "build-route-tree", "classnames", "final-form", "react-final-form", "react-router", "react-router-dom", "react-swipeable-views", "store"]}}, "required": ["name", "description", "version", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@polkadot/extension-ui", "description" : "A sample signer extension for the @polkadot/api", "version" : "0.11.0-beta.4", "author" : "Jaco Greeff <jacogr@gmail.com>", "license" : "Apache-2", "dependencies" : {"@babel/runtime" : "^7.6.0", "@material-ui/core" : "^4.3.3", "@polkadot/react-identicon" : "^0.45.0-beta.5", "@polkadot/react-qr" : "^0.45.0-beta.5", "@types/classnames" : "^2.2.9", "@types/react-router" : "^5.0.3", "@types/react-router-dom" : "^4.3.5", "@types/react-swipeable-views" : "^0.13.0", "build-route-tree" : "^1.0.2", "classnames" : "^2.2.6", "final-form" : "^4.18.5", "react-final-form" : "^6.3.0", "react-router" : "^5.0.1", "react-router-dom" : "^5.0.1", "react-swipeable-views" : "^0.13.3", "store" : "^2.0.12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@material-ui/core": {"type": "string"}, "@polkadot/react-identicon": {"type": "string"}, "@polkadot/react-qr": {"type": "string"}, "@types/classnames": {"type": "string"}, "@types/react-router": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "@types/react-swipeable-views": {"type": "string"}, "build-route-tree": {"type": "string"}, "classnames": {"type": "string"}, "final-form": {"type": "string"}, "react-final-form": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-swipeable-views": {"type": "string"}, "store": {"type": "string"}}, "required": ["@babel/runtime", "@material-ui/core", "@polkadot/react-identicon", "@polkadot/react-qr", "@types/classnames", "@types/react-router", "@types/react-router-dom", "@types/react-swipeable-views", "build-route-tree", "classnames", "final-form", "react-final-form", "react-router", "react-router-dom", "react-swipeable-views", "store"]}}, "required": ["name", "description", "version", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[16, 9], [5, 25], [9, 16], [16, 4], [9, 16], [16, 0], [16, 15], [16, 13], [16, 9], [19, 3], [11, 16], [16, 7], [15, 16], [9, 16], [16, 8], [16, 9], [22, 9], [2, 16], [16, 15], [3, 20], [18, 16], [15, 16], [10, 1], [7, 16], [16, 11], [16, 23], [11, 16], [14, 16], [16, 11], [0, 16], [16, 21], [19, 6], [16, 12], [4, 9], [24, 26], [25, 17]], "features" : {"0" : "2", "1" : "1", "2" : "1", "3" : "2", "4" : "2", "5" : "1", "6" : "1", "7" : "2", "8" : "1", "9" : "8", "10" : "1", "11" : "4", "12" : "1", "13" : "1", "14" : "1", "15" : "4", "16" : "27", "17" : "1", "18" : "1", "19" : "2", "20" : "1", "21" : "1", "22" : "1", "23" : "1", "24" : "1", "25" : "2", "26" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingredient", "result", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:stonecutting", "ingredient" : {"tag" : "minecraft:jungle_logs"}, "result" : "minecraft:jungle_fence_gate", "count" : 1}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingredient", "result", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"context": {"type": "integer"}, "plcmttype": {"type": "integer"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {}, "required": []}}, "required": ["data"]}}}, "required": ["context", "plcmttype", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"context" : 1, "plcmttype" : 1, "assets" : [{"data" : {}}]}
json_instruct
{"type": "object", "properties": {"context": {"type": "integer"}, "plcmttype": {"type": "integer"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {}, "required": []}}, "required": ["data"]}}}, "required": ["context", "plcmttype", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "firefly", "author" : "Reb_Hudgens", "count" : 5}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepare", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "eslint": {"type": "string"}, "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"}, "mocha": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "mocha"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hangeul", "version" : "0.3.1", "description" : "Hangeul transliteration library", "main" : "index.js", "typings" : "index.d.ts", "scripts" : {"prepare" : "babel index.js -o index.es5.js", "test" : "eslint . && mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Kagami/hangeul.js.git"}, "keywords" : ["hangul", "transliteration", "isomorphic"], "author" : "Kagami Hiiragi", "license" : "MIT", "bugs" : {"url" : "https://github.com/Kagami/hangeul.js/issues"}, "homepage" : "https://github.com/Kagami/hangeul.js#readme", "devDependencies" : {"@babel/cli" : "^7.8.4", "@babel/core" : "^7.9.6", "@babel/preset-env" : "^7.9.6", "eslint" : "^4.19.1", "eslint-config-standard" : "^11.0.0", "eslint-plugin-import" : "^2.9.0", "eslint-plugin-node" : "^6.0.1", "eslint-plugin-promise" : "^3.7.0", "eslint-plugin-standard" : "^3.0.1", "mocha" : "^7.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepare", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "eslint": {"type": "string"}, "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"}, "mocha": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "mocha"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chipped:block/clay_6"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Biotelemetry", "definitions" : ["The detection or measurement of human or animal physiological functions from a distance using a telemeter."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"lky-pack": {"type": "string"}}, "required": ["lky-pack"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/generator": {"type": "string"}, "@babel/traverse": {"type": "string"}, "@babel/types": {"type": "string"}, "babylon": {"type": "string"}, "ejs": {"type": "string"}, "tapable": {"type": "string"}}, "required": ["@babel/generator", "@babel/traverse", "@babel/types", "babylon", "ejs", "tapable"]}}, "required": ["name", "version", "description", "main", "bin", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lky-pack", "version" : "1.0.0", "description" : "", "main" : "index.js", "bin" : {"lky-pack" : "./bin/lky-pack.js"}, "license" : "MIT", "dependencies" : {"@babel/generator" : "^7.3.3", "@babel/traverse" : "^7.2.3", "@babel/types" : "^7.3.3", "babylon" : "^6.18.0", "ejs" : "^2.6.1", "tapable" : "^1.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"lky-pack": {"type": "string"}}, "required": ["lky-pack"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/generator": {"type": "string"}, "@babel/traverse": {"type": "string"}, "@babel/types": {"type": "string"}, "babylon": {"type": "string"}, "ejs": {"type": "string"}, "tapable": {"type": "string"}}, "required": ["@babel/generator", "@babel/traverse", "@babel/types", "babylon", "ejs", "tapable"]}}, "required": ["name", "version", "description", "main", "bin", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"700": {"type": "string"}, "698": {"type": "string"}}, "required": ["700", "698"]}, "timeto": {"type": "object", "properties": {"700": {"type": "number"}, "698": {"type": "number"}}, "required": ["700", "698"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 699, "title" : ["[Ta'Illistim, Sylvar Wey]"], "description" : ["At the eastern end of the wey, a round stone belltower is visible, its low sides covered with pale pink climbing roses. Several cottages sit well back from the wey, their uniformly blue tiled roofs lending to the colorful serenity in this part of the city. Several of the cottages' windows shine bright light into the darkness.", "At the eastern end of the wey, a round stone belltower is visible, its low sides covered with pale pink climbing roses. Several cottages sit well back from the wey, their uniformly blue tiled roofs lending to the colorful serenity in this part of the city.", "At the eastern end of the wey, a round stone bell tower is visible, its low sides covered with niveous climbing roses. Several houses sit well back from the road, their uniformly blue tiled roofs lending bright spots of color to the thoroughfare."], "paths" : ["Obvious paths: east, south"], "location" : "Ta'Illistim", "wayto" : {"700" : "east", "698" : "south"}, "timeto" : {"700" : 0.2, "698" : 0.2}, "image" : "en-ta_illistim-new.jpg", "image_coords" : [1113, 298, 1137, 318]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"700": {"type": "string"}, "698": {"type": "string"}}, "required": ["700", "698"]}, "timeto": {"type": "object", "properties": {"700": {"type": "number"}, "698": {"type": "number"}}, "required": ["700", "698"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb43c257e493e16e83c9212fad4ad2c87ca09cc09", "tool" : "slither", "start" : 1563546756.0530722, "end" : 1563546761.684935, "duration" : 5.6318628787994385, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a3565e93070be5ac7580514ae1b9865d05a61bc4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "schema": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "pages", "scripts"]}}, "host": {"type": "string"}, "searchEntry": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}, "name": {"type": "string"}, "resultType": {"type": "string"}, "parseScriptFile": {"type": "string"}, "resultSelector": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["entry", "name", "resultType", "parseScriptFile", "resultSelector", "enabled"]}}, "patterns": {"type": "object", "properties": {"torrentLinks": {"type": "array", "items": {"type": "string"}}}, "required": ["torrentLinks"]}, "parser": {"type": "object", "properties": {"downloadURL": {"type": "string"}}, "required": ["downloadURL"]}}, "required": ["name", "description", "url", "icon", "tags", "schema", "plugins", "host", "searchEntry", "patterns", "parser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TTG", "description" : "ToTheGlory", "url" : "https://totheglory.im/", "icon" : "https://totheglory.im/favicon.ico", "tags" : ["\u5f71\u89c6", "\u97f3\u4e50", "\u6e38\u620f", "\u7efc\u5408"], "schema" : "TTG", "plugins" : [{"name" : "\u79cd\u5b50\u8be6\u60c5\u9875\u9762", "pages" : ["^/t/(\\d+)/$"], "scripts" : ["/schemas/NexusPHP/common.js", "details.js"]}, {"name" : "\u79cd\u5b50\u5217\u8868", "pages" : ["/browse.php"], "scripts" : ["/schemas/NexusPHP/common.js", "browse.js"]}], "host" : "totheglory.im", "searchEntry" : [{"entry" : "/browse.php?c=M&search_field=$key$", "name" : "\u5f71\u89c6&\u97f3\u4e50", "resultType" : "html", "parseScriptFile" : "getSearchResult.js", "resultSelector" : "table#torrent_table:last > tbody > tr", "enabled" : true}, {"entry" : "/browse.php?c=G&search_field=$key$", "name" : "\u6e38\u620f&\u8f6f\u4ef6", "resultType" : "html", "parseScriptFile" : "getSearchResult.js", "resultSelector" : "table#torrent_table:last > tbody > tr", "enabled" : true}], "patterns" : {"torrentLinks" : ["*://totheglory.im/t/*"]}, "parser" : {"downloadURL" : "(function (options) {\n if (options.url && options.url.href) {\n let id_match = options.url.href.match(/\\/t\\/(\\d+)/);\n if (!id_match) {\n options.error = {\n success: false,\n msg: \"\u65e0\u6548\u7684\u4e0b\u8f7d\u5730\u5740\"\n }\n return;\n }\n let passkey = options.site.passkey;\n if (passkey) {\n let id = id_match[1];\n // \u683c\u5f0f\uff1avvvid|||passkey|||sslzz\n let key = (new Base64).encode(\"vvv\" + id + \"|||\" + options.site.passkey + \"|||sslzz\");\n options.result = `https://${options.site.host}/rssdd.php?par=${key}&ssl=yes`;\n } else {\n options.error = {\n success: false,\n msg: \"\u8bf7\u5148\u8bbe\u7f6e\u7ad9\u70b9\u7684passkey\"\n }\n }\n } else {\n options.error = {\n success: false,\n msg: \"\u65e0\u6548\u7684\u4e0b\u8f7d\u5730\u5740\"\n }\n }\n})(options)"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "icon": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "schema": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "pages", "scripts"]}}, "host": {"type": "string"}, "searchEntry": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}, "name": {"type": "string"}, "resultType": {"type": "string"}, "parseScriptFile": {"type": "string"}, "resultSelector": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["entry", "name", "resultType", "parseScriptFile", "resultSelector", "enabled"]}}, "patterns": {"type": "object", "properties": {"torrentLinks": {"type": "array", "items": {"type": "string"}}}, "required": ["torrentLinks"]}, "parser": {"type": "object", "properties": {"downloadURL": {"type": "string"}}, "required": ["downloadURL"]}}, "required": ["name", "description", "url", "icon", "tags", "schema", "plugins", "host", "searchEntry", "patterns", "parser"], "$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": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.482194, 34.42367], [-118.480703, 34.424201], [-118.480956, 34.427651], [-118.467935, 34.427741], [-118.472, 34.42376], [-118.472249, 34.414563], [-118.47306, 34.412145], [-118.475878, 34.413709], [-118.480249, 34.418605], [-118.482194, 34.42367]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6884}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"language": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "content": {"type": "string"}}, "required": ["filename", "content"]}}, "action": {"type": "string"}, "stream": {"type": "boolean"}}, "required": ["language", "files", "action", "stream"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"language" : "Java", "files" : [{"filename" : "Root/Application.java", "content" : "import p1.*; import p2.*; public class Application { public static void main(String[] args) {B b = new B(); D d = new D(); E e = new E(); System.out.println(\"Hello Java Test-3 \"); }}"}, {"filename" : "Root/p1/B.java", "content" : "package p1; public class B { public B() {C c = new C(); System.out.println(\"Hello B\"); }}"}, {"filename" : "Root/p1/C.java", "content" : "package p1; public class C { public C() {System.out.println(\"Hello C\"); }}"}, {"filename" : "Root/p2/D.java", "content" : "package p2; public class D { public D() {System.out.println(\"Hello D\"); }}"}, {"filename" : "Root/p2/E.java", "content" : "package p2; public class E { public E() {System.out.println(\"Hello E\"); }}"}, {"filename" : "Root/codeboard.json", "content" : "{\n\t\"MainFileForCompilation\": \"Application.java\",\n\t\"MainClassForRunning\":\"Application\"\n}"}], "action" : "compile", "stream" : false}
json_instruct
{"type": "object", "properties": {"language": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "content": {"type": "string"}}, "required": ["filename", "content"]}}, "action": {"type": "string"}, "stream": {"type": "boolean"}}, "required": ["language", "files", "action", "stream"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "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": {"type": "string"}}, "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/3928/pycon-montreal-in-30-min", "category" : "PyCon ZA 2015", "copyright_text" : "", "description" : "This will be a whirlwind overview of some of the most interesting talks\nfrom this year's big PyCon in Montr\u00e9al. The goal is to boil down the\ngist of my 10 favourite talks into a single, super-charged talk that\ngives you a good idea of what went down, but without getting stuck on\nany particular topic.\n", "duration" : 1693, "id" : 3928, "language" : "eng", "quality_notes" : "", "recorded" : "2015-10-01", "slug" : "pycon-montreal-in-30-min", "speakers" : ["Petrus Janse van Rensburg"], "summary" : "", "tags" : ["Room 215"], "thumbnail_url" : "https://i.ytimg.com/vi/bJPRkTbK8Kk/hqdefault.jpg", "title" : "PyCon Montr\u00e9al in 30 min", "videos" : [{"length" : 0, "type" : "youtube", "url" : "http://youtu.be/bJPRkTbK8Kk"}]}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "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": {"type": "string"}}, "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cosmicjs.browser.min.js": {"type": "string"}}, "required": ["cosmicjs.browser.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cosmicjs.browser.min.js" : "sha512-k2vIP0DGZlbYZHlzVmrpalm5LMKfhrk71gfdDgVJIGETuu66JVKFr5e0r7N0gMqEEg5EnL8AMdspVGvBGsnCCg=="}
json_instruct
{"type": "object", "properties": {"cosmicjs.browser.min.js": {"type": "string"}}, "required": ["cosmicjs.browser.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/longhoang/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/longhoang/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_name" : "longhoang94/game-paradise", "files" : {"/src/main/java/com/longhoang/service/util/RandomUtil.java" : 3}, "pull_request" : "https://github.com/longhoang94/game-paradise/pull/2", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 3}}
json_instruct
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/longhoang/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/longhoang/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"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", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["60-69", "70-79", "60-69", "50-59", "50-59", "60-69", "70-79", "60-69", "50-59", "60-69"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2014, 2015, 2015, 2015, 2016, 2016, 2016, 2017, 2017, 2018], "Y_PREVALENCE_1000PP" : [0.0257, 0.02929, 0.02795, 0.0263, 0.03081, 0.02935, 0.03962, 0.02872, 0.03399, 0.04878]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [201405, 201506, 201605, 201711, 201807, 201901], "Y_PREVALENCE_1000PP" : [0.00115, 0.00135, 0.00152, 0.00181, 0.00189, 0.0023]}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0, 0], "X_COUNT" : [1, 2, 3]}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 168}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 22, "P10_VALUE" : 34, "P25_VALUE" : 46, "MEDIAN_VALUE" : 58, "P75_VALUE" : 68, "P90_VALUE" : 76, "MAX_VALUE" : 89}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"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", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:used": {"type": "object", "properties": {"dt:firebrick_barrel": {"type": "integer"}, "dt:bronze_block": {"type": "integer"}, "dt:firebrick_block": {"type": "integer"}, "dt:clay_plate_model": {"type": "integer"}, "dt:clay_ingot_model": {"type": "integer"}, "dt:fire_starter_block": {"type": "integer"}}, "required": ["dt:firebrick_barrel", "dt:bronze_block", "dt:firebrick_block", "dt:clay_plate_model", "dt:clay_ingot_model", "dt:fire_starter_block"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:jump": {"type": "integer"}, "minecraft:time_since_rest": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:sprint_one_cm": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}, "minecraft:interact_with_crafting_table": {"type": "integer"}, "minecraft:fly_one_cm": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:crouch_one_cm", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:sprint_one_cm", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:sneak_time", "minecraft:interact_with_crafting_table", "minecraft:fly_one_cm"]}}, "required": ["minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stats" : {"minecraft:used" : {"dt:firebrick_barrel" : 2, "dt:bronze_block" : 1, "dt:firebrick_block" : 7, "dt:clay_plate_model" : 1, "dt:clay_ingot_model" : 1, "dt:fire_starter_block" : 1}, "minecraft:custom" : {"minecraft:jump" : 39, "minecraft:time_since_rest" : 8367, "minecraft:crouch_one_cm" : 144, "minecraft:play_one_minute" : 8367, "minecraft:leave_game" : 1, "minecraft:sprint_one_cm" : 1390, "minecraft:time_since_death" : 8367, "minecraft:walk_one_cm" : 26374, "minecraft:sneak_time" : 125, "minecraft:interact_with_crafting_table" : 1, "minecraft:fly_one_cm" : 408}}, "DataVersion" : 2584}
json_instruct
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:used": {"type": "object", "properties": {"dt:firebrick_barrel": {"type": "integer"}, "dt:bronze_block": {"type": "integer"}, "dt:firebrick_block": {"type": "integer"}, "dt:clay_plate_model": {"type": "integer"}, "dt:clay_ingot_model": {"type": "integer"}, "dt:fire_starter_block": {"type": "integer"}}, "required": ["dt:firebrick_barrel", "dt:bronze_block", "dt:firebrick_block", "dt:clay_plate_model", "dt:clay_ingot_model", "dt:fire_starter_block"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:jump": {"type": "integer"}, "minecraft:time_since_rest": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:sprint_one_cm": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}, "minecraft:interact_with_crafting_table": {"type": "integer"}, "minecraft:fly_one_cm": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:crouch_one_cm", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:sprint_one_cm", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:sneak_time", "minecraft:interact_with_crafting_table", "minecraft:fly_one_cm"]}}, "required": ["minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["reactive-style", "style-it"]
json_instruct
{"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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xea2fb6fea1190077e25b7d54686071fbd0f50b4b", "tool" : "slither", "start" : 1563346281.7093208, "end" : 1563346286.0741057, "duration" : 4.3647849559783936, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "build", "dev"]}, "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": {"axios": {"type": "string"}}, "required": ["axios"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "livy", "version" : "0.0.0", "description" : "Backup myanimelist to anilist.", "main" : "dist/index.js", "scripts" : {"start" : "tsc && node dist/index.js", "build" : "tsc", "dev" : "npm run build -- -w"}, "repository" : {"type" : "git", "url" : "git+https://github.com/n4y0n/livy.git"}, "keywords" : ["backup", "myanimelist", "anilist"], "author" : "n4y0n", "license" : "MIT", "bugs" : {"url" : "https://github.com/n4y0n/livy/issues"}, "homepage" : "https://github.com/n4y0n/livy#readme", "dependencies" : {"axios" : "^0.21.1"}, "devDependencies" : {"@types/node" : "^14.14.31", "typescript" : "^4.2.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "build", "dev"]}, "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": {"axios": {"type": "string"}}, "required": ["axios"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ZSchema-browser-min.js": {"type": "string"}, "ZSchema-browser.js": {"type": "string"}}, "required": ["ZSchema-browser-min.js", "ZSchema-browser.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ZSchema-browser-min.js" : "sha256-pdokkFGCNJzVohgRk6ehUj7dgJ1ya3ae5PhDri+uy8E=", "ZSchema-browser.js" : "sha256-ilgLlzm6UiPv40quQCdD49zSS7wR/8ZOr1BRsiNHBuE="}
json_instruct
{"type": "object", "properties": {"ZSchema-browser-min.js": {"type": "string"}, "ZSchema-browser.js": {"type": "string"}}, "required": ["ZSchema-browser-min.js", "ZSchema-browser.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Core Concepts": {"type": "array", "items": {"type": "string"}}, "Other Topics": {"type": "array", "items": {"type": "string"}}}, "required": ["Core Concepts", "Other Topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Core Concepts" : ["getting-started.md", "dialects.md", "data-types.md", "models-definition.md", "models-usage.md", "hooks.md", "querying.md", "instances.md", "associations.md", "raw-queries.md"], "Other Topics" : ["transactions.md", "scopes.md", "read-replication.md", "migrations.md", "resources.md", "typescript.md", "upgrade-to-v6.md", "legacy.md", "whos-using.md", "legal.md"]}
json_instruct
{"type": "object", "properties": {"Core Concepts": {"type": "array", "items": {"type": "string"}}, "Other Topics": {"type": "array", "items": {"type": "string"}}}, "required": ["Core Concepts", "Other Topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 19701, "cartId" : "1dbd2a8a-be3e-47bd-8647-d218cd0f5094", "preferredProducts" : [], "productReviews" : [{"productId" : 85, "reviewText" : "this hacking is slurpee.", "reviewDate" : "2017-09-05T18:49:40.8978685+03:00"}, {"productId" : 4944, "reviewText" : "My co-worker Tyron has one of these. He says it looks stout.", "reviewDate" : "2016-11-14T23:22:37.1909921+02:00"}, {"productId" : 53, "reviewText" : "this navigate is vertical.", "reviewDate" : "2018-08-22T18:11:35.7216183+03:00"}, {"productId" : 2456, "reviewText" : "this Licensed Rubber Ball is snowy.", "reviewDate" : "2017-11-04T01:52:55.329535+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"DB_USER": {"type": "string"}, "DB_PASSWORD": {"type": "string"}, "DB_HOST": {"type": "string"}, "DB_NAME": {"type": "string"}}, "required": ["DB_USER", "DB_PASSWORD", "DB_HOST", "DB_NAME"]}}, "required": ["name", "version", "builds", "routes", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RetoPlatziProductsAnibal", "version" : 2, "builds" : [{"src" : "src/index.js", "use" : "@vercel/node"}], "routes" : [{"src" : "/.*", "dest" : "src/index.js"}], "env" : {"DB_USER" : "@retoplatzi-product-db-user", "DB_PASSWORD" : "@retoplatzi-product-db-user", "DB_HOST" : "@retoplatzi-product-db-host", "DB_NAME" : "@retoplatzi-product-db-name"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"DB_USER": {"type": "string"}, "DB_PASSWORD": {"type": "string"}, "DB_HOST": {"type": "string"}, "DB_NAME": {"type": "string"}}, "required": ["DB_USER", "DB_PASSWORD", "DB_HOST", "DB_NAME"]}}, "required": ["name", "version", "builds", "routes", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}