input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u98ce\u821e-\u6597\u7f57\u5927\u9646ED", "author" : "Movement Music Productions", "musicType" : "\u52a8\u6f2b", "musicNo" : "0010921"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "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_67y4w69v", "name" : "mik_wewa"}, "date" : {"day" : 1640217600, "full" : 1640260393, "month" : 1638316800, "week" : 1639872000}, "id" : "t3_rmu383", "picture" : {"filesize" : 90744, "fullUrl" : "https://preview.redd.it/tq81z9886a781.jpg?auto=webp&s=24984e6e5e2cbdf835b0168aca0ff3dc3eabca7e", "hash" : "5f881b74d1", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQF/8QAJBAAAgEEAQQCAwAAAAAAAAAAAQIDBAURIQAGEyJBEhUxUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBf/EABgRAAIDAAAAAAAAAAAAAAAAAAAhARIx/9oADAMBAAIRAxEAPwDM6Js310VMJGM82PNV2IhjJH8zvlNye2vcJJ5ainQ0w7MrlN+QPgTnXo5HB6QvFTIsUktsEYkd42YEKUXGmIzvP44l37dPT09BUUdO6PMXVhB8lJGwTjQ17P75M2WFVP/Z", "url" : "https://preview.redd.it/tq81z9886a781.jpg?width=640&crop=smart&auto=webp&s=409a71b951439599da80c9f91b9b20a820951ce3", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.97, "ups" : 51, "value" : 51}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Bandit Camp your party always stumbles upon", "url" : "https://www.reddit.com/r/dndmaps/comments/rmu383/bandit_camp_your_party_always_stumbles_upon_40x40/"}
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"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[611.8088779240384, 604.089204604398], [631.7489094066327, 605.7414340773366], [655.0431366735845, 605.7414340773366], [676.219706916268, 612.0944051501417], [682.5726779890731, 635.3886324170935], [674.1020498919996, 652.3298886112404], [1525.4001736478763, 1533.2752107068738], [1506.341260429461, 1541.7458388039474], [1480.929376138241, 1543.8634958282157], [1459.7528058955575, 1539.628181779679], [1434.3409216043372, 1531.1575536826056], [1423.7526364829955, 1524.8045826098005]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Marita, President Roxas, Capiz, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.capiz.president-roxas.marita", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference" : "6", "region_name" : "Western Visayas (Region VI)", "province_id" : "22", "province_reference" : "22", "province_name" : "Capiz", "city_id" : "1518", "city_reference" : "401", "city_name" : "President Roxas", "barangay_id" : "30239", "barangay_reference" : "9479", "barangay_name" : "Marita"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.91333, 11.44389], [122.913612, 11.44417], [122.914169, 11.44417], [122.914436, 11.44389], [122.915558, 11.44389], [122.916107, 11.44444], [122.917221, 11.44444], [122.917503, 11.44417], [122.917503, 11.44496], [122.917717, 11.44464], [122.91832, 11.44393], [122.918266, 11.44346], [122.918678, 11.44289], [122.919197, 11.44252], [122.919807, 11.44211], [122.920113, 11.4423], [122.920242, 11.44208], [122.920662, 11.44196], [122.921303, 11.44185], [122.921654, 11.44148], [122.922821, 11.44127], [122.923027, 11.44092], [122.923683, 11.44068], [122.924011, 11.44037], [122.928352, 11.43629], [122.927002, 11.43399], [122.926819, 11.43385], [122.926369, 11.43359], [122.925797, 11.43374], [122.925247, 11.43395], [122.924561, 11.43457], [122.923683, 11.43546], [122.923172, 11.4361], [122.922981, 11.43668], [122.922653, 11.43656], [122.922142, 11.43606], [122.921791, 11.43625], [122.921623, 11.43633], [122.921547, 11.43672], [122.921356, 11.43729], [122.920418, 11.43745], [122.919479, 11.43787], [122.918678, 11.43774], [122.917976, 11.43794], [122.917526, 11.43879], [122.91655, 11.4393], [122.916077, 11.4391], [122.915817, 11.4388], [122.915443, 11.43876], [122.915283, 11.43895], [122.915443, 11.43921], [122.914917, 11.43967], [122.914612, 11.44086], [122.914146, 11.44157], [122.913933, 11.44261], [122.913727, 11.44297], [122.91333, 11.44389]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build:stage": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["start", "dev", "build:stage", "build:prod"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "csv-loader": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "file-loader": {"type": "string"}, "html-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss-loader": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}, "xml-loader": {"type": "string"}}, "required": ["autoprefixer", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "clean-webpack-plugin", "cross-env", "css-loader", "csv-loader", "extract-text-webpack-plugin", "file-loader", "html-loader", "html-webpack-plugin", "node-sass", "postcss-loader", "sass-loader", "style-loader", "uglifyjs-webpack-plugin", "url-loader", "webpack", "webpack-dev-server", "webpack-merge", "xml-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webpack-boilerplate", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "npm run dev", "dev" : "cross-env NODE_ENV=dev webpack-dev-server --open --config build/webpack.dev.js", "build:stage" : "cross-env NODE_ENV=stage webpack --config build/webpack.stage.js", "build:prod" : "cross-env NODE_ENV=production webpack --config build/webpack.prod.js"}, "author" : "Niro", "license" : "ISC", "devDependencies" : {"autoprefixer" : "^7.1.3", "babel-core" : "^6.26.0", "babel-loader" : "^7.1.2", "babel-preset-es2015" : "^6.24.1", "babel-preset-react" : "^6.24.1", "clean-webpack-plugin" : "^0.1.17", "cross-env" : "^5.0.5", "css-loader" : "^0.28.7", "csv-loader" : "^2.1.1", "extract-text-webpack-plugin" : "^3.0.2", "file-loader" : "^1.1.5", "html-loader" : "^0.5.1", "html-webpack-plugin" : "^2.30.1", "node-sass" : "^4.5.3", "postcss-loader" : "^2.0.6", "sass-loader" : "^6.0.6", "style-loader" : "^0.19.0", "uglifyjs-webpack-plugin" : "^1.0.1", "url-loader" : "^0.5.9", "webpack" : "^3.5.5", "webpack-dev-server" : "^2.9.4", "webpack-merge" : "^4.1.1", "xml-loader" : "^1.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "build:stage": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["start", "dev", "build:stage", "build:prod"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "cross-env": {"type": "string"}, "css-loader": {"type": "string"}, "csv-loader": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "file-loader": {"type": "string"}, "html-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "postcss-loader": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}, "xml-loader": {"type": "string"}}, "required": ["autoprefixer", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "clean-webpack-plugin", "cross-env", "css-loader", "csv-loader", "extract-text-webpack-plugin", "file-loader", "html-loader", "html-webpack-plugin", "node-sass", "postcss-loader", "sass-loader", "style-loader", "uglifyjs-webpack-plugin", "url-loader", "webpack", "webpack-dev-server", "webpack-merge", "xml-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["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/439/pycon-2011--http-in-python--which-library-for-wha", "category" : "PyCon US 2011", "copyright_text" : "Creative Commons Attribution-NonCommercial-ShareAlike 3.0", "description" : "HTTP in Python: which library for what task?\n\nPresented by Augie Fackler\n\nHTTP is the lingua franca of the web, and many things done in Python\ndepend on it, yet HTTP in Python isn't always as good as one would\nexpect. It's well worth knowing the options and tradeoffs available.\n\nAbstract\n\nHTTP in Python is very much a mixed bag of available technology. What's\nimplemented mostly works well, but there are some frustrating gaps in\ndifferent libraries that are poorly documented. I've gone wading through\nevery HTTP library I can find for Python while trying to fix an obscure\nbug in Mercurial and decided to write my own. I'll cover what's\navailable today and why I'm starting from scratch with a completely new\nimplementation.\n", "duration" : null, "id" : 439, "language" : "eng", "quality_notes" : "", "recorded" : "2011-03-11", "slug" : "pycon-2011--http-in-python--which-library-for-wha", "speakers" : ["Augie Fackler"], "summary" : "", "tags" : ["httplib", "pycon", "pycon2011", "pycurl", "urllib"], "thumbnail_url" : "https://archive.org/services/img/pyvideo_439___http-in-python-which-library-for-what-task", "title" : "HTTP in Python: which library for what task?", "videos" : [{"type" : "archive.org", "url" : "https://archive.org/details/pyvideo_439___http-in-python-which-library-for-what-task"}, {"type" : "mp4", "url" : "http://05d2db1380b6504cc981-8cbed8cf7e3a131cd8f1c3e383d10041.r93.cf2.rackcdn.com/pycon-us-2011/439_http-in-python-which-library-for-what-task.mp4"}]}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "null"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Paul Williamson": {"type": "string"}}, "required": ["Paul Williamson"]}, "social_media_url": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "source", "source_files", "public_header_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SQFInMemoryContext", "version" : "0.0.1", "summary" : "Quickly and easily create an in-memory context for Unit Testing Core Data entities.", "description" : " SQFInMemoryContext\n ======================================\n\n Quickly and easily create an in-memory context for Unit Testing Core Data entities. Despite the name, SQFInMemoryContext is actually just a simple category on NSManagedObjectContext.\n\n ## Using\n\n Install by either dragging the header and implementation files into your project, or by installing using [CocoaPods](http://cocoapods.org):\n\n ```ruby\n pod 'SQFInMemoryContext'\n ```\n\n Import the convenience header.\n\n ```objc\n #import <SQFInMemoryContext/SQFInMemoryContext.h>\n ```\n\n Instantiate a new context for your tests:\n\n ```objc\n NSManagedObjectContext *moc = [NSManagedObjectContext memoryStoreForModel:@\"MyCoreDataModel\"];\n ```\n", "homepage" : "https://github.com/squarefrog/SQFInMemoryContext", "license" : "MIT", "authors" : {"Paul Williamson" : "squarefrog@gmail.com"}, "social_media_url" : "http://twitter.com/squarefrog", "source" : {"git" : "https://github.com/squarefrog/SQFInMemoryContext.git", "tag" : "0.0.1"}, "source_files" : "*.{h,m}", "public_header_files" : "SQFInMemoryContext.h", "frameworks" : "CoreData", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Paul Williamson": {"type": "string"}}, "required": ["Paul Williamson"]}, "social_media_url": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "source", "source_files", "public_header_files", "frameworks", "requires_arc"], "$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" : 101901307, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1e9d4f5ad9a036072d2bbd7768cada1b", "wof:id" : 101901307, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.87712893705628, 49.69691466696071, 2.88679340574362, 49.70289010964586], "geometry" : {"coordinates" : [[[2.88041920120077, 49.69708878787497], [2.87765814903594, 49.69691466696071], [2.87712893705628, 49.70049215953276], [2.88127082492008, 49.70075333793199], [2.88113858227655, 49.7016477154317], [2.88251924589855, 49.70173474310991], [2.88238702235248, 49.70262912198132], [2.88652911621648, 49.70289010964586], [2.88679340574362, 49.70110134029846], [2.88541275371858, 49.70101436493928], [2.88567706917803, 49.69922559736756], [2.88429647216924, 49.69913860889352], [2.88442864592952, 49.69824422623685], [2.88028695788068, 49.69798316545268], [2.88041920120077, 49.69708878787497]]], "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "salary": {"type": "string"}}, "required": ["id", "name", "salary"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name" : "Pradeep", "salary" : "10000"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "salary": {"type": "string"}}, "required": ["id", "name", "salary"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:client_entity": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "materials": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "textures": {"type": "object", "properties": {"default": {"type": "string"}, "damaged": {"type": "string"}}, "required": ["default", "damaged"]}, "geometry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "animations": {"type": "object", "properties": {"look_at_target": {"type": "string"}}, "required": ["look_at_target"]}, "scripts": {"type": "object", "properties": {"animate": {"type": "array", "items": {"type": "string"}}, "pre_animation": {"type": "array", "items": {"type": "string"}}}, "required": ["animate", "pre_animation"]}, "render_controllers": {"type": "array", "items": {"type": "string"}}}, "required": ["identifier", "materials", "textures", "geometry", "animations", "scripts", "render_controllers"]}}, "required": ["description"]}}, "required": ["format_version", "minecraft:client_entity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"format_version" : "1.10.0", "minecraft:client_entity" : {"description" : {"identifier" : "kancolle:aircraft_carrier_princess_armament", "materials" : {"default" : "entity_alphatest"}, "textures" : {"default" : "textures/entity/aircraft_carrier_princess_armament", "damaged" : "textures/entity/aircraft_carrier_princess_armament_damaged"}, "geometry" : {"default" : "geometry.aircraft_carrier_princess_armament"}, "animations" : {"look_at_target" : "animation.common.look_at_target"}, "scripts" : {"animate" : ["look_at_target"], "pre_animation" : ["variable.attack = Math.sin(variable.attack_time * 38.17);", "variable.tcos0 = (math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;"]}, "render_controllers" : ["controller.render.aircraft_carrier_princess_armament"]}}}
json_instruct
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:client_entity": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}, "materials": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "textures": {"type": "object", "properties": {"default": {"type": "string"}, "damaged": {"type": "string"}}, "required": ["default", "damaged"]}, "geometry": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "animations": {"type": "object", "properties": {"look_at_target": {"type": "string"}}, "required": ["look_at_target"]}, "scripts": {"type": "object", "properties": {"animate": {"type": "array", "items": {"type": "string"}}, "pre_animation": {"type": "array", "items": {"type": "string"}}}, "required": ["animate", "pre_animation"]}, "render_controllers": {"type": "array", "items": {"type": "string"}}}, "required": ["identifier", "materials", "textures", "geometry", "animations", "scripts", "render_controllers"]}}, "required": ["description"]}}, "required": ["format_version", "minecraft:client_entity"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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" : 2003, "sex" : "M", "n" : 10, "prop" : 4.76e-06}, {"year" : 2008, "sex" : "M", "n" : 6, "prop" : 2.75e-06}, {"year" : 2009, "sex" : "M", "n" : 9, "prop" : 4.25e-06}, {"year" : 2010, "sex" : "M", "n" : 6, "prop" : 2.92e-06}, {"year" : 2011, "sex" : "M", "n" : 6, "prop" : 2.96e-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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Le Puy-en-Velay", "circ" : "1\u00e8re circonscription", "dpt" : "Haute-Loire", "inscrits" : 6397, "abs" : 3094, "votants" : 3303, "blancs" : 26, "nuls" : 20, "exp" : 3257, "res" : [{"nuance" : "LR", "nom" : "Mme Isabelle VALENTIN", "voix" : 1294}, {"nuance" : "REM", "nom" : "Mme C\u00e9cile GALLIEN", "voix" : 1170}, {"nuance" : "FI", "nom" : "Mme Martine DEJEAN", "voix" : 306}, {"nuance" : "FN", "nom" : "M. Fabien ALBERTINI", "voix" : 148}, {"nuance" : "ECO", "nom" : "Mme Anne BADIAN-LHERMET", "voix" : 102}, {"nuance" : "SOC", "nom" : "M. Fabrice FARISON", "voix" : 82}, {"nuance" : "DVG", "nom" : "M. Yves PRAT", "voix" : 74}, {"nuance" : "ECO", "nom" : "M. Philippe COCHET", "voix" : 35}, {"nuance" : "DLF", "nom" : "M. Gabriel CARDAIRE", "voix" : 20}, {"nuance" : "DIV", "nom" : "M. Micha\u00ebl MASCLET", "voix" : 19}, {"nuance" : "EXG", "nom" : "M. Pierre MICHALLET", "voix" : 7}, {"nuance" : "DIV", "nom" : "Mme H\u00e9l\u00e8ne DENIS", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"URL" : "https://www.wired.com/1999/05/e-commerce-hole-exposed", "heading" : "e-commerce hole exposed", "subheading" : "security experts have uncovered a hole in e-commerce software from microsoft that can expose sensitive information such as names, addresses, and credit card numbers.", "author" : "wired news report", "category" : "science", "type" : "article", "timestamp" : "05.07.1999 12:00 PM", "text" : "security experts have discovered a flaw in microsoft's popular internet information server software that may expose credit card numbers and other sensitive information. the hole allows remote users to see any text file on a server using microsoft's iis 4.0 software, according to a security advisory issued on friday by l0pht, an independent internet security firm.l0pht said that companies using the e-commerce system to store credit card numbers and sensitive customer details like shipping addresses and transaction logs as text files are at risk. lopht said iis' shopping cart system stores administrative passwords as vulnerable text files.l0pht traced the problem to a sample application that ships with the software, which fails to perform an adequate security check when a remote user asks for a text file. administrators can fix the problem by changing the security settings, l0pht said."}
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dedicatedCloud_move_ip_title": {"type": "string"}, "dedicatedCloud_move_ip_description": {"type": "string"}, "dedicatedCloud_move_ip_select_ip": {"type": "string"}, "dedicatedCloud_move_ip_select_target": {"type": "string"}, "dedicatedCloud_move_ip_select_next_hop": {"type": "string"}, "dedicatedCloud_move_ip_option_hostingReseller": {"type": "string"}, "dedicatedCloud_move_ip_option_dedicatedServer": {"type": "string"}, "dedicatedCloud_move_ip_option_dedicatedCloud": {"type": "string"}, "dedicatedCloud_move_ip_option_vps": {"type": "string"}, "dedicatedCloud_move_ip_option_cloudProject": {"type": "string"}, "dedicatedCloud_move_ip_option_ipLoadbalancing": {"type": "string"}, "dedicatedCloud_move_ip_cancel": {"type": "string"}, "dedicatedCloud_move_ip_confirm": {"type": "string"}, "dedicatedCloud_move_ip_error": {"type": "string"}, "dedicatedCloud_move_ip_success": {"type": "string"}}, "required": ["dedicatedCloud_move_ip_title", "dedicatedCloud_move_ip_description", "dedicatedCloud_move_ip_select_ip", "dedicatedCloud_move_ip_select_target", "dedicatedCloud_move_ip_select_next_hop", "dedicatedCloud_move_ip_option_hostingReseller", "dedicatedCloud_move_ip_option_dedicatedServer", "dedicatedCloud_move_ip_option_dedicatedCloud", "dedicatedCloud_move_ip_option_vps", "dedicatedCloud_move_ip_option_cloudProject", "dedicatedCloud_move_ip_option_ipLoadbalancing", "dedicatedCloud_move_ip_cancel", "dedicatedCloud_move_ip_confirm", "dedicatedCloud_move_ip_error", "dedicatedCloud_move_ip_success"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dedicatedCloud_move_ip_title" : "Diesen IP-Block mit einem anderen Dienst verbinden", "dedicatedCloud_move_ip_description" : "Sie k\u00f6nnen einen bereits bestellten IP-Block einem anderen kompatiblen Dienst zuweisen. Diese Dienste werden nach Relevanz, Geolokalisierung und Rechenzentren gefiltert.", "dedicatedCloud_move_ip_select_ip" : "W\u00e4hlen Sie den IP-Block aus, den Sie verschieben m\u00f6chten:", "dedicatedCloud_move_ip_select_target" : "W\u00e4hlen Sie den Dienst aus, zu dem Ihr IP-Block migriert werden soll:", "dedicatedCloud_move_ip_select_next_hop" : "W\u00e4hlen Sie den Nexthop (n\u00e4chstgelegenen Router) f\u00fcr Ihren Zieldienst aus:", "dedicatedCloud_move_ip_option_hostingReseller" : "Hosting Reseller", "dedicatedCloud_move_ip_option_dedicatedServer" : "Dedicated Server", "dedicatedCloud_move_ip_option_dedicatedCloud" : "Dedicated Cloud", "dedicatedCloud_move_ip_option_vps" : "VPS", "dedicatedCloud_move_ip_option_cloudProject" : "Cloud Projekt", "dedicatedCloud_move_ip_option_ipLoadbalancing" : "Loadbalancing-IP", "dedicatedCloud_move_ip_cancel" : "Abbrechen", "dedicatedCloud_move_ip_confirm" : "Best\u00e4tigen", "dedicatedCloud_move_ip_error" : "Beim Versuch, den IP-Block {{ipBlock}} mit der Dienstleistung {{service}} zu verbinden, ist ein Fehler aufgetreten: {{ message }}", "dedicatedCloud_move_ip_success" : "Der IP-Block {{ipBlock}} wird gerade dem Dienst {{service}} zugewiesen."}
json_instruct
{"type": "object", "properties": {"dedicatedCloud_move_ip_title": {"type": "string"}, "dedicatedCloud_move_ip_description": {"type": "string"}, "dedicatedCloud_move_ip_select_ip": {"type": "string"}, "dedicatedCloud_move_ip_select_target": {"type": "string"}, "dedicatedCloud_move_ip_select_next_hop": {"type": "string"}, "dedicatedCloud_move_ip_option_hostingReseller": {"type": "string"}, "dedicatedCloud_move_ip_option_dedicatedServer": {"type": "string"}, "dedicatedCloud_move_ip_option_dedicatedCloud": {"type": "string"}, "dedicatedCloud_move_ip_option_vps": {"type": "string"}, "dedicatedCloud_move_ip_option_cloudProject": {"type": "string"}, "dedicatedCloud_move_ip_option_ipLoadbalancing": {"type": "string"}, "dedicatedCloud_move_ip_cancel": {"type": "string"}, "dedicatedCloud_move_ip_confirm": {"type": "string"}, "dedicatedCloud_move_ip_error": {"type": "string"}, "dedicatedCloud_move_ip_success": {"type": "string"}}, "required": ["dedicatedCloud_move_ip_title", "dedicatedCloud_move_ip_description", "dedicatedCloud_move_ip_select_ip", "dedicatedCloud_move_ip_select_target", "dedicatedCloud_move_ip_select_next_hop", "dedicatedCloud_move_ip_option_hostingReseller", "dedicatedCloud_move_ip_option_dedicatedServer", "dedicatedCloud_move_ip_option_dedicatedCloud", "dedicatedCloud_move_ip_option_vps", "dedicatedCloud_move_ip_option_cloudProject", "dedicatedCloud_move_ip_option_ipLoadbalancing", "dedicatedCloud_move_ip_cancel", "dedicatedCloud_move_ip_confirm", "dedicatedCloud_move_ip_error", "dedicatedCloud_move_ip_success"], "$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"}, "api_version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "product": {"type": "string"}, "shortname": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"socket.io-client": {"type": "string"}, "zlibjs": {"type": "string"}}, "required": ["socket.io-client", "zlibjs"]}}, "required": ["name", "version", "api_version", "keywords", "manufacturer", "product", "shortname", "homepage", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vistream-online", "version" : "1.0.0", "api_version" : "1.0.0", "keywords" : ["ViStream", "streaming", "platform"], "manufacturer" : "ViStream", "product" : "online", "shortname" : "vistream", "homepage" : "https://www.vistream.online", "description" : "Streaming platform for events, conferences and more.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "ViStream GmbH", "license" : "MIT", "dependencies" : {"socket.io-client" : "3.1.0", "zlibjs" : "0.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "api_version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "product": {"type": "string"}, "shortname": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"socket.io-client": {"type": "string"}, "zlibjs": {"type": "string"}}, "required": ["socket.io-client", "zlibjs"]}}, "required": ["name", "version", "api_version", "keywords", "manufacturer", "product", "shortname", "homepage", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}, "required": ["face1", "face2"]}}, "required": ["model", "textures"]}, "variants": {"type": "object", "properties": {"rotation": {"type": "object", "properties": {"0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["0", "1", "2", "3"]}, "x": {"type": "object", "properties": {"true": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "false": {"type": "object", "properties": {}, "required": []}}, "required": ["true", "false"]}, "broken": {"type": "object", "properties": {"true": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}, "required": ["face1", "face2"]}}, "required": ["textures"]}, "false": {"type": "object", "properties": {}, "required": []}}, "required": ["true", "false"]}}, "required": ["rotation", "x", "broken"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"forge_marker" : 1, "defaults" : {"model" : "tetra:forged_vent0", "textures" : {"face1" : "tetra:blocks/forged_vent1", "face2" : "tetra:blocks/forged_vent2"}}, "variants" : {"rotation" : {"0" : {"model" : "tetra:block/forged_vent0"}, "1" : {"model" : "tetra:block/forged_vent1"}, "2" : {"model" : "tetra:block/forged_vent2"}, "3" : {"model" : "tetra:block/forged_vent3"}}, "x" : {"true" : {"y" : 270}, "false" : {}}, "broken" : {"true" : {"textures" : {"face1" : "tetra:blocks/forged_vent1_broken", "face2" : "tetra:blocks/forged_vent2_broken"}}, "false" : {}}}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}, "required": ["face1", "face2"]}}, "required": ["model", "textures"]}, "variants": {"type": "object", "properties": {"rotation": {"type": "object", "properties": {"0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["0", "1", "2", "3"]}, "x": {"type": "object", "properties": {"true": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "false": {"type": "object", "properties": {}, "required": []}}, "required": ["true", "false"]}, "broken": {"type": "object", "properties": {"true": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"face1": {"type": "string"}, "face2": {"type": "string"}}, "required": ["face1", "face2"]}}, "required": ["textures"]}, "false": {"type": "object", "properties": {}, "required": []}}, "required": ["true", "false"]}}, "required": ["rotation", "x", "broken"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "rootDir": {"type": "string"}, "baseUrl": {"type": "string"}, "experimentalDecorators": {"type": "boolean"}}, "required": ["target", "module", "moduleResolution", "lib", "sourceMap", "rootDir", "baseUrl", "experimentalDecorators"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"target" : "es2017", "module" : "es2015", "moduleResolution" : "node", "lib" : ["esnext.array", "esnext", "es2017", "dom"], "sourceMap" : false, "rootDir" : "./", "baseUrl" : "./node_modules", "experimentalDecorators" : true}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "rootDir": {"type": "string"}, "baseUrl": {"type": "string"}, "experimentalDecorators": {"type": "boolean"}}, "required": ["target", "module", "moduleResolution", "lib", "sourceMap", "rootDir", "baseUrl", "experimentalDecorators"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "system_name", "description" : "CI-Release environment"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210112007", "text" : "\u82f1\u8fbe\u8857\u9053"}, {"id" : "210112009", "text" : "\u4e1c\u6e56\u8857\u9053"}, {"id" : "210112010", "text" : "\u4e94\u4e09\u8857\u9053"}, {"id" : "210112012", "text" : "\u6d51\u6cb3\u7ad9\u4e1c\u8857\u9053"}, {"id" : "210112014", "text" : "\u9ad8\u574e\u8857\u9053"}, {"id" : "210112015", "text" : "\u6ee1\u5802\u8857\u9053"}, {"id" : "210112016", "text" : "\u6df1\u4e95\u5b50\u8857\u9053"}, {"id" : "210112017", "text" : "\u795d\u5bb6\u8857\u9053"}, {"id" : "210112018", "text" : "\u767d\u5854\u8857\u9053"}, {"id" : "210112019", "text" : "\u6843\u4ed9\u8857\u9053"}, {"id" : "210112020", "text" : "\u674e\u76f8\u8857\u9053"}, {"id" : "210112021", "text" : "\u8425\u57ce\u5b50\u8857\u9053"}, {"id" : "210112022", "text" : "\u6c6a\u5bb6\u8857\u9053"}, {"id" : "210112023", "text" : "\u738b\u6ee8\u8857\u9053"}, {"id" : "210112024", "text" : "\u671b\u6ee8\u8857\u9053"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseUrl": {"type": "string"}, "view": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babelify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-banner": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mkdir": {"type": "string"}, "grunt-nuget": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-template": {"type": "string"}, "grunt-umbraco-package": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-sass": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "babelify", "grunt", "grunt-banner", "grunt-browserify", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-jshint", "grunt-contrib-watch", "grunt-mkdir", "grunt-nuget", "grunt-sass", "grunt-template", "grunt-umbraco-package", "load-grunt-tasks", "node-sass", "time-grunt"]}}, "required": ["name", "version", "url", "description", "license", "licenseUrl", "view", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "stately", "version" : "2.0.0", "url" : "http://our.umbraco.org/projects/developer-tools/my-awesome-package", "description" : "Tree-state icons for Umbraco 8", "license" : "MIT", "licenseUrl" : "https://opensource.org/licenses/MIT", "view" : "~/app_plugins/stately/backoffice/views/view.html", "author" : {"name" : "Nathan Woulfe", "email" : "nathan@nathanw.com.au", "url" : "http://www.nathanw.com.au"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-env" : "^1.7.0", "babelify" : "^10.0.0", "grunt" : "^1.0.2", "grunt-banner" : "*", "grunt-browserify" : "^5.3.0", "grunt-contrib-clean" : "*", "grunt-contrib-concat" : "*", "grunt-contrib-copy" : "*", "grunt-contrib-cssmin" : "*", "grunt-contrib-jshint" : "*", "grunt-contrib-watch" : "^1.1.0", "grunt-mkdir" : "*", "grunt-nuget" : "*", "grunt-sass" : "^3.0.2", "grunt-template" : "*", "grunt-umbraco-package" : "^1.0.0", "load-grunt-tasks" : "^5.1.0", "node-sass" : "^4.11.0", "time-grunt" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "licenseUrl": {"type": "string"}, "view": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babelify": {"type": "string"}, "grunt": {"type": "string"}, "grunt-banner": {"type": "string"}, "grunt-browserify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mkdir": {"type": "string"}, "grunt-nuget": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-template": {"type": "string"}, "grunt-umbraco-package": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-sass": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "babelify", "grunt", "grunt-banner", "grunt-browserify", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-jshint", "grunt-contrib-watch", "grunt-mkdir", "grunt-nuget", "grunt-sass", "grunt-template", "grunt-umbraco-package", "load-grunt-tasks", "node-sass", "time-grunt"]}}, "required": ["name", "version", "url", "description", "license", "licenseUrl", "view", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "otr", "version" : "0.2.7", "main" : "build/otr.js", "ignore" : ["**/.*", "node_modules"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Luc\u00e9", "circ" : "3\u00e8me circonscription", "dpt" : "Eure-et-Loir", "inscrits" : 9862, "abs" : 6112, "votants" : 3750, "blancs" : 234, "nuls" : 114, "exp" : 3402, "res" : [{"nuance" : "RDG", "nom" : "M. Harold HUWART", "voix" : 1951}, {"nuance" : "LR", "nom" : "Mme Laure DE LA RAUDIERE", "voix" : 1451}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "VTANR5L15V2061", "code_type_vote" : "SPO", "libelle_type_vote" : "scrutin public ordinaire", "demandeur" : "Pr\u00e9sident du groupe \"Libert\u00e9s et Territoires\"", "libelle" : "l'amendement n\u00b0 22 de Mme Fr\u00e9d\u00e9rique Dumas \u00e0 l'article premier du projet de loi relatif \u00e0 la modernisation de la distribution de la presse (premi\u00e8re lecture).", "nb_votants" : "46", "date" : "2019-07-23"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "my-vpc"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}}, "required": ["label"]}, "$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"}, "temperature": {"type": "number"}, "amount": {"type": "number"}, "viscosity": {"type": "number"}, "effect": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "description", "temperature", "amount", "viscosity", "effect", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Compressionized Unit", "description" : "Some kind of ground type liquid that's almost transparent.", "temperature" : 0.65, "amount" : 0.5, "viscosity" : 0.6, "effect" : "melting", "color" : "FFFFFF80"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "temperature": {"type": "number"}, "amount": {"type": "number"}, "viscosity": {"type": "number"}, "effect": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "description", "temperature", "amount", "viscosity", "effect", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "perit:block/cracked_light_grey_terracotta_briquettes"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"reporterEnabled": {"type": "string"}}, "required": ["reporterEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reporterEnabled" : "spec,mocha-allure-reporter"}
json_instruct
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}}, "required": ["reporterEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "142.93.169.12.nip.io", "min_cert_id" : 962413253, "min_entry_timestamp" : "2018-11-20T17:46:04.107", "not_before" : "2018-11-20T16:46:04", "not_after" : "2019-02-18T16:46:04"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["query", "authentication", "sales", "offer", "productService", "case", "order", "intelligence", "history"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["#pokecube:pokemob_held", "#pokecube_legends:legends_bagable", "#pokecube:pokemob_food", "#pokecube:pokemob_fossils", "#pokecube:pokecubes", "pokecube:revive", "pokecube:repel"]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}, "client_id": {"type": "string"}, "auth_uri": {"type": "string"}, "token_uri": {"type": "string"}, "auth_provider_x509_cert_url": {"type": "string"}, "client_x509_cert_url": {"type": "string"}}, "required": ["type", "project_id", "private_key_id", "private_key", "client_email", "client_id", "auth_uri", "token_uri", "auth_provider_x509_cert_url", "client_x509_cert_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "service_account", "project_id" : "access-provisioning", "private_key_id" : "XXXXXXXXXXXXXX", "private_key" : "-----BEGIN PRIVATE KEY-----\nXXXXXXXXX\nXXXXXXXXX\nXXXXXXXXX\nXXXXXXXXX=\n-----END PRIVATE KEY-----\n", "client_email" : "dispatch@access-provisioning.iam.gserviceaccount.com", "client_id" : "XXXXXXXXXXXXXX", "auth_uri" : "https://accounts.google.com/o/oauth2/auth", "token_uri" : "XXXXXXXXXXXXXX", "auth_provider_x509_cert_url" : "XXXXXXXXXXXXXX", "client_x509_cert_url" : "XXXXXXXXXXXXXX"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "project_id": {"type": "string"}, "private_key_id": {"type": "string"}, "private_key": {"type": "string"}, "client_email": {"type": "string"}, "client_id": {"type": "string"}, "auth_uri": {"type": "string"}, "token_uri": {"type": "string"}, "auth_provider_x509_cert_url": {"type": "string"}, "client_x509_cert_url": {"type": "string"}}, "required": ["type", "project_id", "private_key_id", "private_key", "client_email", "client_id", "auth_uri", "token_uri", "auth_provider_x509_cert_url", "client_x509_cert_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "SINDRI", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"an10.81:0.1": {"type": "string"}, "an10.81:0.2": {"type": "string"}, "an10.81:0.3": {"type": "string"}, "an10.81:1.1": {"type": "string"}, "an10.81:1.2": {"type": "string"}, "an10.81:1.3": {"type": "string"}, "an10.81:2.1": {"type": "string"}, "an10.81:2.2": {"type": "string"}, "an10.81:2.3": {"type": "string"}, "an10.81:2.4": {"type": "string"}, "an10.81:2.5": {"type": "string"}, "an10.81:2.6": {"type": "string"}, "an10.81:2.7": {"type": "string"}, "an10.81:2.8": {"type": "string"}, "an10.81:2.9": {"type": "string"}, "an10.81:2.10": {"type": "string"}, "an10.81:2.11": {"type": "string"}, "an10.81:2.12": {"type": "string"}, "an10.81:2.13": {"type": "string"}, "an10.81:2.14": {"type": "string"}, "an10.81:2.15": {"type": "string"}}, "required": ["an10.81:0.1", "an10.81:0.2", "an10.81:0.3", "an10.81:1.1", "an10.81:1.2", "an10.81:1.3", "an10.81:2.1", "an10.81:2.2", "an10.81:2.3", "an10.81:2.4", "an10.81:2.5", "an10.81:2.6", "an10.81:2.7", "an10.81:2.8", "an10.81:2.9", "an10.81:2.10", "an10.81:2.11", "an10.81:2.12", "an10.81:2.13", "an10.81:2.14", "an10.81:2.15"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an10.81:0.1" : "A\u1e45guttara Nik\u0101ya 10 ", "an10.81:0.2" : "9. Theravagga ", "an10.81:0.3" : "81. V\u0101hanasutta ", "an10.81:1.1" : "Eka\u1e41 samaya\u1e41 bhagav\u0101 camp\u0101ya\u1e41 viharati gaggar\u0101ya pokkhara\u1e47iy\u0101 t\u012bre. ", "an10.81:1.2" : "Atha kho \u0101yasm\u0101 v\u0101hano yena bhagav\u0101 tenupasa\u1e45kami; upasa\u1e45kamitv\u0101 bhagavanta\u1e41 abhiv\u0101detv\u0101 ekamanta\u1e41 nis\u012bdi. Ekamanta\u1e41 nisinno kho \u0101yasm\u0101 v\u0101hano bhagavanta\u1e41 etadavoca: ", "an10.81:1.3" : "\u201ckatihi nu kho, bhante, dhammehi tath\u0101gato nissa\u1e6do visa\u1e41yutto vippamutto vimariy\u0101d\u012bkatena cetas\u0101 viharat\u012b\u201dti? ", "an10.81:2.1" : "\u201cDasahi kho, v\u0101hana, dhammehi tath\u0101gato nissa\u1e6do visa\u1e41yutto vippamutto vimariy\u0101d\u012bkatena cetas\u0101 viharati. ", "an10.81:2.2" : "Katamehi dasahi? ", "an10.81:2.3" : "R\u016bpena kho, v\u0101hana, tath\u0101gato nissa\u1e6do visa\u1e41yutto vippamutto vimariy\u0101d\u012bkatena cetas\u0101 viharati, ", "an10.81:2.4" : "vedan\u0101ya kho, v\u0101hana \u2026pe\u2026 ", "an10.81:2.5" : "sa\u00f1\u00f1\u0101ya kho, v\u0101hana \u2026 ", "an10.81:2.6" : "sa\u1e45kh\u0101rehi kho, v\u0101hana \u2026 ", "an10.81:2.7" : "vi\u00f1\u00f1\u0101\u1e47ena kho, v\u0101hana \u2026 ", "an10.81:2.8" : "j\u0101tiy\u0101 kho, v\u0101hana \u2026 ", "an10.81:2.9" : "jar\u0101ya kho, v\u0101hana \u2026 ", "an10.81:2.10" : "mara\u1e47ena kho, v\u0101hana \u2026 ", "an10.81:2.11" : "dukkhehi kho, v\u0101hana \u2026 ", "an10.81:2.12" : "kilesehi kho, v\u0101hana, tath\u0101gato nissa\u1e6do visa\u1e41yutto vippamutto vimariy\u0101d\u012bkatena cetas\u0101 viharati. ", "an10.81:2.13" : "Seyyath\u0101pi, v\u0101hana, uppala\u1e41 v\u0101 paduma\u1e41 v\u0101 pu\u1e47\u1e0dar\u012bka\u1e41 v\u0101 udake j\u0101ta\u1e41 udake sa\u1e41va\u1e0d\u1e0dha\u1e41 udak\u0101 paccuggamma \u1e6dhita\u1e41 anupalitta\u1e41 udakena; ", "an10.81:2.14" : "evameva\u1e41 kho, v\u0101hana, imehi dasahi dhammehi tath\u0101gato nissa\u1e6do visa\u1e41yutto vippamutto vimariy\u0101d\u012bkatena cetas\u0101 viharat\u012b\u201dti. ", "an10.81:2.15" : "Pa\u1e6dhama\u1e41. "}
json_instruct
{"type": "object", "properties": {"an10.81:0.1": {"type": "string"}, "an10.81:0.2": {"type": "string"}, "an10.81:0.3": {"type": "string"}, "an10.81:1.1": {"type": "string"}, "an10.81:1.2": {"type": "string"}, "an10.81:1.3": {"type": "string"}, "an10.81:2.1": {"type": "string"}, "an10.81:2.2": {"type": "string"}, "an10.81:2.3": {"type": "string"}, "an10.81:2.4": {"type": "string"}, "an10.81:2.5": {"type": "string"}, "an10.81:2.6": {"type": "string"}, "an10.81:2.7": {"type": "string"}, "an10.81:2.8": {"type": "string"}, "an10.81:2.9": {"type": "string"}, "an10.81:2.10": {"type": "string"}, "an10.81:2.11": {"type": "string"}, "an10.81:2.12": {"type": "string"}, "an10.81:2.13": {"type": "string"}, "an10.81:2.14": {"type": "string"}, "an10.81:2.15": {"type": "string"}}, "required": ["an10.81:0.1", "an10.81:0.2", "an10.81:0.3", "an10.81:1.1", "an10.81:1.2", "an10.81:1.3", "an10.81:2.1", "an10.81:2.2", "an10.81:2.3", "an10.81:2.4", "an10.81:2.5", "an10.81:2.6", "an10.81:2.7", "an10.81:2.8", "an10.81:2.9", "an10.81:2.10", "an10.81:2.11", "an10.81:2.12", "an10.81:2.13", "an10.81:2.14", "an10.81:2.15"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "subblock": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_isa", "subblock", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "passport-other", "_isa" : "option:other", "subblock" : "abduction_passport-other_details", "value" : "yes"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}, "subblock": {"type": "string"}, "value": {"type": "string"}}, "required": ["_id", "_isa", "subblock", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "builds": {"type": "object", "properties": {"rednose-grid": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}, "rednose-grid-select": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}}, "required": ["rednose-grid", "rednose-grid-select"]}}, "required": ["name", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rednose-grid", "builds" : {"rednose-grid" : {"jsfiles" : ["grid.js"]}, "rednose-grid-select" : {"jsfiles" : ["js/extensions/grid-select.js"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "builds": {"type": "object", "properties": {"rednose-grid": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}, "rednose-grid-select": {"type": "object", "properties": {"jsfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["jsfiles"]}}, "required": ["rednose-grid", "rednose-grid-select"]}}, "required": ["name", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"run": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "description": {"type": "string"}, "lib": {"type": "string"}, "postInstall": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "gRPCSupport": {"type": "boolean"}, "lspLangId": {"type": "string"}, "init": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "version": {"type": "string"}, "gaugeVersionSupport": {"type": "object", "properties": {"minimum": {"type": "string"}, "maximum": {"type": "string"}}, "required": ["minimum", "maximum"]}, "install": {"type": "object", "properties": {"windows": {"type": "array", "items": {}}, "darwin": {"type": "array", "items": {}}, "linux": {"type": "array", "items": {}}}, "required": ["windows", "darwin", "linux"]}, "id": {"type": "string"}}, "required": ["run", "description", "lib", "postInstall", "gRPCSupport", "lspLangId", "init", "version", "gaugeVersionSupport", "install", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"run" : {"windows" : ["index.bat", "--start"], "darwin" : ["./index.js", "--start"], "linux" : ["./index.js", "--start"]}, "description" : "Javascript support for gauge", "lib" : "libs", "postInstall" : {"windows" : ["npm", "install", "--production", "--silent"], "darwin" : ["npm", "install", "--production", "--silent"], "linux" : ["npm", "install", "--production", "--silent"]}, "gRPCSupport" : true, "lspLangId" : "javascript", "init" : {"windows" : ["index.bat", "--init"], "darwin" : ["./index.js", "--init"], "linux" : ["./index.js", "--init"]}, "version" : "2.3.17", "gaugeVersionSupport" : {"minimum" : "1.0.7", "maximum" : ""}, "install" : {"windows" : [], "darwin" : [], "linux" : []}, "id" : "js"}
json_instruct
{"type": "object", "properties": {"run": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "description": {"type": "string"}, "lib": {"type": "string"}, "postInstall": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "gRPCSupport": {"type": "boolean"}, "lspLangId": {"type": "string"}, "init": {"type": "object", "properties": {"windows": {"type": "array", "items": {"type": "string"}}, "darwin": {"type": "array", "items": {"type": "string"}}, "linux": {"type": "array", "items": {"type": "string"}}}, "required": ["windows", "darwin", "linux"]}, "version": {"type": "string"}, "gaugeVersionSupport": {"type": "object", "properties": {"minimum": {"type": "string"}, "maximum": {"type": "string"}}, "required": ["minimum", "maximum"]}, "install": {"type": "object", "properties": {"windows": {"type": "array", "items": {}}, "darwin": {"type": "array", "items": {}}, "linux": {"type": "array", "items": {}}}, "required": ["windows", "darwin", "linux"]}, "id": {"type": "string"}}, "required": ["run", "description", "lib", "postInstall", "gRPCSupport", "lspLangId", "init", "version", "gaugeVersionSupport", "install", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "file": {"type": "string"}}, "required": ["title", "file"]}}}, "required": ["section", "files"]}}}, "required": ["sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sections" : [{"section" : "overview", "files" : [{"title" : "Introduction to Zipkin", "file" : "readme.md"}]}, {"section" : "guides", "files" : [{"title" : "An Introduction to Distributed Application Logging with Zipkin", "file" : "zipkin-an-introduction.md"}, {"title" : "Instrumenting a Distributed Application with Zipkin", "file" : "instrumenting-a-distributed-application-with-zipkin.md"}]}]}
json_instruct
{"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "file": {"type": "string"}}, "required": ["title", "file"]}}}, "required": ["section", "files"]}}}, "required": ["sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130581104201", "text" : "\u6bb5\u4e00\u6751\u59d4\u4f1a"}, {"id" : "130581104202", "text" : "\u6bb5\u4e8c\u6751\u59d4\u4f1a"}, {"id" : "130581104203", "text" : "\u6bb5\u4e09\u6751\u59d4\u4f1a"}, {"id" : "130581104204", "text" : "\u6bb5\u56db\u6751\u59d4\u4f1a"}, {"id" : "130581104205", "text" : "\u897f\u5f20\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104206", "text" : "\u51c9\u5206\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104207", "text" : "\u79e6\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104208", "text" : "\u897f\u5eb7\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104209", "text" : "\u9c81\u4e49\u5be8\u6751\u59d4\u4f1a"}, {"id" : "130581104210", "text" : "\u5357\u5f20\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104211", "text" : "\u738b\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104212", "text" : "\u548c\u751f\u5e97\u6751\u59d4\u4f1a"}, {"id" : "130581104213", "text" : "\u524d\u548c\u751f\u6751\u59d4\u4f1a"}, {"id" : "130581104214", "text" : "\u540e\u548c\u751f\u6751\u59d4\u4f1a"}, {"id" : "130581104215", "text" : "\u674e\u548c\u751f\u6751\u59d4\u4f1a"}, {"id" : "130581104216", "text" : "\u8d75\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104217", "text" : "\u5f90\u9a6c\u5be8\u6751\u59d4\u4f1a"}, {"id" : "130581104218", "text" : "\u9752\u6768\u5be8\u6751\u59d4\u4f1a"}, {"id" : "130581104219", "text" : "\u5317\u5c0f\u516d\u6751\u59d4\u4f1a"}, {"id" : "130581104220", "text" : "\u4e1c\u5b59\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104221", "text" : "\u5357\u5c0f\u516d\u6751\u59d4\u4f1a"}, {"id" : "130581104222", "text" : "\u738b\u5c14\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104223", "text" : "\u9a6c\u5c14\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104224", "text" : "\u4e09\u5b98\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "130581104225", "text" : "\u7fdf\u56fa\u5be8\u6751\u59d4\u4f1a"}, {"id" : "130581104226", "text" : "\u5b89\u5b50\u7a9d\u6751\u59d4\u4f1a"}, {"id" : "130581104227", "text" : "\u9a6c\u6cb3\u6daf\u6751\u59d4\u4f1a"}, {"id" : "130581104228", "text" : "\u4e1c\u5bc6\u4e95\u6751\u59d4\u4f1a"}, {"id" : "130581104229", "text" : "\u897f\u5bc6\u4e95\u6751\u59d4\u4f1a"}, {"id" : "130581104230", "text" : "\u9676\u5bb6\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "130581104231", "text" : "\u8463\u5bb6\u5e99\u6751\u59d4\u4f1a"}, {"id" : "130581104232", "text" : "\u674e\u5bb6\u6751\u6751\u59d4\u4f1a"}, {"id" : "130581104233", "text" : "\u60ac\u7a7a\u6751\u6751\u59d4\u4f1a"}, {"id" : "130581104234", "text" : "\u8881\u5bb6\u6751\u6751\u59d4\u4f1a"}, {"id" : "130581104235", "text" : "\u90b9\u5bb6\u6751\u6751\u59d4\u4f1a"}, {"id" : "130581104236", "text" : "\u897f\u738b\u6392\u6751\u59d4\u4f1a"}, {"id" : "130581104237", "text" : "\u4e1c\u738b\u6392\u6751\u59d4\u4f1a"}, {"id" : "130581104238", "text" : "\u4e07\u6237\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104239", "text" : "\u77f3\u5bb6\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "130581104240", "text" : "\u5510\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104241", "text" : "\u9a6c\u5bb6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "130581104242", "text" : "\u8463\u5bb6\u6751\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 535, Manila, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.manila.barangay-535", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "12", "region_reference" : "141", "region_name" : "National Capital Region", "province_id" : "47", "province_reference" : "47", "province_name" : "Metropolitan Manila", "city_id" : "814", "city_reference" : "955", "city_name" : "Manila", "barangay_id" : "23275", "barangay_reference" : "24901", "barangay_name" : "Barangay 535"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.99884, 14.61268], [120.999207, 14.611601], [120.998703, 14.61145], [120.998558, 14.61176], [120.998459, 14.612], [120.998283, 14.612241], [120.998192, 14.612491], [120.998306, 14.612511], [120.99884, 14.61268]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 14799437, "name" : "Infernoid Onuncu", "is_illegal" : false, "is_custom" : false, "text" : "Cannot be Normal Summoned/Set. Must be Special Summoned (from your hand or Graveyard) by banishing 3 \"Infernoid\" monsters from your hand or Graveyard while the total Levels and Ranks of all Effect Monsters you control are 8 or lower, and cannot be Special Summoned by other ways. When this card is Special Summoned: You can destroy all other monsters on the field. Once per turn, during either player's turn, when a Spell/Trap Card or effect is activated: You can Tribute 1 monster; negate the activation, and if you do, banish that card.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/14799437.jpg"], "type" : "Monster", "attribute" : "FIRE", "atk" : 3000, "species" : "Fiend", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 3000, "level" : 10, "is_tuner" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"flags": {"type": "object", "properties": {"logLevel": {"type": "integer"}}, "required": ["logLevel"]}}, "required": ["flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"flags" : {"logLevel" : 3}}
json_instruct
{"type": "object", "properties": {"flags": {"type": "object", "properties": {"logLevel": {"type": "integer"}}, "required": ["logLevel"]}}, "required": ["flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"CONFIG_VERSION": {"type": "integer"}, "modules": {"type": "object", "properties": {"Natura TE4 Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura MFR Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura Thaumcraft Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura FMP Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura NEI Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura Waila Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura TreeCapitator Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}}, "required": ["Natura TE4 Compatibility", "Natura MFR Compatibility", "Natura Thaumcraft Compatibility", "Natura FMP Compatibility", "Natura NEI Compatibility", "Natura Waila Compatibility", "Natura TreeCapitator Compatibility"]}}, "required": ["CONFIG_VERSION", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CONFIG_VERSION" : 1, "modules" : {"Natura TE4 Compatibility" : {"enabled" : true}, "Natura MFR Compatibility" : {"enabled" : true}, "Natura Thaumcraft Compatibility" : {"enabled" : true}, "Natura FMP Compatibility" : {"enabled" : true}, "Natura NEI Compatibility" : {"enabled" : true}, "Natura Waila Compatibility" : {"enabled" : true}, "Natura TreeCapitator Compatibility" : {"enabled" : true}}}
json_instruct
{"type": "object", "properties": {"CONFIG_VERSION": {"type": "integer"}, "modules": {"type": "object", "properties": {"Natura TE4 Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura MFR Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura Thaumcraft Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura FMP Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura NEI Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura Waila Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "Natura TreeCapitator Compatibility": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}}, "required": ["Natura TE4 Compatibility", "Natura MFR Compatibility", "Natura Thaumcraft Compatibility", "Natura FMP Compatibility", "Natura NEI Compatibility", "Natura Waila Compatibility", "Natura TreeCapitator Compatibility"]}}, "required": ["CONFIG_VERSION", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", "core.min.js", "library.js", "library.min.js", "shim.js", "shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"core.js" : "sha256-AEGU5izNPUCcgLmQ4vkQClwHf+cqgfEmx5QcepV4yjQ=", "core.min.js" : "sha256-RZjg+neKUhiQysT0UIrh9JB/rM8W/HjTaIpKWs2GQ+c=", "library.js" : "sha256-t6rqNafqK12O4zOWsFzuU8vo80hQVsva0yNSEnqgarI=", "library.min.js" : "sha256-uC3CmDiizGU42e0W7ROLfOgnjeyVHOI2HPuVd0C+ukA=", "shim.js" : "sha256-1oCc0Pv39BpuAwIzec6FX5YvXxCKgEIjj2krqT5wb5E=", "shim.min.js" : "sha256-X7Q3s0JtJeAJgKLmRorqqXML/kTM12AyiUA+zs6tEmo="}
json_instruct
{"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", "core.min.js", "library.js", "library.min.js", "shim.js", "shim.min.js"], "$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"}, "auth": {"type": "string"}, "api": {"type": "string"}, "description": {"type": "string"}, "source-url": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "source": {"type": "string"}, "bugtracker": {"type": "string"}}, "required": ["email", "source", "bugtracker"]}, "perl": {"type": "string"}, "resources": {"type": "array", "items": {}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "test-depends": {"type": "array", "items": {"type": "string"}}, "provides": {"type": "object", "properties": {"App::ModuleSnap": {"type": "string"}}, "required": ["App::ModuleSnap"]}, "authors": {"type": "array", "items": {"type": "string"}}, "meta-version": {"type": "string"}}, "required": ["name", "version", "auth", "api", "description", "source-url", "support", "perl", "resources", "build-depends", "depends", "tags", "license", "test-depends", "provides", "authors", "meta-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "App::ModuleSnap", "version" : "0.0.12", "auth" : "github:jonathanstowe", "api" : "1.0", "description" : "Take a snapshot of the installed modules for later reinstallation", "source-url" : "git://github.com/jonathanstowe/App-ModuleSnap.git", "support" : {"email" : "jns+gh@gellyfish.co.uk", "source" : "git://github.com/jonathanstowe/App-ModuleSnap.git", "bugtracker" : "https://github.com/jonathanstowe/App-ModuleSnap/issues"}, "perl" : "6.*", "resources" : [], "build-depends" : [], "depends" : ["JSON::Fast", "META6"], "tags" : ["package", "snapshot", "utility"], "license" : "Artistic-2.0", "test-depends" : ["JSON::Fast"], "provides" : {"App::ModuleSnap" : "lib/App/ModuleSnap.pm"}, "authors" : ["Jonathan Stowe <jns+gh@gellyfish.co.uk>"], "meta-version" : "1"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "auth": {"type": "string"}, "api": {"type": "string"}, "description": {"type": "string"}, "source-url": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "source": {"type": "string"}, "bugtracker": {"type": "string"}}, "required": ["email", "source", "bugtracker"]}, "perl": {"type": "string"}, "resources": {"type": "array", "items": {}}, "build-depends": {"type": "array", "items": {}}, "depends": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "test-depends": {"type": "array", "items": {"type": "string"}}, "provides": {"type": "object", "properties": {"App::ModuleSnap": {"type": "string"}}, "required": ["App::ModuleSnap"]}, "authors": {"type": "array", "items": {"type": "string"}}, "meta-version": {"type": "string"}}, "required": ["name", "version", "auth", "api", "description", "source-url", "support", "perl", "resources", "build-depends", "depends", "tags", "license", "test-depends", "provides", "authors", "meta-version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "0xa8b22e99a0833bd71e6edbc451612c5fae2b0d7c53d7d90a3d5635f58e106930", "parentHash" : "0x5e1d957323f5d4de83bbb7537bb13224c64213d5f6e7d7f5be9d5f1d7dcf2e13", "number" : 79302, "timestamp" : 1439467379, "nonce" : "0x40ade386170e580e", "difficulty" : 2335917668333, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x882dEC39352D0baC3548879651FB0Fc9dED217fd", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "readme", "readmeFilename", "dependencies", "devDependencies", "optionalDependencies", "engines", "scripts", "bugs", "homepage", "_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "divitolog", "version" : "0.0.7", "description" : "This package performs adhoc logging", "main" : "./lib/index.js", "repository" : {"type" : "git", "url" : "https://github.com/divitoDBA/divitoLOG"}, "keywords" : ["divitoLOG"], "author" : {"name" : "Daniel Vukasovich"}, "readme" : "# Performs adhoc login style.", "readmeFilename" : "README.md", "dependencies" : {"chai" : "^3.5.0", "mocha" : "^3.2.0"}, "devDependencies" : {"standard" : "^8.6.0"}, "optionalDependencies" : {}, "engines" : {"node" : "*"}, "scripts" : {"test" : "node_modules/.bin/mocha test/test.js"}, "bugs" : {"url" : "https://github.com/divitoDBA/divitoLOG/issues"}, "homepage" : "https://github.com/divitoDBA/divitoLOG", "_id" : "divitoLOG@0.0.7"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "readme", "readmeFilename", "dependencies", "devDependencies", "optionalDependencies", "engines", "scripts", "bugs", "homepage", "_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["kitten-components"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Objective-C" : 94172}
json_instruct
{"type": "object", "properties": {"Objective-C": {"type": "integer"}}, "required": ["Objective-C"], "$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": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K20246": {"type": "string"}}, "required": ["K20246"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00340": {"type": "string"}}, "required": ["rn00340"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "", "definition" : "Hercynine + L-Cysteine + Oxygen <=> S-(Hercyn-2-yl)-L-cysteine S-oxide + H2O", "orthologs" : {"K20246" : "L-histidine Nalpha-methyltransferase / hercynylcysteine S-oxide synthase [EC:2.1.1.44 1.14.99.51]"}, "name" : "hercynine,L-cysteine:oxygen [S-(hercyn-2-yl)-L-cysteine S-oxide-forming]", "product_stoichiometries" : ["1", "1"], "enzymes" : ["1.14.99.51"], "equation" : "C05575 + C00097 + C00007 <=> C20994 + C00001", "glycans" : false, "substrate_stoichiometries" : ["1", "1", "1"], "rpairs" : {}, "entry_id" : "R11014", "pathways" : {"rn00340" : "Histidine metabolism"}, "products" : ["C20994", "C00001"], "substrates" : ["C05575", "C00097", "C00007"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K20246": {"type": "string"}}, "required": ["K20246"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00340": {"type": "string"}}, "required": ["rn00340"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, "scores_total": {"type": "number"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0xca5deff24007a546865fb428ec55ad0e787b146fddcb1f24ac7c90b1ebf67476", "title" : "\u5927\u5bb6\u662f\u5426\u613f\u610f\u4e3a\u6269\u5927PEOPLE\u7684\u5171\u8bc6\u732e\u8ba1\u732e\u7b56\uff1f", "body" : "", "choices" : ["\u6211\u613f\u610f", "\u4e0d\u613f\u610f"], "start" : 1638633600, "end" : 1638720000, "type" : "single-choice", "scores" : [3361169.713293513, 0], "scores_total" : 3361169.713293513, "scores_state" : "final", "scores_updated" : 1638720014, "snapshot" : "13742181", "state" : "closed", "author" : "0xB897DC0Ef211FA566909680d8eD4C6Ad486e7717", "space" : {"id" : "theconstitutiondao.eth", "name" : "ConstitutionDAO"}, "votes" : 6, "votes_data" : [{"id" : "0xe88a0053c2b8aaf757808458043890e08ab6a8d4aed799010ff910e2d01b53a2", "voter" : "0x92A4B7127038BA861E47142d4c506a880b65c183", "created" : 1638714191, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}, {"id" : "0xde734efb43e5c59b2419a3ebd94ff91518adde645c9c4725f5f6f07f16c4b41e", "voter" : "0xa71cabc14966C6fae86C05630A20ba1c90944A1F", "created" : 1638708241, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}, {"id" : "0xd24cb31aaea01a234e3a73f52913434fab487e42b03e2a01d6262a10cd95f936", "voter" : "0xF1c9D86efdaf10463f4a401867583E55aa64Bd32", "created" : 1638699290, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}, {"id" : "0x2f552b0098eb3abd707951e67b4bb5c8f114a6cd708dd6e66ef6cb8009adc397", "voter" : "0x51CB9D27B98a84318859704C1Af63088ab86592e", "created" : 1638688422, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}, {"id" : "0x398ee61343b370f5a39468a30897a7c600834638273d06aae9d9276803707c3a", "voter" : "0xdd5fa5909A02555e865BBd84DfDC59C36C160649", "created" : 1638667446, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}, {"id" : "0xec86fbc3977c009b572b1dc5e471679d359bcdf3eecfd0bf8eec7ed7684e288c", "voter" : "0xB897DC0Ef211FA566909680d8eD4C6Ad486e7717", "created" : 1638654401, "choice" : 1, "space" : {"id" : "theconstitutiondao.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, "scores_total": {"type": "number"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minutes" : 7, "pubdate" : "2013-12-13T23:59:59+09:00", "tags" : ["javascript"], "title" : "Backlog API wrapper for 0.6.1\u3092\u30ea\u30ea\u30fc\u30b9\u3057\u305f"}
json_instruct
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"action": {"type": "string"}, "target": {"type": "object", "properties": {"ipv4_net": {"type": "string"}}, "required": ["ipv4_net"]}}, "required": ["action", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"action" : "locate", "target" : {"ipv4_net" : "10.0.0.0/24"}}
json_instruct
{"type": "object", "properties": {"action": {"type": "string"}, "target": {"type": "object", "properties": {"ipv4_net": {"type": "string"}}, "required": ["ipv4_net"]}}, "required": ["action", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var DELETE=function DELETE(ram,action){ram.views=ram.views.filter(function(e){return e.id!=action.id;});ram.viewList=ram.views.map(function(e){return\"\".concat(e.type,\".\").concat(e.id);});return ram;};export default DELETE;", "map" : {"version" : 3, "sources" : ["/home/jordi/Documents/ETHZ/Chair_of_systems_design/rippleproto/static/src/contexts/dynamicStorage/actions/DELETE.js"], "names" : ["DELETE", "ram", "action", "views", "filter", "e", "id", "viewList", "map", "type"], "mappings" : "AAAA,GAAMA,CAAAA,MAAM,CAAG,QAATA,CAAAA,MAAS,CAACC,GAAD,CAAMC,MAAN,CAAiB,CAC/BD,GAAG,CAACE,KAAJ,CAAYF,GAAG,CAACE,KAAJ,CAAUC,MAAV,CAAiB,SAAAC,CAAC,QAAIA,CAAAA,CAAC,CAACC,EAAF,EAAQJ,MAAM,CAACI,EAAnB,EAAlB,CAAZ,CACAL,GAAG,CAACM,QAAJ,CAAeN,GAAG,CAACE,KAAJ,CAAUK,GAAV,CAAc,SAAAH,CAAC,kBAAOA,CAAC,CAACI,IAAT,aAAiBJ,CAAC,CAACC,EAAnB,GAAf,CAAf,CACA,MAAOL,CAAAA,GAAP,CACA,CAJD,CAMA,cAAeD,CAAAA,MAAf", "sourcesContent" : ["const DELETE = (ram, action) => {\n\tram.views = ram.views.filter(e => e.id != action.id);\n\tram.viewList = ram.views.map(e => `${e.type}.${e.id}`);\n\treturn ram;\n};\n\nexport default DELETE;\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "game_indices": {"type": "array", "items": {}}, "id": {"type": "integer"}, "name": {"type": "string"}, "names": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "name": {"type": "string"}}, "required": ["language", "name"]}}, "region": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["areas", "game_indices", "id", "name", "names", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"areas" : [{"name" : "mt-ember-area", "url" : "/api/v2/location-area/488/"}, {"name" : "mt-ember-cave", "url" : "/api/v2/location-area/489/"}, {"name" : "mt-ember-inside", "url" : "/api/v2/location-area/490/"}, {"name" : "mt-ember-1f-cave-behind-team-rocket", "url" : "/api/v2/location-area/491/"}, {"name" : "mt-ember-b1f", "url" : "/api/v2/location-area/492/"}, {"name" : "mt-ember-b2f", "url" : "/api/v2/location-area/493/"}, {"name" : "mt-ember-b3f", "url" : "/api/v2/location-area/494/"}], "game_indices" : [], "id" : 500, "name" : "mt-ember", "names" : [{"language" : {"name" : "fr", "url" : "/api/v2/language/5/"}, "name" : "Mont Braise"}, {"language" : {"name" : "en", "url" : "/api/v2/language/9/"}, "name" : "Mt. Ember"}], "region" : {"name" : "kanto", "url" : "/api/v2/region/1/"}}
json_instruct
{"type": "object", "properties": {"areas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "game_indices": {"type": "array", "items": {}}, "id": {"type": "integer"}, "name": {"type": "string"}, "names": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "name": {"type": "string"}}, "required": ["language", "name"]}}, "region": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["areas", "game_indices", "id", "name", "names", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"organism": {"type": "string"}, "name": {"type": "string"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "text": {"type": "string"}, "convertedName": {"type": "string"}, "link": {"type": "integer"}, "image": {"type": "string"}}, "required": ["organism", "name", "kingdom", "phylum", "class", "order", "family", "genus", "species", "text", "convertedName", "link", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"organism" : "yes", "name" : "Hydra", "kingdom" : "Animal", "phylum" : "Cnidaria", "class" : "Hydrozoa", "order" : "Hydroida", "family" : "Hydridae", "genus" : "Hydra", "species" : "", "text" : "The Hydra is a member of a Phyla of animals known as the Cnidarians. This phyla includes jellyfish, sea anemone, coral, and colonial hydrozoa. They are characterized by possessing tentacles with stinging cells (Cnidocytes). The stinging cells cotain a coiled fibrous protein that is tipped with venom used to paralyze their prey or fend off potential predators. When an organism bumps into cnidocytes on the tentacles they set off a trigger on the stinging cells which discharges the coiled protein which penetrates the flesh of its prey. Most species venom can not be detected by humans (hydra), while some species can be lethal (box jelly). The hydra feeds primarily on small swimming crustaceans. Hydra movie clip#1- Hydra Movie Clip #2 .", "convertedName" : "Hydra", "link" : 1, "image" : "images/Field_Guide/Animals/Non_Arthropod_Invertebrates//hydra.jpg"}
json_instruct
{"type": "object", "properties": {"organism": {"type": "string"}, "name": {"type": "string"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species": {"type": "string"}, "text": {"type": "string"}, "convertedName": {"type": "string"}, "link": {"type": "integer"}, "image": {"type": "string"}}, "required": ["organism", "name", "kingdom", "phylum", "class", "order", "family", "genus", "species", "text", "convertedName", "link", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "9108202002", "id_kecamatan" : "910820", "name" : "Wotai"}, {"id" : "9108202004", "id_kecamatan" : "910820", "name" : "Keniapa"}, {"id" : "9108202005", "id_kecamatan" : "910820", "name" : "Memiyaibutu"}, {"id" : "9108202006", "id_kecamatan" : "910820", "name" : "Dimiya"}, {"id" : "9108202011", "id_kecamatan" : "910820", "name" : "Udaugi"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "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 425 degrees F (220 degrees C). Grease an 8-inch square baking dish.", "Stir cranberries with 1 tablespoon of sugar in a bowl. Whisk flour, cornmeal, 1/2 cup sugar, baking powder, baking soda, and salt in a separate bowl. Whisk milk, eggs, and melted butter together in a third bowl. Pour milk mixture into dry ingredients and stir just until moistened. Stir cranberries into batter; pour into prepared baking dish.", "Bake in the preheated oven until corn bread is golden brown, 18 to 20 minutes. Let cool completely in pan before cutting into squares for serving."], "ingredients" : ["1/2 cup chopped cranberries", "1 tablespoon white sugar", "1 1/2 cups all-purpose flour", "1 cup yellow cornmeal", "1/2 cup white sugar", "1 tablespoon baking powder", "1/2 teaspoon baking soda", "1/4 teaspoon salt", "1 1/3 cups milk", "2 eggs, beaten", "3 tablespoons butter, melted"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cranberry Corn Bread", "url" : "http://allrecipes.com/recipe/230136/cranberry-corn-bread/"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["doc", "test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-header": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "unist-util-visit": {"type": "string"}, "uri-js": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-header", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "request", "request-promise", "unist-util-visit", "uri-js"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "nock": {"type": "string"}}, "required": ["mocha", "mocha-junit-reporter", "nock"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "adobe.io", "version" : "1.0.0", "description" : "Adobe I/O documentation", "main" : "index.js", "directories" : {"doc" : "doc", "test" : "test"}, "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/adobe/project-helix.io.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/adobe/project-helix.io/issues"}, "homepage" : "https://github.com/adobe/project-helix.io#readme", "dependencies" : {"eslint" : "^5.9.0", "eslint-config-airbnb" : "^17.1.0", "eslint-plugin-header" : "^2.0.0", "eslint-plugin-import" : "^2.14.0", "eslint-plugin-jsx-a11y" : "^6.1.1", "eslint-plugin-react" : "^7.11.0", "request" : "^2.88.0", "request-promise" : "^4.2.2", "unist-util-visit" : "^1.4.0", "uri-js" : "^4.2.2"}, "devDependencies" : {"mocha" : "^5.2.0", "mocha-junit-reporter" : "^1.18.0", "nock" : "^10.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["doc", "test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-header": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "unist-util-visit": {"type": "string"}, "uri-js": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb", "eslint-plugin-header", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-react", "request", "request-promise", "unist-util-visit", "uri-js"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "nock": {"type": "string"}}, "required": ["mocha", "mocha-junit-reporter", "nock"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/fossils/large/trexfossil/trexfossil3.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/fossils/large/trexfossil/trexfossil3.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/fossils/large/trexfossil/trexfossil3.item" : ["/description"]}, "Texts" : {"Eng" : "Fossilised T-Rex legs and hips.", "Rus" : "\u041e\u043a\u0430\u043c\u0435\u043d\u0435\u043b\u044b\u0435 \u043d\u043e\u0433\u0438 \u0438 \u0431\u0435\u0434\u0440\u0430 T-Rex."}}, {"DeniedAlternatives" : [], "Files" : {"items/fossils/large/trexfossil/trexfossil3.item" : ["/shortdescription"]}, "Texts" : {"Eng" : "T-Rex Legs", "Rus" : "\u041b\u0430\u043f\u044b T-Rex"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/fossils/large/trexfossil/trexfossil3.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/fossils/large/trexfossil/trexfossil3.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Date" : "11/02/2015 10:39:00 PM", "Beat" : "1532", "Primary Type" : "STALKING", "ID" : "10299192"}, {"Date" : "11/04/2015 05:00:00 AM", "Beat" : "0221", "Primary Type" : "STALKING", "ID" : "10300102"}, {"Date" : "11/15/2015 02:30:00 PM", "Beat" : "2223", "Primary Type" : "STALKING", "ID" : "10315746"}, {"Date" : "11/20/2015 08:00:00 PM", "Beat" : "1122", "Primary Type" : "STALKING", "ID" : "10320217"}, {"Date" : "11/21/2015 05:00:00 PM", "Beat" : "2525", "Primary Type" : "STALKING", "ID" : "10321497"}, {"Date" : "11/04/2015 07:30:00 PM", "Beat" : "0414", "Primary Type" : "STALKING", "ID" : "10322239"}, {"Date" : "11/23/2015 01:00:00 AM", "Beat" : "0611", "Primary Type" : "STALKING", "ID" : "10323089"}, {"Date" : "11/19/2015 06:00:00 AM", "Beat" : "1925", "Primary Type" : "STALKING", "ID" : "10334451"}, {"Date" : "11/24/2015 11:55:00 AM", "Beat" : "0332", "Primary Type" : "STALKING", "ID" : "10351557"}, {"Date" : "11/01/2015 12:01:00 AM", "Beat" : "0533", "Primary Type" : "STALKING", "ID" : "10494523"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Loup-Nantouard", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 104, "abs" : 16, "votants" : 88, "blancs" : 2, "nuls" : 3, "exp" : 83, "res" : [{"panneau" : "2", "voix" : 55}, {"panneau" : "1", "voix" : 28}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3604190", "regency_id" : "3604", "name" : "MANCAK"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "FERRY: database-supported program execution.", "fields" : ["sql 1999", "language integrated query", "programming style", "sql", "table"], "abstract" : "We demonstrate the language F erry and its editing, compilation, and execution environment F erry D eck . Ferry's type system and operations match those of scripting or programming languages; its compiler has been designed to emit (bundles of) compliant and efficient SQL:1999 statements. Ferry acts as glue that permits a programming style in which developers access database tables using their programming language's own syntax and idioms -- the Ferry-expressible fragments of such programs may be executed by a relational database back-end, i.e. , close to the data. The demonstrator F erry D eck implements compile-and-execute-as-you-type interactivity for F erry and offers a variety of (graphical) hooks to explore and inspect this approach to database-supported program execution.", "citation" : "Citations (82)", "year" : "2009", "departments" : ["University of T\u00fcbingen", "University of T\u00fcbingen", "University of T\u00fcbingen", "University of T\u00fcbingen"], "conf" : "sigmod", "authors" : ["Torsten Grust.....http://dblp.org/pers/hd/g/Grust:Torsten", "Manuel Mayr.....http://dblp.org/pers/hd/m/Mayr:Manuel", "Jan Rittinger.....http://dblp.org/pers/hd/r/Rittinger:Jan", "Tom Schreiber.....http://dblp.org/pers/hd/s/Schreiber:Tom"], "pages" : 4}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"components:generate": {"type": "string"}}, "required": ["components:generate"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@toe-icons/icons": {"type": "string"}}, "required": ["@toe-icons/icons"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "license", "scripts", "files", "main", "dependencies", "publishConfig", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@toe-icons/vue", "version" : "1.0.0", "license" : "Apache-2.0", "scripts" : {"components:generate" : "node ./scripts/generate-components"}, "files" : ["dist"], "main" : "dist/index.js", "dependencies" : {"@toe-icons/icons" : "^1.0.0"}, "publishConfig" : {"access" : "public"}, "gitHead" : "be4db3ef9d652fbad1dd92fcab0e84e1736c867e"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"components:generate": {"type": "string"}}, "required": ["components:generate"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@toe-icons/icons": {"type": "string"}}, "required": ["@toe-icons/icons"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "license", "scripts", "files", "main", "dependencies", "publishConfig", "gitHead"], "$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": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x0d3c62d25a268b262f062a6f2c04265e711f8890", "tool" : "maian", "start" : 1565711959.5306828, "end" : 1565712110.8707123, "duration" : 151.34002947807312, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "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": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "description" : "The module is designed to study the Tamil society and culture through various texts and visual media about Tamil world(s) such as films, documentaries, scholarly articles and books. The module is designed to incorporate students who both want to follow Tamil studies as a language course and students who want to learn about Tamil culture and society through the English language. The students will be assessed in either Tamil or English. At the end of the course, all students would have learned and gained advanced knowledge about Tamil culture and society.", "title" : "Tamil Culture and Society", "department" : "South Asian Studies", "faculty" : "Arts and Social Science", "workload" : [2, 1, 0, 4, 3], "prerequisite" : "Pass in O/A level Tamil or O Level Higher Tamil In Singapore or Pass in \nSecondary/Higher Secondary Tamil in India", "moduleCredit" : "4", "moduleCode" : "SN3275", "semesterData" : [{"semester" : 2, "timetable" : [{"classNo" : "E2", "startTime" : "1600", "endTime" : "1800", "weeks" : [4, 6, 8, 10, 12], "venue" : "AS4-0118", "day" : "Wednesday", "lessonType" : "Tutorial", "size" : 10}, {"classNo" : "1", "startTime" : "1000", "endTime" : "1200", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "AS3-0305", "day" : "Wednesday", "lessonType" : "Lecture", "size" : 20}, {"classNo" : "E1", "startTime" : "1400", "endTime" : "1600", "weeks" : [4, 6, 8, 10, 12], "venue" : "AS2-0311", "day" : "Wednesday", "lessonType" : "Tutorial", "size" : 10}]}]}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "COREcredit.info", "symbol" : "CORECF", "address" : "0x3cf6624c247E536F8BBe777B71b38Da420613746", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:lv": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:lv", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "L\u012bv\u0101nu novads", "iso2" : "LV-056", "admin_level" : 6, "osm_id" : 1806942, "wikidata_id" : "Q2277489", "wikipedia_id" : "lv:L\u012bv\u0101nu novads", "population" : 10832, "countrylevel_id" : "iso2:LV-056", "osm_data" : {"localname" : "L\u012bv\u0101nu novads", "official_name" : "", "alltags" : {"name:lt" : "Lyvan\u0173 savivaldyb\u0117", "name:lv" : "L\u012bv\u0101nu novads", "name:ru" : "\u041b\u0438\u0432\u0430\u043d\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[26.291, 56.181], [26.333, 56.191], [26.611, 56.285], [26.579, 56.439], [26.56, 56.485], [26.082, 56.409], [26.291, 56.181]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:lv": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:lv", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chakramod:block/black_mineral_stone"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"secret" : "superSecret"}
json_instruct
{"type": "object", "properties": {"secret": {"type": "string"}}, "required": ["secret"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3310210006", "district_id" : "3310210", "name" : "MAJEGAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404373003, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0dc21cffaeb3adf272f2ba9d58361a10", "wof:id" : 404373003, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.76002722324473, 46.1949923157829, 5.82248098810127, 46.24112697751778], "geometry" : {"coordinates" : [[[5.77465758729701, 46.1949923157829], [5.77415766461275, 46.19793289784489], [5.76290755772612, 46.2010181422935], [5.76666078505883, 46.20699082829372], [5.76002722324473, 46.21906372448203], [5.77174400129394, 46.23718689805533], [5.77975913666547, 46.24109103259131], [5.79794930117286, 46.23568932199142], [5.82148532279462, 46.24112697751778], [5.82248098810127, 46.23776837014467], [5.79548306023591, 46.23010941643126], [5.7930728722282, 46.22358199277726], [5.78468777166008, 46.2207961721996], [5.78185709986604, 46.2039078526664], [5.77465758729701, 46.1949923157829]]], "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#"}
Generate a valid JSON object that conforms to the following schema: {"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" : ["wyrmroost:oseri_trapdoor", "wyrmroost:sal_trapdoor", "wyrmroost:prismarine_corin_trapdoor", "wyrmroost:silver_corin_trapdoor", "wyrmroost:teal_corin_trapdoor", "wyrmroost:red_corin_trapdoor", "wyrmroost:dying_corin_trapdoor"]}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"appium": {"type": "string"}, "reflow-appium": {"type": "string"}}, "required": ["appium", "reflow-appium"]}, "scripts": {"type": "object", "properties": {"launch:node-1": {"type": "string"}, "launch:node-2": {"type": "string"}, "launch:node-3": {"type": "string"}, "launch:node-4": {"type": "string"}, "devices": {"type": "string"}}, "required": ["launch:node-1", "launch:node-2", "launch:node-3", "launch:node-4", "devices"]}}, "required": ["name", "version", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example-device", "version" : "3.0.0-gamma.55", "private" : true, "dependencies" : {"appium" : "^1.7.2", "reflow-appium" : "3.0.0-gamma.6"}, "scripts" : {"launch:node-1" : "node lib/node-1.js", "launch:node-2" : "node lib/node-2.js", "launch:node-3" : "node lib/node-3.js", "launch:node-4" : "node lib/node-4.js", "devices" : "node lib/list-devices.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"appium": {"type": "string"}, "reflow-appium": {"type": "string"}}, "required": ["appium", "reflow-appium"]}, "scripts": {"type": "object", "properties": {"launch:node-1": {"type": "string"}, "launch:node-2": {"type": "string"}, "launch:node-3": {"type": "string"}, "launch:node-4": {"type": "string"}, "devices": {"type": "string"}}, "required": ["launch:node-1", "launch:node-2", "launch:node-3", "launch:node-4", "devices"]}}, "required": ["name", "version", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"1026": {"type": "string"}, "1028": {"type": "string"}}, "required": ["1026", "1028"]}, "timeto": {"type": "object", "properties": {"1026": {"type": "number"}, "1028": {"type": "number"}}, "required": ["1026", "1028"]}, "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" : 1027, "title" : ["[Western DragonSpine, Slope]"], "description" : ["The heavy mist drowns out all background noises, leaving a creepy silence over the ledge. A hefty rock lies on the ledge, not quite large enough to impede progress, but large enough to stir concern over similar-sized rocks falling down the mountain from above."], "paths" : ["Obvious paths: southeast, northwest"], "location" : "between Wehnimer's Landing and Zul Logoth", "wayto" : {"1026" : "northwest", "1028" : "southeast"}, "timeto" : {"1026" : 0.2, "1028" : 0.2}, "image" : "en-trail-1264234799.png", "image_coords" : [1330, 373, 1340, 383]}
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": {"1026": {"type": "string"}, "1028": {"type": "string"}}, "required": ["1026", "1028"]}, "timeto": {"type": "object", "properties": {"1026": {"type": "number"}, "1028": {"type": "number"}}, "required": ["1026", "1028"]}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358675.738120096, -498838.29434487206, -93.21278281272642, 18.319583892822266]}, "geometricError" : 2, "content" : {"url" : "Tile_+005_+004_L20_000100.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358675.733247002, -498838.3564620242, -93.21278274080659, 18.188617706298828]}, "geometricError" : 1, "content" : {"url" : "Tile_+005_+004_L21_0001000.json"}}]}}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "XAVIERA", "frequency" : 8, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "multer": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "cookie-parser": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "socket.io": {"type": "string"}, "superagent": {"type": "string"}, "dicer": {"type": "string"}, "express-session": {"type": "string"}}, "required": ["express", "multer", "body-parser", "cookie-session", "cookie-parser", "method-override", "mongoose", "passport", "passport-local", "socket.io", "superagent", "dicer", "express-session"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"express" : "~4.10.2", "multer" : "~0.1.6", "body-parser" : "~1.9.2", "cookie-session" : "~1.1.0", "cookie-parser" : "~1.3.3", "method-override" : "~3.0.0", "mongoose" : "~3.8.19", "passport" : "~0.2.1", "passport-local" : "~1.0.0", "socket.io" : "~1.2.0", "superagent" : "~0.21.0", "dicer" : "~0.2.3", "express-session" : "~1.9.1"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "multer": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "cookie-parser": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "socket.io": {"type": "string"}, "superagent": {"type": "string"}, "dicer": {"type": "string"}, "express-session": {"type": "string"}}, "required": ["express", "multer", "body-parser", "cookie-session", "cookie-parser", "method-override", "mongoose", "passport", "passport-local", "socket.io", "superagent", "dicer", "express-session"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062a\u0628\u0631 \u0627\u0632 \u0628\u0633 \u06a9\u0647 \u0632\u062f \u0628\u0647 \u062f\u0634\u0645\u0646 \u06a9\u0648\u0633", "m2" : "\u0633\u0631\u062e \u0634\u062f \u0647\u0645\u0686\u0648 \u0644\u0627\u0644\u06a9\u0627\u06cc \u062e\u0631\u0648\u0633"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required": ["method", "path"]}, "httpResponse": {"type": "object", "properties": {"body": {"type": "object", "properties": {"_links": {"type": "object", "properties": {"http://ns.adobe.com/adobecloud/rel/pipeline": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}, "http://ns.adobe.com/adobecloud/rel/program": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}, "self": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}}, "required": ["http://ns.adobe.com/adobecloud/rel/pipeline", "http://ns.adobe.com/adobecloud/rel/program", "self"]}, "_embedded": {"type": "object", "properties": {"variables": {"type": "array", "items": {}}}, "required": ["variables"]}, "_totalNumberOfItems": {"type": "integer"}}, "required": ["_links", "_embedded", "_totalNumberOfItems"]}}, "required": ["body"]}}, "required": ["httpRequest", "httpResponse"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"httpRequest" : {"method" : "GET", "path" : "/api/program/3/pipeline/4/variables"}, "httpResponse" : {"body" : {"_links" : {"http://ns.adobe.com/adobecloud/rel/pipeline" : {"href" : "/api/program/3/pipeline/4", "templated" : false}, "http://ns.adobe.com/adobecloud/rel/program" : {"href" : "/api/program/3", "templated" : false}, "self" : {"href" : "/api/program/2/pipeline/4/variables", "templated" : false}}, "_embedded" : {"variables" : []}, "_totalNumberOfItems" : 0}}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"httpRequest": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}}, "required": ["method", "path"]}, "httpResponse": {"type": "object", "properties": {"body": {"type": "object", "properties": {"_links": {"type": "object", "properties": {"http://ns.adobe.com/adobecloud/rel/pipeline": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}, "http://ns.adobe.com/adobecloud/rel/program": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}, "self": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}}, "required": ["http://ns.adobe.com/adobecloud/rel/pipeline", "http://ns.adobe.com/adobecloud/rel/program", "self"]}, "_embedded": {"type": "object", "properties": {"variables": {"type": "array", "items": {}}}, "required": ["variables"]}, "_totalNumberOfItems": {"type": "integer"}}, "required": ["_links", "_embedded", "_totalNumberOfItems"]}}, "required": ["body"]}}, "required": ["httpRequest", "httpResponse"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["test", "postinstall"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "azure-search-client": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "azure-search-client", "typescript"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tslint": {"type": "string"}}, "required": ["tslint"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "azure-search-typescript", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "postinstall" : "tsc index.ts"}, "dependencies" : {"@types/node" : "^10.12.18", "azure-search-client" : "^3.0.5", "typescript" : "^3.2.2"}, "author" : "hiroyuki@fieldnotes.jp", "license" : "MIT", "devDependencies" : {"tslint" : "^5.12.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["test", "postinstall"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "azure-search-client": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "azure-search-client", "typescript"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tslint": {"type": "string"}}, "required": ["tslint"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"eslint-disable": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "eslint-disable-line": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "eslint-disable-next-line": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}}, "required": ["eslint-disable", "eslint-disable-line", "eslint-disable-next-line"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eslint-disable" : {"prefix" : "eslint-disable", "body" : ["/* eslint-disable ${1|camelcase,default-case,func-names,global-require,import/prefer-default-export,indent,max-len,new-cap,no-alert,no-cond-assign,no-confusing,no-console,no-extend-native,no-mixed-operators,no-new,no-param-reassign,no-shadow,no-undef,no-unused-vars,prefer-arrow-callback,prefer-rest-params,react/prop-types,wrap-iife|} */", "$0/* eslint-enable ${1} */"], "description" : "ESLint disable wrapper"}, "eslint-disable-line" : {"prefix" : "eslint-disable-line", "body" : ["// eslint-disable-line ${1|camelcase,default-case,func-names,global-require,import/prefer-default-export,indent,max-len,new-cap,no-alert,no-cond-assign,no-confusing,no-console,no-extend-native,no-mixed-operators,no-new,no-param-reassign,no-shadow,no-undef,no-unused-vars,prefer-arrow-callback,prefer-rest-params,react/prop-types,wrap-iife|}"], "description" : "ESLint disable line"}, "eslint-disable-next-line" : {"prefix" : "eslint-disable-next-line", "body" : ["// eslint-disable-next-line ${1|camelcase,default-case,func-names,global-require,import/prefer-default-export,indent,max-len,new-cap,no-alert,no-cond-assign,no-confusing,no-console,no-extend-native,no-mixed-operators,no-new,no-param-reassign,no-shadow,no-undef,no-unused-vars,prefer-arrow-callback,prefer-rest-params,react/prop-types,wrap-iife|}"], "description" : "ESLint disable next line"}}
json_instruct
{"type": "object", "properties": {"eslint-disable": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "eslint-disable-line": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}, "eslint-disable-next-line": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "body", "description"]}}, "required": ["eslint-disable", "eslint-disable-line", "eslint-disable-next-line"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"files.maxMemoryForLargeFilesMB": {"type": "integer"}, "java.dependency.syncWithFolderExplorer": {"type": "boolean"}}, "required": ["files.maxMemoryForLargeFilesMB", "java.dependency.syncWithFolderExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.maxMemoryForLargeFilesMB" : 6132, "java.dependency.syncWithFolderExplorer" : false}
json_instruct
{"type": "object", "properties": {"files.maxMemoryForLargeFilesMB": {"type": "integer"}, "java.dependency.syncWithFolderExplorer": {"type": "boolean"}}, "required": ["files.maxMemoryForLargeFilesMB", "java.dependency.syncWithFolderExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"all_frames": {"type": "boolean"}, "matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["all_frames", "matches", "js"]}}}, "required": ["manifest_version", "name", "version", "description", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "fulscreen-ish", "version" : "1.0.0", "description" : "Double click HTML videos to enable windowed fullscreen", "content_scripts" : [{"all_frames" : true, "matches" : ["<all_urls>"], "js" : ["cinema.js"]}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"all_frames": {"type": "boolean"}, "matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["all_frames", "matches", "js"]}}}, "required": ["manifest_version", "name", "version", "description", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "video_juego": {"type": "array", "items": {"type": "string"}}, "lenguajes": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "ci": {"type": "string"}, "genero": {"type": "string"}, "fecha_nacimiento": {"type": "string"}}, "required": ["nombre", "descripcion", "color", "libro", "musica", "video_juego", "lenguajes", "email", "ci", "genero", "fecha_nacimiento"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nombre" : "Ricardo Andr\u00e9s R\u00edos Padr\u00f3n", "descripcion" : "Soy un estudiante de Computaci\u00f3n de la UCV. Estoy cursando mi 6to semestre, en este a\u00f1o 2018. Me conocen como Ricardo, Hulk, Dios o Kuma porque me atropello un carro y el carro salio perdiendo, tambi\u00e9n cabe destacar que me encantan los dulces. A\u00fan no se por cual menci\u00f3n me ire pero las opciones son ATI o Redes.", "color" : "No tengo ninguno color favorito en particular", "libro" : ["No leo libros, pero si mangas"], "musica" : ["Me gustan casi todos los estilos de m\u00fasica, menos el rap"], "video_juego" : ["Las sagas de The Legend Of Zelda", "Pokemon"], "lenguajes" : ["Java", "C", "C++", "Octave", "Html"], "email" : "riosricardo1234@gmail.com", "ci" : "26334083", "genero" : "Masculino", "fecha_nacimiento" : "10/06/2018"}
json_instruct
{"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "video_juego": {"type": "array", "items": {"type": "string"}}, "lenguajes": {"type": "array", "items": {"type": "string"}}, "email": {"type": "string"}, "ci": {"type": "string"}, "genero": {"type": "string"}, "fecha_nacimiento": {"type": "string"}}, "required": ["nombre", "descripcion", "color", "libro", "musica", "video_juego", "lenguajes", "email", "ci", "genero", "fecha_nacimiento"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "aaaaaaaaaaaaaaaaaaaa"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"downloads": {"type": "object", "properties": {"server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}, "windows_server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}}, "required": ["server", "windows_server"]}, "id": {"type": "string"}, "libraries": {"type": "array", "items": {}}, "releaseTime": {"type": "string"}, "type": {"type": "string"}}, "required": ["downloads", "id", "libraries", "releaseTime", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"downloads" : {"server" : {"sha1" : "8cdfd85eaebfb1f0c70fd4b2d5301a547e2d4caa", "size" : 621234, "url" : "https://files.betacraft.uk/server-archive/beta/b1.8.jar"}, "windows_server" : {"sha1" : "a6de23438f5168fb29e7176bd849b783ed59e3e1", "size" : 801970, "url" : "https://files.betacraft.uk/server-archive/beta/b1.8.exe"}}, "id" : "b1.8", "libraries" : [], "releaseTime" : "2011-09-14T09:42:54+00:00", "type" : "old_beta"}
json_instruct
{"type": "object", "properties": {"downloads": {"type": "object", "properties": {"server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}, "windows_server": {"type": "object", "properties": {"sha1": {"type": "string"}, "size": {"type": "integer"}, "url": {"type": "string"}}, "required": ["sha1", "size", "url"]}}, "required": ["server", "windows_server"]}, "id": {"type": "string"}, "libraries": {"type": "array", "items": {}}, "releaseTime": {"type": "string"}, "type": {"type": "string"}}, "required": ["downloads", "id", "libraries", "releaseTime", "type"], "$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"}, "denotations": {"type": "array", "items": {}}, "relations": {"type": "array", "items": {}}}, "required": ["text", "denotations", "relations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Health services play a crucial role in reaching the 90-90-90 target of controlling the HIV epidemic. This study evaluates the organization of Brazilian health services in improving, monitoring, and retention in HIV care and adherence support. Percentage variation (PV) was used to compare the responses by services to an evaluation questionnaire on organizational quality (Qualiaids) in 2007 and 2010. The study analyzed the 419 services that completed the questionnaire in 2007 (83.1% of respondents) and 2010 (63.6%). Management actions of retention and support although increased in the period, but remained at low rates, for example: systematic meetings for case discussion (32.7% in 2010; PV = 19.8%) and recording of missed medical appointments (35.3%; PV = 36.8%). Patient care actions related to adherence to ART remained largely exclusive to the attending physician. The supply of funds and resources from the Federal Government (medicines and specific HIV tests) remained high for the vast majority of the services (~90%). It will not be possible to achieve a significant decrease in HIV transmission as long as retention in treatment is not a priority in all the health services.", "denotations" : [], "relations" : []}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "denotations": {"type": "array", "items": {}}, "relations": {"type": "array", "items": {}}}, "required": ["text", "denotations", "relations"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "less": {"type": "string"}, "browser-sync": {"type": "string"}}, "required": ["gulp", "gulp-less", "gulp-notify", "gulp-plumber", "less", "browser-sync"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "repository", "devDependencies", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ehanlin-basicss", "version" : "0.0.5", "description" : "eHanlin basic style", "repository" : {"type" : "git", "url" : "https://github.com/eHanlin/ehanlin-basicss.git"}, "devDependencies" : {"gulp" : "3.9.1", "gulp-less" : "4.0.1", "gulp-notify" : "3.2.0", "gulp-plumber" : "1.2.1", "less" : "3.9.0", "browser-sync" : "2.26.3"}, "main" : "gulpfile.js", "scripts" : {"test" : "browserSync"}, "keywords" : ["ehanlin"], "author" : "eHanlin-rodick <rodick@ehanlin.com.tw>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "less": {"type": "string"}, "browser-sync": {"type": "string"}}, "required": ["gulp", "gulp-less", "gulp-notify", "gulp-plumber", "less", "browser-sync"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "repository", "devDependencies", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"e8de0ffcf366e69b8cb845a4001cdd97\"", "Last-Modified" : "Mon, 04 May 2020 06:49:41 GMT", "base" : {"repo" : {"name" : "r-irdisplay-feedstock"}}, "closed_at" : "2020-05-04T06:49:41Z", "created_at" : "2020-05-04T03:52:12Z", "draft" : false, "head" : {"ref" : "rebuild-r400-0-2_h98fd74"}, "html_url" : "https://github.com/conda-forge/r-irdisplay-feedstock/pull/9", "id" : 412725304, "labels" : [{"color" : "0e8a16", "default" : false, "description" : "Merge the PR when CI passes", "id" : 1891247373, "name" : "automerge", "node_id" : "MDU6TGFiZWwxODkxMjQ3Mzcz", "url" : "https://api.github.com/repos/conda-forge/r-irdisplay-feedstock/labels/automerge"}], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-05-04T06:49:41Z", "number" : 9, "state" : "closed", "updated_at" : "2020-05-04T06:49:41Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d451-63", "text" : "Dear Jim:\nK L E N\nCHANNEL 9\nAUSTIN, TEXAS 78712\nMonday, July 20\nt\nBelow see model of Chub receiving check. A big\nthank vou \u2014 a la mode.^sprinkl^ wT?:h pistach^s.\nSee you in Chicago...immediately after my rendezvous\nwith Legs Diamond and Splippy Devoe.\n/l/^^ /flM \u00bb\u00bb/\n*]ve\u00ab*j*\nSERVING THE SAN ANTONIO AND AUSTIN AREA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SimpleMessage", "displayName" : "SimpleMessage"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"create_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "success": {"type": "string"}, "tournament_already_created": {"type": "string"}}, "required": ["usage", "help", "parameter", "success", "tournament_already_created"]}, "end_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "are_you_sure": {"type": "string"}, "refused": {"type": "string"}, "success": {"type": "string"}}, "required": ["usage", "help", "parameter", "are_you_sure", "refused", "success"]}}, "required": ["create_tournament", "end_tournament"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"create_tournament" : {"usage" : "Usage: `%0create_tournament $./parameter`\n\nExample: `%0create_tournament TT \"Tosurnament Tourney\" \"The bots\"`", "help" : "Creates a tournament.", "parameter" : "<acronym> <name> [<bracket_name>]", "success" : "Tournament created with the acronym `%1`, the name `%2` and the bracket_name `%3`.", "tournament_already_created" : "This server already has a tournament running. If you want to create a new one, please end this one with the `%0end_tournament` command. You can also add new brackets with `%0create_bracket <bracket_name>`."}, "end_tournament" : {"usage" : "Usage: `%0end_tournament`", "help" : "Ends a tournament.", "parameter" : "", "are_you_sure" : "Are you sure you want to end the tournament ? If yes, react to *this* message with :white_check_mark:, else react with :negative_squared_cross_mark:.", "refused" : "You refused to end the tournament.", "success" : "Tournament ended successfully. You can now create a new one."}}
json_instruct
{"type": "object", "properties": {"create_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "success": {"type": "string"}, "tournament_already_created": {"type": "string"}}, "required": ["usage", "help", "parameter", "success", "tournament_already_created"]}, "end_tournament": {"type": "object", "properties": {"usage": {"type": "string"}, "help": {"type": "string"}, "parameter": {"type": "string"}, "are_you_sure": {"type": "string"}, "refused": {"type": "string"}, "success": {"type": "string"}}, "required": ["usage", "help", "parameter", "are_you_sure", "refused", "success"]}}, "required": ["create_tournament", "end_tournament"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["60-69", "40-49", "60-69", "40-49", "30-39", "50-59", "40-49", "50-59", "20-29", "20-29", "20-29", "50-59", "60-69", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2008, 2010, 2011, 2011, 2012, 2012, 2013, 2013, 2013, 2014, 2016, 2017, 2017, 2017], "Y_PREVALENCE_1000PP" : [0.01982, 0.01391, 0.02434, 0.01364, 0.01493, 0.02147, 0.01636, 0.02633, 0.01727, 0.01836, 0.02435, 0.02644, 0.04308, 0.02939]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [200906, 200911, 201003, 201007, 201008, 201101, 201103, 201110, 201112, 201205, 201207, 201301, 201307, 201308, 201309, 201311, 201408, 201501, 201601, 201608, 201705], "Y_PREVALENCE_1000PP" : [0.00151, 0.00151, 0.00114, 0.00115, 0.00114, 0.0015, 0.00111, 0.00127, 0.00128, 0.00164, 0.00128, 0.00147, 0.0013, 0.00186, 0.00111, 0.00132, 0.00118, 0.00125, 0.00148, 0.00187, 0.00228]}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 572}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [0, 1], "P10_VALUE" : [22, 30], "P25_VALUE" : [34, 42], "MEDIAN_VALUE" : [50, 59], "P75_VALUE" : [64, 70], "P90_VALUE" : [76, 78], "MAX_VALUE" : [95, 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"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"section" : "13b01", "chapter" : "13", "section_title" : "13b01 - Foreign aid\ncontracts.", "text" : "Coverage under the PCA\nis not affected by the fact that the materials, articles, supplies, or\nequipment are later transferred by the Government to a foreign nation.\nPurchases by a foreign nation are not covered under the PCA, even though the\npurchases are financed by United States loans.", "html" : "<p>Coverage under the PCA\nis not affected by the fact that the materials, articles, supplies, or\nequipment are later transferred by the Government to a foreign nation.\nPurchases by a foreign nation are not covered under the PCA, even though the\npurchases are financed by United States loans.</p>"}
json_instruct
{"type": "object", "properties": {"section": {"type": "string"}, "chapter": {"type": "string"}, "section_title": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["section", "chapter", "section_title", "text", "html"], "$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"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "mean", "median", "stdev", "min", "max", "num", "source", "mercury", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "Swordfish", "name" : "Swordfish", "mean" : 0.995, "median" : "0.87", "stdev" : "0.539", "min" : "ND", "max" : 3.22, "num" : 636, "source" : "FDA 1990-2010", "mercury" : 3, "images" : ["img/fish/Swordfish.jpg"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "mean": {"type": "number"}, "median": {"type": "string"}, "stdev": {"type": "string"}, "min": {"type": "string"}, "max": {"type": "number"}, "num": {"type": "integer"}, "source": {"type": "string"}, "mercury": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "mean", "median", "stdev", "min", "max", "num", "source", "mercury", "images"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "\u7269\u6d41\u7ba1\u7406\u985e\u5225", "position" : 19}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "position": {"type": "integer"}}, "required": ["label", "position"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"add-react-redux-thunk": {"type": "string"}}, "required": ["add-react-redux-thunk"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "ncp": {"type": "string"}}, "required": ["chalk", "ncp"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "homepage", "repository", "bin", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "add-react-redux-thunk", "version" : "0.0.3", "description" : "add redux and thunk support in your react app", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["react", "reactjs", "redux", "thunk", "async", "flux"], "author" : "Vikash Kesarwani (vikash.ckiiita30@gmail.com)", "homepage" : "https://github.com/tibabit/add-react-redux-thunk", "repository" : {"type" : "git", "url" : "https://github.com/tibabit/add-react-redux-thunk"}, "bin" : {"add-react-redux-thunk" : "./bin/add-react-redux-thunk"}, "license" : "MIT", "dependencies" : {"chalk" : "^2.4.2", "ncp" : "^2.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"add-react-redux-thunk": {"type": "string"}}, "required": ["add-react-redux-thunk"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "ncp": {"type": "string"}}, "required": ["chalk", "ncp"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "homepage", "repository", "bin", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies", "keywords", "authors", "license", "homepage", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vue-head", "description" : "Manipulating the meta information of the head tag, a simple and easy way", "main" : ["vue-head.js"], "dependencies" : {}, "devDependencies" : {}, "keywords" : ["head", "metatag", "SEO", "vue", "google"], "authors" : ["Alan Albuquerque - ktquez"], "license" : "MIT", "homepage" : "https://github.com/ktquez/vue-head#readme", "repository" : {"type" : "git", "url" : "git://github.com/ktquez/vue-head.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies", "keywords", "authors", "license", "homepage", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}}, "required": ["no-console"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : {"no-console" : true}}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}}, "required": ["no-console"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}