input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.125896, 40.153682], [-83.122703, 40.153861], [-83.12169, 40.154694], [-83.120648, 40.157661], [-83.120959, 40.159532], [-83.088401, 40.158413], [-83.089396, 40.139201], [-83.119942, 40.140181], [-83.120364, 40.142558], [-83.122553, 40.144097], [-83.125896, 40.153682]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 50119}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "soundmanager2", "assets" : [{"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.96a.20100822", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.97a.20120624", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.97a.20130101", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.97a.20130324", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2-nodebug-jsmin.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_flash9.swf"], "version" : "2.97a.20130512", "mainfile" : "soundmanager2.js"}, {"files" : ["soundmanager2-jsmin.js", "soundmanager2-nodebug-jsmin.js", "soundmanager2-nodebug.js", "soundmanager2.js", "soundmanager2.swf", "soundmanager2_debug.swf", "soundmanager2_flash9.swf", "soundmanager2_flash9_debug.swf", "cors/soundmanager2.swf", "cors/soundmanager2_debug.swf", "cors/soundmanager2_flash9.swf", "cors/soundmanager2_flash9_debug.swf"], "version" : "2.97a.20131201", "mainfile" : "soundmanager2.js"}], "versions" : ["2.97a.20131201", "2.97a.20130512", "2.97a.20130324", "2.97a.20130101", "2.97a.20120624", "2.96a.20100822"], "zip" : "soundmanager2.zip", "author" : "Scott Schiller", "github" : "https://github.com/scottschiller/soundmanager2/", "homepage" : "http://www.schillmania.com/projects/soundmanager2/", "description" : "A JavaScript Sound API supporting MP3, MPEG4 and HTML5 audio + (experimental) RTMP, providing reliable cross-browser/platform audio control in as little as 10 KB", "mainfile" : "soundmanager2.js", "lastversion" : "2.97a.20131201"}
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": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"course_code" : "MATH2400", "course_name" : "Mathematical Analysis", "faculty" : "Science", "school" : "Mathematics & Physics School", "units" : "2", "duration" : "One Semester", "description" : "(Note: MATH1052 may be taken concurrently with MATH2400 by students who only took MATH1050 & MATH1051 in 1st year.)\nBounded & monotone sequences. Sequences & series of real functions. Intermediate & mean value theorems, iterative procedures. Taylor's Theorem & error estimates. Criteria for integrability. Vector functions, continuity & differentials. Implicit & Inverse Function Theorems & applications.", "prerequisites" : "MATH1051 or MATH1071", "incompatible" : "", "restricted" : ""}
json_instruct
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "null"}, "city": {"type": "null"}, "country": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cancelled" : false, "description" : "<p>Discover how the UK\u2019s leading holiday rental brand:</p> <p>Used digital to transform 8 MILLION holidaymaker and owner experiences each year</p> <p>Overcame major challenges to make their digital experience a success.</p> <p>Used revolutionary roadmaps to lead the way.</p> <p>How did they do it? This is their story.</p> <p>SPEAKERS<br/>Lucy Auckland - Core Product Director, Awaze<br/>Andy MacGilvery - Director of Engineering, Awaze</p> <p>***<br/>This event is part of the Leeds Digital Festival 2021. (September 20-October 1).<br/>See the full programme of events at <a href=\"https://leedsdigitalfestival.org/\" class=\"linkified\">https://leedsdigitalfestival.org/</a></p> <p>***<br/>The talk will be recorded and a link to the recording added in the Comments here shortly after the event<br/>***</p> ", "end_time" : 1632247200, "link" : "https://www.meetup.com/ExpertTalks-Bristol/events/280776567/", "location" : {"address" : null, "city" : null, "country" : "", "latitude" : null, "longitude" : null, "name" : "Online event"}, "org" : "experttalks", "start_time" : 1632243600, "title" : "The Awaze Digital Journey - Learning, Commerce, Automation!"}
json_instruct
{"type": "object", "properties": {"cancelled": {"type": "boolean"}, "description": {"type": "string"}, "end_time": {"type": "integer"}, "link": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "null"}, "city": {"type": "null"}, "country": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "name": {"type": "string"}}, "required": ["address", "city", "country", "latitude", "longitude", "name"]}, "org": {"type": "string"}, "start_time": {"type": "integer"}, "title": {"type": "string"}}, "required": ["cancelled", "description", "end_time", "link", "location", "org", "start_time", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "Names": {"type": "array", "items": {}}, "Image": {"type": "string"}, "Command": {"type": "string"}, "Created": {"type": "integer"}, "Status": {"type": "string"}, "Ports": {"type": "array", "items": {}}}, "required": ["Id", "Names", "Image", "Command", "Created", "Status", "Ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "1009", "Names" : [], "Image" : "ports as string test", "Command" : "test", "Created" : 1, "Status" : "testing", "Ports" : []}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "Names": {"type": "array", "items": {}}, "Image": {"type": "string"}, "Command": {"type": "string"}, "Created": {"type": "integer"}, "Status": {"type": "string"}, "Ports": {"type": "array", "items": {}}}, "required": ["Id", "Names", "Image", "Command", "Created", "Status", "Ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"c": {"type": "object", "properties": {"achara": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["achara"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : {"achara" : {"z" : {}, "l" : ["42.5578", "42.8592"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"achara": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["achara"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"input_from_bucket_with_requester_pays.file": {"type": "string"}}, "required": ["input_from_bucket_with_requester_pays.file"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"input_from_bucket_with_requester_pays.file" : "gs://cromwell_bucket_with_requester_pays/gumby.png"}
json_instruct
{"type": "object", "properties": {"input_from_bucket_with_requester_pays.file": {"type": "string"}}, "required": ["input_from_bucket_with_requester_pays.file"], "$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": {"start": {"type": "string"}, "compile-windows": {"type": "string"}, "compile-linux": {"type": "string"}, "compile-osx": {"type": "string"}, "compile-all": {"type": "string"}}, "required": ["start", "compile-windows", "compile-linux", "compile-osx", "compile-all"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}, "electron-rebuild": {"type": "string"}}, "required": ["electron", "electron-packager", "electron-rebuild"]}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "bootstrap": {"type": "string"}, "electron-log": {"type": "string"}, "electron-titlebar": {"type": "string"}, "jimp": {"type": "string"}, "jquery": {"type": "string"}, "jquery-mask-plugin": {"type": "string"}, "material-icons": {"type": "string"}, "robotjs": {"type": "string"}}, "required": ["@fortawesome/fontawesome-free", "bootstrap", "electron-log", "electron-titlebar", "jimp", "jquery", "jquery-mask-plugin", "material-icons", "robotjs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "colorbot", "version" : "1.3.3", "description" : "A robot that dispatch click event from color rule.", "main" : "app/main.js", "scripts" : {"start" : "electron .", "compile-windows" : "electron-packager . ColorBot --plataform win32 --icon ./app/icon/colorbot.ico --out ./dist --overwrite", "compile-linux" : "electron-packager . ColorBot --plataform linux --icon ./app/icon/colorbot.svg --out ./dist --overwrite", "compile-osx" : "electron-packager . ColorBot --plataform darwin --icon ./app/icon/colorbot.icns --out ./dist --overwrite", "compile-all" : "electron-packager . ColorBot --plataform all --icon ./app/icon/colorbot --out ./dist --overwrite"}, "keywords" : ["ColorBot", "color", "bot", "robot", "rule"], "author" : "Raphael Bruno", "license" : "CC0-1.0", "devDependencies" : {"electron" : "^4.0.4", "electron-packager" : "^13.1.1", "electron-rebuild" : "^1.8.4"}, "dependencies" : {"@fortawesome/fontawesome-free" : "^5.7.2", "bootstrap" : "^4.3.1", "electron-log" : "^3.0.5", "electron-titlebar" : "0.0.3", "jimp" : "^0.6.0", "jquery" : "^3.3.1", "jquery-mask-plugin" : "^1.14.15", "material-icons" : "^0.3.0", "robotjs" : "^0.5.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"}, "compile-windows": {"type": "string"}, "compile-linux": {"type": "string"}, "compile-osx": {"type": "string"}, "compile-all": {"type": "string"}}, "required": ["start", "compile-windows", "compile-linux", "compile-osx", "compile-all"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}, "electron-rebuild": {"type": "string"}}, "required": ["electron", "electron-packager", "electron-rebuild"]}, "dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "bootstrap": {"type": "string"}, "electron-log": {"type": "string"}, "electron-titlebar": {"type": "string"}, "jimp": {"type": "string"}, "jquery": {"type": "string"}, "jquery-mask-plugin": {"type": "string"}, "material-icons": {"type": "string"}, "robotjs": {"type": "string"}}, "required": ["@fortawesome/fontawesome-free", "bootstrap", "electron-log", "electron-titlebar", "jimp", "jquery", "jquery-mask-plugin", "material-icons", "robotjs"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}}, "required": ["outDir", "rootDir", "target", "declaration", "removeComments", "experimentalDecorators", "emitDecoratorMetadata", "resolveJsonModule", "sourceMap", "noImplicitAny"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"outDir" : "./api", "rootDir" : "./api-src", "target" : "es5", "declaration" : true, "removeComments" : true, "experimentalDecorators" : true, "emitDecoratorMetadata" : true, "resolveJsonModule" : true, "sourceMap" : true, "noImplicitAny" : false}, "include" : ["./api-src/**/*", "./api-src/**/*.json"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "rootDir": {"type": "string"}, "target": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}}, "required": ["outDir", "rootDir", "target", "declaration", "removeComments", "experimentalDecorators", "emitDecoratorMetadata", "resolveJsonModule", "sourceMap", "noImplicitAny"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"My Thoi": {"type": "string"}}, "required": ["My Thoi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"My Thoi" : "MTH"}
json_instruct
{"type": "object", "properties": {"My Thoi": {"type": "string"}}, "required": ["My Thoi"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56": {"type": "string"}}, "required": ["19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HE1WgOWCZyIszqWrDKS501lof0wo/918SeaneUvZlBJhW4HBRpdNvFh/s5XaxPfNaaLwYAnQus4iqBjHN1hrQ2w=", "cert_user_id" : "mudfrog@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56/content.json", "modified" : 1481940450.331, "signs" : {"19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56" : "G0IOUtDReC+9vF78v+opZFre5zknC322W5qKoyojENWwIfjV8nKPRqsiKtiduEZjsn+ZF1P006XDE6dArHvfMNA="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56": {"type": "string"}}, "required": ["19VHdcqKk27JBtS5RagbHWqcKBDFxjkY56"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "description", "url", "locale", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"site_name" : "Sovereignty Club", "title" : "Sovereignty Club", "description" : "Promoting the understanding of the world and it's people", "url" : "https://sovereignty.club", "locale" : "en", "author" : "Anonymous"}
json_instruct
{"type": "object", "properties": {"site_name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "locale": {"type": "string"}, "author": {"type": "string"}}, "required": ["site_name", "title", "description", "url", "locale", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 590280, "name" : "Canvas The Gallery", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1491010431}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$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": {"client-install": {"type": "string"}, "start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "dev": {"type": "string"}}, "required": ["client-install", "start", "server", "client", "dev"]}, "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": {"bcrypt": {"type": "string"}, "concurrently": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}, "nodemon": {"type": "string"}, "redis": {"type": "string"}}, "required": ["bcrypt", "concurrently", "cookie-parser", "cors", "dotenv", "express", "express-session", "jsonwebtoken", "moment", "mongoose", "multer", "nodemon", "redis"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "anstice", "version" : "1.0.0", "description" : "Anstice interview question", "main" : "server.js", "scripts" : {"client-install" : "cd client && npm install", "start" : "node server.js", "server" : "nodemon server.js", "client" : "npm start --prefix client", "dev" : "concurrently \"npm run server\" \"npm run client\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/ankurhimanshu14/anstice.git"}, "author" : "ankurhimanshu1408@gmail.com", "license" : "ISC", "bugs" : {"url" : "https://github.com/ankurhimanshu14/anstice/issues"}, "homepage" : "https://github.com/ankurhimanshu14/anstice#readme", "dependencies" : {"bcrypt" : "^5.0.1", "concurrently" : "^6.2.0", "cookie-parser" : "^1.4.5", "cors" : "^2.8.5", "dotenv" : "^10.0.0", "express" : "^4.17.1", "express-session" : "^1.17.2", "jsonwebtoken" : "^8.5.1", "moment" : "^2.29.1", "mongoose" : "^5.13.3", "multer" : "^1.4.2", "nodemon" : "^2.0.12", "redis" : "^3.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"client-install": {"type": "string"}, "start": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "dev": {"type": "string"}}, "required": ["client-install", "start", "server", "client", "dev"]}, "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": {"bcrypt": {"type": "string"}, "concurrently": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "moment": {"type": "string"}, "mongoose": {"type": "string"}, "multer": {"type": "string"}, "nodemon": {"type": "string"}, "redis": {"type": "string"}}, "required": ["bcrypt", "concurrently", "cookie-parser", "cors", "dotenv", "express", "express-session", "jsonwebtoken", "moment", "mongoose", "multer", "nodemon", "redis"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "del": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-htmlmin": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["gulp", "del", "gulp-concat", "gulp-cssmin", "gulp-htmlmin", "gulp-less", "gulp-rename", "gulp-uglify"]}}, "required": ["version", "name", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0", "name" : "asp.net", "private" : true, "devDependencies" : {"gulp" : "^3.9.1", "del" : "2.2.2", "gulp-concat" : "^2.6.0", "gulp-cssmin" : "^0.1.7", "gulp-htmlmin" : "^2.0.0", "gulp-less" : "^3.1.0", "gulp-rename" : "^1.2.2", "gulp-uglify" : "^1.5.4"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "del": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-htmlmin": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["gulp", "del", "gulp-concat", "gulp-cssmin", "gulp-htmlmin", "gulp-less", "gulp-rename", "gulp-uglify"]}}, "required": ["version", "name", "private", "devDependencies"], "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}, "serumV3Usdc": {"type": "string"}}, "required": ["website", "twitter", "serumV3Usdc"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Muskimum Impact Token", "symbol" : "MIT", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/ERPueLaiBW48uBhqX1CvCYBv2ApHN6ZFuME1MeQGTdAi/logo.png", "decimals" : 8, "address" : "ERPueLaiBW48uBhqX1CvCYBv2ApHN6ZFuME1MeQGTdAi", "chainId" : 101, "tags" : ["mit", "musk"], "extensions" : {"website" : "https://muskimum.win/", "twitter" : "https://twitter.com/muskimum", "serumV3Usdc" : "3mhrhTFrHtxe7uZhvzBhzneR3bD3hDyWcgEkR8EcvNZk"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}, "serumV3Usdc": {"type": "string"}}, "required": ["website", "twitter", "serumV3Usdc"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\nimport { IonicModule } from '@ionic/angular';\nimport { DetailPageRoutingModule } from './detail-routing.module';\nimport * as i0 from \"@angular/core\";\nexport let DetailPageModule = /*#__PURE__*/(() => {\n class DetailPageModule {}\n\n DetailPageModule.\u0275fac = function DetailPageModule_Factory(t) {\n return new (t || DetailPageModule)();\n };\n\n DetailPageModule.\u0275mod = /*@__PURE__*/i0.\u0275\u0275defineNgModule({\n type: DetailPageModule\n });\n DetailPageModule.\u0275inj = /*@__PURE__*/i0.\u0275\u0275defineInjector({\n imports: [[CommonModule, FormsModule, IonicModule, DetailPageRoutingModule]]\n });\n return DetailPageModule;\n})();", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@atlaskit/status", "version" : "0.9.16"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.875, 36.0], [147.875, 36.083333333333336], [148.0, 36.083333333333336], [148.0, 36.0], [147.875, 36.0]]]}, "properties" : {"code" : 544707, "url" : "http://madefor.github.io/0410/api/v1/544707.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/544707.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id", "help", "img", "xivdb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1446, "help" : {"de" : "1.000 K\u00e4mpfe in \u201eThe Feast\u201c gewonnen.", "en" : "Triumph in 1,000 matches at the Feast.", "fr" : "Triompher 1 000 fois \u00e0 The Feast.", "jp" : "\u30b6\u30fb\u30d5\u30a3\u30fc\u30b9\u30c8\u3067\u7d2f\u8a081,000\u56de\u52dd\u5229\u3059\u308b"}, "img" : "/i/002000/002555.png", "xivdb" : "/achievement/1446"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id", "help", "img", "xivdb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 39, "nazev" : "Jablonec nad Nisou"}, "clipped" : true, "id" : "24184789e4"}]}}, "type" : "Topology", "transform" : {"translate" : [15.33691406250001, 50.819818262156545], "scale" : [4.29153442382639e-05, 2.7104190915373805e-05]}, "arcs" : [[[477, 1024], [46, -99], [204, -263], [103, -520], [90, -85], [-36, -57], [-884, 0], [0, 1024], [477, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-rr6w-c957-wqqh", "modified" : "2022-04-29T01:26:40Z", "published" : "2022-04-29T01:26:40Z", "aliases" : ["CVE-2003-0589"], "details" : "admin.php in Digi-ads 1.1 allows remote attackers to bypass authentication via a cookie with the username set to the name of the administrator, which satisfies an improper condition in admin.php that does not require a correct password.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2003-0589"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=105839007002993&w=2"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["510821401001", "\u7b2c\u4e00\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401002", "\u7b2c\u4e8c\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401003", "\u7b2c\u4e09\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"], ["510821401004", "\u7b2c\u56db\u5c45\u6c11\u59d4\u5458\u4f1a", "123", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "progressionHash": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "vendors": {"type": "array", "items": {"type": "object", "properties": {"vendorHash": {"type": "integer"}, "backgroundImagePath": {"type": "string"}, "destinationHash": {"type": "integer"}}, "required": ["vendorHash", "backgroundImagePath", "destinationHash"]}}, "rewardItemHash": {"type": "integer"}, "tokenValues": {"type": "object", "properties": {"2640973641": {"type": "integer"}, "478751073": {"type": "integer"}, "950899352": {"type": "integer"}}, "required": ["2640973641", "478751073", "950899352"]}, "rewardVendorHash": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "progressionHash", "hash", "blacklisted", "redacted", "vendors", "rewardItemHash", "tokenValues", "rewardVendorHash", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 8, "progressionHash" : 4235119312, "hash" : 4235119312, "blacklisted" : false, "redacted" : false, "vendors" : [{"vendorHash" : 396892126, "backgroundImagePath" : "/img/destiny_content/factions/vendors/edz-devrim-kay.jpg", "destinationHash" : 1199524104}], "rewardItemHash" : 2043215681, "tokenValues" : {"2640973641" : 100, "478751073" : 250, "950899352" : 50}, "rewardVendorHash" : 2043215681, "displayProperties" : {"icon" : "/common/destiny2_content/icons/367067358c84628ec66d896bf6a5602c.png", "hasIcon" : true, "description" : "Devrim Kay stands watch in the EDZ, protecting the small group of people who now call the Farm their home.", "name" : "Dead Zone Scout"}}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "progressionHash": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "vendors": {"type": "array", "items": {"type": "object", "properties": {"vendorHash": {"type": "integer"}, "backgroundImagePath": {"type": "string"}, "destinationHash": {"type": "integer"}}, "required": ["vendorHash", "backgroundImagePath", "destinationHash"]}}, "rewardItemHash": {"type": "integer"}, "tokenValues": {"type": "object", "properties": {"2640973641": {"type": "integer"}, "478751073": {"type": "integer"}, "950899352": {"type": "integer"}}, "required": ["2640973641", "478751073", "950899352"]}, "rewardVendorHash": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"icon": {"type": "string"}, "hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["icon", "hasIcon", "description", "name"]}}, "required": ["index", "progressionHash", "hash", "blacklisted", "redacted", "vendors", "rewardItemHash", "tokenValues", "rewardVendorHash", "displayProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"predis/predis": {"type": "string"}}, "required": ["predis/predis"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require-dev" : {"predis/predis" : "^1.1"}}
json_instruct
{"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"predis/predis": {"type": "string"}}, "required": ["predis/predis"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["icon", "title", "description"]}, "parent": {"type": "string"}, "criteria": {"type": "object", "properties": {"crate1": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"capability": {"type": "string"}, "after": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["capability", "after"]}}, "required": ["trigger", "conditions"]}, "crate2": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"capability": {"type": "string"}, "after": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["capability", "after"]}}, "required": ["trigger", "conditions"]}}, "required": ["crate1", "crate2"]}, "requirements": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["display", "parent", "criteria", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display" : {"icon" : {"item" : "tetra:forged_crate"}, "title" : "\"Salvage\"", "description" : "Hit the highlighted areas on crates and containers with the correct tools to break them open"}, "parent" : "tetra:spelunking/ancient_ruins", "criteria" : {"crate1" : {"trigger" : "tetra:block_interaction", "conditions" : {"capability" : "pry", "after" : {"block" : "minecraft:air"}}}, "crate2" : {"trigger" : "tetra:block_interaction", "conditions" : {"capability" : "hammer", "after" : {"block" : "minecraft:air"}}}}, "requirements" : [["crate1", "crate2"]]}
json_instruct
{"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["icon", "title", "description"]}, "parent": {"type": "string"}, "criteria": {"type": "object", "properties": {"crate1": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"capability": {"type": "string"}, "after": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["capability", "after"]}}, "required": ["trigger", "conditions"]}, "crate2": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"capability": {"type": "string"}, "after": {"type": "object", "properties": {"block": {"type": "string"}}, "required": ["block"]}}, "required": ["capability", "after"]}}, "required": ["trigger", "conditions"]}}, "required": ["crate1", "crate2"]}, "requirements": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["display", "parent", "criteria", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}}, "required": ["name", "email", "phone"]}}}, "required": ["authors"]}, "components": {"type": "array", "items": {}}}, "required": ["bomFormat", "specVersion", "serialNumber", "version", "metadata", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bomFormat" : "CycloneDX", "specVersion" : "1.3", "serialNumber" : "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", "version" : 1, "metadata" : {"authors" : [{"name" : "Samantha Wright", "email" : "samantha.wright@example.com", "phone" : "800-555-1212"}]}, "components" : []}
json_instruct
{"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}}, "required": ["name", "email", "phone"]}}}, "required": ["authors"]}, "components": {"type": "array", "items": {}}}, "required": ["bomFormat", "specVersion", "serialNumber", "version", "metadata", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "number"}}, "required": ["train_err", "train_lev", "train_syl_err_rate", "test_err", "test_lev", "test_syl_err_rate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"train_err" : 8.300821781356355e-05, "train_lev" : 0, "train_syl_err_rate" : 0.0, "test_err" : 0.015654701412767032, "test_lev" : 465, "test_syl_err_rate" : 0.1053704962610469}
json_instruct
{"type": "object", "properties": {"train_err": {"type": "number"}, "train_lev": {"type": "integer"}, "train_syl_err_rate": {"type": "number"}, "test_err": {"type": "number"}, "test_lev": {"type": "integer"}, "test_syl_err_rate": {"type": "number"}}, "required": ["train_err", "train_lev", "train_syl_err_rate", "test_err", "test_lev", "test_syl_err_rate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : ["Boil water and salt in a saucepan. Stir in quinoa; cover, reduce heat to low, and simmer until tender, about 10 minutes.", "Stir in chopped prunes, peanut butter, almond milk, cinnamon, and nutmeg. Cover and simmer 5 more minutes."], "ingredients" : ["2 cups water", "1/2 teaspoon salt", "1 cup quinoa, rinsed and drained", "1 cup chopped pitted prunes", "2 tablespoons crunchy peanut butter", "1 cup unsweetened vanilla-flavored almond milk", "1/2 teaspoon ground cinnamon", "1/4 teaspoon freshly grated nutmeg"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Quinoa Prune Breakfast Porridge", "url" : "http://allrecipes.com/recipe/230407/quinoa-prune-breakfast-porridge/"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"react-select.css": {"type": "string"}, "react-select.js": {"type": "string"}, "react-select.min.css": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.css", "react-select.js", "react-select.min.css", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-select.css" : "sha512-NNpZDVQaCAko9sz6sSnja7JAldJIswpK+PEqkWefxOs3xswiU9N0SFbH8wqDLvKB4rEj7Bcm+oy3H6Y2uQKscQ==", "react-select.js" : "sha512-I2wI64DFfx5KldA+SgdHFsG1z365R9/oAseWPxYMwI1fSYlSu+PcCd+aTx758VTZLvY7pqPeT82t8ZzbAJy7Ow==", "react-select.min.css" : "sha512-APZbqUgpygfzdikMbBzoE+e7xeBaH+L+T3C6HXgefntqQihWzQHEI++p6cLOdadrRMDSidxOqDoxEKiTrio6sg==", "react-select.min.js" : "sha512-5LBAO3++vagjKdq3thQ1HTHhJ8IuqhLoKXvu3nXkuoeZo0TDux5GmmB7Tpuv2zKILr1ASDnE3cCl/Q91zgCskQ=="}
json_instruct
{"type": "object", "properties": {"react-select.css": {"type": "string"}, "react-select.js": {"type": "string"}, "react-select.min.css": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.css", "react-select.js", "react-select.min.css", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha512-iW/f3bloPU/0hXjSWUJOEIGZcP/0FyTlnQK2+0vGKCxIoIHroSTsVRBn2uGxWuu2Y9xYmT6j13jAm247qTqYiQ==", "aws-sdk.min.js" : "sha512-THr3dYcfapXmeM4j4qBYqARaH4G+5X2NH99hHtiP/4fZ9kmMci90TxZ1js316sChwMeR9gFasf6/W8mWLHL2ng=="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/backbone.marionette.js", "core/backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backbone.marionette.js" : "sha256-EfMlRMAVqvYwwvwFyfg6ET9MWW1V5EWG2MuYF31l+I0=", "backbone.marionette.min.js" : "sha256-XFT46ZQnwcMEP8tPurR7eMrCC37HNXzOJj0yYNYlRmw=", "core/backbone.marionette.js" : "sha256-L7iWPnVa6iwHM+Tmvy//2AZEBodg9ZRZSY+BM6jPnQI=", "core/backbone.marionette.min.js" : "sha256-7vnwiVn/7iyXbvCmOmT8lPPgIuErjuAQMDUsiVSbEew="}
json_instruct
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}, "core/backbone.marionette.js": {"type": "string"}, "core/backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js", "core/backbone.marionette.js", "core/backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"vite": {"type": "string"}, "vite-plugin-ruby": {"type": "string"}}, "required": ["vite", "vite-plugin-ruby"]}, "dependencies": {"type": "object", "properties": {"bulma": {"type": "string"}}, "required": ["bulma"]}}, "required": ["devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devDependencies" : {"vite" : "^2.4", "vite-plugin-ruby" : "^2.0"}, "dependencies" : {"bulma" : "^0.9.2"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"vite": {"type": "string"}, "vite-plugin-ruby": {"type": "string"}}, "required": ["vite", "vite-plugin-ruby"]}, "dependencies": {"type": "object", "properties": {"bulma": {"type": "string"}}, "required": ["bulma"]}}, "required": ["devDependencies", "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"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "update": {"type": "string"}}, "required": ["build", "start", "update"]}, "dependencies": {"type": "object", "properties": {"gitbook-cli": {"type": "string"}, "gitbook-plugin-github-issue-feedback": {"type": "string"}}, "required": ["gitbook-cli", "gitbook-plugin-github-issue-feedback"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"build" : "gitbook build", "start" : "gitbook serve", "update" : "npm rm gitbook-plugin-github-issue-feedback && npm i"}, "dependencies" : {"gitbook-cli" : "^2.3.0", "gitbook-plugin-github-issue-feedback" : "file:../"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "update": {"type": "string"}}, "required": ["build", "start", "update"]}, "dependencies": {"type": "object", "properties": {"gitbook-cli": {"type": "string"}, "gitbook-plugin-github-issue-feedback": {"type": "string"}}, "required": ["gitbook-cli", "gitbook-plugin-github-issue-feedback"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "gen": {"type": "string"}}, "required": ["build", "watch", "prestart", "start", "lint", "test", "gen"]}, "dependencies": {"type": "object", "properties": {"@fast-csv/parse": {"type": "string"}, "apollo-datasource-rest": {"type": "string"}, "apollo-server-azure-functions": {"type": "string"}, "get-stream": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["@fast-csv/parse", "apollo-datasource-rest", "apollo-server-azure-functions", "get-stream", "graphql"]}, "devDependencies": {"type": "object", "properties": {"@azure/functions": {"type": "string"}, "@graphql-codegen/cli": {"type": "string"}, "@graphql-codegen/introspection": {"type": "string"}, "@graphql-codegen/typescript": {"type": "string"}, "@graphql-codegen/typescript-resolvers": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@azure/functions", "@graphql-codegen/cli", "@graphql-codegen/introspection", "@graphql-codegen/typescript", "@graphql-codegen/typescript-resolvers", "@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "jest", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "covid19-graphql", "version" : "1.0.0", "description" : "", "scripts" : {"build" : "tsc", "watch" : "tsc -w", "prestart" : "npm run build", "start" : "func start", "lint" : "eslint graphql/**/*.ts", "test" : "jest", "gen" : "graphql-codegen --config graphql-codegen.yml"}, "dependencies" : {"@fast-csv/parse" : "^4.1.2", "apollo-datasource-rest" : "^0.8.0", "apollo-server-azure-functions" : "^2.11.0", "get-stream" : "^5.1.0", "graphql" : "^14.6.0"}, "devDependencies" : {"@azure/functions" : "^1.0.2-beta2", "@graphql-codegen/cli" : "^1.13.1", "@graphql-codegen/introspection" : "1.13.1", "@graphql-codegen/typescript" : "^1.13.1", "@graphql-codegen/typescript-resolvers" : "^1.13.1", "@types/jest" : "^25.1.4", "@typescript-eslint/eslint-plugin" : "^2.25.0", "@typescript-eslint/parser" : "^2.25.0", "eslint" : "^6.8.0", "eslint-config-prettier" : "^6.10.1", "eslint-plugin-prettier" : "^3.1.2", "jest" : "^25.2.4", "ts-jest" : "^25.3.0", "typescript" : "^3.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "gen": {"type": "string"}}, "required": ["build", "watch", "prestart", "start", "lint", "test", "gen"]}, "dependencies": {"type": "object", "properties": {"@fast-csv/parse": {"type": "string"}, "apollo-datasource-rest": {"type": "string"}, "apollo-server-azure-functions": {"type": "string"}, "get-stream": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["@fast-csv/parse", "apollo-datasource-rest", "apollo-server-azure-functions", "get-stream", "graphql"]}, "devDependencies": {"type": "object", "properties": {"@azure/functions": {"type": "string"}, "@graphql-codegen/cli": {"type": "string"}, "@graphql-codegen/introspection": {"type": "string"}, "@graphql-codegen/typescript": {"type": "string"}, "@graphql-codegen/typescript-resolvers": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@azure/functions", "@graphql-codegen/cli", "@graphql-codegen/introspection", "@graphql-codegen/typescript", "@graphql-codegen/typescript-resolvers", "@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "jest", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : ["Restaurants", "Steakhouses", "Comfort Food", "American (New)"], "city" : "Las Vegas", "em_sigma_b" : 0.0330672640242088, "cum_star" : 3.2046153846153844, "name" : "Citizens Kitchen and Bar", "em_sigma_p" : 0.04346585837816559, "lat" : 36.0919655, "lng" : -115.1730561, "em_star" : 3.3008249292776637, "id" : "Y-S2LhHefBdnX8VP5Bh_JA"}
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2014", "provinceId" : "11", "regencyId" : "09", "districtId" : "07", "name" : "Lataling"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ndkFolder" : "C:\\Users\\Administrator\\AppData\\Local\\Android\\Sdk\\ndk\\21.0.6113669"}
json_instruct
{"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Blender-power-sequencer", "description" : "Video editing add-on for Blender", "license" : null, "starNum" : 72, "folkNum" : 11, "watchNum" : 72, "topic" : ["add-on", "blender", "editing", "foss", "plugin", "sequencer", "tutorial", "video", "video-editing", "vse", "youtube"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"locale": {"type": "string"}, "siteTitle": {"type": "string"}}, "required": ["locale", "siteTitle"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"locale" : "en", "siteTitle" : "Amir Razin"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"locale": {"type": "string"}, "siteTitle": {"type": "string"}}, "required": ["locale", "siteTitle"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0627\u0632 \u067e\u0633 \u067e\u0646\u062c\u0627\u0647 \u0633\u0627\u0644 \u0639\u0634\u0642 \u0628\u0647 \u0645\u0627 \u0686\u0648\u0646 \u0641\u062a\u0627\u062f", "m2" : "\u0627\u0632 \u0628\u0631 \u0645\u0627 \u0631\u0641\u062a\u0647 \u0628\u0648\u062f \u0631\u0648\u06cc \u0628\u0647 \u0645\u0627 \u0686\u0648\u0646 \u0646\u0647\u0627\u062f"}, "1" : {"m1" : "\u0628\u0631 \u062f\u0644 \u0645\u0646 \u0645\u0647\u0631 \u0628\u0648\u062f \u0645\u0647\u0631 \u062f\u0644\u0645 \u0686\u0648\u0646 \u0634\u06a9\u0633\u062a", "m2" : "\u0628\u0631 \u062f\u0644 \u0645\u0646 \u0642\u0641\u0644 \u0628\u0648\u062f \u0642\u0641\u0644 \u062f\u0631\u0645 \u0686\u0648\u0646\u200c\u06af\u0634\u0627\u062f"}, "2" : {"m1" : "\u062f\u0627\u062f \u0645\u0646 \u0627\u0632 \u062f\u0644\u0628\u0631\u06cc \u0627\u0633\u062a \u06a9\u0627\u0648 \u0646\u062f\u0647\u062f \u062f\u0627\u062f \u0645\u0646", "m2" : "\u06af\u0631\u0686\u0647 \u062f\u0631 \u0627\u0648\u0635\u0627\u0641 \u0627\u0648 \u062e\u0627\u0637\u0631 \u0645\u0646 \u062f\u0627\u062f \u062f\u0627\u062f"}, "3" : {"m1" : "\u0646\u0627\u0632\u06af\u0631\u06cc \u062e\u0648\u0634\u200c\u0632\u0628\u0627\u0646 \u067e\u0627\u06a9\u200c\u0628\u0631\u06cc \u0634\u0648\u062e\u200c\u0686\u0634\u0645", "m2" : "\u0639\u0634\u0648\u0647 \u062f\u0647\u06cc \u062f\u0644\u0641\u0631\u06cc\u0628\u200c \u0628\u0648\u0627\u0644\u0639\u062c\u0628\u06cc \u0627\u0648\u0633\u062a\u0627\u062f"}, "4" : {"m1" : "\u0622\u0646\u200c\u06a9\u0647 \u0627\u0632\u0648 \u0634\u0648\u062e\u200c\u062a\u0631 \u0686\u0634\u0645 \u0632\u0645\u0627\u0646\u0647 \u0646\u062f\u06cc\u062f", "m2" : "\u0648\u0627\u0646 \u06a9\u0647 \u0627\u0632\u0648 \u062e\u0648\u0628\u200c\u062a\u0631 \u062e\u0644\u0642 \u0632\u0645\u0627\u0646\u0647 \u0646\u0632\u0627\u062f"}}}
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"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230724001000", "\u9ece\u660e\u793e\u533a\u8857\u9053", "4", "1"], ["230724002000", "\u7ea2\u5efa\u4e2d\u5fc3\u793e\u533a\u8857\u9053", "4", "1"], ["230724003000", "\u65b0\u6c11\u793e\u533a\u8857\u9053", "4", "1"], ["230724004000", "\u5bcc\u6c11\u793e\u533a\u8857\u9053", "4", "1"], ["230724005000", "\u80b2\u6797\u4e00\u793e\u533a\u8857\u9053", "4", "1"], ["230724006000", "\u65b0\u7acb\u4e2d\u5fc3\u793e\u533a\u8857\u9053", "4", "1"], ["230724007000", "\u4e1c\u5347\u793e\u533a\u8857\u9053", "4", "1"], ["230724008000", "\u524d\u8fdb\u793e\u533a\u8857\u9053", "4", "1"], ["230724009000", "\u56e2\u7ed3\u793e\u533a\u8857\u9053", "4", "1"], ["230724010000", "\u80b2\u6797\u793e\u533a\u8857\u9053", "4", "1"], ["230724011000", "\u5efa\u6797\u793e\u533a\u8857\u9053", "4", "1"], ["230724012000", "\u677e\u6797\u793e\u533a\u8857\u9053", "4", "1"], ["230724013000", "\u65b0\u6797\u793e\u533a\u8857\u9053", "4", "1"], ["230724014000", "\u4e94\u661f\u793e\u533a\u8857\u9053", "4", "1"], ["230724400000", "\u7ea2\u6797\u7ecf\u8425\u6240", "4", "1"], ["230724401000", "\u677e\u6797\u6797\u573a", "4", "1"], ["230724402000", "\u6cc9\u6797\u6797\u573a", "4", "1"], ["230724403000", "\u6c34\u6e90\u6797\u573a", "4", "1"], ["230724404000", "\u7b11\u5c71\u6797\u573a", "4", "1"], ["230724405000", "\u6c64\u6797\u6797\u573a", "4", "1"], ["230724406000", "\u6866\u6797\u7ecf\u8425\u6240", "4", "1"], ["230724407000", "\u9752\u6797\u6797\u573a", "4", "1"], ["230724408000", "\u7ed3\u6e90\u6797\u573a", "4", "1"], ["230724409000", "\u5317\u6c9f\u6797\u573a", "4", "1"], ["230724410000", "\u5357\u6c9f\u6797\u573a", "4", "1"], ["230724411000", "\u4e4c\u62c9\u560e\u7ecf\u8425\u6240", "4", "1"], ["230724412000", "\u67f3\u6811\u6cb3\u6797\u573a", "4", "1"], ["230724413000", "\u5317\u5f71\u6797\u573a", "4", "1"], ["230724414000", "\u6e05\u6c34\u6cb3\u7ecf\u8425\u6240", "4", "1"], ["230724415000", "\u4e94\u661f\u6cb3\u7ecf\u8425\u6240", "4", "1"], ["230724416000", "\u6c64\u6d2a\u5cad\u6797\u573a", "4", "1"], ["230724417000", "\u6c64\u5317\u6797\u573a", "4", "1"], ["230724418000", "\u970d\u5409\u6cb3\u6797\u573a", "4", "1"], ["230724419000", "\u4e8c\u6768\u7ecf\u8425\u6240", "4", "1"], ["230724420000", "\u4e09\u6768\u6797\u573a", "4", "1"], ["230724421000", "\u6c64\u5357\u6797\u573a", "4", "1"], ["230724422000", "\u5171\u9752\u7ecf\u8425\u6240", "4", "1"], ["230724423000", "\u5e93\u65af\u7279\u6797\u573a", "4", "1"], ["230724424000", "\u4e8c\u76ae\u6cb3\u7ecf\u8425\u6240", "4", "1"], ["230724425000", "\u7fe0\u5317\u6797\u573a", "4", "1"], ["230724426000", "\u524d\u4e30\u6797\u573a", "4", "1"], ["230724427000", "\u6c38\u4e30\u7ecf\u8425\u6240", "4", "1"], ["230724428000", "\u5e73\u539f\u7ecf\u8425\u6240", "4", "1"], ["230724429000", "\u4e3d\u4e30\u7ecf\u8425\u6240", "4", "1"], ["230724430000", "\u6768\u6811\u6cb3\u7ecf\u8425\u6240", "4", "1"], ["230724431000", "\u5e73\u5c71\u7ecf\u8425\u6240", "4", "1"], ["230724432000", "\u4e3d\u6797\u7ecf\u8425\u6240", "4", "1"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 162640, "name" : "Full-width video", "description" : "Makes the width of the non-fullscreen/in-page video player match the window width", "user" : {"id" : 682425, "name" : "Daniel Molin", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2018-07-18T10:57:01.000Z", "weekly_install_count" : 0, "total_install_count" : 11, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/162640_after.jpeg?r=1580716870", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "publicdomain", "created" : "2018-07-18T10:57:01.000Z", "category" : "site", "raw_subcategory" : "svtplay", "subcategory" : "svtplay", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"www.svtplay.se\") {\r\n@media only screen and (min-width: 64.0625em) {\r\n .play_video-area {\r\n max-width: none;\r\n width: auto;\r\n }\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/162640/full-width-video.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"an11.7:1.1": {"type": "string"}, "an11.7:2.1": {"type": "string"}, "an11.7:3.1": {"type": "string"}, "an11.7:4.1": {"type": "string"}, "an11.7:5.1": {"type": "string"}, "an11.7:6.1": {"type": "string"}, "an11.7:7.1": {"type": "string"}, "an11.7:8.1": {"type": "string"}, "an11.7:9.1": {"type": "string"}, "an11.7:10.1": {"type": "string"}}, "required": ["an11.7:1.1", "an11.7:2.1", "an11.7:3.1", "an11.7:4.1", "an11.7:5.1", "an11.7:6.1", "an11.7:7.1", "an11.7:8.1", "an11.7:9.1", "an11.7:10.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an11.7:1.1" : "dr24.365, ms17A11_47, msdiv7, vri40.287", "an11.7:2.1" : "ms17A11_48", "an11.7:3.1" : "bj23.600, cck24.287, csp1ed17.523, csp2ed17.523, ms17A11_49, ndp19.365, pts-vp-pli5.319, sya24.344", "an11.7:4.1" : "dr24.366, ms17A11_50, vri40.288", "an11.7:5.1" : "cck24.288, ms17A11_51, sya24.345", "an11.7:6.1" : "bj23.602, dr24.367, ms17A11_52, pts-vp-pli5.320", "an11.7:7.1" : "csp1ed17.524, csp2ed17.524, ms17A11_53", "an11.7:8.1" : "ms17A11_54, ndp19.366, sya24.346, vri40.289", "an11.7:9.1" : "cck24.289, ms17A11_55", "an11.7:10.1" : "bj23.604, dr24.368, ms17A11_56, pts-vp-pli5.321"}
json_instruct
{"type": "object", "properties": {"an11.7:1.1": {"type": "string"}, "an11.7:2.1": {"type": "string"}, "an11.7:3.1": {"type": "string"}, "an11.7:4.1": {"type": "string"}, "an11.7:5.1": {"type": "string"}, "an11.7:6.1": {"type": "string"}, "an11.7:7.1": {"type": "string"}, "an11.7:8.1": {"type": "string"}, "an11.7:9.1": {"type": "string"}, "an11.7:10.1": {"type": "string"}}, "required": ["an11.7:1.1", "an11.7:2.1", "an11.7:3.1", "an11.7:4.1", "an11.7:5.1", "an11.7:6.1", "an11.7:7.1", "an11.7:8.1", "an11.7:9.1", "an11.7:10.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Writing and publishing threads on Twitter is a big deal. Twitter is adding the feature to the core product, but <a href=\"http://pork.io/\">pork.io</a> is more of an editor, it automates a bunch of things that Twitter makes you do by hand, such as wrapping tweets, numbering them, adding hash tags. It also creates an RSS feed of your threads, so they can be shared in other environments. ", "created" : "Fri, 05 Jan 2018 15:40:13 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "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": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "create new python package: a dependency of pyrosar", "user" : "Sinan81", "url" : "https://api.github.com/repos/spack/spack/issues/11421", "updated_at" : "2020-03-27 08:17:03", "created_at" : "2019-05-11 05:12:58", "closed_at" : "2019-05-15 01:49:29", "state" : "closed", "title" : "new python package progressbar2", "number" : 11421, "milestone" : null, "labels" : [], "id" : 442955094, "html_url" : "https://github.com/spack/spack/pull/11421", "assignees" : [], "comments" : 1}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "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": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$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"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 25311006, "name" : "Triple Tactics Talent", "is_illegal" : false, "is_custom" : false, "text" : "If your opponent has activated a monster effect during your Main Phase this turn: Activate 1 of these effects;\n? Draw 2 cards.\n? Take control of 1 monster your opponent controls until the End Phase.\n? Look at your opponent's hand, and choose 1 card from it to shuffle into the Deck.\nYou can only activate 1 \"Triple Tactics Talent\" per turn.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/25311006.jpg"], "type" : "Spell", "spell_type" : "Normal"}
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"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "315abac83fc884600818f35f3740de944a142016"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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": "number"}, "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" : 1, "root" : {"boundingVolume" : {"sphere" : [6358668.870440314, -498887.5988956135, -292.5980965279611, 17.874162673950195]}, "geometricError" : 1, "content" : {"url" : "Tile_+004_+002_L21_0001000.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358668.870440314, -498887.5988956135, -292.5980965279611, 17.785873413085938]}, "geometricError" : 0.5, "content" : {"url" : "Tile_+004_+002_L22_00010000.b3dm"}}]}}
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": "number"}, "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#"}
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" : "Echassi\u00e8res", "dpt" : "Allier", "inscrits" : 267, "abs" : 62, "votants" : 205, "blancs" : 14, "nuls" : 12, "exp" : 179, "res" : [{"panneau" : "1", "voix" : 120}, {"panneau" : "2", "voix" : 59}]}
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#"}
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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "string"}, "nan": {"type": "string"}}, "required": ["bindings", "nan"]}, "scripts": {"type": "object", "properties": {"preinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["preinstall", "test"]}, "gypfile": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "private", "dependencies", "scripts", "gypfile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hello", "version" : "0.0.1", "description" : "Node.js Addons Example", "main" : "hello.js", "private" : true, "dependencies" : {"bindings" : "~1.2.1", "nan" : "^2.0.0"}, "scripts" : {"preinstall" : "node-gyp rebuild --target=1.2.2 --arch=x64 --dist-url=https://atom.io/download/atom-shell", "test" : "node hello.js"}, "gypfile" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bindings": {"type": "string"}, "nan": {"type": "string"}}, "required": ["bindings", "nan"]}, "scripts": {"type": "object", "properties": {"preinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["preinstall", "test"]}, "gypfile": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "private", "dependencies", "scripts", "gypfile"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf", "tool" : "solhint", "start" : 1563670980.398438, "end" : 1563670984.2678173, "duration" : 3.8693792819976807, "analysis" : [{"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "19", "column" : "2", "message" : "Line length must be no more than 120 but current length is 5334.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "19", "column" : "3470", "message" : "Expected indentation of 12 spaces but found 3469", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "21", "column" : "2", "message" : "Line length must be no more than 120 but current length is 122.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "27", "column" : "2", "message" : "Line length must be no more than 120 but current length is 3117.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/35/0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol", "line" : "27", "column" : "1198", "message" : "Expected indentation of 8 spaces but found 1197", "level" : "Error", "type" : "indent"}]}
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": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {"closest": {"type": "object", "properties": {"status": {"type": "string"}, "available": {"type": "boolean"}, "url": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["status", "available", "url", "timestamp"]}}, "required": ["closest"]}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "http://www.iata.org/publications/Pages/code-search.aspx", "archived_snapshots" : {"closest" : {"status" : "200", "available" : true, "url" : "http://web.archive.org/web/20191202164802/https://www.iata.org/publications/pages/code-search.aspx", "timestamp" : "20191202164802"}}, "timestamp" : "20200316"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {"closest": {"type": "object", "properties": {"status": {"type": "string"}, "available": {"type": "boolean"}, "url": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["status", "available", "url", "timestamp"]}}, "required": ["closest"]}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "blur", "bbox" : "86 20 603 518", "used" : true}, {"class_name" : "contrast", "bbox" : "86 295 273 518", "used" : false}, {"class_name" : "contrast", "bbox" : "447 317 603 520", "used" : false}, {"class_name" : "contrast", "bbox" : "273 427 445 515", "used" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_5nzz3ymv", "name" : "BDubminiatures"}, "date" : {"day" : 1592092800, "full" : 1592178893, "month" : 1590969600, "week" : 1592092800}, "id" : "t3_h94pt2", "picture" : {"filesize" : 66257, "fullUrl" : "https://preview.redd.it/rmrlav8fry451.jpg?auto=webp&s=e4a57f50c2d7ec3c0d3e8481c21e82ff64dac1b5", "hash" : "9f7fe8ad75", "height" : 667, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA8DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgIH/8QAJBAAAQMEAQMFAAAAAAAAAAAAAwECEQQFBiEAIjFBBxIyUYH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABkRAQADAQEAAAAAAAAAAAAAAAEAAgMRQf/aAAwDAQACEQMRAD8Ax8mM2cWOiWkUhrwRgyNGpNQvfWk7TG+GsksRreARKhoRkcsKNhWvc3SL1IirGl88R4xd8bvLh0uSmqLSiCQbailYj2e5vxc9FlUjtqfzleqLcWpWCHY611fcHw8xw9Il0n3MrrxxfFz5YejKU8n/2Q==", "url" : "https://preview.redd.it/rmrlav8fry451.jpg?width=640&crop=smart&auto=webp&s=f24b90cec61f9db592df9fc6742b50ae2ed06300", "width" : 640}, "score" : {"comments" : 9, "downs" : 0, "ratio" : 0.98, "ups" : 152, "value" : 152}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Sewer pipe made from xps and toilet roll.", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/h94pt2/complete_sewer_pipe_made_from_xps_and_toilet_roll/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.99": {"type": "integer"}, "0.64": {"type": "integer"}, "0.13": {"type": "integer"}, "0.29": {"type": "integer"}, "1.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.08": {"type": "integer"}, "0.93": {"type": "integer"}, "0.87": {"type": "integer"}, "0.97": {"type": "integer"}, "0.0": {"type": "integer"}}, "required": ["0.95", "0.05", "0.99", "0.64", "0.13", "0.29", "1.0", "0.96", "0.08", "0.93", "0.87", "0.97", "0.0"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 16, "hour neutral count" : 1, "hour negative count" : 6, "hour distri" : {"0.95" : 1, "0.05" : 1, "0.99" : 5, "0.64" : 1, "0.13" : 1, "0.29" : 1, "1.0" : 4, "0.96" : 2, "0.08" : 2, "0.93" : 2, "0.87" : 1, "0.97" : 1, "0.0" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.99": {"type": "integer"}, "0.64": {"type": "integer"}, "0.13": {"type": "integer"}, "0.29": {"type": "integer"}, "1.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.08": {"type": "integer"}, "0.93": {"type": "integer"}, "0.87": {"type": "integer"}, "0.97": {"type": "integer"}, "0.0": {"type": "integer"}}, "required": ["0.95", "0.05", "0.99", "0.64", "0.13", "0.29", "1.0", "0.96", "0.08", "0.93", "0.87", "0.97", "0.0"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "url-parse": {"type": "string"}, "request": {"type": "string"}, "tabula-js": {"type": "string"}, "highland": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["cheerio", "url-parse", "request", "tabula-js", "highland", "lodash"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pdf-crawler", "version" : "0.0.0", "description" : "Crawls websites and returns all PDF's in CSV format", "main" : "crawler.js", "repository" : {"type" : "git", "url" : "git@github.com:cpru2/pdf-crawler.git"}, "author" : "Courtney", "license" : "MIT", "dependencies" : {"cheerio" : "^0.19.0", "url-parse" : "^1.0.5", "request" : "^2.65.0", "tabula-js" : "1.0.1", "highland" : "^2.8.1", "lodash" : "^4.13.1"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "url-parse": {"type": "string"}, "request": {"type": "string"}, "tabula-js": {"type": "string"}, "highland": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["cheerio", "url-parse", "request", "tabula-js", "highland", "lodash"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"naive_copy0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "device_end": {"type": "integer"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "integer"}, "device_end": {"type": "integer"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["naive_copy0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"naive_copy0" : {"write" : {"device_start" : -1, "host_queued_start" : 1586236252.548833, "device_queued" : -1, "device_end" : -1, "host_queued_end" : 1586236252.549117}, "device" : "cpu", "nd_range" : {"device_start" : 2904026.7386115952, "device_end" : 2904026.7407944803}, "cmdq" : 0, "read" : {"device_start" : -1, "device_end" : -1}}}
json_instruct
{"type": "object", "properties": {"naive_copy0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "integer"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "integer"}, "device_end": {"type": "integer"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "integer"}, "device_end": {"type": "integer"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["naive_copy0"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2004", "provinceId" : "61", "regencyId" : "03", "districtId" : "11", "name" : "Balai Ingin"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "env": {"type": "object", "properties": {"TS_NODE_FILES": {"type": "string"}}, "required": ["TS_NODE_FILES"]}, "exec": {"type": "string"}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}, "js": {"type": "string"}}, "required": ["ts", "js"]}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["watch", "ext", "env", "exec", "execMap", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"watch" : ["config/", "src/"], "ext" : "js,json,ts,yaml", "env" : {"TS_NODE_FILES" : "true"}, "exec" : "ts-node --files", "execMap" : {"ts" : "ts-node --transpile-only", "js" : "node"}, "ignore" : [".git", "node_modules/**/node_modules"]}
json_instruct
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "env": {"type": "object", "properties": {"TS_NODE_FILES": {"type": "string"}}, "required": ["TS_NODE_FILES"]}, "exec": {"type": "string"}, "execMap": {"type": "object", "properties": {"ts": {"type": "string"}, "js": {"type": "string"}}, "required": ["ts", "js"]}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["watch", "ext", "env", "exec", "execMap", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Jeff Anderson", "url" : "https://jeffa.io", "email" : "dev@jeffa.io", "format" : "txt"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"T": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["type", "item", "data"]}, "S": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "R": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "F": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["type", "item", "data"]}}, "required": ["T", "S", "R", "F"]}}, "required": ["type", "result", "pattern", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "result" : {"item" : "wrcbe:wireless_logic", "data" : 0, "count" : 1}, "pattern" : ["T ", "SRR", "FFF"], "key" : {"T" : {"type" : "minecraft:item", "item" : "wrcbe:material", "data" : 3}, "S" : {"type" : "forge:ore_dict", "ore" : "obsidianRod"}, "R" : {"type" : "forge:ore_dict", "ore" : "dustRedstone"}, "F" : {"type" : "minecraft:item", "item" : "minecraft:stone_slab", "data" : 0}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item", "data", "count"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"T": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["type", "item", "data"]}, "S": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "R": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "F": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["type", "item", "data"]}}, "required": ["T", "S", "R", "F"]}}, "required": ["type", "result", "pattern", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "010802070101", "variable1" : 0.5543, "variable2" : 0.5266, "variable3" : "A"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 58358, "cartId" : "19287689-c930-4557-b6b8-b727e330adcf", "preferredProducts" : [1211, 1039, 3073, 3561, 3567, 370], "productReviews" : [{"productId" : 2930, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2018-09-24T02:00:07.3162494+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pin": {"type": "integer"}, "name": {"type": "string"}}, "required": ["pin", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pin" : 123456, "name" : "Felipe"}
json_instruct
{"type": "object", "properties": {"pin": {"type": "integer"}, "name": {"type": "string"}}, "required": ["pin", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "Bonliw, San Luis, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.san-luis.bonliw", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "12", "province_reference" : "12", "province_name" : "Batangas", "city_id" : "1580", "city_reference" : "176", "city_name" : "San Luis", "barangay_id" : "33521", "barangay_reference" : "4103", "barangay_name" : "Bonliw"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.943069, 13.83801], [120.944557, 13.837], [120.945938, 13.83646], [120.946991, 13.8359], [120.947243, 13.83489], [120.947563, 13.83384], [120.946739, 13.8322], [120.94577, 13.83078], [120.943588, 13.83195], [120.941681, 13.82997], [120.939171, 13.83166], [120.93795, 13.83266], [120.93573, 13.83467], [120.934608, 13.8357], [120.933449, 13.83679], [120.935463, 13.83757], [120.937859, 13.83833], [120.93866, 13.83959], [120.939819, 13.84201], [120.940376, 13.84107], [120.940399, 13.83996], [120.941399, 13.83889], [120.943069, 13.83801]]]]}}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "contraversion", "definition" : "A turning to the opposite side; antistrophe. Congreve."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "0x0798dcfd8a387ea60d80c2e87cf082ad49968ad4a07d95215e901c66116c5812", "parentHash" : "0xc288e8604ce982e02a9b1db03933511d143361759c0ba982bfbceb2f7b04513c", "number" : 59738, "timestamp" : 1439142834, "nonce" : "0x8d7d367a5a3b142d", "difficulty" : 1712984217230, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e312f6c696e75782f676f312e342e32", "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": {"packages": {"type": "object", "properties": {"wpackagist-plugin/mootools-accessible-button": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["1.0", "dev-trunk"]}}, "required": ["wpackagist-plugin/mootools-accessible-button"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : {"wpackagist-plugin/mootools-accessible-button" : {"1.0" : {"name" : "wpackagist-plugin/mootools-accessible-button", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 222188, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/mootools-accessible-button.1.0.zip"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/mootools-accessible-button/", "reference" : "tags/1.0"}, "homepage" : "https://wordpress.org/plugins/mootools-accessible-button/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}, "dev-trunk" : {"name" : "wpackagist-plugin/mootools-accessible-button", "version" : "dev-trunk", "version_normalized" : "9999999-dev", "uid" : 222189, "time" : "2012-05-09 12:07:34", "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/mootools-accessible-button.zip?timestamp=1336565254"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/mootools-accessible-button/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/mootools-accessible-button/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}}}}
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/mootools-accessible-button": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["1.0", "dev-trunk"]}}, "required": ["wpackagist-plugin/mootools-accessible-button"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["usage", "description", "params", "example"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usage" : "<player> stopLocalSound(<sound>)", "description" : ["Stops all instances of a local soundalias running on a player."], "params" : [{"name" : "sound", "type" : "string", "description" : ["The name of the sound to stop."], "optional" : false}], "example" : ["level.player stopLocalSound(\"annoying_siren\");"]}
json_instruct
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "example": {"type": "array", "items": {"type": "string"}}}, "required": ["usage", "description", "params", "example"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"requests": {"type": "object", "properties": {"letter-subject-erasure": {"type": "string"}, "letter-subject-access": {"type": "string"}, "letter-subject-rectification": {"type": "string"}, "letter-subject-objection": {"type": "string"}, "my-reference": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "birthdate": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "attn": {"type": "string"}, "by-fax": {"type": "string"}, "concerns": {"type": "string"}}, "required": ["letter-subject-erasure", "letter-subject-access", "letter-subject-rectification", "letter-subject-objection", "my-reference", "date", "name", "birthdate", "address", "email", "attn", "by-fax", "concerns"]}}, "required": ["requests"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requests" : {"letter-subject-erasure" : "\u0391\u03af\u03c4\u03b7\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf. 17 \u03c4\u03bf\u03c5 GDPR", "letter-subject-access" : "\u0391\u03af\u03c4\u03b7\u03bc\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ac \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf 15 \u03c4\u03bf\u03c5 GDPR", "letter-subject-rectification" : "\u0391\u03af\u03c4\u03b7\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03ce\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf. 16 \u03c4\u03bf\u03c5 GDPR", "letter-subject-objection" : "\u0395\u03bd\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03bf\u03c5 \u03ac\u03bc\u03b5\u03c3\u03bf\u03c5 \u03bc\u03ac\u03c1\u03ba\u03b5\u03c4\u03b9\u03bd\u03b3\u03ba \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf 21 (2) \u03c4\u03bf\u03c5 GDPR", "my-reference" : "\u0397 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03bc\u03bf\u03c5", "date" : "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1", "name" : "\u038c\u03bd\u03bf\u03bc\u03b1", "birthdate" : "\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1 \u03b3\u03ad\u03bd\u03bd\u03b7\u03c3\u03b7\u03c2", "address" : "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7", "email" : "\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u03c4\u03b1\u03c7\u03c5\u03b4\u03c1\u03bf\u03bc\u03b5\u03af\u03bf\u03c5", "attn" : "\u03a5\u03c0\u03cc\u03c8\u03b7: \u03a0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd", "by-fax" : "\u039c\u03b5 \u03c6\u03b1\u03be: ", "concerns" : "\u0391\u03bd\u03b7\u03c3\u03c5\u03c7\u03af\u03b5\u03c2"}}
json_instruct
{"type": "object", "properties": {"requests": {"type": "object", "properties": {"letter-subject-erasure": {"type": "string"}, "letter-subject-access": {"type": "string"}, "letter-subject-rectification": {"type": "string"}, "letter-subject-objection": {"type": "string"}, "my-reference": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "birthdate": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "attn": {"type": "string"}, "by-fax": {"type": "string"}, "concerns": {"type": "string"}}, "required": ["letter-subject-erasure", "letter-subject-access", "letter-subject-rectification", "letter-subject-objection", "my-reference", "date", "name", "birthdate", "address", "email", "attn", "by-fax", "concerns"]}}, "required": ["requests"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "complete": {"type": "boolean"}, "id": {"type": "integer"}}, "required": ["text", "complete", "id"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entries" : [{"text" : "Buy some milk!", "complete" : false, "id" : 0}, {"text" : "Learn Elm.", "complete" : false, "id" : 1}]}
json_instruct
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "complete": {"type": "boolean"}, "id": {"type": "integer"}}, "required": ["text", "complete", "id"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "requiredApiVersion": {"type": "string"}, "iconFile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "string"}}, "required": ["name", "homepage", "support"]}, "name": {"type": "string"}, "nameSlug": {"type": "string"}, "classFile": {"type": "string"}, "description": {"type": "string"}, "implements": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "version", "requiredApiVersion", "iconFile", "author", "name", "nameSlug", "classFile", "description", "implements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1946c4a4-c360-45b2-aa0a-5a10b8fadd31", "version" : "1.1.0", "requiredApiVersion" : "^1.27.1", "iconFile" : "icon.png", "author" : {"name" : "Dimsday", "homepage" : "https://github.com/Dimsday/WordReplacer", "support" : "https://github.com/Dimsday/WordReplacer/issues"}, "name" : "Word replacer", "nameSlug" : "word-replacer", "classFile" : "WordReplacerApp.ts", "description" : "Replaces all occurences of words in messages with other words by regular expressions.", "implements" : ["IPreMessageSentModify"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "requiredApiVersion": {"type": "string"}, "iconFile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "string"}}, "required": ["name", "homepage", "support"]}, "name": {"type": "string"}, "nameSlug": {"type": "string"}, "classFile": {"type": "string"}, "description": {"type": "string"}, "implements": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "version", "requiredApiVersion", "iconFile", "author", "name", "nameSlug", "classFile", "description", "implements"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u795e\u7ecf\u5916\u79d1\u533b\u5e08", "\u795e\u7ecf\u5916\u79d1\u533b\u751f", "\u8111\u795e\u7ecf\u5916\u79d1\u533b\u5e08"], "key" : "Neurosurgeon"}, {"value" : ["\u795e\u7ecf\u5916\u79d1\u4e13\u5bb6"], "key" : "Neurosurgeon A"}, {"value" : ["\u795e\u7ecf\u5916\u79d1\u4e13\u5bb6"], "key" : "Neurosurgeon MBA"}], "query" : "neurosurgeon", "translation" : ["\u795e\u7ecf\u5916\u79d1\u533b\u751f"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=neurosurgeon"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=neurosurgeon"}, "basic" : {"us-phonetic" : ",nj\u028aro's\u025dd\u0292\u0259n", "phonetic" : ",nj\u028a\u0259r\u0259\u028a's\u025c\u02d0d\u0292\u0259n", "uk-phonetic" : ",nj\u028a\u0259r\u0259\u028a's\u025c\u02d0d\u0292\u0259n", "explains" : ["n. \u795e\u7ecf\u5916\u79d1\u533b\u751f"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : 1985, "sex" : "M", "n" : 5, "prop" : 2.6e-06}, {"year" : 1991, "sex" : "M", "n" : 6, "prop" : 2.83e-06}, {"year" : 1992, "sex" : "M", "n" : 12, "prop" : 5.72e-06}, {"year" : 1993, "sex" : "M", "n" : 10, "prop" : 4.84e-06}, {"year" : 1994, "sex" : "M", "n" : 13, "prop" : 6.38e-06}, {"year" : 1995, "sex" : "M", "n" : 9, "prop" : 4.48e-06}, {"year" : 1996, "sex" : "M", "n" : 10, "prop" : 4.99e-06}, {"year" : 1997, "sex" : "M", "n" : 9, "prop" : 4.51e-06}, {"year" : 1998, "sex" : "M", "n" : 11, "prop" : 5.43e-06}, {"year" : 1999, "sex" : "M", "n" : 7, "prop" : 3.43e-06}, {"year" : 2000, "sex" : "M", "n" : 5, "prop" : 2.4e-06}, {"year" : 2004, "sex" : "M", "n" : 6, "prop" : 2.84e-06}, {"year" : 2005, "sex" : "M", "n" : 5, "prop" : 2.35e-06}, {"year" : 2006, "sex" : "M", "n" : 5, "prop" : 2.28e-06}, {"year" : 2007, "sex" : "M", "n" : 6, "prop" : 2.71e-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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js", "css"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "content_scripts", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "prodl youtube downloader Chrome extension", "description" : "Easily download from youtube", "version" : "0.5", "permissions" : ["tabs", "webRequest", "http://*/", "https://*/", "*://*/", "bookmarks"], "content_scripts" : [{"matches" : ["http://www.youtube.com/watch*", "https://www.youtube.com/watch*"], "js" : ["/js/injected.js"], "css" : ["/style/css/injected.css"]}], "background" : {"scripts" : ["/js/background.js"]}, "browser_action" : {"default_icon" : "/style/img/icon.png", "default_popup" : "popup.html"}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js", "css"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_popup"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "content_scripts", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Mipakatesekan~ `ako~ `ko~ `fafoy~ `to~ `kotang~.\ufffa\ufffb\u6211\u7528\u77db\u69cd\u523a\u4e2d\u91ce\u8c6c\u4e86\u3002"], "f" : "\u66fe\u7d93\u628a\u2026\u523a\u4e2d\u4e86\uff0c\u523a\u4e2d\u904e\u76ee\u6a19\u4e86\u3002"}, {"e" : ["\ufff9`Mpakatesekan~ `a~ `'ada~.\ufffa\ufffb\u88ab\u523a\u4e2d\u7684\u6575\u4eba\u3002"], "f" : "\u6307\u523a\u4e2d\u904e\u7684(\u5c0d\u8c61\u3001\u5730\u65b9)\u3002"}]}], "stem" : "tesek", "t" : "mipakatesekan"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "HERLD2", "lang" : "en", "description" : "\nSelected countries of residence\n\nExplanatory notes for the following statistics:\n45412 Monthly tourism survey\n\nDefinition:\nThe monthly tourism survey records the country of residence\nof the guests in accommodation establishments. As a rule,\nthe country of residence of a guest is the country of\npermanent or usual residence. The guest's citizenship or\nnationality does not play a role.\n\n\n\u00a9 Statistisches Bundesamt, Wiesbaden 2016", "name" : "Selected countries of residence", "type" : "variable"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Aberffraw": {"type": "string"}, "Amlwch": {"type": "string"}, "Anglesey": {"type": "string"}, "Benllech": {"type": "string"}, "Bodffordd": {"type": "string"}, "Brynsiencyn": {"type": "string"}, "Brynteg": {"type": "string"}, "Cemaes Bay": {"type": "string"}, "Dulas Bay": {"type": "string"}, "Dwyran": {"type": "string"}, "Gaerwen": {"type": "string"}, "Llanallgo": {"type": "string"}, "Llanbedrgoch": {"type": "string"}, "Llanerchymedd": {"type": "string"}, "Llangefni": {"type": "string"}, "Moelfre": {"type": "string"}, "Pentraeth": {"type": "string"}, "Penysarn": {"type": "string"}, "Rhosneigr": {"type": "string"}, "Trearddur": {"type": "string"}}, "required": ["Aberffraw", "Amlwch", "Anglesey", "Benllech", "Bodffordd", "Brynsiencyn", "Brynteg", "Cemaes Bay", "Dulas Bay", "Dwyran", "Gaerwen", "Llanallgo", "Llanbedrgoch", "Llanerchymedd", "Llangefni", "Moelfre", "Pentraeth", "Penysarn", "Rhosneigr", "Trearddur"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Aberffraw" : "AFW", "Amlwch" : "AMW", "Anglesey" : "VLY", "Benllech" : "BHC", "Bodffordd" : "BFO", "Brynsiencyn" : "BYI", "Brynteg" : "YBG", "Cemaes Bay" : "CEB", "Dulas Bay" : "DBY", "Dwyran" : "DYR", "Gaerwen" : "GQY", "Llanallgo" : "LAA", "Llanbedrgoch" : "GOC", "Llanerchymedd" : "LRM", "Llangefni" : "LGI", "Moelfre" : "MFR", "Pentraeth" : "PAE", "Penysarn" : "PEA", "Rhosneigr" : "RNE", "Trearddur" : "TRR"}
json_instruct
{"type": "object", "properties": {"Aberffraw": {"type": "string"}, "Amlwch": {"type": "string"}, "Anglesey": {"type": "string"}, "Benllech": {"type": "string"}, "Bodffordd": {"type": "string"}, "Brynsiencyn": {"type": "string"}, "Brynteg": {"type": "string"}, "Cemaes Bay": {"type": "string"}, "Dulas Bay": {"type": "string"}, "Dwyran": {"type": "string"}, "Gaerwen": {"type": "string"}, "Llanallgo": {"type": "string"}, "Llanbedrgoch": {"type": "string"}, "Llanerchymedd": {"type": "string"}, "Llangefni": {"type": "string"}, "Moelfre": {"type": "string"}, "Pentraeth": {"type": "string"}, "Penysarn": {"type": "string"}, "Rhosneigr": {"type": "string"}, "Trearddur": {"type": "string"}}, "required": ["Aberffraw", "Amlwch", "Anglesey", "Benllech", "Bodffordd", "Brynsiencyn", "Brynteg", "Cemaes Bay", "Dulas Bay", "Dwyran", "Gaerwen", "Llanallgo", "Llanbedrgoch", "Llanerchymedd", "Llangefni", "Moelfre", "Pentraeth", "Penysarn", "Rhosneigr", "Trearddur"], "$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"}, "permissions": {"type": "array", "items": {"type": "string"}}, "__firefox__browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}, "__chrome__options_page": {"type": "string"}, "__firefox__options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "browser_style": {"type": "boolean"}}, "required": ["page", "browser_style"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_title", "default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "__firefox__browser_specific_settings", "__chrome__options_page", "__firefox__options_ui", "background", "content_scripts", "browser_action", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Getting Started Example", "version" : "1.0", "description" : "Build an Extension!", "permissions" : ["activeTab", "storage", "http://127.0.0.1/"], "__firefox__browser_specific_settings" : {"gecko" : {"id" : "addon@example.com"}}, "__chrome__options_page" : "options.html", "__firefox__options_ui" : {"page" : "options.html", "browser_style" : true}, "background" : {"scripts" : ["/static/js/background.js"], "persistent" : false}, "content_scripts" : [{"matches" : ["*://*/*"], "js" : ["/static/js/content-script-example.js"]}], "browser_action" : {"default_icon" : {"16" : "logo/get_started16.png", "32" : "logo/get_started32.png", "48" : "logo/get_started48.png", "128" : "logo/get_started128.png"}, "default_title" : "Getting Started Example", "default_popup" : "popup.html"}, "icons" : {"16" : "logo/get_started16.png", "32" : "logo/get_started32.png", "48" : "logo/get_started48.png", "128" : "logo/get_started128.png"}, "manifest_version" : 2}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "__firefox__browser_specific_settings": {"type": "object", "properties": {"gecko": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["gecko"]}, "__chrome__options_page": {"type": "string"}, "__firefox__options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "browser_style": {"type": "boolean"}}, "required": ["page", "browser_style"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_title", "default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "__firefox__browser_specific_settings", "__chrome__options_page", "__firefox__options_ui", "background", "content_scripts", "browser_action", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3c20d67b6b1ae0985f913abb7397babc2fbb1a1f", "tool" : "oyente", "start" : 1563217883.629195, "end" : 1563217900.3561056, "duration" : 16.72691059112549, "analysis" : [{"errors" : [{"line" : 30, "column" : 5, "level" : "Warning", "message" : "Integer Underflow."}], "file" : "/unique_contracts/0x3c20d67b6b1ae0985f913abb7397babc2fbb1a1f.sol", "name" : "ICEDIUM", "evm_code_coverage" : "62.4%", "integer_underflow" : true, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]}
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", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "level": {"type": "string"}, "message": {"type": "string"}}, "required": ["line", "column", "level", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x0f6007fea958b4986ab3c1b51b91882544b96d12", "tool" : "oyente", "start" : 1563221654.6076915, "end" : 1563221660.3132453, "duration" : 5.705553770065308, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "link_markers": {"type": "array", "items": {"type": "string"}}, "link_number": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "link_markers", "link_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Powercode Talker", "number" : "15844566", "is_illegal" : false, "text" : "3 monsters\nOnce per turn: You can target 1 face-up monster on the field; negate that target's effects until the end of this turn. Once per turn, if this card battles an opponent's monster, during damage calculation (Quick Effect): You can Tribute 1 monster this card points to; this card's ATK becomes double its original ATK during that damage calculation only.", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Cyberse", "attack" : "2300", "attribute" : "FIRE", "is_pendulum" : false, "is_xyz" : false, "is_synchro" : false, "is_fusion" : false, "is_link" : true, "is_extra_deck" : true, "monster_types" : ["Link"], "link_markers" : ["Left", "Bottom-Left", "Right"], "link_number" : "3"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "link_markers": {"type": "array", "items": {"type": "string"}}, "link_number": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "link_markers", "link_number"], "$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"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "api": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}, "query": {"type": "object", "properties": {"mountain": {"type": "string"}}, "required": ["mountain"]}}, "required": ["host", "pathname", "query"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": {"type": "string"}, "opening": {"type": "string"}, "noaa": {"type": "string"}}, "required": ["name", "url", "api", "tags", "ll", "twitter", "opening", "noaa"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Buttermilk", "url" : {"host" : "https://www.aspensnowmass.com", "pathname" : "/our-mountains/buttermilk/lift-status"}, "api" : {"host" : "https://www.aspensnowmass.com", "pathname" : "/aspensnowmass/liftstatus/feed", "query" : {"mountain" : "Buttermilk"}}, "tags" : ["Colorado", "Aspen"], "ll" : [-106.860474, 39.206944], "twitter" : "AspenSnowmass", "opening" : "2016-12-10", "noaa" : "GJT/154,102"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "api": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}, "query": {"type": "object", "properties": {"mountain": {"type": "string"}}, "required": ["mountain"]}}, "required": ["host", "pathname", "query"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": {"type": "string"}, "opening": {"type": "string"}, "noaa": {"type": "string"}}, "required": ["name", "url", "api", "tags", "ll", "twitter", "opening", "noaa"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "WITHOUT ANY MIXTURE OF UNEASINESS; AND YET THEY COULD BE CONTENT TO STAY HERE FOR EVER:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4507.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["es6", "browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "ignorePatterns": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "integer"}, "react/prop-types": {"type": "integer"}}, "required": ["react/no-unescaped-entities", "react/prop-types"]}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["react"]}}, "required": ["env", "extends", "parser", "ignorePatterns", "rules", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"env" : {"es6" : true, "browser" : true}, "extends" : ["eslint:recommended", "plugin:jsx-a11y/recommended", "plugin:react/recommended"], "parser" : "babel-eslint", "ignorePatterns" : ["node_modules/", "server/", "test/", "sh/", "test/", "build/", "rollup.config.js"], "rules" : {"react/no-unescaped-entities" : 0, "react/prop-types" : 0}, "settings" : {"react" : {"version" : "detect"}}}
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["es6", "browser"]}, "extends": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}, "ignorePatterns": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"react/no-unescaped-entities": {"type": "integer"}, "react/prop-types": {"type": "integer"}}, "required": ["react/no-unescaped-entities", "react/prop-types"]}, "settings": {"type": "object", "properties": {"react": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["react"]}}, "required": ["env", "extends", "parser", "ignorePatterns", "rules", "settings"], "$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": "object", "properties": {"steam-user": {"type": "string"}, "steamcommunity": {"type": "string"}, "steam-totp": {"type": "string"}, "steam-tradeoffer-manager": {"type": "string"}, "lodash": {"type": "string"}, "path": {"type": "string"}, "colors": {"type": "string"}, "winston": {"type": "string"}, "steamid": {"type": "string"}, "request": {"type": "string"}, "moment": {"type": "string"}}, "required": ["steam-user", "steamcommunity", "steam-totp", "steam-tradeoffer-manager", "lodash", "path", "colors", "winston", "steamid", "request", "moment"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "steam-card-bot-pro", "version" : "1.1.3", "description" : "An free open source, fully automated Level Up Bot with all features and support and much more", "main" : "index.js", "author" : "rsobaid - https://steamcommunity.com/id/rsobaid/", "license" : "MIT", "dependencies" : {"steam-user" : "^3.29.1", "steamcommunity" : "^3.40.0", "steam-totp" : "^2.1.0", "steam-tradeoffer-manager" : "^2.5.0", "lodash" : "^4.15.0", "path" : "^0.12.7", "colors" : "^1.1.2", "winston" : "^3.1.0", "steamid" : "^1.1.0", "request" : "^2.85.0", "moment" : "^2.22.2"}}
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": {"steam-user": {"type": "string"}, "steamcommunity": {"type": "string"}, "steam-totp": {"type": "string"}, "steam-tradeoffer-manager": {"type": "string"}, "lodash": {"type": "string"}, "path": {"type": "string"}, "colors": {"type": "string"}, "winston": {"type": "string"}, "steamid": {"type": "string"}, "request": {"type": "string"}, "moment": {"type": "string"}}, "required": ["steam-user", "steamcommunity", "steam-totp", "steam-tradeoffer-manager", "lodash", "path", "colors", "winston", "steamid", "request", "moment"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"DATABASE": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "HOST": {"type": "string"}}, "required": ["DATABASE", "USER", "PASSWORD", "HOST"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DATABASE" : "testDB", "USER" : "root", "PASSWORD" : "11223344", "HOST" : "localhost"}
json_instruct
{"type": "object", "properties": {"DATABASE": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "HOST": {"type": "string"}}, "required": ["DATABASE", "USER", "PASSWORD", "HOST"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "6.4.0-beta.0", "info" : {"plain" : "Storybook 6.4 is in beta! \ud83c\udf8a\n\nSB6.4 adds interaction testing and performance re-architecture in preparation for a huge 7.0 release.\n\nTrack the release in the Github: [Storybook 6.4 Release \ud83d\udee0](https://github.com/storybookjs/storybook/issues/15355)"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@dist/raven.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"}, "integrity": {"type": "string"}, "path": {"type": "string"}}, "required": ["hashes", "type", "integrity", "path"]}, "@dist/raven.min.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"}, "integrity": {"type": "string"}, "path": {"type": "string"}}, "required": ["hashes", "type", "integrity", "path"]}}, "required": ["@dist/raven.js", "@dist/raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@dist/raven.js" : {"hashes" : {"sha256" : "kNo80ZAT5AxK/r4hNw3GLc1XM6WDfPT5zk/3mA9o4Jg=", "sha512" : "7uhorE1tpXuuULm8YxYtjSc3IAPBmcIng0QtyK607G6+845X6nLRk73myrtxZVqs0iD4SKqSRtwYJnnpWGjjYw=="}, "type" : null, "integrity" : "sha256-kNo80ZAT5AxK/r4hNw3GLc1XM6WDfPT5zk/3mA9o4Jg= sha512-7uhorE1tpXuuULm8YxYtjSc3IAPBmcIng0QtyK607G6+845X6nLRk73myrtxZVqs0iD4SKqSRtwYJnnpWGjjYw==", "path" : "dist/raven.js"}, "@dist/raven.min.js" : {"hashes" : {"sha256" : "HaCP30N/E7qL2Tr148nkYtUIsvMFEsdyH9P3e7jA2Hs=", "sha512" : "gwEhVo0oDg2WE6M1jDh9DU/07lkjHLitsHgDB+DpLlsox5vWmuIWofNiX5F7QKemX64LUpsUj940yvT7ykG1Gw=="}, "type" : null, "integrity" : "sha256-HaCP30N/E7qL2Tr148nkYtUIsvMFEsdyH9P3e7jA2Hs= sha512-gwEhVo0oDg2WE6M1jDh9DU/07lkjHLitsHgDB+DpLlsox5vWmuIWofNiX5F7QKemX64LUpsUj940yvT7ykG1Gw==", "path" : "dist/raven.min.js"}}
json_instruct
{"type": "object", "properties": {"@dist/raven.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"}, "integrity": {"type": "string"}, "path": {"type": "string"}}, "required": ["hashes", "type", "integrity", "path"]}, "@dist/raven.min.js": {"type": "object", "properties": {"hashes": {"type": "object", "properties": {"sha256": {"type": "string"}, "sha512": {"type": "string"}}, "required": ["sha256", "sha512"]}, "type": {"type": "null"}, "integrity": {"type": "string"}, "path": {"type": "string"}}, "required": ["hashes", "type", "integrity", "path"]}}, "required": ["@dist/raven.js", "@dist/raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"chat": {"type": "string"}, "unidentified": {"type": "string"}, "value": {"type": "string"}}, "required": ["chat", "unidentified", "value"]}, "featType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}, "prerequisites": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "array", "items": {}}, "source": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "traits": {"type": "object", "properties": {"custom": {"type": "string"}, "rarity": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "value": {"type": "array", "items": {"type": "string"}}}, "required": ["custom", "rarity", "value"]}}, "required": ["actionCategory", "actionType", "actions", "description", "featType", "level", "prerequisites", "rules", "source", "traits"]}, "effects": {"type": "array", "items": {}}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}, "type": {"type": "string"}}, "required": ["_id", "data", "effects", "flags", "img", "name", "permission", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "aFUxNGur3Hma8DKy", "data" : {"actionCategory" : {"value" : ""}, "actionType" : {"value" : "action"}, "actions" : {"value" : "1"}, "description" : {"chat" : "", "unidentified" : "", "value" : "<p><strong>Requirements</strong> You are unarmored or wearing light armor</p>\n<hr />\n<p>You close the distance to your prey in a blur, pouncing on the creature before it can react. You Stride up to your Speed and make a Strike at the end of your movement.</p>"}, "featType" : {"value" : "class"}, "level" : {"value" : 12}, "prerequisites" : ["animal instinct"], "rules" : [], "source" : {"value" : ""}, "traits" : {"custom" : "", "rarity" : {"value" : "common"}, "value" : ["barbarian", "flourish", "instinct", "open", "rage"]}}, "effects" : [], "flags" : {}, "img" : "systems/pf2e/icons/features/feats/feats.jpg", "name" : "Predator's Pounce", "permission" : {"default" : 0}, "type" : "feat"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "data": {"type": "object", "properties": {"actionCategory": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actionType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "actions": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "description": {"type": "object", "properties": {"chat": {"type": "string"}, "unidentified": {"type": "string"}, "value": {"type": "string"}}, "required": ["chat", "unidentified", "value"]}, "featType": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "level": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}, "prerequisites": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "array", "items": {}}, "source": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "traits": {"type": "object", "properties": {"custom": {"type": "string"}, "rarity": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "value": {"type": "array", "items": {"type": "string"}}}, "required": ["custom", "rarity", "value"]}}, "required": ["actionCategory", "actionType", "actions", "description", "featType", "level", "prerequisites", "rules", "source", "traits"]}, "effects": {"type": "array", "items": {}}, "flags": {"type": "object", "properties": {}, "required": []}, "img": {"type": "string"}, "name": {"type": "string"}, "permission": {"type": "object", "properties": {"default": {"type": "integer"}}, "required": ["default"]}, "type": {"type": "string"}}, "required": ["_id", "data", "effects", "flags", "img", "name", "permission", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "task": {"type": "string"}, "tags": {"type": "string"}, "gameType": {"type": "string"}, "backEnd": {"type": "string"}, "editor": {"type": "object", "properties": {"freeformEditting": {"type": "boolean"}, "buttons": {"type": "array", "items": {"type": "string"}}}, "required": ["freeformEditting", "buttons"]}, "code": {"type": "object", "properties": {"prefix": {"type": "array", "items": {"type": "string"}}, "initial": {"type": "string"}, "postfix": {"type": "string"}, "comments": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "initial", "postfix", "comments"]}, "game": {"type": "object", "properties": {"map": {"type": "array", "items": {"type": "string"}}, "offset": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["map", "offset"]}, "dyk": {"type": "array", "items": {}}}, "required": ["title", "description", "task", "tags", "gameType", "backEnd", "editor", "code", "game", "dyk"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Loop-in-a-loop", "description" : "", "task" : "", "tags" : "intro", "gameType" : "paint", "backEnd" : "doppio", "editor" : {"freeformEditting" : false, "buttons" : ["switchUp", "switchDown"]}, "code" : {"prefix" : ["void paint() {", "int x = 1;\nint y = 1;"], "initial" : "\nx=1;while( y != 5 ) {\n\twhile( x != 5 ) {\n\t\tdrawPixel(x, y, \"black\");\n\t\t\tx = x + 1;\n\t\t\ty = y + 1;\n\t\t}", "postfix" : "\n\t}\nreturn;\n}", "comments" : ["Color Puzzle #15 - 'Loop-in-a-loop'", "So close! So nearly correct! Fix the order to win!", "Hint: One of these statements does not belong inside the inner loop,", "and one statement does not belong outside the loops", "Functions available in this level:", "drawPixel(x, y, color): draws the pixel at the coordinate (x,y) the given color"]}, "game" : {"map" : ["BBBB", "BBBB", "BBBB", "BBBB"], "offset" : {"x" : 1, "y" : 1}}, "dyk" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "task": {"type": "string"}, "tags": {"type": "string"}, "gameType": {"type": "string"}, "backEnd": {"type": "string"}, "editor": {"type": "object", "properties": {"freeformEditting": {"type": "boolean"}, "buttons": {"type": "array", "items": {"type": "string"}}}, "required": ["freeformEditting", "buttons"]}, "code": {"type": "object", "properties": {"prefix": {"type": "array", "items": {"type": "string"}}, "initial": {"type": "string"}, "postfix": {"type": "string"}, "comments": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "initial", "postfix", "comments"]}, "game": {"type": "object", "properties": {"map": {"type": "array", "items": {"type": "string"}}, "offset": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["map", "offset"]}, "dyk": {"type": "array", "items": {}}}, "required": ["title", "description", "task", "tags", "gameType", "backEnd", "editor", "code", "game", "dyk"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words", "cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["Kodokan", "landjaeger"], "cSpell.ignoreWords" : ["burgdoggen", "galoul", "jigoro", "kawaishi", "maklouf"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words", "cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "82a8cca3-52b3-4003-88d3-d373f37c7806", "d" : 260}, {"p" : "e4712876-c7de-4829-8475-c255710ea984", "d" : 152}]
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-mr7q-8c5m-vw8x", "modified" : "2022-05-13T01:07:24Z", "published" : "2022-05-13T01:07:23Z", "aliases" : ["CVE-2017-3827"], "details" : "A vulnerability in the Multipurpose Internet Mail Extensions (MIME) scanner of Cisco AsyncOS Software for Cisco Email Security Appliances (ESA) and Web Security Appliances (WSA) could allow an unauthenticated, remote attacker to bypass configured user filters on the device. Affected Products: This vulnerability affects all releases prior to the first fixed release of Cisco AsyncOS Software for Cisco ESA and Cisco WSA, both virtual and hardware appliances, that are configured with message or content filters to scan incoming email attachments on the ESA or services scanning content of web access on the WSA. More Information: SCvb91473, CSCvc76500. Known Affected Releases: 10.0.0-203 9.9.9-894 WSA10.0.0-233.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-3827"}, {"type" : "WEB", "url" : "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170215-asyncos"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/96239"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id/1037831"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id/1037832"}], "database_specific" : {"cwe_ids" : ["CWE-20"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bblanchon/ArduinoJson": {"type": "string"}, "256dpi/MQTT": {"type": "string"}, "rlogiacco/CircularBuffer": {"type": "string"}}, "required": ["bblanchon/ArduinoJson", "256dpi/MQTT", "rlogiacco/CircularBuffer"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "export": {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude"]}}, "required": ["name", "version", "description", "keywords", "repository", "authors", "license", "homepage", "dependencies", "frameworks", "platforms", "export"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "farmhub-client", "version" : "0.12.2", "description" : "FarmHub IoT client platform", "keywords" : "arduino json configuration mqtt", "repository" : {"type" : "git", "url" : "https://github.com/lptr/ArduinoJsonConfig"}, "authors" : [{"name" : "L\u00f3r\u00e1nt Pint\u00e9r", "url" : "https://github.com/lptr"}], "license" : "Apache-2.0", "homepage" : "https://lptr.github.io/ArduinoJsonConfig", "dependencies" : {"bblanchon/ArduinoJson" : "^6.18.3", "256dpi/MQTT" : "^2.5.0", "rlogiacco/CircularBuffer" : "^1.3.3"}, "frameworks" : "arduino", "platforms" : "espressif32", "export" : {"exclude" : [".*", "examples", "*.sh"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bblanchon/ArduinoJson": {"type": "string"}, "256dpi/MQTT": {"type": "string"}, "rlogiacco/CircularBuffer": {"type": "string"}}, "required": ["bblanchon/ArduinoJson", "256dpi/MQTT", "rlogiacco/CircularBuffer"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "export": {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["exclude"]}}, "required": ["name", "version", "description", "keywords", "repository", "authors", "license", "homepage", "dependencies", "frameworks", "platforms", "export"], "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["621021105001", "\u767d\u9a6c\u793e\u533a", "121", "0"], ["621021105200", "\u4e09\u91cc\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["621021105201", "\u9ad8\u6237\u6751\u59d4\u4f1a", "220", "0"], ["621021105202", "\u767d\u9a6c\u6751\u59d4\u4f1a", "121", "0"], ["621021105203", "\u80b4\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["621021105204", "\u738b\u7554\u6751\u59d4\u4f1a", "220", "0"], ["621021105205", "\u987e\u65d7\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"storeId" : "4834", "name" : "Stirling Express", "latitude" : 56.103631, "longitude" : -3.873925, "postalCode" : "FK7 7JW", "country" : "gb", "addressLines" : ["Stilring Road", "Fallin", "Stilring"]}
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", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Oni Buchanan", "classification" : "", "keywords" : ["Relationships", "Pets"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/182362", "region" : "U.S., New England", "text" : ["I approached the luminous stranger who came to me", "from darkness in a gown of lettuce leaves, in a velvet", "cloak of green that appeared at first another piece of dark,", "but pulled apart into the glow-sphere that danced", "in swaying steps, the lucent majesty that slipped toward me", "from the reigning silence black above my cage.", "Oh extravagant\u2014and were my teeth too sharp to greet", "or sharp enough? I do not understand now what was meant", "to happen and what was a mistake\u2014but know the bursting,", "the sickening snap of ecstasy wrenched back to the body", "and the green gown flung in crippled circles traced", "like diagrams of wasting moons above my head\u2014or portals", "to another world, I thought, but as I thought, the shriek", "dissolved, the body crumpled from the air and landed", "on its side beneath the salt lick. All night I tended", "the wasted skin and careful, brought it water,", "alfalfa, made a bed of cedar chips and tried to gather", "molecules of breath that floated from the plant shelf.", "When I remembered morning, I began to cry, began to pray", "for night to stay until the green took shape again", "and if that shape were gone, I prayed for night", "to stay, to be held in the same forever-dark", "in which I first looked up and saw the gentle body,", "and saw the graceful swaying of the stranger coming", "as if for me\u2014now I do not know\u2014but then,", "as if for me, and all my loneliness gone."], "title" : "The Guinea Pig and the Green Balloon", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "79870688", "name" : "Speke Drive", "nodes" : [{"type" : "node", "id" : 182488671, "lat" : 52.2734402, "lon" : -1.158411}, {"type" : "node", "id" : 330979891, "lat" : 52.2735418, "lon" : -1.1587142}], "volunteer_postcode" : "NN11 0RW", "closest_distance" : 165}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}