input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "arr...
{"categories" : [], "equivalent" : [], "manufacturer" : "Turnigy", "name" : "3600mAh 4S 30C Lipo Pack", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "International Warehouse", "price" : "$46.46", "stock_state" : "in_stock", "stock_text" : "2", "url" : "...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"...
{"id" : 112087, "info" : {"name" : "nanzao.com", "description" : "Better for news reading. Use uBlock for ad blocking.", "additionalInfo" : null, "format" : "uso", "category" : "nanzao", "createdAt" : "2015-04-01T05:00:47.000Z", "updatedAt" : "2015-04-01T05:29:45.000Z", "license" : "CC0-1.0", "author" : {"id" : 276271...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"ty...
[{"label" : "Plate", "normalizedVertices" : [{"x" : 0.13573593, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.98546547}, {"x" : 0.13573593, "y" : 0.98546547}], "score" : 0.87003714}, {"label" : "Kitchenware", "normalizedVertices" : [{"x" : 0.13573593, "y" : 0.65061307}, {"x" : 0.9842...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "220282200200", "text" : "\u7f57\u5708\u6751\u59d4\u4f1a"}, {"id" : "220282200201", "text" : "\u67f3\u6811\u6751\u59d4\u4f1a"}, {"id" : "220282200202", "text" : "\u516c\u53d1\u6751\u59d4\u4f1a"}, {"id" : "220282200203", "text" : "\u5b89\u4e50\u6751\u59d4\u4f1a"}, {"id" : "220282200204", "text" : "\u76d8\u6866\...
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": {"vpnservice": {"type": "object", "properties": {"router_id": {"type": "string"}, "status": {"type": "string"}, "name": {"type": "string"}, "admin_state_up": {"type": "boolean"}, "subnet_id": {"type": "null"}, "projec...
{"vpnservice" : {"router_id" : "881b7b30-4efb-407e-a162-5630a7af3595", "status" : "ACTIVE", "name" : "myvpn", "admin_state_up" : true, "subnet_id" : null, "project_id" : "26de9cd6cae94c8cb9f79d660d628e1f", "tenant_id" : "26de9cd6cae94c8cb9f79d660d628e1f", "id" : "41bfef97-af4e-4f6b-a5d3-4678859d2485", "description" : "...
json_instruct
{"type": "object", "properties": {"vpnservice": {"type": "object", "properties": {"router_id": {"type": "string"}, "status": {"type": "string"}, "name": {"type": "string"}, "admin_state_up": {"type": "boolean"}, "subnet_id": {"type": "null"}, "project_id": {"type": "string"}, "tenant_id": {"type": "string"}, "id": {"ty...
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"}, "...
{"id" : 101791605, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f35f412f0f7492f8cf4c3bcd62726aaf", "wof:id" : 101791605, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.008835, 45.604507, 22.032941, 45.626246], "geometry" : {"coordinates"...
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": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0":...
{"index_name" : "middleman", "start_urls" : ["https://middlemanapp.com/"], "stop_urls" : ["https://middlemanapp.com/support/", "https://middlemanapp.com/community/", "https://middlemanapp.com/basics/start-new-site/", "https://middlemanapp.com/basics/layouts/", "https://middlemanapp.com/basics/build-and-deploy/", "https...
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}...
{"uuid" : "b74e1b02-06b7-4961-9075-dcb96091ce1b", "children" : ["0398fa53-4af3-4c1d-99fc-e21a6d77f5f4"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1600231740497, "stop" : 1600231740925}], "start" : 1600231740497, "stop" : 1600231743517}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"url": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "html": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "null"}, "type": {"type": "string"}, "cache_age": {"type...
{"url" : "https://twitter.com/matthewhammer/status/849302317216272387", "author_name" : "Matthew Hammer", "author_url" : "https://twitter.com/matthewhammer", "html" : "<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">IC 2017: 1st Workshop on Incremental Computing: <a href=\"https://t.co/yvdRsMAIhN\">https...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "html": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "null"}, "type": {"type": "string"}, "cache_age": {"type": "string"}, "provider_name": {"type": "string"}, "provi...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"tslint": {"type": "string"}, "tslint-eslint-rules": {"type": "string"}, "tslint-microsoft-contrib": {"type": "string"}, "tslint-react": {"type": "string"}, "bm-tslint-rules": {"type": "string"}}, "required": ["tslin...
{"tslint" : "https://palantir.github.io/tslint/rules/{RULE}", "tslint-eslint-rules" : "https://eslint.org/docs/rules/{RULE}", "tslint-microsoft-contrib" : "https://github.com/Microsoft/tslint-microsoft-contrib#supported-rules", "tslint-react" : "https://github.com/palantir/tslint-react#rules", "bm-tslint-rules" : "http...
json_instruct
{"type": "object", "properties": {"tslint": {"type": "string"}, "tslint-eslint-rules": {"type": "string"}, "tslint-microsoft-contrib": {"type": "string"}, "tslint-react": {"type": "string"}, "bm-tslint-rules": {"type": "string"}}, "required": ["tslint", "tslint-eslint-rules", "tslint-microsoft-contrib", "tslint-react",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "repository", "l...
{"name" : "@sharyn/actions", "version" : "1.0.0", "homepage" : "https://github.com/sharynjs/sharyn/tree/master/packages/actions", "repository" : "sharynjs/sharyn", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"waila": {"type": "object", "properties": {"show_blocks": {"type": "boolean"}, "show_fluids": {"type": "boolean"}, "show_entities": {"type": "boolean"}, "show_item": {"type": "boolean"}, "show_mod_name": {"type": "...
{"waila" : {"show_blocks" : true, "show_fluids" : false, "show_entities" : true, "show_item" : true, "show_mod_name" : true, "show_registry" : false, "show_entity_hp" : true, "show_states" : false, "show_pos" : false}, "minecraft" : {"item_entity" : true, "override.infested" : true, "override.trapped_chest" : true, "ov...
json_instruct
{"type": "object", "properties": {"waila": {"type": "object", "properties": {"show_blocks": {"type": "boolean"}, "show_fluids": {"type": "boolean"}, "show_entities": {"type": "boolean"}, "show_item": {"type": "boolean"}, "show_mod_name": {"type": "boolean"}, "show_registry": {"type": "boolean"}, "show_entity_hp": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["n3d-gamecore"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "2a2d411e-86c7-4467-aa09-6f6374810861", "d" : 191}, {"p" : "b0d4218f-9cd9-4267-a9c7-f79fbbc02194", "d" : 63}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"OrderAction": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"deliveryMethod": {"type": "object", "properties": {"description": {"type": "string"}, "$r...
{"OrderAction" : {"type" : "object", "properties" : {"deliveryMethod" : {"description" : "A sub property of instrument. The method of delivery.", "$ref" : "DeliveryMethod.json"}}, "externalDocs" : {"url" : "http://schema.org/OrderAction", "description" : "Schema.org resource"}}}
json_instruct
{"type": "object", "properties": {"OrderAction": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"deliveryMethod": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "requi...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"light1-1_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["...
{"__type__" : "cc.SpriteAtlas", "_name" : "wxhh_big.plist", "_spriteFrames" : {"light1-1_png" : {"__uuid__" : "0daOIXdOZFGK8fzf4cwJH8"}, "light1-2_png" : {"__uuid__" : "4en8ydS/lONZOYL8BQLuSh"}}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"light1-1_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}, "light1-2_png": {"type": "object", "properties": {"__uuid__": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "v...
{"description" : "There's a telescope that sits on a mountaintop in the Chilean desert\u2013\u2013its job is to capture and help scientists understand the dark matter of our universe. But this isn't a talk just about dark matter, it's about discovering fleeting supernovas in space, while discovering the world of Python...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "prop...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"target": {"type": "string"}, "strategy": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "purpose": {"type": "array", "ite...
{"target" : "docker/Dockerfile", "strategy" : "overwrite", "snippets" : ["es/Dockerfile"], "requires" : ["docker"], "purpose" : ["Docker environment definition for running tests in AWS Lambda container."]}
json_instruct
{"type": "object", "properties": {"target": {"type": "string"}, "strategy": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "purpose": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "strategy", "snippets...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1982, 6], [2014, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x160fc84c8c5d46561b01d38eb7d44671f3eed4ca", "tool" : "osiris", "start" : 1564630974.9411018, "end" : 1564630979.220368, "duration" : 4.279266119003296, "analysis" : [{"errors" : [{"line" : 21, "column" : 14, "message" : "callstack_bug"}, {"line" : 20, "column" : 14, "message" : "callstack_bug"}, {"line"...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "...
{"name" : "bttn.css", "assets" : [{"files" : ["bttn.css", "bttn.min.css", "standalone/bordered.css", "standalone/bordered.min.css", "standalone/fill.css", "standalone/fill.min.css", "standalone/float.css", "standalone/float.min.css", "standalone/gradient.css", "standalone/gradient.min.css", "standalone/jelly.css", "sta...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u...
{"authors" : [{"author" : "P Tschann"}, {"author" : "D Lechner"}, {"author" : "B Feurstein"}, {"author" : "B Abendstein"}, {"author" : "S Dertinger"}, {"author" : "A B\u00f6sl"}, {"author" : "N Vitlarov"}, {"author" : "F Offner"}, {"author" : "I K\u00f6nigsrainer"}], "doi" : "10.1186/s13256-020-2348-5", "publication_da...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "574144a4b2d6eb5dbabc914901e65ece6a8923b4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["alac2pcm", "raop-rtsp-server", "rudeplay"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["...
{"name" : "DJVU.js", "version" : "0.0.1", "description" : "DJVU reader written fully in javascript", "main" : "main.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "grunt test"}, "repository" : {"type" : "git", "url" : "git://github.com/saint3k/djvu.js.git"}, "keywords" : ["djvu", "js", "reader"], "autho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type...
{"name" : "jquery-zoomer", "description" : "Zoom up your iFrames", "main" : "jquery.zoomer.js", "keywords" : ["jQuery Zoomer transform CSS"], "author" : {"name" : "Adam Schwartz", "email" : "aschwartzm@hubspot.com"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 98191, "cartId" : "527b07fa-0504-4b5f-9e21-f0bd6aa377db", "preferredProducts" : [3624, 307, 3220], "productReviews" : [{"productId" : 4211, "reviewText" : "talk about anticipation!", "reviewDate" : "2018-05-22T16:27:09.9071343+03:00"}, {"productId" : 4364, "reviewText" : "My neighbor Honora has one of these...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["amaze-tool", "declutter", "image-flatify", "is-image", "whatsthis"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contrac...
{"contract" : "0xedeab579e57a7d66297d0a67302647bb109db7a8", "tool" : "manticore", "start" : 1564764148.8710332, "end" : 1564765952.3439782, "duration" : 1803.4729449748993, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : "44186"}
json_instruct
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"New_ItemID": {"type": "integer"}, "CloneTarget_ItemID": {"type": "integer"}, "AssetBundle_Name": {"type": "string"}, "VisualPrefabName": {"type": "string"}, "ArmorVisualPrefabName": {"type": "string"}, "HelmetHideFace": {"type...
{"New_ItemID" : 8890100, "CloneTarget_ItemID" : 8200040, "AssetBundle_Name" : "", "VisualPrefabName" : "", "ArmorVisualPrefabName" : "", "HelmetHideFace" : false, "HelmetHideHair" : false, "ItemIconName" : "TendrilsIcon", "SkillTreeIconName" : "TendrilsSmall", "Visual_PosOffset" : {"x" : -1.0, "y" : -1.0, "z" : -1.0}, ...
json_instruct
{"type": "object", "properties": {"New_ItemID": {"type": "integer"}, "CloneTarget_ItemID": {"type": "integer"}, "AssetBundle_Name": {"type": "string"}, "VisualPrefabName": {"type": "string"}, "ArmorVisualPrefabName": {"type": "string"}, "HelmetHideFace": {"type": "boolean"}, "HelmetHideHair": {"type": "boolean"}, "Item...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"embedding": {"type": "string"}, "model": {"type": "string"}, "extra_features": {"type": "array", "items": {"type": "string"}}, "seed": {"type": "integer"}, "results": {"type": "object", "properties": {"precision": {"type": "nu...
{"embedding" : "RuBERT", "model" : "Perceptron", "extra_features" : ["exclamation", "question", "quotes", "dotes"], "seed" : 8, "results" : {"precision" : 0.5264702585795353, "recall" : 0.9835815107802078, "F1" : 0.685839284217471, "PR AUC" : 0.5263379573790562, "ROC AUC" : 0.5156300955191728}, "test samples" : 248721}
json_instruct
{"type": "object", "properties": {"embedding": {"type": "string"}, "model": {"type": "string"}, "extra_features": {"type": "array", "items": {"type": "string"}}, "seed": {"type": "integer"}, "results": {"type": "object", "properties": {"precision": {"type": "number"}, "recall": {"type": "number"}, "F1": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title...
{"body" : null, "user" : "he-b", "url" : "https://api.github.com/repos/spack/spack/issues/27706", "updated_at" : "2021-12-08 21:14:43", "created_at" : "2021-11-29 23:28:48", "closed_at" : "None", "state" : "open", "title" : "SuperLU-dist: Fix problem when using Intel OneAPI mkl static lib", "number" : 27706, "milestone...
json_instruct
{"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required...
{"contacts" : [{"name" : "V S Abraham", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8667", "name" : "Calvary Ministry", "primaryEmail" : "calvary2007@rediffmail.com", "organisationType" : ["Support"], "telephone" : ["919440266946", "918142151913"...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "...
{"ast" : null, "code" : "'use strict'; // Note: adler32 takes 12% for level 0 and 2% for level 6.\n// It isn't worth it to make additional optimizations as in original.\n// Small size is preferable.\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This softwa...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Create an example JSON object that satisfies this schema: {"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" : "7405071", "regency_id" : "7405", "name" : "MORAMO UTARA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"<10": {"type": "integer"}, "11-20": {"type": "integer"}, "21-30": {"type": "integer"}, "31-40": {"type": "integer"}, "41-50": {"type": "integer"}, "51-60": {"type": "integer"}, "61-70": {"type": "integer"}, "71-80": {"type": "...
{"<10" : 2, "11-20" : 1, "21-30" : 20, "31-40" : 42, "41-50" : 121, "51-60" : 343, "61-70" : 756, "71-80" : 1218, "81+" : 1559}
json_instruct
{"type": "object", "properties": {"<10": {"type": "integer"}, "11-20": {"type": "integer"}, "21-30": {"type": "integer"}, "31-40": {"type": "integer"}, "41-50": {"type": "integer"}, "51-60": {"type": "integer"}, "61-70": {"type": "integer"}, "71-80": {"type": "integer"}, "81+": {"type": "integer"}}, "required": ["<10",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:...
{"type" : "Feature", "id" : "node/8099566577", "properties" : {"addr:city" : "Euskirchen", "addr:country" : "DE", "addr:housenumber" : "22", "addr:postcode" : "53881", "addr:street" : "Paul-Tillmann-Stra\u00dfe", "addr:suburb" : "Stotzheim", "contact:email" : "andre.engelskirchen@gmx.de", "contact:phone" : "+49 2251 12...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "ad...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 81709, "cartId" : "771bca7e-5154-4e45-bf82-fce72b841349", "preferredProducts" : [276, 4812, 945, 420], "productReviews" : [{"productId" : 961, "reviewText" : "talk about pleasure.", "reviewDate" : "2018-05-09T00:58:54.1916649+03:00"}, {"productId" : 4658, "reviewText" : "This protocol works so well. It impe...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conv...
[{"name" : "dasd-979_1", "size" : 1107526155, "link" : "https://streamtape.com/e/7PP08WP4mOiYPp", "created_at" : "2022\u5e7403\u670817\u65e5 17:30:38", "downloads" : 0, "linkid" : "7PP08WP4mOiYPp", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "ht...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 33163, "cartId" : "ae42ec7a-6ea4-415a-b360-468460264a82", "preferredProducts" : [3306, 2200], "productReviews" : [{"productId" : 2935, "reviewText" : "this Concrete is ratty.", "reviewDate" : "2020-04-01T13:30:23.3683543+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val...
{"n_dim" : 34, "n_trials" : 550, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_unsga3", "black" : "platypus_moead", "traceback" : ["passing", "passing"], "best_val" : [4.6796749531279, 8.435170813167865], "best_x" : [[0.5045114264952714, 0.00012864620623420642, 0.5645302653182466, 0.03868164212953884, 0....
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"t...
{"ID" : "4619", "post_name" : "flash-player-download-links", "post_title" : "Flash Player Download Links", "post_date_gmt" : "2016-02-13 01:38:25", "post_modified_gmt" : "2016-02-13 06:31:58", "post_status" : "publish", "comment_status" : "closed", "post_type" : "post"}
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "require...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Fathomless", "definitions" : ["Unable to be measured or understood; extremely deep."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "130102012001", "text" : "\u6817\u5eb7\u8857\u5357\u5c45\u59d4\u4f1a"}, {"id" : "130102012002", "text" : "\u4e2d\u5c71\u4e1c\u8def\u5341\u4e94\u6761\u5c45\u59d4\u4f1a"}, {"id" : "130102012003", "text" : "\u5174\u4e1c\u8857\u5317\u5c45\u59d4\u4f1a"}, {"id" : "130102012004", "text" : "\u7701\u56db\u9662\u5c45\u5...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}...
{"dependencies" : [{"name" : "totara_engage"}, {"name" : "totara_comment"}, {"name" : "editor_weka"}, {"name" : "totara_reaction"}, {"name" : "totara_playlist"}]}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"serve": {...
{"name" : "functions", "description" : "Cloud Functions for Firebase", "engines" : {"node" : "8"}, "scripts" : {"serve" : "firebase serve --only functions", "shell" : "firebase experimental:functions:shell", "start" : "npm run shell", "deploy" : "firebase deploy --only functions", "logs" : "firebase functions:log"}, "d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "shell": {"type": "string"}, "start": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"mock-api": {"type": "string"}}, "required": ["mock-api"]}, "repository": {"t...
{"name" : "beiq", "version" : "1.0.0", "description" : "The mock-api server can be ran with json-server. To install it:", "scripts" : {"mock-api" : "json-server mock-api.json"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MeritOpenSource/beiq.git"}, "license" : "MIT", "bugs" : {"url" : "https://gith...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"mock-api": {"type": "string"}}, "required": ["mock-api"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"},...
{"name" : "simplycountdown.js", "description" : "Tiny Javascript Countdown", "version" : "1.7.0", "homepage" : "http://vincentloy.github.io/simplyCountdown.js", "author" : {"name" : "Vincent Loy", "url" : "https://vincent-loy.fr", "email" : "vincent.loy1@gmail.com"}, "keywords" : ["simplyCountdown", "countdown", "count...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "em...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "meaning": {"type": "string"}, "translations": {"type": "object", "properties": {"swe": {"type": "string"}, "fin": {"type": "string"}, "deu": {"type": "string"}, "rus": {"type": "st...
{"name" : "karl", "meaning" : "In Scandinavian the meaning of the name Karl is: Man; manly.", "translations" : {"swe" : "kahl", "fin" : "kahrl", "deu" : "karl", "rus" : "\u043a\u0430\u0440\u043b", "heb" : "\u05db\u05d0\u05e8\u05dc"}, "sex" : "m"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "meaning": {"type": "string"}, "translations": {"type": "object", "properties": {"swe": {"type": "string"}, "fin": {"type": "string"}, "deu": {"type": "string"}, "rus": {"type": "string"}, "heb": {"type": "string"}}, "required": ["swe", "fin", "deu", "rus", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "requ...
{"title" : "Asset Metadata", "type" : "object", "properties" : {"name" : {"type" : "string", "description" : "Identifies the asset to which this NFT represents"}, "description" : {"type" : "string", "description" : "Describes the asset to which this NFT represents"}, "image" : {"type" : "string", "description" : "A URI...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "description": {"type": "object", "pr...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema...
{"name" : "Token DxvT", "symbol" : "DxvT1", "decimals" : 6, "address" : "DxvT1v17g8xiRPn3bDcwBCzTZX3J8eaC7BNyVgFzmAX7", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stab...
{"name" : "averor/prooph-package", "type" : "library", "description" : "Predefined Prooph package with custom helpers", "license" : "MIT", "keywords" : ["prooph", "cqrs"], "homepage" : "http://averor.github.io/prooph-package/", "minimum-stability" : "stable", "authors" : [{"name" : "Averor", "homepage" : "https://githu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "i...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "web_accessible_resources": {"type": "array", "items": {"typ...
{"name" : "Link Skimmer", "version" : "1.2.0.1", "description" : "Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace'", "permissions" : ["notifications", "tabs"], "web_accessible_resources" : ["jquery-3.2.1.slim.min.js", "popper.min.js", "bo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"page...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dusken", "definition" : "To make dusk or obscure. [R.] Not utterly defaced, but only duskened. Nicolls."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "...
{"t" : "pasorot", "h" : [{"d" : [{"f" : "\u52df\u6350\u3001\u7c4c\u96c6\u3001\u6350\u8d08\u3002", "e" : ["\ufff9`Pa~`sorot~ `to~ `payso~.\ufffa\ufffb\u6350\u6b3e\u3002"], "s" : ["`pasolot~"]}]}], "stem" : "sorot"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "despoil", "definition" : "1. To strip, as of clothing; to divest or unclothe. [Obs.] Chaucer. 2. To deprive for spoil; to plunder; to rob; to pillage; to strip; to divest; -- usually followed by of. The clothed earth is then bare, Despoiled is the summer fair. Gower. A law which restored to them an immense d...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pretest": {"type": "string"...
{"name" : "quotter", "version" : "1.0.0", "description" : "A twitter bot which tweets random motivational quotes with image", "main" : "src/tweet.js", "scripts" : {"build" : "mocha tests/pre.js && mocha tests/test.js && node src/tweet.js", "pretest" : "mocha tests/pre.js", "test" : "mocha tests/test.js", "start" : "nod...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "dev-db.tellstory.cloud", "port" : 12345}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postd...
{"name" : "Deploy Ghost V4 on Heroku", "description" : "Deploy latest Ghost v4 on Heroku", "logo" : "https://ghost.org/images/docs/logos/ghost-logo-orb.png", "repository" : "https://github.com/thelovekesh/ghost-v4-on-heroku", "scripts" : {"postdeploy" : "bin/init-deployment"}, "success_url" : "/ghost", "addons" : ["jaw...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postdeploy"]}, "success_url": {"type": "string"}, "addons": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1996, 6], [2002, 5], [2004, 5], [2006, 5], [2013, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"t...
{"abstract" : "Background and Objective: To predict the epidemic of COVID-19 based on quarantined surveillance from real world in China by modified SEIR model different from the previous simply mathematical model. Design and Methods: We forecasted the epidemic of COVID-19 based on current clinical and epidemiological d...
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar...
{"url" : "https://api.github.com/repos/facebook/react/issues/comments/342920007", "html_url" : "https://github.com/facebook/react/pull/11489#issuecomment-342920007", "issue_url" : "https://api.github.com/repos/facebook/react/issues/11489", "id" : 1, "user" : {"login" : "gaearon", "id" : 810438, "avatar_url" : "https://...
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_d...
{"id" : "098-2015", "title" : "Bassett and Walker International, Inc. Recall Beef Products Produced Without Benefit of Import Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/bassett-and-walker-international-inc.-recall-beef-products-produced-without-benefit", "reasons" : [], "status" : "Closed", "risk_le...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id...
{"title" : "The Peddler", "creation_date" : "c. 1930", "creation_date_earliest" : "1925-01-01", "creation_date_latest" : "1935-01-01", "medium" : "graphite, crayon and watercolor on paper", "accession_number" : "1998.12", "id" : "cmoa:things/9f772bdb-cb11-4825-a97e-c9fdfca094cc", "credit_line" : "Gift of Carol and Herb...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null...
{"id" : "18493343", "tms:id" : "157561", "accession_number" : "1977-81-8", "title" : "Couture Embroidery Sample, 1930\u201339", "url" : "http://collection.cooperhewitt.org/objects/18493343/", "department_id" : "35347501", "period_id" : null, "media_id" : "51587615", "type_id" : "35284083", "date" : "1930\u201339", "yea...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "da...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": ...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5178\u8b19\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99660328", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08410011310321", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u5c1a\u9802\u91cc\u6b63\u5357\u4e00...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"...
{"geometry" : {"type" : "Point", "coordinates" : [-89.69, 41.79]}, "type" : "Feature", "id" : "61081", "properties" : {"other_cities" : "Coleta", "city" : "Sterling", "state" : "IL", "county" : "Whiteside County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"victory.js" : "sha512-ENIFZyYJfMtrDql6qxrCJMnxSOehGh4gxU5fL7bQon1VQUSts/leyt3t+v+8GY2GfWvKXYmGVTcuk++Ce5eocg==", "victory.min.js" : "sha512-kAjJNPfrY3Io6Qkf+H94C/Flg9L6BLHtB5Ycxoy2CpKT4ZMVRVQMe3ika3MWRa406Fv//bDgMh+RgTR/iWJiTg=="}
json_instruct
{"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript...
{"title" : "[Mmd] freely tomorrow, death or alive.", "author" : "davstn", "description" : "NoundefinedrecuerdoundefinedcomoundefinedseundefinedllamanundefinedestasundefinedchicasundefinedXD", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/652932/thumbnail-652932_0003.jpg?itok=Ju2g...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object...
{"name" : "RYHeadHub", "version" : "1.0.0", "summary" : "RYHeadHub is create a view like notification view", "description" : "when recive a notification , and you will have a nofiticaition view in head , RYHeadHub is create a view like that", "homepage" : "http://my.oschina.net/resory", "license" : "MIT", "authors" : {...
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": {"Resory": {"type": "string"}}, "required": ["Resory"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "...
{"meta" : {"desc" : "Strictly validating, near WYSIWYG, XML editor with DocBook support", "desc_long" : null, "home" : "https://www.xmlmind.com/xmleditor/", "license" : {"deprecated" : false, "free" : false, "fullName" : "Unfree", "redistributable" : false, "shortName" : "unfree"}, "maintainers" : [{"email" : "jtojnar@...
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "prepublish": {...
{"name" : "react-docgen-typescript", "version" : "0.0.15", "description" : "", "main" : "lib/index.js", "scripts" : {"tsc" : "tsc", "prepublish" : "tsc -d", "test" : "tsc && mocha ./lib/**/__tests__/**.js", "test:debug" : "tsc && mocha --debug ./lib/**/__tests__/**.js", "print" : "npm run tsc && node ./lib/print.js", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test:debug": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"},...
{"name" : "fratily/lexer", "type" : "library", "keywords" : ["fratily", "lexer"], "authors" : [{"name" : "Kento Oka", "email" : "kento-oka@kentoka.com"}], "license" : "MIT", "require" : {"php" : "^7.0"}, "autoload" : {"psr-4" : {"Fratily\\Lexer\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "licens...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "...
[{"liveId" : "5c613d5e0cf261d802c76227", "title" : "\u718a\u7d20\u541b\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u7a81\u7136\u76f4\u64ad\u3002\u597d\u4e45\u4e0d\u89c1", "picPath" : "/mediasource/live/1537613848066PMDKsK86ZD.jpg", "startTime" : 1549876574889, "memberId" : 63573, "liveType" : 1, "picLoopTime" : 0, "lrcPat...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required":...
{"472140" : {"count" : 2}, "count" : 22, "N.A.//" : {"count" : 13}, "493090" : {"count" : 1}, "352010" : {"count" : 1}, "439021" : {"count" : 1}, "533030" : {"count" : 1}, "537051" : {"count" : 1}, "37201X" : {"count" : 1}, "472061" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493090": {"type": "object", "properties": {"count": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.444936, 51.878719]}, "properties" : {"start-date" : "2017-12-12", "organisation" : "local-authority-eng:UTT", "planning-permission-status" : "permissioned", "site" : "UBLR/17/017", "maximum-net-dwellings" : "9", "planning-permission-date" : "2017-1...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dataDir": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"localAddress": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["h...
{"dataDir" : "./data", "ports" : [{"localAddress" : {"host" : "*", "port" : 36462}, "protocols" : ["http"]}], "tls" : null, "numWorkers" : null, "maxNumConnections" : null, "requestTimeoutMillis" : null, "idleTimeoutMillis" : null, "maxFrameLength" : null, "numRepositoryWorkers" : 16, "cacheSpec" : "maximumWeight=13421...
json_instruct
{"type": "object", "properties": {"dataDir": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"localAddress": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "protocols": {"type": "array", "items": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "http://...
{"kl_train" : -3.963610149352848, "kl_target" : 49002.94852512286, "time_train" : 41.54986364800001, "time_est" : 0.002823669000008522}
json_instruct
{"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno-component.js" : "sha256-HSTb2H02XZARXfcDXQnNXCrGuMCbC/VvKCo4fvfjv7s=", "inferno-component.min.js" : "sha256-hJdV0Xc3HY8Ys+fDMJDpiFoPajEub1CrppTFRRujtwc="}
json_instruct
{"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "administrators": {"type": "array", "items": {"type": "string"}}, "token": {"type": "string"}, "prefix": {"type": "string"}, "auddKey": {"type": "strin...
{"owners" : ["684444122609614865", "708444548841603102"], "administrators" : ["UserID", "UserID", "UserID"], "token" : "process.env.TOKEN", "prefix" : "?", "auddKey" : "85c082b88b51216ac4e12a7d4a755f1c", "googleKey" : "AIzaSyB_JUGSezD5QnFutCmZX4Dk_v_6R_TIQDg", "googlekey" : "AIzaSyDT81wm2xadFC6OfjV0KqYTbOpqoKJp_-c", "c...
json_instruct
{"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "administrators": {"type": "array", "items": {"type": "string"}}, "token": {"type": "string"}, "prefix": {"type": "string"}, "auddKey": {"type": "string"}, "googleKey": {"type": "string"}, "googlekey": {"type": "string"}, "clien...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}...
[{"namaKab" : "KOTABARU", "originalFilename" : "1. MONICA DAHU.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 75501, "noUrut" : 1, "nama" : "MONIKA DAHU", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTABARU", "originalFilename" : "2. SUBANDIANSUN, SH.jpg", "namaPartai" : "PARTAI DEMOKRASI ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$metric": {"type": "string"}, "$type": {"type": "string"}, "$matchers": {"type": "object", "properties": {"is_BS": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"typ...
{"$metric" : "Interface | DOM | RxPower", "$type" : "match", "$matchers" : {"is_BS" : {"platform" : {"$regex" : "BS"}}, "is_EAU" : {"platform" : {"$regex" : "EAU"}}}, "$match" : [{"$match" : "is_BS", "$type" : "oids", "oids" : [{"$type" : "oid", "oid" : "1.3.6.1.4.1.14546.3.8.1.1.13.1.0", "path" : ["", "", "", "Input 1...
json_instruct
{"type": "object", "properties": {"$metric": {"type": "string"}, "$type": {"type": "string"}, "$matchers": {"type": "object", "properties": {"is_BS": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"type": "string"}}, "required": ["$regex"]}}, "required": ["platform"]}, "is_EA...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, ...
{"artist_id" : "ARUJZFJ1187B9B135F", "artist_latitude" : null, "artist_location" : "Timmins, Ontario, Canada", "artist_longitude" : null, "artist_name" : "Shania Twain", "duration" : 223.00689, "num_songs" : 1, "song_id" : "SOIUOAU12A8C13EBC3", "title" : "Two Hearts One Love", "year" : 1999}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":...
{"text" : {"0" : {"m1" : "\u0686\u0646\u06cc\u0646 \u06a9\u0647 \u0647\u0633\u062a \u0646\u0645\u0627\u0646\u062f \u0642\u0631\u0627\u0631 \u062f\u0648\u0644\u062a \u0648 \u0645\u0644\u06a9", "m2" : "\u06a9\u0647 \u0647\u0631 \u0634\u0628\u06cc \u0631\u0627 \u0628\u06cc\u200c\u0627\u062e\u062a\u0644\u0627\u0641 \u0631\...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Yesterday I <a href=\"http://scripting.com/2018/08/14.html#a194320\">asked</a> <a href=\"https://twitter.com/davewiner/status/1029453411262054400\">about</a> bike-mounted speakers, and got lots of great advice. For some reason a <a href=\"https://www.amazon.com/s?url=search-alias%3Daps&field-keywords=bike+sp...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "objec...
{"name" : "netatmo-munisense-connector", "version" : "1.0.0", "description" : "Simple program to import netatmo weather station sensor values into the Munisense backoffice", "main" : "index.js", "author" : "Jeroen Maas", "license" : "CC0-1.0", "dependencies" : {"netatmo" : "^2.1.0", "sync-disk-cache" : "^1.2.2", "xmlht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"netatmo": {"type": "string"}, "sync-disk-cache": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type"...
{"directions" : ["Preheat oven to 350\u00b0F. Butter 13x9x2 glass baking dish. Saut\u00e9 first 3 ingredients in heavy large skillet over medium-high heat until sausage is brown and vegetables are tender, breaking up sausage with fork, about 15 minutes. Drain off fat. Transfer sausage mixture to large bowl. Add both st...
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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}...
[{"major" : "INTLOG, disc Global Production L", "photo" : "http://jpeople.user.jacobs-university.de/utils/images/3455.jpg", "college" : "", "year" : "14", "id" : "2144", "deptinfo" : "Logistics", "title" : "Research Associate", "lname" : "Chankov", "fname" : "Stanislav Milkov", "email" : "s.chankov@jacobs-university.de...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "pyensembl", "downloads" : 13900, "count" : 7072}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimal...
{"name" : "Spider Finance", "website" : "https://spider.finance/", "description" : "SPIDER FINANCE IS A FULLY DECENTRALIZED PROTOCOL FOR GAME ON ETHEREUM.", "explorer" : "https://etherscan.io/token/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633", "research" : "", "type" : "ERC20", "symbol" : "SPID", "decimals" : 18, "statu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-...
{"variants" : {"" : {"model" : "rechiseled_compat:block/byg_mangrove_planks_woven_connecting"}}}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"BathOfPoverty": {"type": "array", "items": {"type": "string"}}}, "required": ["BathOfPoverty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"BathOfPoverty" : ["StandardizedSitcomHousing", "InformedPoverty", "ShowerScene", "FlushingToiletScreamingShower", "DoItYourselfPlumbingProject", "BathingBeauty", "MindRaped", "Squick", "BathSuicide", "AwkwardlyPlacedBathtub", "SnarkKnight", "CryBaby", "StarvingArtist", "WalkingTechbane", "Fanservice", "Fanservice", "...
json_instruct
{"type": "object", "properties": {"BathOfPoverty": {"type": "array", "items": {"type": "string"}}}, "required": ["BathOfPoverty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "...
{"version" : "0.1.0", "name" : "letterdb", "description" : "SWEN303 Individual Project", "author" : {"name" : "Brendan Goodenough", "email" : "brendan@goodenough.nz", "url" : "https://www.goodenough.nz"}, "license" : "MIT", "main" : "main.js", "repository" : {"type" : "git", "url" : "git+https://github.com/nerdenough/s...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"ty...
{"storeId" : "2488", "name" : "Eynsham Esso Express", "latitude" : 51.78737, "longitude" : -1.37717, "postalCode" : "OX29 4EN", "country" : "gb", "addressLines" : ["A40 E Bound", "Eynsham", "Witney"]}
json_instruct
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"ty...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [712.799, 283.074, 0.919546, 715.733, 409.556, 0.919905, 624.517, 406.729, 0.873071, 589.187, 553.772, 0.925948, 580.326, 686.319, 0.920109, 806.901, 409.573, 0.847878, 833.492, 562.616, 0.901246, 833.534, 689.213, 0.924445, 706.934, 712.746, 0.60...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"...
{"name" : "yarn-add-no-save", "version" : "1.0.3", "description" : "Implements the much requested feature of installing packages without saving them with yarn.", "main" : "bin/main.js", "author" : "Dario Segura", "repository" : "https://github.com/darionco/yarn-add-no-save.git", "license" : "MIT", "bin" : {"add-no-save...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"add-no-save": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", ...
[{"id" : 34852092, "name" : "\u58c1\u549a", "dt" : 196319, "ar" : {"id" : 1150319, "name" : "O2O Goddess"}, "al" : {"id" : 3295724, "name" : "\u58c1\u549a", "picUrl" : "https://p1.music.126.net/2jDR--7Y8kq103Y8rH3lHA==/7967061257381027.jpg"}}, {"id" : 405372956, "name" : "\u4e8c\u5e76\u8d62\u7740", "dt" : 175777, "ar" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gamma": {"type": "string"}, "sw-toolbox": {"type": "string"}}, "required": ["gamma", "sw-toolbox"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, ...
{"dependencies" : {"gamma" : "^1.0.0", "sw-toolbox" : "^3.6.0"}, "scripts" : {"start" : "chastifol [ watchify -d -v -o out/main.js src/main.js ] [ watchify -d -v -o out/sw.js src/sw.js ] [ http-server -c0 ]"}, "devDependencies" : {"browserify" : "^14.4.0", "chastifol" : "^4.1.0", "eslint" : "^4.5.0", "eslint-config-sta...
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gamma": {"type": "string"}, "sw-toolbox": {"type": "string"}}, "required": ["gamma", "sw-toolbox"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object...
Create an example JSON object that satisfies this schema: {"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"},...
{"id" : "0x51c80307af9268799dff318da08bb3345e9cfbaa0bb8a25c6cc2b8d9a04600a5", "title" : "Test ", "body" : "Real or fake Christmas tree?", "choices" : ["real", "fake"], "start" : 1639533600, "end" : 1639706400, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : ...
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": "integer"}},...