input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:plugins": {"type": "string"}, "build:assets": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["build:plugins", "build:assets", "watch", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}, "icono": {"type": "string"}, "jquery": {"type": "string"}, "material-design-iconic-font": {"type": "string"}}, "required": ["angular", "bootstrap", "icono", "jquery", "material-design-iconic-font"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-contrib-less", "grunt-contrib-uglify", "grunt-contrib-watch"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "bugs", "author", "contributors", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "funny-chat-generator", "version" : "1.0.0", "description" : "Create your funny chat screenshot for free.", "main" : "index.js", "scripts" : {"build:plugins" : "grunt plugins", "build:assets" : "grunt assets", "watch" : "grunt watch", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/vittominacori/funnychatgenerator.git"}, "homepage" : "https://vittominacori.github.io/funnychatgenerator", "bugs" : {"url" : "https://github.com/vittominacori/funnychatgenerator/issues"}, "author" : "Vittorio Minacori", "contributors" : [{"name" : "Vittorio Minacori", "url" : "https://github.com/vittominacori"}], "license" : "MIT", "dependencies" : {"angular" : "^1.8.0", "bootstrap" : "^3.4.1", "icono" : "^1.3.2", "jquery" : "^3.5.1", "material-design-iconic-font" : "^2.2.0"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-cli" : "^1.3.2", "grunt-contrib-concat" : "^0.5.1", "grunt-contrib-jshint" : "^0.12.0", "grunt-contrib-less" : "^0.12.0", "grunt-contrib-uglify" : "^0.11.1", "grunt-contrib-watch" : "^0.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:plugins": {"type": "string"}, "build:assets": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}}, "required": ["build:plugins", "build:assets", "watch", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}, "icono": {"type": "string"}, "jquery": {"type": "string"}, "material-design-iconic-font": {"type": "string"}}, "required": ["angular", "bootstrap", "icono", "jquery", "material-design-iconic-font"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-contrib-less", "grunt-contrib-uglify", "grunt-contrib-watch"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "bugs", "author", "contributors", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "module.exports = process.env.PROMISE_QUEUE_COVERAGE ? require('./lib-cov') : require('./lib');", "map" : {"version" : 3, "sources" : ["C:/website/node_modules/promise-queue/index.js"], "names" : ["module", "exports", "process", "env", "PROMISE_QUEUE_COVERAGE", "require"], "mappings" : "AAAAA,MAAM,CAACC,OAAP,GAAiBC,OAAO,CAACC,GAAR,CAAYC,sBAAZ,GACbC,OAAO,CAAC,WAAD,CADM,GAEbA,OAAO,CAAC,OAAD,CAFX", "sourcesContent" : ["module.exports = process.env.PROMISE_QUEUE_COVERAGE ?\n require('./lib-cov') :\n require('./lib');\n"]}, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "parameters": {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "minItems": {"type": "integer"}, "additionalItems": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}}, "required": ["$schema", "type", "minItems", "additionalItems", "items"]}}, "required": ["id", "title", "description", "type", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ctzn.network/item-class-icon-view", "title" : "Item class icon view", "description" : "The ocpm image of a given item class.", "type" : "blob-view", "parameters" : {"$schema" : "http://json-schema.org/draft-07/schema#", "type" : "array", "minItems" : 2, "additionalItems" : false, "items" : [{"type" : "string"}, {"type" : "string"}]}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "parameters": {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "minItems": {"type": "integer"}, "additionalItems": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}}, "required": ["$schema", "type", "minItems", "additionalItems", "items"]}}, "required": ["id", "title", "description", "type", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pe_name" : "DiagPackage.dll", "pe_type" : 523, "pe_size" : 67584, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Windows\\diagnostics\\system\\WindowsMediaPlayerConfiguration\\DiagPackage.dll", "pe_timedate_stamp" : 125408683, "pe_timedate_human" : "1973-12-22T11:44:43.000Z", "ImageDLLImports" : [{"name" : "", "imports" : 0, "functions" : []}], "ImageDLLExports" : {"exports" : 0, "functions" : []}, "ImageHashSignatures" : {"md5" : "8983ef62c5d08fa668c694363ee0b48c", "sha2" : "4d2311cf4e2c62a30c5502ae5cc435c2ff4ca5954f45a168ecbebf0b9fda6cc2"}}
json_instruct
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "organisation": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["name", "organisation", "site", "minimum-net-dwellings", "ownership-status", "site-address", "maximum-net-dwellings", "point", "site-plan-url", "hectares", "planning-permission-status", "start-date", "notes", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.530996, 51.71506]}, "properties" : {"name" : "29", "organisation" : "local-authority-eng:FOE", "site" : "29", "minimum-net-dwellings" : "5", "ownership-status" : "owned by a public authority", "site-address" : "Railway Station Lydney", "maximum-net-dwellings" : "20", "point" : "POINT(-2.530996 51.71506)", "site-plan-url" : "http://maps.glosdistricts.org/map/Aurora.svc/run?script=%5cAurora%5cFoDDC+-+SHLAA.AuroraScript%24&nocache=1347652503&resize=always&inspect_query=Brownfield_Land_Registery&inspect_value=Aurora24&scale=1024", "hectares" : "1.04", "planning-permission-status" : "not permissioned", "start-date" : "2017-10-31", "notes" : "within an area identified for redevelopment including the station itself there is potential for an element of new housing supported by the plan policy. housing component of mixed development scheme", "slug" : "/brownfield-land/local-authority-eng/FOE/29", "entity" : 500877, "entry-date" : "2017-10-31"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "organisation": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "ownership-status": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["name", "organisation", "site", "minimum-net-dwellings", "ownership-status", "site-address", "maximum-net-dwellings", "point", "site-plan-url", "hectares", "planning-permission-status", "start-date", "notes", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"947057693584": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947057693933": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947057695290": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947057693584", "947057693933", "947057695290"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"947057693584" : {"type" : "st"}, "947057693933" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9WSUxMX1VQREFURS1FUV9WaWxsYWdlLmh0bWwtYW5hbHl0aWNzLTk0NzA1NzY5MzcxNQ==.json"}, "947057695290" : {"type" : "st"}}
json_instruct
{"type": "object", "properties": {"947057693584": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947057693933": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947057695290": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947057693584", "947057693933", "947057695290"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cmake-js-tut-01-module": {"type": "string"}}, "required": ["cmake-js-tut-01-module"]}, "cmake-js": {"type": "object", "properties": {"runtime": {"type": "string"}, "runtimeVersion": {"type": "string"}}, "required": ["runtime", "runtimeVersion"]}}, "required": ["name", "description", "version", "main", "dependencies", "cmake-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cmake-js-tut-03-nwjs-app", "description" : "nw.js application demonstrating CMake.js out-of-the-box nw.js compatibility", "version" : "1.0.0", "main" : "index.html", "dependencies" : {"cmake-js-tut-01-module" : "unbornchikken/cmake-js-tut-01-module"}, "cmake-js" : {"runtime" : "nw", "runtimeVersion" : "0.12.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cmake-js-tut-01-module": {"type": "string"}}, "required": ["cmake-js-tut-01-module"]}, "cmake-js": {"type": "object", "properties": {"runtime": {"type": "string"}, "runtimeVersion": {"type": "string"}}, "required": ["runtime", "runtimeVersion"]}}, "required": ["name", "description", "version", "main", "dependencies", "cmake-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "astound", "definition" : "Stunned; astounded; astonished. [Archaic] Spenser. Thus Ellen, dizzy and astound. As sudden ruin yawned around. Sir W. Scott.\n\n1. To stun; to stupefy. No puissant stroke his senses once astound. Fairfax. 2. To astonish; to strike with amazement; to confound with wonder, surprise, or fear. These thoughts may startle well, but not astound The virtuous mind. Milton."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "url": {"type": "string"}, "repository": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "license": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "description", "version", "author", "url", "repository", "license", "readme", "readmeFilename", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "html5-entities", "description" : "A table mapping HTML5 entity patterns to unicode code points", "version" : "0.5.1", "author" : {"name" : "Aria Stewart", "email" : "aredridel@nbtsc.org", "url" : "http://dinhe.net/~aredridel/"}, "url" : "http://dinhe.net/~aredridel/projects/js/html5/", "repository" : [{"type" : "git", "url" : "git://github.com/aredridel/html5-entities.git"}, {"type" : "git", "url" : "http://theinternetco.net/~aredridel/projects/js/html5-entities.git"}], "license" : "MIT", "readme" : "html5-entities\n==============\n\nA table mapping HTML5 entity patterns to unicode code points.\n", "readmeFilename" : "README.md", "_id" : "html5-entities@0.5.1", "dist" : {"shasum" : "059cc34f4c57c93053274317d0c49a226b146434"}, "_from" : "html5-entities@~0.5.0", "_resolved" : "https://registry.npmjs.org/html5-entities/-/html5-entities-0.5.1.tgz"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "url": {"type": "string"}, "repository": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "license": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "_id": {"type": "string"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}}, "required": ["shasum"]}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "description", "version", "author", "url", "repository", "license", "readme", "readmeFilename", "_id", "dist", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See wcdeq on Metamath](http://us.metamath.org/mpegif/wcdeq.html)"}], "definition" : "wff CondEq ( x = y -> ph )", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wcdeq--1", "#T_vx", "#T_wcdeq--2", "#T_vy", "#T_wcdeq--3", "#T_wph"], "metaLanguage" : "METAMATH", "phrase" : "->", "remarks" : " Extend wff notation to include conditional equality. This is a technical device used in the proof that ` F/ ` is the not-free predicate, and that definitions are conservative as a result. \n\n---\n\nThis syntax is primitive. The first axiom using it is #P_df-cdeq.\n\n---"}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "2a972a2", "CardHash" : "57ad53c", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "68476db", "CardHash" : "21ea95c", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "clean": {"type": "string"}, "serve": {"type": "string"}, "compile": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "clean", "serve", "compile", "start", "build"]}, "dependencies": {"type": "object", "properties": {"lit-html": {"type": "string"}}, "required": ["lit-html"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-private-methods": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "commitlint": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "serve": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-private-methods", "@babel/preset-env", "@commitlint/config-conventional", "commitlint", "husky", "prettier", "rimraf", "serve"]}}, "required": ["name", "version", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lit-html-try", "version" : "1.0.0", "repository" : "https://github.com/newbornfrontender/lit-html-try.git", "author" : "Infant Frontender <newbornfrontender@gmail.com>", "license" : "MIT", "scripts" : {"format" : "prettier --write **/*.{html,js,json,md}", "clean" : "rimraf public/**/*.js", "serve" : "serve -n -c serve.json", "compile" : "babel source -d public", "start" : "yarn clean && yarn compile -w", "build" : "yarn clean && yarn compile"}, "dependencies" : {"lit-html" : "1.1.0"}, "devDependencies" : {"@babel/cli" : "7.4.4", "@babel/core" : "7.4.5", "@babel/plugin-proposal-class-properties" : "7.4.4", "@babel/plugin-proposal-private-methods" : "7.4.4", "@babel/preset-env" : "7.4.5", "@commitlint/config-conventional" : "8.0.0", "commitlint" : "8.0.0", "husky" : "2.3.0", "prettier" : "1.17.1", "rimraf" : "3.0.0", "serve" : "11.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"format": {"type": "string"}, "clean": {"type": "string"}, "serve": {"type": "string"}, "compile": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["format", "clean", "serve", "compile", "start", "build"]}, "dependencies": {"type": "object", "properties": {"lit-html": {"type": "string"}}, "required": ["lit-html"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-private-methods": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@commitlint/config-conventional": {"type": "string"}, "commitlint": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "serve": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-private-methods", "@babel/preset-env", "@commitlint/config-conventional", "commitlint", "husky", "prettier", "rimraf", "serve"]}}, "required": ["name", "version", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "external_id": {"type": "string"}}, "required": ["source_name", "url", "external_id"]}}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_abstraction": {"type": "string"}, "x_capec_status": {"type": "string"}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "external_references", "object_marking_refs", "x_capec_abstraction", "x_capec_status", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--d7fb333d-1681-4386-b903-ab92f5e2b1f4", "spec_version" : "2.0", "objects" : [{"type" : "attack-pattern", "id" : "attack-pattern--52103765-d380-42fc-aa4d-a8b24615548a", "created_by_ref" : "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bcd", "created" : "2015-11-09T00:00:00.000Z", "modified" : "2019-09-30T00:00:00.000Z", "name" : "Collect Data as Provided by Users", "description" : "An attacker leverages a tool, device, or program to obtain specific information as provided by a user of the target system. This information is often needed by the attacker to launch a follow-on attack. This attack is different than Social Engineering as the adversary is not tricking or deceiving the user. Instead the adversary is putting a mechanism in place that captures the information that a user legitimately enters into a system. Deploying a keylogger, performing a UAC prompt, or wrapping the Windows default credential provider are all examples of such interactions.", "external_references" : [{"source_name" : "capec", "url" : "https://capec.mitre.org/data/definitions/569.html", "external_id" : "CAPEC-569"}], "object_marking_refs" : ["marking-definition--17d82bb2-eeeb-4898-bda5-3ddbcd2b799d"], "x_capec_abstraction" : "Standard", "x_capec_status" : "Draft", "x_capec_version" : "3.2"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "external_id": {"type": "string"}}, "required": ["source_name", "url", "external_id"]}}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_capec_abstraction": {"type": "string"}, "x_capec_status": {"type": "string"}, "x_capec_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "external_references", "object_marking_refs", "x_capec_abstraction", "x_capec_status", "x_capec_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Community Building Programs", "definition" : {"text" : "Superalgos thrives through contributions and collaboration. We designed the Community Building Programs to foster a community in which members are always ready to help and give back!", "updated" : 1629994549969}, "paragraphs" : [{"style" : "Text", "text" : "Right click and select the pencil button to enter edit mode."}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["text", "updated"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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": {"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-v2vx-4w8c-2w28", "modified" : "2022-05-02T03:15:23Z", "published" : "2022-05-02T03:15:23Z", "aliases" : ["CVE-2009-0428"], "details" : "SQL injection vulnerability in CategoryManager/upload_image_category.asp in DMXReady Secure Document Library 1.1 and earlier allows remote attackers to execute arbitrary SQL commands via the cid parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-0428"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/48013"}, {"type" : "WEB", "url" : "https://www.exploit-db.com/exploits/7787"}, {"type" : "WEB", "url" : "http://dmxready.helpserve.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=93"}, {"type" : "WEB", "url" : "http://dmxready.helpserve.com/index.php?_m=news&_a=viewnews&newsid=12"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/33482"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/33253"}], "database_specific" : {"cwe_ids" : ["CWE-89"], "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": {"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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "120.267", "endpoint-url" : "http://inspire.halton.gov.uk/data/halton_brownfieldregister_2018-11-06_rev1.csv", "entry-date" : "2021-01-27T00:13:11.113114", "exception" : "ConnectTimeout", "ssl-verify" : true}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "electron": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "electron", "ts-node", "typescript"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "instagramloader", "version" : "0.1.0", "description" : "XSS tools for instagram.com", "main" : "index.js", "dependencies" : {}, "devDependencies" : {"@types/node" : "^14.14.37", "electron" : "^12.0.2", "ts-node" : "^9.1.1", "typescript" : "^4.2.3"}, "scripts" : {"start" : "electron ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/otkrickey/InstagramLoader.git"}, "author" : "otkrickey", "license" : "MIT", "bugs" : {"url" : "https://github.com/otkrickey/InstagramLoader/issues"}, "homepage" : "https://github.com/otkrickey/InstagramLoader#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "electron": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "electron", "ts-node", "typescript"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"require": {"type": "object", "properties": {"dts/ebay-sdk-php": {"type": "string"}, "guzzle/guzzle": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["dts/ebay-sdk-php", "guzzle/guzzle", "guzzlehttp/guzzle"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"dts/ebay-sdk-php" : "^12.0", "guzzle/guzzle" : "~3.9", "guzzlehttp/guzzle" : "^6.2"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"dts/ebay-sdk-php": {"type": "string"}, "guzzle/guzzle": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["dts/ebay-sdk-php", "guzzle/guzzle", "guzzlehttp/guzzle"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"module": {"type": "string"}, "code": {"type": "string"}, "data": {"type": "array", "items": {"type": "integer"}}, "msg": {"type": "string"}, "lang": {"type": "string"}, "version": {"type": "string"}}, "required": ["module", "code", "data", "msg", "lang", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"module" : "system", "code" : "success", "data" : [666, 999], "msg" : "\u6267\u884c\u6210\u529f", "lang" : "zh", "version" : "1.0"}
json_instruct
{"type": "object", "properties": {"module": {"type": "string"}, "code": {"type": "string"}, "data": {"type": "array", "items": {"type": "integer"}}, "msg": {"type": "string"}, "lang": {"type": "string"}, "version": {"type": "string"}}, "required": ["module", "code", "data", "msg", "lang", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "plural": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"contract": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "issueTx": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["contract", "issueTx"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {"issuer": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}, "allowed": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}}, "required": ["issuer", "allowed"]}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "plural", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "AccessRequest", "plural" : "AccessRequests", "base" : "PersistedModel", "idInjection" : true, "options" : {"validateUpsert" : true}, "properties" : {"contract" : {"type" : "string", "required" : true}, "issueTx" : {"type" : "string", "required" : false}}, "validations" : [], "relations" : {"issuer" : {"type" : "belongsTo", "model" : "Client", "foreignKey" : ""}, "allowed" : {"type" : "belongsTo", "model" : "Client", "foreignKey" : ""}}, "acls" : [], "methods" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "plural": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"contract": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "issueTx": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["contract", "issueTx"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {"issuer": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}, "allowed": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}}, "required": ["issuer", "allowed"]}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "plural", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_4yy8u", "name" : "SimpleRy"}, "date" : {"day" : 1592092800, "full" : 1592165563, "month" : 1590969600, "week" : 1592092800}, "id" : "t3_h90t53", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 106692, "fullUrl" : "https://preview.redd.it/aklbwujrnx451.jpg?auto=webp&s=5c1e508df873c1caa2be768d1f6c2b69da57e11f", "hash" : "3e8052e6e9", "height" : 503, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAANABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQMG/8QAIxAAAgEEAQMFAAAAAAAAAAAAAQIEAwURIQASIkEGEzFR0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAFxEBAQEBAAAAAAAAAAAAAAAAAQIAYf/aAAwDAQACEQMRAD8A2ky1RLhQWpUZqFbBK1EYZA+t6IHB5Hp65QmFWPMMlqTIchArsM7xvx8jiliujz7VIllPbaPUFPpU6cZ865e5TqkWAJTd6rUU9CnpJ7sDu2f3k+SyuZFUJv/Z", "thumbnailUrl" : "https://a.thumbs.redditmedia.com/0K2MItDN4qkBw79CyZMv8AjZnPMlOLWCAQlBJBUQLF8.jpg", "url" : "https://preview.redd.it/aklbwujrnx451.jpg?width=640&crop=smart&auto=webp&s=efb8fc678aabdeff777805dc14d42b891f076258", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.98, "ups" : 80, "value" : 80}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Mine Entrance", "url" : "https://www.reddit.com/r/dndmaps/comments/h90t53/mine_entrance/"}
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"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MANAHAL", "frequency" : 4, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 93326, "cartId" : "14fd39fc-445e-442e-a68b-90030f335db0", "preferredProducts" : [2280, 1788, 1212, 1397], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "How Secure?", "favorite" : "0", "length" : "33:28", "likes" : "0", "recorded" : "2013-02-27", "speakers" : ["dustin-kirkland"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/7VqpA7mqg3E/hqdefault.jpg", "title" : "Reining in Security Sprawl: Certificate & Key Management for Big Data", "videos" : [{"code" : "7VqpA7mqg3E", "type" : "youtube"}], "views" : "73"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fd760afe8f5afc5affe6f0912480c2fc4784fa04"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["610822107200", "\u6e05\u6c34\u6751\u59d4\u4f1a", "121", "0"], ["610822107202", "\u58a9\u5895\u6751\u59d4\u4f1a", "220", "0"], ["610822107203", "\u53e4\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["610822107204", "\u5c0f\u5b57\u6751\u59d4\u4f1a", "220", "0"], ["610822107205", "\u8d75\u5be8\u6751\u59d4\u4f1a", "220", "0"], ["610822107207", "\u767d\u5bb6\u56ed\u5219\u6751\u59d4\u4f1a", "220", "0"], ["610822107208", "\u67a3\u6797\u5cc1\u6751\u59d4\u4f1a", "220", "0"], ["610822107209", "\u9752\u6625\u5cc1\u6751\u59d4\u4f1a", "220", "0"], ["610822107210", "\u5143\u5cc1\u6751\u59d4\u4f1a", "220", "0"], ["610822107211", "\u6d77\u5219\u5e99\u6751\u59d4\u4f1a", "121", "0"], ["610822107212", "\u6c99\u5c27\u5219\u6751\u59d4\u4f1a", "220", "0"], ["610822107215", "\u738b\u5927\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["610822107216", "\u9ad8\u7cb1\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["610822107217", "\u738b\u5bb6\u7109\u6751\u59d4\u4f1a", "220", "0"], ["610822107219", "\u5b59\u5d16\u5c27\u6751\u59d4\u4f1a", "220", "0"], ["610822107220", "\u78c1\u5c27\u6c9f\u6751\u59d4\u4f1a", "220", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"dot-prop": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"is-obj": {"type": "string"}}, "required": ["is-obj"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "is-obj": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "lodash": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["dot-prop", "is-obj", "lodash"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "npm-audit-html-test", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"dot-prop" : {"version" : "5.1.0", "resolved" : "https://registry.npmjs.org/dot-prop/-/dot-prop-5.1.0.tgz", "integrity" : "sha512-n1oC6NBF+KM9oVXtjmen4Yo7HyAVWV2UUl50dCYJdw2924K6dX9bf9TTTWaKtYlRn0FEtxG27KS80ayVLixxJA==", "requires" : {"is-obj" : "^2.0.0"}}, "is-obj" : {"version" : "2.0.0", "resolved" : "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", "integrity" : "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="}, "lodash" : {"version" : "3.0.0", "resolved" : "https://registry.npmjs.org/lodash/-/lodash-3.0.0.tgz", "integrity" : "sha1-STNktxg6NxBNZSVfOLD+WGnL4P0="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"dot-prop": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"is-obj": {"type": "string"}}, "required": ["is-obj"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "is-obj": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "lodash": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["dot-prop", "is-obj", "lodash"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"mvt": {"type": "string"}, "semver": {"type": "string"}, "tiny-params": {"type": "string"}}, "required": ["mvt", "semver", "tiny-params"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "oneclick-update", "version" : "1.3.1", "description" : "Simple installer downloads and update server", "main" : "index.js", "files" : ["index.js"], "scripts" : {"test" : "node test --verbose"}, "repository" : {"type" : "git", "url" : "git+https://github.com/doesdev/oneclick-update.git"}, "keywords" : ["electron", "squirrel", "installer", "update", "updater", "download", "autoupdate", "auto-update", "server", "channel", "release", "prerelease"], "author" : "Andrew Carpenter (https://github.com/doesdev)", "license" : "MIT", "bugs" : {"url" : "https://github.com/doesdev/oneclick-update/issues"}, "homepage" : "https://oneclick-update.doesdev.com", "dependencies" : {}, "devDependencies" : {"mvt" : "^3.0.0", "semver" : "^7.1.3", "tiny-params" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"mvt": {"type": "string"}, "semver": {"type": "string"}, "tiny-params": {"type": "string"}}, "required": ["mvt", "semver", "tiny-params"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "371502004002", "text" : "\u59dc\u5824\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "371502004003", "text" : "\u9648\u5c6f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "371502004004", "text" : "\u660c\u6da6\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "371502004005", "text" : "\u94c1\u897f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "371502004006", "text" : "\u5357\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "371502004008", "text" : "\u6cb3\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "env": {"type": "object", "properties": {"GITHUB_TOKEN": {"type": "string"}}, "required": ["GITHUB_TOKEN"]}}, "required": ["name", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "multitwitch2", "env" : {"GITHUB_TOKEN" : "@github-api-token"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "env": {"type": "object", "properties": {"GITHUB_TOKEN": {"type": "string"}}, "required": ["GITHUB_TOKEN"]}}, "required": ["name", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "calking", "definition" : "The act or process of making seems tight, as in ships, or of furnishing with calks, as a shoe, or copying, as a drawing. Calking iron, a tool like a chisel, used in calking ships, tightening seams in ironwork, etc. Their left hand does the calking iron guide. Dryden."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 24, "line_cd" : 31013, "line_name" : "\u5185\u90e8\u7dda", "station_cd" : 3101304, "station_g_cd" : 3101304, "station_name" : "\u5357\u65e5\u6c38", "lon" : 136.601015, "lat" : 34.949949}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/img/about.jpg": {"type": "string"}, "/img/apple-touch-icon.png": {"type": "string"}, "/img/favicon.png": {"type": "string"}, "/img/photothumb.db": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/img/about.jpg", "/img/apple-touch-icon.png", "/img/favicon.png", "/img/photothumb.db"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js?id=ce4183c37038082faf18", "/css/app.css" : "/css/app.css?id=84bb95f608f72d6d5b39", "/img/about.jpg" : "/img/about.jpg?id=83b94f60f7e8448090c2", "/img/apple-touch-icon.png" : "/img/apple-touch-icon.png?id=49ae81bd17b0bfab8060", "/img/favicon.png" : "/img/favicon.png?id=3ef500abc938e4f0b7b8", "/img/photothumb.db" : "/img/photothumb.db?id=564256908e6429ec360b"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/img/about.jpg": {"type": "string"}, "/img/apple-touch-icon.png": {"type": "string"}, "/img/favicon.png": {"type": "string"}, "/img/photothumb.db": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/img/about.jpg", "/img/apple-touch-icon.png", "/img/favicon.png", "/img/photothumb.db"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cmdsFile": {"type": "string"}, "measFile": {"type": "string"}, "groupName": {"type": "string"}, "clientName": {"type": "string"}, "scenarioName": {"type": "string"}, "syncHostPropertiesUrl": {"type": "string"}, "labLinkPropertiesUrl": {"type": "string"}, "redisIP": {"type": "string"}, "redisPort": {"type": "string"}}, "required": ["cmdsFile", "measFile", "groupName", "clientName", "scenarioName", "syncHostPropertiesUrl", "labLinkPropertiesUrl", "redisIP", "redisPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cmdsFile" : "commands.sgnl", "measFile" : "measurements.sgnl", "groupName" : "RedisOpalDemo", "clientName" : "RedisOpalClient", "scenarioName" : "RedisOpalScenario", "syncHostPropertiesUrl" : "http://localhost:10101/get?id=ait.example.all.sync-host.properties", "labLinkPropertiesUrl" : "http://localhost:10101/get?id=ait.example.all.llproperties", "redisIP" : "10.111.202.11", "redisPort" : "6379"}
json_instruct
{"type": "object", "properties": {"cmdsFile": {"type": "string"}, "measFile": {"type": "string"}, "groupName": {"type": "string"}, "clientName": {"type": "string"}, "scenarioName": {"type": "string"}, "syncHostPropertiesUrl": {"type": "string"}, "labLinkPropertiesUrl": {"type": "string"}, "redisIP": {"type": "string"}, "redisPort": {"type": "string"}}, "required": ["cmdsFile", "measFile", "groupName", "clientName", "scenarioName", "syncHostPropertiesUrl", "labLinkPropertiesUrl", "redisIP", "redisPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-select.js" : "sha256-NFCUEW3gsQZapeqwhyNlaX9C4R7HhW2f7zhkkKanEJ0=", "react-select.min.js" : "sha256-6A7T/VDSvCl3onpXb4V2w1k8v1o/ekoIcEG8eRaUdEw="}
json_instruct
{"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"accountNumber": {"type": "string"}, "lastUpdatedDate": {"type": "string"}}, "required": ["accountNumber", "lastUpdatedDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accountNumber" : "8272600234806371", "lastUpdatedDate" : "2017-12-01-05:00"}
json_instruct
{"type": "object", "properties": {"accountNumber": {"type": "string"}, "lastUpdatedDate": {"type": "string"}}, "required": ["accountNumber", "lastUpdatedDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "AVRIEL", "frequency" : 104, "males" : "4.807692307692308 %", "females" : "95.1923076923077 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isKey": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["name", "isKey", "type"]}}}, "required": ["attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attributes" : [{"name" : "k", "isKey" : true, "type" : "string"}, {"name" : "v", "isKey" : false, "type" : "int"}]}
json_instruct
{"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isKey": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["name", "isKey", "type"]}}}, "required": ["attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"9007": {"type": "string"}, "9009": {"type": "string"}}, "required": ["9007", "9009"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"9007" : "9008", "9009" : "9010"}
json_instruct
{"type": "object", "properties": {"9007": {"type": "string"}, "9009": {"type": "string"}}, "required": ["9007", "9009"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032935": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01032935"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01032935" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00168961", "LAD11CD" : "E07000081"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00168962", "LAD11CD" : "E07000081"}, "arcs" : [[3, -1, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00168963", "LAD11CD" : "E07000081"}, "arcs" : [[6, 7, 8, -2, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00168964", "LAD11CD" : "E07000081"}, "arcs" : [[-7, -6, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00168970", "LAD11CD" : "E07000081"}, "arcs" : [[-8, -11, 11]]}]}}, "arcs" : [[[5932, 7478], [-809, -1083]], [[5123, 6395], [-1862, -400], [-1539, 259], [-122, -672], [-496, -84]], [[1104, 5498], [-91, 2450], [495, 35], [226, 1904], [1138, -450], [798, 562], [816, -1647], [1404, -826], [42, -48]], [[3689, 4766], [1760, 927], [-326, 702]], [[5932, 7478], [744, -629], [1425, 407], [70, -697], [1828, -1454], [-1609, -2392]], [[8390, 2713], [-667, -501], [-1152, 109], [-1729, 1922], [-1153, 523]], [[3689, 4766], [99, -606], [-606, -628]], [[3182, 3532], [-639, -576], [62, 799], [-1175, -312]], [[1430, 3443], [-546, 1588], [220, 467]], [[8390, 2713], [512, -248], [-538, -597], [1201, -1292], [-831, -576], [-1048, 339]], [[7686, 339], [-1824, 2195], [-519, -445], [-1315, 376], [-723, -278], [-123, 1345]], [[7686, 339], [-906, 631], [-646, -468], [-199, 328], [-1232, -462], [-68, 1523], [-1188, 86], [144, -880], [-953, -431], [-485, 840], [-2153, 538], [537, 1418], [1323, -887], [-430, 868]]], "transform" : {"scale" : [8.996224042116282e-07, 5.781101106059051e-07], "translate" : [-2.271244014720438, 51.82253882044892]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032935": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01032935"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-name": {"type": "string"}, "language-name-romanized": {"type": "string"}, "language-name-romanized-sorted": {"type": "string"}, "language-button-text": {"type": "string"}, "footer-description": {"type": "string"}, "app-links": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "license": {"type": "string"}, "terms": {"type": "string"}, "Privacy Policy": {"type": "string"}, "terms-link": {"type": "string"}, "privacy-policy-link": {"type": "string"}, "search-input-button": {"type": "string"}, "search-input-label": {"type": "string"}, "islamica": {"type": "object", "properties": {"name": {"type": "string"}, "slogan": {"type": "string"}, "entries": {"type": "string"}}, "required": ["name", "slogan", "entries"]}}, "required": ["@metadata", "language-name", "language-name-romanized", "language-name-romanized-sorted", "language-button-text", "footer-description", "app-links", "license", "terms", "Privacy Policy", "terms-link", "privacy-policy-link", "search-input-button", "search-input-label", "islamica"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Amirsara", "FarsiNevis", "Reza1615", "Yoosef Pooranvary"]}, "language-name" : "\u0641\u0627\u0631\u0633\u06cc", "language-name-romanized" : "F\u0101rsi", "language-name-romanized-sorted" : "Farsi", "language-button-text" : "\u0648\u06cc\u06a9\u06cc\u200c\u067e\u062f\u06cc\u0627 \u0631\u0627 \u0628\u0647 \u0632\u0628\u0627\u0646 \u062e\u0648\u062f \u0628\u062e\u0648\u0627\u0646\u06cc\u062f", "footer-description" : "\u0648\u06cc\u06a9\u06cc\u200c\u067e\u062f\u06cc\u0627 \u06cc\u06a9\u06cc \u0627\u0632 \u067e\u0631\u0648\u0698\u0647\u200c\u0647\u0627\u06cc\u06cc \u0627\u0633\u062a \u06a9\u0647 \u062a\u0648\u0633\u0637 \u0628\u0646\u06cc\u0627\u062f \u0646\u0627\u0633\u0648\u062f\u0628\u0631 \u0648\u06cc\u06a9\u06cc\u200c\u0645\u062f\u06cc\u0627 \u0645\u06cc\u0632\u0628\u0627\u0646\u06cc \u0645\u06cc\u200c\u0634\u0648\u062f.", "app-links" : {"title" : "\u0648\u06cc\u06a9\u06cc\u200c\u067e\u062f\u06cc\u0627 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0627\u0646\u062f\u0631\u0648\u06cc\u062f \u06cc\u0627 iOS \u0628\u0627\u0631\u06af\u06cc\u0631\u06cc \u06a9\u0646\u06cc\u062f", "description" : "\u0645\u0642\u0627\u0644\u0647\u200c\u0647\u0627\u06cc \u0645\u0648\u0631\u062f \u0639\u0644\u0627\u0642\u0647\u200c\u062a\u0627\u0646 \u0631\u0627 \u0628\u0631\u0627\u06cc \u0645\u0637\u0627\u0644\u0639\u0647\u0654 \u0628\u0631\u0648\u0646\u200c\u062e\u0637 \u0630\u062e\u06cc\u0631\u0647 \u06a9\u0646\u06cc\u062f\u060c \u0641\u0647\u0631\u0633\u062a\u200c\u0647\u0627\u06cc \u0645\u0637\u0627\u0644\u0639\u0647\u200c\u062a\u0627\u0646 \u0631\u0627 \u062f\u0631 \u0628\u06cc\u0646 \u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627\u06cc \u0645\u062e\u062a\u0644\u0641\u200c\u062a\u0627\u0646 \u0647\u0645\u06af\u0627\u0645\u200c\u0633\u0627\u0632\u06cc \u06a9\u0646\u06cc\u062f\u060c \u0648 \u062a\u062c\u0631\u0628\u0647\u0654 \u0645\u0637\u0627\u0644\u0639\u0647\u200c\u062a\u0627\u0646 \u0628\u0627 \u0646\u0631\u0645\u200c\u0627\u0641\u0632\u0627\u0631 \u0631\u0633\u0645\u06cc \u0648\u06cc\u06a9\u06cc\u200c\u067e\u062f\u06cc\u0627 \u0631\u0627 \u0634\u062e\u0635\u06cc\u200c\u0633\u0627\u0632\u06cc \u06a9\u0646\u06cc\u062f."}, "license" : "This page is available under the <a href='https://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-ShareAlike License</a>", "terms" : "\u0634\u0631\u0627\u06cc\u0637 \u06a9\u0627\u0631\u0628\u0631\u062f", "Privacy Policy" : "\u0633\u06cc\u0627\u0633\u062a \u0645\u062d\u0631\u0645\u0627\u0646\u06af\u06cc", "terms-link" : "https://meta.wikimedia.org/wiki/Terms_of_use/fa", "privacy-policy-link" : "https://meta.wikimedia.org/wiki/Privacy_policy/fa", "search-input-button" : "\u062c\u0633\u062a\u062c\u0648", "search-input-label" : "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 \u0648\u06cc\u06a9\u06cc\u200c\u067e\u062f\u06cc\u0627", "islamica" : {"name" : "\u0627\u0633\u0644\u0627\u0645\u06cc\u06a9\u0627", "slogan" : "\u062f\u0627\u0646\u0634\u0646\u0627\u0645\u0647\u0654 \u0627\u0633\u0644\u0627\u0645\u06cc", "entries" : "\u0645\u0642\u0627\u0644\u0647"}}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "language-name": {"type": "string"}, "language-name-romanized": {"type": "string"}, "language-name-romanized-sorted": {"type": "string"}, "language-button-text": {"type": "string"}, "footer-description": {"type": "string"}, "app-links": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "license": {"type": "string"}, "terms": {"type": "string"}, "Privacy Policy": {"type": "string"}, "terms-link": {"type": "string"}, "privacy-policy-link": {"type": "string"}, "search-input-button": {"type": "string"}, "search-input-label": {"type": "string"}, "islamica": {"type": "object", "properties": {"name": {"type": "string"}, "slogan": {"type": "string"}, "entries": {"type": "string"}}, "required": ["name", "slogan", "entries"]}}, "required": ["@metadata", "language-name", "language-name-romanized", "language-name-romanized-sorted", "language-button-text", "footer-description", "app-links", "license", "terms", "Privacy Policy", "terms-link", "privacy-policy-link", "search-input-button", "search-input-label", "islamica"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Baritone Ukulele", "description" : "A baritone ukulele.", "url" : "https://www.amazon.com/Lauren-Baritone-Ukulele/dp/B000BF75QG"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3525110012", "district_id" : "3525110", "name" : "MANYARSIDORUKUN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "axios": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["antd", "axios", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "electron": {"type": "string"}, "electron-builder": {"type": "string"}, "electron-store": {"type": "string"}, "less": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-style-import": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@vitejs/plugin-react", "electron", "electron-builder", "electron-store", "less", "typescript", "vite", "vite-plugin-style-import"]}, "env": {"type": "object", "properties": {"//": {"type": "string"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["//", "HOST", "PORT"]}}, "required": ["name", "version", "description", "author", "license", "main", "scripts", "engines", "dependencies", "devDependencies", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vite-react-electron", "version" : "1.0.0", "description" : "Vite React Electron boilerplate.", "author" : "\u8349\u978b\u6ca1\u53f7 <308487730@qq.com>", "license" : "MIT", "main" : "dist/main/index.cjs", "scripts" : {"dev" : "node scripts/watch.mjs", "build" : "node scripts/build.mjs && electron-builder"}, "engines" : {"node" : ">=14.17.0"}, "dependencies" : {"antd" : "^4.16.13", "axios" : "0.24.0", "react" : "^17.0.2", "react-dom" : "^17.0.2"}, "devDependencies" : {"@types/react" : "^17.0.33", "@types/react-dom" : "^17.0.10", "@vitejs/plugin-react" : "^1.0.7", "electron" : "^15.3.0", "electron-builder" : "^22.13.1", "electron-store" : "^8.0.1", "less" : "^4.1.2", "typescript" : "^4.4.4", "vite" : "^2.6.13", "vite-plugin-style-import" : "^1.3.0"}, "env" : {"//" : "Used in build scripts", "HOST" : "127.0.0.1", "PORT" : 3344}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"antd": {"type": "string"}, "axios": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["antd", "axios", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "electron": {"type": "string"}, "electron-builder": {"type": "string"}, "electron-store": {"type": "string"}, "less": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-style-import": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "@vitejs/plugin-react", "electron", "electron-builder", "electron-store", "less", "typescript", "vite", "vite-plugin-style-import"]}, "env": {"type": "object", "properties": {"//": {"type": "string"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["//", "HOST", "PORT"]}}, "required": ["name", "version", "description", "author", "license", "main", "scripts", "engines", "dependencies", "devDependencies", "env"], "$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"}, "\u666e\u901a\u540d\u7a31": {"type": "string"}, "\u901a\u904e\u65e5\u671f": {"type": "string"}, "usages": {"type": "array", "items": {"type": "object", "properties": {"\u5291\u578b": {"type": "string"}, "\u542b\u91cf": {"type": "string"}, "\u6df7\u5408": {"type": "string"}, "\u4f5c\u7269\u540d\u7a31": {"type": "string"}, "\u75c5\u87f2\u540d\u7a31": {"type": "string"}, "\u6bcf\u516c\u9803\u6bcf\u6b21\u7528\u91cf": {"type": "string"}, "\u7a00\u91cb\u500d\u6578": {"type": "string"}, "\u4f7f\u7528\u6642\u671f": {"type": "string"}, "\u65bd\u85e5\u9593\u9694": {"type": "string"}, "\u65bd\u7528\u6b21\u6578": {"type": "string"}, "\u5b89\u5168\u63a1\u6536\u671f": {"type": "string"}, "\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u539f\u59cb\u767b\u8a18\u5ee0\u5546\u540d\u7a31": {"type": "string"}, "\u65bd\u85e5\u65b9\u6cd5": {"type": "string"}, "\u6ce8\u610f\u4e8b\u9805": {"type": "string"}, "\u5099\u8a3b": {"type": "string"}}, "required": ["\u5291\u578b", "\u542b\u91cf", "\u6df7\u5408", "\u4f5c\u7269\u540d\u7a31", "\u75c5\u87f2\u540d\u7a31", "\u6bcf\u516c\u9803\u6bcf\u6b21\u7528\u91cf", "\u7a00\u91cb\u500d\u6578", "\u4f7f\u7528\u6642\u671f", "\u65bd\u85e5\u9593\u9694", "\u65bd\u7528\u6b21\u6578", "\u5b89\u5168\u63a1\u6536\u671f", "\u6838\u51c6\u65e5\u671f", "\u539f\u59cb\u767b\u8a18\u5ee0\u5546\u540d\u7a31", "\u65bd\u85e5\u65b9\u6cd5", "\u6ce8\u610f\u4e8b\u9805", "\u5099\u8a3b"]}}}, "required": ["id", "\u666e\u901a\u540d\u7a31", "\u901a\u904e\u65e5\u671f", "usages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "P042", "\u666e\u901a\u540d\u7a31" : "\u751f\u9577\u5be7\u7d20", "\u901a\u904e\u65e5\u671f" : "100-09-16", "usages" : [{"\u5291\u578b" : "SL", "\u542b\u91cf" : "1.200", "\u6df7\u5408" : "A", "\u4f5c\u7269\u540d\u7a31" : "\u7518\u85cd", "\u75c5\u87f2\u540d\u7a31" : "\u751f\u9577\u8abf\u7bc0", "\u6bcf\u516c\u9803\u6bcf\u6b21\u7528\u91cf" : "0.25\u516c\u5347", "\u7a00\u91cb\u500d\u6578" : "2000", "\u4f7f\u7528\u6642\u671f" : "-", "\u65bd\u85e5\u9593\u9694" : "-", "\u65bd\u7528\u6b21\u6578" : "-", "\u5b89\u5168\u63a1\u6536\u671f" : "-", "\u6838\u51c6\u65e5\u671f" : "100-09-15", "\u539f\u59cb\u767b\u8a18\u5ee0\u5546\u540d\u7a31" : "\u7acb\u77f3\u751f\u5316\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u65bd\u85e5\u65b9\u6cd5" : "-", "\u6ce8\u610f\u4e8b\u9805" : "1.\u79fb\u690d\u81f3\u672c\u7530\u5f8c\uff0c\u5c07\u85e5\u6db2\u5747\u52fb\u5674\u65bd\u65bc\u8449\u9762\u4e00\u6b21\uff0c\u6bcf\u516c\u9803\u7528\u6c34\u91cf500\u516c\u5347\u30022.\u52ff\u8207\u9e7c\u6027\u7269\u8cea\u6df7\u5408\u4f7f\u7528\u3002", "\u5099\u8a3b" : ""}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "\u666e\u901a\u540d\u7a31": {"type": "string"}, "\u901a\u904e\u65e5\u671f": {"type": "string"}, "usages": {"type": "array", "items": {"type": "object", "properties": {"\u5291\u578b": {"type": "string"}, "\u542b\u91cf": {"type": "string"}, "\u6df7\u5408": {"type": "string"}, "\u4f5c\u7269\u540d\u7a31": {"type": "string"}, "\u75c5\u87f2\u540d\u7a31": {"type": "string"}, "\u6bcf\u516c\u9803\u6bcf\u6b21\u7528\u91cf": {"type": "string"}, "\u7a00\u91cb\u500d\u6578": {"type": "string"}, "\u4f7f\u7528\u6642\u671f": {"type": "string"}, "\u65bd\u85e5\u9593\u9694": {"type": "string"}, "\u65bd\u7528\u6b21\u6578": {"type": "string"}, "\u5b89\u5168\u63a1\u6536\u671f": {"type": "string"}, "\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u539f\u59cb\u767b\u8a18\u5ee0\u5546\u540d\u7a31": {"type": "string"}, "\u65bd\u85e5\u65b9\u6cd5": {"type": "string"}, "\u6ce8\u610f\u4e8b\u9805": {"type": "string"}, "\u5099\u8a3b": {"type": "string"}}, "required": ["\u5291\u578b", "\u542b\u91cf", "\u6df7\u5408", "\u4f5c\u7269\u540d\u7a31", "\u75c5\u87f2\u540d\u7a31", "\u6bcf\u516c\u9803\u6bcf\u6b21\u7528\u91cf", "\u7a00\u91cb\u500d\u6578", "\u4f7f\u7528\u6642\u671f", "\u65bd\u85e5\u9593\u9694", "\u65bd\u7528\u6b21\u6578", "\u5b89\u5168\u63a1\u6536\u671f", "\u6838\u51c6\u65e5\u671f", "\u539f\u59cb\u767b\u8a18\u5ee0\u5546\u540d\u7a31", "\u65bd\u85e5\u65b9\u6cd5", "\u6ce8\u610f\u4e8b\u9805", "\u5099\u8a3b"]}}}, "required": ["id", "\u666e\u901a\u540d\u7a31", "\u901a\u904e\u65e5\u671f", "usages"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}}, "required": ["dotnet", "runtimes"]}, "sdk": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "msbuild-sdks": {"type": "object", "properties": {"Microsoft.DotNet.Arcade.Sdk": {"type": "string"}}, "required": ["Microsoft.DotNet.Arcade.Sdk"]}}, "required": ["tools", "sdk", "msbuild-sdks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tools" : {"dotnet" : "6.0.100-preview.1.21103.13", "runtimes" : {"dotnet" : ["3.1.7"]}}, "sdk" : {"version" : "6.0.100-preview.1.21103.13"}, "msbuild-sdks" : {"Microsoft.DotNet.Arcade.Sdk" : "6.0.0-beta.21253.2"}}
json_instruct
{"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}, "runtimes": {"type": "object", "properties": {"dotnet": {"type": "array", "items": {"type": "string"}}}, "required": ["dotnet"]}}, "required": ["dotnet", "runtimes"]}, "sdk": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "msbuild-sdks": {"type": "object", "properties": {"Microsoft.DotNet.Arcade.Sdk": {"type": "string"}}, "required": ["Microsoft.DotNet.Arcade.Sdk"]}}, "required": ["tools", "sdk", "msbuild-sdks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"c3.css": {"type": "string"}, "c3.js": {"type": "string"}, "c3.min.css": {"type": "string"}, "c3.min.js": {"type": "string"}}, "required": ["c3.css", "c3.js", "c3.min.css", "c3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c3.css" : "sha512-5BK4dFuexvrBIB3Oe7KBxdQzwU8ENM7/mfWY5x9RqqhHZv5X4n1Ar6LZt8uC9AMS25SvelTSKNaby9R/lA4m7A==", "c3.js" : "sha512-PjJv5UuCDXPuRcjFM6BStPYXVzjyEJzLDtpRWrUgiryH0owQlrCwI9QVdmKkP6psA5DETzN3erEf2JardKQMsA==", "c3.min.css" : "sha512-vgof/FqSmqjgFn552E1ohH3/TlNixA3O7ox07H6O+ITago5/xZQ1qWmA4v/tiNte2HWz5tQx+VBHs/1u4DonOw==", "c3.min.js" : "sha512-gNdnuZIeUbpODRQhXR3Atxnrm1kJ5+sphq4Bifu4t/tV/pw5vngthFj2GzjukvfQwl2vghggU/JuEJXEjbh4oQ=="}
json_instruct
{"type": "object", "properties": {"c3.css": {"type": "string"}, "c3.js": {"type": "string"}, "c3.min.css": {"type": "string"}, "c3.min.js": {"type": "string"}}, "required": ["c3.css", "c3.js", "c3.min.css", "c3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Old English sheepdog, bobtail", "sample1" : "1PlRzA2Ea1L9aO2jmyDPDelnwKmC4TRhn", "sample2" : "1J-FhLsvBtoim6OcxppXZedPAG45jH10y", "sample3" : "1G0_9QDfIeRDrT-5sxL5PVnvCShmwWopk"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nette/di": {"type": "string"}, "nette/http": {"type": "string"}}, "required": ["php", "nette/di", "nette/http"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Vojir\\ShibbolethAuthenticator\\": {"type": "string"}}, "required": ["Vojir\\ShibbolethAuthenticator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vojir/nette-shibboleth-authenticator", "type" : "library", "description" : "Simple extension for Shibboleth authentication in Nette projects", "keywords" : ["nette", "shibboleth", "authentication"], "homepage" : "https://github.com/vojir/Nette-ShibbolethAuthenticator", "license" : "Apache-2.0", "authors" : [{"name" : "Stanislav Voj\u00ed\u0159", "homepage" : "https://vojir.net"}], "support" : {"issues" : "https://github.com/vojir/Nette-ShibbolethAuthenticator/issues"}, "require" : {"php" : ">=7.1.0", "nette/di" : "^3.0", "nette/http" : "^3.0"}, "autoload" : {"psr-4" : {"Vojir\\ShibbolethAuthenticator\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nette/di": {"type": "string"}, "nette/http": {"type": "string"}}, "required": ["php", "nette/di", "nette/http"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Vojir\\ShibbolethAuthenticator\\": {"type": "string"}}, "required": ["Vojir\\ShibbolethAuthenticator\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"r": {"type": "string"}, "RecursiveDefinitionError": {"type": "string"}, "declare_argument": {"type": "string"}, "command": {"type": "string"}, "build_direc": {"type": "string"}, "call_command": {"type": "string"}, "make_help_message": {"type": "string"}, "main": {"type": "string"}}, "required": ["r", "RecursiveDefinitionError", "declare_argument", "command", "build_direc", "call_command", "make_help_message", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"r" : "Run a command. This is a wrapper for either ``os.system`` or\n``subprocess.call``, depending on whether the argument is a string\nor a list. Example:\n\n.. code:: python\n\n >>> r('echo \"This is a test\"')\n Pymaker: echo \"This is a test\"\n This is a test\n >>> r(['echo', 'This is a test'])\n Pymaker: echo This is a test\n This is a test\n \nUse this function instead of ``os.system`` or ``subprocess.call`` when\ncalling shell commands.", "RecursiveDefinitionError" : "An error raised when a recursive definition is detected.", "declare_argument" : "Declare a command-line argument. Acts as a wrapper around ``argparse.ArgumentParser.add_argument``.", "command" : "Define a command. Dependencies can be declared through the ``deps`` argument. Help for\nthat command can be defined through the docstring. A command name can be provided through\nthe ``name`` option, but it defaults to the function's name, which is probably what you\nwant. Example:\n\n.. code:: python\n\n @command\n def fn():\n \"This is a help string.\"\n pass\n \n @command(deps=['fn'])\n def fn2():\n pass\n \n @command(name='notme')\n def fn3():\n pass\n\n", "build_direc" : "Builds a directory of all commands.", "call_command" : "Call a command, given a command name, a directory, and a namespace object.", "make_help_message" : "Makes a help message from the Makefile.py present in the directory.", "main" : "Main function. Can be added like so to make any file a Makefile:\n\n.. code:: python\n\n main(__file__)\n \nThen, you can run that file like a Makefile by doing ``python <filename> <command>``."}
json_instruct
{"type": "object", "properties": {"r": {"type": "string"}, "RecursiveDefinitionError": {"type": "string"}, "declare_argument": {"type": "string"}, "command": {"type": "string"}, "build_direc": {"type": "string"}, "call_command": {"type": "string"}, "make_help_message": {"type": "string"}, "main": {"type": "string"}}, "required": ["r", "RecursiveDefinitionError", "declare_argument", "command", "build_direc", "call_command", "make_help_message", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"apikey": {"type": "string"}, "iam_apikey_description": {"type": "string"}, "iam_apikey_name": {"type": "string"}, "iam_role_crn": {"type": "string"}, "iam_serviceid_crn": {"type": "string"}, "url": {"type": "string"}}, "required": ["apikey", "iam_apikey_description", "iam_apikey_name", "iam_role_crn", "iam_serviceid_crn", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apikey" : "ZtfIwDL3paByKHofWWvi0GGSKKbNW45Eoa1wgKzLIMMn", "iam_apikey_description" : "Auto-generated for key e38732df-897d-40b5-97b6-bbc3ceb57b9d", "iam_apikey_name" : "Auto-generated service credentials", "iam_role_crn" : "crn:v1:bluemix:public:iam::::serviceRole:Manager", "iam_serviceid_crn" : "crn:v1:bluemix:public:iam-identity::a/d412412301594049ac39ee627930bf2b::serviceid:ServiceId-7d66eeb6-190b-4b1a-aba5-ae5dbb5a2d45", "url" : "https://gateway.watsonplatform.net/natural-language-understanding/api"}
json_instruct
{"type": "object", "properties": {"apikey": {"type": "string"}, "iam_apikey_description": {"type": "string"}, "iam_apikey_name": {"type": "string"}, "iam_role_crn": {"type": "string"}, "iam_serviceid_crn": {"type": "string"}, "url": {"type": "string"}}, "required": ["apikey", "iam_apikey_description", "iam_apikey_name", "iam_role_crn", "iam_serviceid_crn", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"divisionCode" : 231124001, "post" : "164200", "divisionName" : "\u5b59\u5434\u57ce\u533a\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 231124100, "post" : "164200", "divisionName" : "\u5b59\u5434\u9547", "isLeaf" : 1}, {"divisionCode" : 231124101, "post" : "164200", "divisionName" : "\u8fb0\u6e05\u9547", "isLeaf" : 1}, {"divisionCode" : 231124201, "post" : "164200", "divisionName" : "\u897f\u5174\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124202, "post" : "164200", "divisionName" : "\u6cbf\u6c5f\u6ee1\u65cf\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124203, "post" : "164200", "divisionName" : "\u8170\u5c6f\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124204, "post" : "164200", "divisionName" : "\u5367\u725b\u6cb3\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124205, "post" : "164200", "divisionName" : "\u7fa4\u5c71\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124206, "post" : "164200", "divisionName" : "\u594b\u6597\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124207, "post" : "164200", "divisionName" : "\u7ea2\u65d7\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124208, "post" : "164200", "divisionName" : "\u6b63\u9633\u5c71\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124210, "post" : "164200", "divisionName" : "\u6e05\u6eaa\u4e61", "isLeaf" : 1}, {"divisionCode" : 231124402, "post" : "164200", "divisionName" : "\u524d\u8fdb\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124403, "post" : "164200", "divisionName" : "\u5927\u6cb3\u53e3\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124404, "post" : "164200", "divisionName" : "\u6b63\u9633\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124405, "post" : "164200", "divisionName" : "\u5e73\u5c71\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124406, "post" : "164200", "divisionName" : "\u6cbf\u6c5f\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124407, "post" : "164200", "divisionName" : "\u8fb0\u6e05\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124408, "post" : "164200", "divisionName" : "\u7ea2\u65d7\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124409, "post" : "164200", "divisionName" : "\u5411\u9633\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 231124410, "post" : "164200", "divisionName" : "\u826f\u79cd\u573a", "isLeaf" : 1}, {"divisionCode" : 231124411, "post" : "164200", "divisionName" : "\u79cd\u755c\u573a", "isLeaf" : 1}, {"divisionCode" : 231124500, "post" : "164200", "divisionName" : "\u7ea2\u8272\u8fb9\u7586\u519c\u573a", "isLeaf" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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": {"coingeckoId": {"type": "string"}, "source": {"type": "string"}, "currency": {"type": "string"}, "sourceUrl": {"type": "string"}}, "required": ["coingeckoId", "source", "currency", "sourceUrl"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wrapped USDC (Allbridge from BSC)", "symbol" : "abUSDC", "logoURI" : "https://cdn.jsdelivr.net/gh/saber-hq/spl-token-icons@master/icons/101/8XSsNvaKU9FDhYWAv7Yc7qSNwuJSzVrXBNEk7AFiWF69.png", "decimals" : 9, "address" : "8XSsNvaKU9FDhYWAv7Yc7qSNwuJSzVrXBNEk7AFiWF69", "chainId" : 101, "tags" : ["stablecoin", "saber-mkt-usd"], "extensions" : {"coingeckoId" : "usd-coin", "source" : "allbridge", "currency" : "USD", "sourceUrl" : "https://app.allbridge.io/bridge"}}
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": {"coingeckoId": {"type": "string"}, "source": {"type": "string"}, "currency": {"type": "string"}, "sourceUrl": {"type": "string"}}, "required": ["coingeckoId", "source", "currency", "sourceUrl"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Camanacsacan, San Jose City, Nueva Ecija, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.nueva-ecija.san-jose-city.camanacsacan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "55", "province_reference" : "55", "province_name" : "Nueva Ecija", "city_id" : "1139", "city_reference" : "1144", "city_name" : "San Jose City", "barangay_id" : "33047", "barangay_reference" : "29936", "barangay_name" : "Camanacsacan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.992943, 15.77821], [120.994789, 15.75704], [120.982193, 15.75931], [120.96669, 15.75744], [120.97084, 15.77464], [120.978912, 15.78263], [120.992943, 15.77821]]]]}}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Any person who is providing occupational or professional services for the federal government at a federal government facility in the District shall not be regulated under this subchapter. Any person who has a license or certificate issued by the federal government permitting that person to provide particular occupational or professional services may provide such services in the District of Columbia without obtaining a District license or certificate as long as the services provided by that person are within the scope of the federal license or certificate.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 47-2853.5.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 12-261, see Historical and Statutory Notes following \u00a7 47-2801.\n\nDC CODE \u00a7 47-2853.05\n\nCurrent through December 11, 2012", "credits" : "(Apr. 20, 1999, D.C. Law 12-261, \u00a7 1002, 46 DCR 3142.)", "sections" : [], "division" : {"identifier" : "VIII", "text" : "General Laws."}, "title" : {"identifier" : "47", "text" : "Taxation, Licensing, Permits, Assessments, and Fees. (Refs & Annos)"}, "chapter" : {"identifier" : "28", "text" : "General License Law."}, "subchapter" : {"identifier" : "I-B", "text" : "Non-Health Related Occupations and Professions Licensure."}, "heading" : {"title" : "47", "chaptersection" : "2853", "identifier" : "47-2853.05", "catch_text" : "Exemptions; federal services."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["2015-cse218-group5-algorithm", "csv2jsonic", "linkercli", "sifter-tr"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "timestamp": {"type": "string"}, "markets": {"type": "array", "items": {"type": "object", "properties": {"chainId": {"type": "integer"}, "address": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "logoURI": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "trigger": {"type": "string"}, "isTriggered": {"type": "boolean"}, "underlying": {"type": "string"}}, "required": ["chainId", "address", "symbol", "name", "decimals", "logoURI", "tags", "trigger", "isTriggered", "underlying"]}}, "tokens": {"type": "object", "properties": {"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {"type": "object", "properties": {"chainId": {"type": "integer"}, "address": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "logoURI": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["chainId", "address", "symbol", "name", "decimals", "logoURI", "tags"]}}, "required": ["0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"]}, "version": {"type": "object", "properties": {"major": {"type": "integer"}, "minor": {"type": "integer"}, "patch": {"type": "integer"}}, "required": ["major", "minor", "patch"]}}, "required": ["name", "timestamp", "markets", "tokens", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "My Protection Market List", "timestamp" : "2021-09-01T00:00:00+00:00", "markets" : [{"chainId" : 1, "address" : "0x00000000000000000000000000000000000000_0", "symbol" : "Cozy-USDC-2", "name" : "Cozy-USDC-2-Yearn USDC V2 Vault Share Price Trigger", "decimals" : 8, "logoURI" : "https://compound.finance/compound-components/assets/asset_YFI.svg", "tags" : ["stablecoin", "protection market"], "trigger" : "0x02E57c5800a345Fe97d73fA8bB72B948E19aA499", "isTriggered" : false, "underlying" : "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"}], "tokens" : {"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" : {"chainId" : 1, "address" : "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", "symbol" : "USDC", "name" : "USD Coin", "decimals" : 6, "logoURI" : "https://raw.githubusercontent.com/compound-finance/token-list/master/assets/asset_USDC.svg", "tags" : ["stablecoin"]}}, "version" : {"major" : 1, "minor" : 0, "patch" : 0}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "timestamp": {"type": "string"}, "markets": {"type": "array", "items": {"type": "object", "properties": {"chainId": {"type": "integer"}, "address": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "logoURI": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "trigger": {"type": "string"}, "isTriggered": {"type": "boolean"}, "underlying": {"type": "string"}}, "required": ["chainId", "address", "symbol", "name", "decimals", "logoURI", "tags", "trigger", "isTriggered", "underlying"]}}, "tokens": {"type": "object", "properties": {"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48": {"type": "object", "properties": {"chainId": {"type": "integer"}, "address": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "logoURI": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["chainId", "address", "symbol", "name", "decimals", "logoURI", "tags"]}}, "required": ["0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"]}, "version": {"type": "object", "properties": {"major": {"type": "integer"}, "minor": {"type": "integer"}, "patch": {"type": "integer"}}, "required": ["major", "minor", "patch"]}}, "required": ["name", "timestamp", "markets", "tokens", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARKG27B1187B99944A", "artist_latitude" : 37.77916, "artist_location" : "California - SF", "artist_longitude" : -122.42005, "artist_name" : "Jolie Holland", "duration" : 290.01098, "num_songs" : 1, "song_id" : "SOFVBEK12A58A7D40C", "title" : "Damn Shame", "year" : 2004}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-25T04:00:00Z", "Temp" : 25.7, "RelHum" : 22, "WindSpeed" : 4.1, "WindDir" : 95}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following 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": {"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-2q3w-j9mq-c9c9", "modified" : "2022-05-02T06:15:08Z", "published" : "2022-05-02T06:15:08Z", "aliases" : ["CVE-2010-0718"], "details" : "Buffer overflow in Microsoft Windows Media Player 9 and 11.0.5721.5145 allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted .mpg file.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2010-0718"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/56435"}, {"type" : "WEB", "url" : "http://www.exploit-db.com/exploits/11531"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "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": {}}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "schema": {"type": "string"}}, "required": ["@type", "name", "displayName", "schema"]}}, "schemas": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "valueSchema": {"type": "string"}, "enumValues": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "enumValue": {"type": "string"}}, "required": ["name", "enumValue"]}}}, "required": ["@id", "@type", "valueSchema", "enumValues"]}}}, "required": ["@id", "@type", "@context", "displayName", "description", "contents", "schemas"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@id" : "dtmi:CloudRail:IOL:V26:D6488071_TimerQ1Q2;1", "@type" : "Interface", "@context" : "dtmi:dtdl:context;2", "displayName" : "Dx35-B1xx5xS0x", "description" : "1062856 (DT35-B15251S02 DX35-Extended)", "contents" : [{"@type" : "Telemetry", "name" : "Q2", "displayName" : "Q2", "schema" : "dtmi:CloudRail:IOL:V26:D6488071_TimerQ1Q2:Q;1"}, {"@type" : "Telemetry", "name" : "Q1", "displayName" : "Q1", "schema" : "dtmi:CloudRail:IOL:V26:D6488071_TimerQ1Q2:Q;1"}, {"@type" : "Telemetry", "name" : "Timer", "displayName" : "Timer", "schema" : "long"}], "schemas" : [{"@id" : "dtmi:CloudRail:IOL:V26:D6488071_TimerQ1Q2:Q;1", "@type" : "Enum", "valueSchema" : "string", "enumValues" : [{"name" : "Enabled", "enumValue" : "Enabled"}, {"name" : "Disabled", "enumValue" : "Disabled"}]}]}
json_instruct
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "schema": {"type": "string"}}, "required": ["@type", "name", "displayName", "schema"]}}, "schemas": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "valueSchema": {"type": "string"}, "enumValues": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "enumValue": {"type": "string"}}, "required": ["name", "enumValue"]}}}, "required": ["@id", "@type", "valueSchema", "enumValues"]}}}, "required": ["@id", "@type", "@context", "displayName", "description", "contents", "schemas"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "jquery": {"type": "string"}, "qunit": {"type": "string"}, "ember-qunit": {"type": "string"}, "ember": {"type": "string"}, "ember-data": {"type": "string"}, "ember-resolver": {"type": "string"}, "ic-ajax": {"type": "string"}, "ember-testing-httpRespond": {"type": "string"}, "loader.js": {"type": "string"}, "foundation": {"type": "string"}, "fastclick": {"type": "string"}, "modernizr": {"type": "string"}, "ember-droplet": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["handlebars", "jquery", "qunit", "ember-qunit", "ember", "ember-data", "ember-resolver", "ic-ajax", "ember-testing-httpRespond", "loader.js", "foundation", "fastclick", "modernizr", "ember-droplet", "velocity"]}, "resolutions": {"type": "object", "properties": {"ember": {"type": "string"}, "ember-data": {"type": "string"}}, "required": ["ember", "ember-data"]}}, "required": ["name", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ember-app-kit", "dependencies" : {"handlebars" : "~1.3.0", "jquery" : "~1.9.1", "qunit" : "~1.12.0", "ember-qunit" : "https://github.com/rpflorence/ember-qunit.git#master", "ember" : "~1.8.1", "ember-data" : "~1.0.0-beta.12", "ember-resolver" : "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master", "ic-ajax" : "~2.0.1", "ember-testing-httpRespond" : "~0.1.1", "loader.js" : "git://github.com/stefanpenner/loader.js", "foundation" : "5.5.1", "fastclick" : "~1.0.3", "modernizr" : "~2.7.2", "ember-droplet" : "0.8.4", "velocity" : "~1.0.0"}, "resolutions" : {"ember" : "~1.7.0", "ember-data" : "~1.0.0-beta.12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "jquery": {"type": "string"}, "qunit": {"type": "string"}, "ember-qunit": {"type": "string"}, "ember": {"type": "string"}, "ember-data": {"type": "string"}, "ember-resolver": {"type": "string"}, "ic-ajax": {"type": "string"}, "ember-testing-httpRespond": {"type": "string"}, "loader.js": {"type": "string"}, "foundation": {"type": "string"}, "fastclick": {"type": "string"}, "modernizr": {"type": "string"}, "ember-droplet": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["handlebars", "jquery", "qunit", "ember-qunit", "ember", "ember-data", "ember-resolver", "ic-ajax", "ember-testing-httpRespond", "loader.js", "foundation", "fastclick", "modernizr", "ember-droplet", "velocity"]}, "resolutions": {"type": "object", "properties": {"ember": {"type": "string"}, "ember-data": {"type": "string"}}, "required": ["ember", "ember-data"]}}, "required": ["name", "dependencies", "resolutions"], "$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"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"ramphor/locations": {"type": "string"}, "ramphor/facades": {"type": "string"}, "phpoffice/phpspreadsheet": {"type": "string"}, "nategood/commando": {"type": "string"}, "phayes/geophp": {"type": "string"}}, "required": ["ramphor/locations", "ramphor/facades", "phpoffice/phpspreadsheet", "nategood/commando", "phayes/geophp"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "puleeno/diagioihanhchinh", "description" : "\u0110\u1ecba gi\u1edbi h\u00e0nh ch\u00ednh c\u1ee7a Vi\u1ec7t Nam", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Puleeno Nguyen", "email" : "puleeno@gmail.com"}], "minimum-stability" : "dev", "require" : {"ramphor/locations" : "dev-master", "ramphor/facades" : "dev-master", "phpoffice/phpspreadsheet" : "1.8.2", "nategood/commando" : "dev-master", "phayes/geophp" : "dev-master"}, "repositories" : [{"type" : "vcs", "url" : "https://github.com/ramphor/PHPMatrix.git"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"ramphor/locations": {"type": "string"}, "ramphor/facades": {"type": "string"}, "phpoffice/phpspreadsheet": {"type": "string"}, "nategood/commando": {"type": "string"}, "phayes/geophp": {"type": "string"}}, "required": ["ramphor/locations", "ramphor/facades", "phpoffice/phpspreadsheet", "nategood/commando", "phayes/geophp"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "repositories"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3326090017", "district_id" : "3326090", "name" : "KALIMADE"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Fraser Scott-Morrison": {"type": "string"}}, "required": ["Fraser Scott-Morrison"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "description", "license", "authors", "source", "platforms", "source_files", "public_header_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "IHParallaxNavigationController", "version" : "1.0", "summary" : "IHParallaxNavigationController is a UINavigationController subclass that uses a parallax effect when pushing and popping view controllers", "homepage" : "https://github.com/IdleHandsApps/IHParallaxNavigationController/", "description" : " IHParallaxNavigationController is a drop in solution to give you a cool parallax effect when pushing and popping view controllers. Its compatible with Storyboards and requires very little code.\n\nIn your storyboard, just change the UINavigationController class to IHParallaxNavigationController and your UIViewControllers to IHParallaxViewController, then in code set the parallax background image and you are done\n\nAll animations, transitions and gestures automatically performed by UINavigationControllers are supported by IHParallaxNavigationController as its a subclass\n", "license" : "MIT", "authors" : {"Fraser Scott-Morrison" : "fraserscottmorrison@me.com"}, "source" : {"git" : "https://github.com/IdleHandsApps/IHParallaxNavigationController.git", "tag" : "1.0"}, "platforms" : {"ios" : "5.0"}, "source_files" : "Classes/*.{h,m}", "public_header_files" : "Classes/*.h", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Fraser Scott-Morrison": {"type": "string"}}, "required": ["Fraser Scott-Morrison"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "description", "license", "authors", "source", "platforms", "source_files", "public_header_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u6c7d\u8eca\u904b\u8f38\u696d\u5ba2\u8ca8\u904b\u904b\u50f9\u6e96\u5247", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=K0040005", "\u6cd5\u898f\u985e\u5225" : "\u884c\u653f\uff1e\u4ea4\u901a\u90e8\uff1e\u516c\u8def\u76ee", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "19990629", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u56db\u5341\u4e5d\u5e74\u4e03\u6708\u4e8c\u5341\u516b\u65e5\u4ea4\u901a\u90e8\uff0849\uff09\u4ea4\u53c3\u5b57\u7b2c 06664 \u865f\u4ee4\u8a02\r\n \u5b9a\u767c\u5e03\r\n2.\u4e2d\u83ef\u6c11\u570b\u516d\u5341\u4e5d\u5e74\u5341\u4e8c\u6708\u4e8c\u5341\u65e5\u4ea4\u901a\u90e8\uff0869\uff09\u4ea4\u8def\u5b57\u7b2c 26069 \u865f\u4ee4\u4fee\r\n \u6b63\u767c\u5e03\r\n3.\u4e2d\u83ef\u6c11\u570b\u4e03\u5341\u56db\u5e74\u516d\u6708\u4e8c\u5341\u516d\u65e5\u4ea4\u901a\u90e8\uff0874\uff09\u4ea4\u8def\u5b57\u7b2c 14205 \u865f\u4ee4\u4fee\r\n \u6b63\u767c\u5e03\r\n4.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u516b\u5e74\u516d\u6708\u4e8c\u5341\u4e5d\u65e5\u4ea4\u901a\u90e8\uff0888\uff09\u4ea4\u8def\u767c\u5b57\u7b2c 8865 \u865f\u4ee4\u4fee\r\n \u6b63\u767c\u5e03\u7b2c 10 \u689d\u689d\u6587", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6e96\u5247\u4f9d\u516c\u8def\u6cd5\u7b2c\u56db\u5341\u4e8c\u689d\u898f\u5b9a\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6e96\u5247\u6240\u7a31\u6c7d\u8eca\u904b\u8f38\u696d\u5ba2\u8ca8\u904b\u904b\u50f9\uff0c\u6307\u6c7d\u8eca\u5ba2\u8ca8\u904b\u8f38\u6bcf\u4e00\u57fa\u672c\u55ae\u4f4d\u4e4b\u904b\u50f9\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6c7d\u8eca\u904b\u8f38\u696d\u5ba2\u8ca8\u904b\u904b\u50f9\uff0c\u7531\u5404\u8a72\u7ba1\u516c\u8def\u4e3b\u7ba1\u6a5f\u95dc\u4f9d\u64da\u5168\u570b\u6216\u5404\u8a72\u5730\u5340\u4e4b\u904b\u8f38\u60c5\u5f62\u6838\u5b9a\u4e4b\uff0c\u5728\u540c\u4e00\u5340\u57df\u5167\uff0c\u9664\u6709\u7279\u6b8a\u60c5\u5f62\u5916\uff0c\u61c9\u4e88\u5283\u4e00\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u516c\u8def\u6c7d\u8eca\u5ba2\u904b\u4ee5\u4e00\u7d1a\u8def\u9762\u666e\u901a\u8eca\u5168\u7968\u65c5\u5ba2\u6bcf\u4e00\u5ef6\u4eba\u516c\u91cc\u4e4b\u904b\u50f9\u8a02\u70ba\u57fa\u672c\u904b\u50f9\uff0c\u5404\u7d1a\u8def\u9762\u3001\u5404\u7b49\u7d1a\u5ba2\u8eca\u53ca\u5404\u7a2e\u4e0d\u540c\u8eab\u5206\u65c5\u5ba2\u4e4b\u904b\u50f9\uff0c\u4f9d\u64da\u57fa\u672c\u904b\u50f9\u914d\u5408\u570b\u5bb6\u904b\u8f38\u653f\u7b56\uff0c\u8861\u91cf\u8ca0\u64d4\u80fd\u529b\u3001\u670d\u52d9\u50f9\u503c\u3001\u670d\u52d9\u6210\u672c\u3001\u7af6\u722d\u60c5\u5f62\u7b49\u56e0\u7d20\u5206\u5225\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u516c\u8def\u6c7d\u8eca\u5ba2\u904b\u57fa\u672c\u904b\u50f9\u4e4b\u8a02\u5b9a\uff0c\u4f9d\u5de6\u5217\u516c\u5f0f\u8a08\u7b97\u4e4b\uff1a\r\n\u6bcf\u5ef6\u4eba\u516c\u91cc\u4e4b\u57fa\u672c\u904b\u50f9\uff1d\u6bcf\u8eca\u516c\u91cc\u5408\u7406\u6210\u672c\u00d7\uff08\uff11\uff0b\u5408\u7406\u7d93\u71df\u5831\u916c\u7387\uff09\u00f7\u5e73\u5747\u6bcf\u8eca\u516c\u91cc\u5168\u7968\u4e58\u5ba2\u4eba\u6578\uff0b\u5e73\u5747\u6bcf\u8eca\u516c\u91cc\u5404\u7a2e\u7fa9\u52d9\u6027\u512a\u5f85\u7968\u4eba\u6578\u63db\u7b97\u6210\u5168\u7968\u4eba\u6578\u516c\u5f0f\u8a08\u7b97\u9805\u76ee\u8aaa\u660e\u53ca\u904b\u7528\u6e96\u5247\u5982\u5de6\uff1a\r\n\u4e00\u3001\u516c\u5f0f\u4e2d\u6bcf\u8eca\u516c\u91cc\u5408\u7406\u6210\u672c\uff0c\u5305\u62ec\u71c3\u6599\u3001\u9644\u5c6c\u6cb9\u6599\u3001\u8f2a\u80ce\u3001\u8eca\u8f1b\u6298\u820a\u3001\u4fee\u8eca\u6750\u6599\u3001\u884c\u8eca\u4eba\u54e1\u85aa\u8cc7\u3001\u884c\u8eca\u9644\u652f\u3001\u4fee\u8eca\u54e1\u5de5\u85aa\u8cc7\u3001\u4fee\u8eca\u9644\u652f\u3001\u696d\u52d9\u54e1\u5de5\u85aa\u8cc7\u3001\u696d\u52d9\u8cbb\u7528\u3001\u5404\u9805\u8a2d\u5099\u6298\u820a\u3001\u7ba1\u7406\u54e1\u5de5\u85aa\u8cc7\u3001\u7ba1\u7406\u8cbb\u7528\u3001\u8ca1\u7a05\u8cbb\u7528\u3001\u7a05\u6350\u8cbb\u7528\u7b49\u8a08\u7b97\u9805\u76ee\u3001\u7531\u516c\u8def\u4e3b\u7ba1\u6a5f\u95dc\u5be9\u5b9a\u4e4b\u3002\r\n\u4e8c\u3001\u6bcf\u8eca\u516c\u91cc\u5168\u7968\u4eba\u6578\u53ca\u6bcf\u8eca\u516c\u91cc\u5404\u7a2e\u7fa9\u52d9\u6027\u512a\u5f85\u7968\u4eba\u6578\uff0c\u7531\u516c\u8def\u4e3b\u7ba1\u6a5f\u95dc\u53c3\u8003\u4e0a\u5e74\u5ea6\u71df\u904b\u5be6\u7e3e\u5be9\u5b9a\u4e4b\u3002\r\n\u4e09\u3001\u5404\u7a2e\u4fc3\u92b7\u696d\u52d9\u6027\u4e4b\u512a\u5f85\u7968\u4eba\u6578\uff0c\u4e00\u5f8b\u6309\u5168\u7968\u4eba\u6578\u8a08\u7b97\u3002\r\n\u56db\u3001\u5408\u7406\u7d93\u71df\u5831\u916c\u7387\uff0c\u5f97\u53c3\u7167\u9280\u884c\u4e00\u5e74\u671f\u5b9a\u671f\u5b58\u6b3e\u5229\u7387\u8a08\u7b97\u4e4b\u3002\r\n\u4e94\u3001\u6bcf\u5f35\u7968\u50f9\u5c3e\u6578\u4e0d\u6eff\u4e00\u5143\u8005\uff0c\u5f97\u9032\u6574\u6578\u70ba\u4e00\u5143\u8a08\u7b97\uff0c\u6b64\u9805\u9032\u6574\u52a0\u6536\u4e4b\u91d1\u984d\uff0c\u65bc\u8a08\u7b97\u6bcf\u4eba\u516c\u91cc\u57fa\u672c\u904b\u50f9\u7387\u4e2d\uff0c\u4ee5\u5e73\u5747\u503c\u6e1b\u9664\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 6 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5e02\u5340\u6c7d\u8eca\u5ba2\u904b\u4e4b\u7968\u50f9\uff0c\u4ee5\u4eba\u70ba\u55ae\u4f4d\uff0c\u5176\u5404\u7a2e\u7968\u50f9\u4e4b\u8a02\u5b9a\uff0c\u5f97\u53c3\u7167\u7b2c\u56db\u689d\u53ca\u7b2c\u4e94\u689d\u4e4b\u898f\u5b9a\u8fa6\u7406\u3002"}, {"\u689d\u865f" : "\u7b2c 7 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u904a\u89bd\u8eca\u5ba2\u904b\u53ca\u8a08\u7a0b\u8eca\u5ba2\u904b\u4e4b\u904b\u50f9\uff0c\u4ee5\u8eca\u516c\u91cc\u70ba\u57fa\u672c\u55ae\u4f4d\uff0c\u904a\u89bd\u8eca\u4e26\u5f97\u63a1\u8a08\u6642\u904b\u50f9\uff0c\u8eca\u516c\u91cc\u904b\u50f9\u4e4b\u8a08\u7b97\uff0c\u6e96\u7528\u7b2c\u56db\u689d\u53ca\u7b2c\u4e94\u689d\u4e4b\u898f\u5b9a\u3002"}, {"\u689d\u865f" : "\u7b2c 8 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6c7d\u8eca\u8ca8\u904b\u4ee5\u4e00\u7d1a\u8def\u9762\u5927\u8ca8\u8eca\u6574\u8eca\u904b\u8f38\u666e\u901a\u8ca8\u7269\u6bcf\u4e00\u5ef6\u5678\u516c\u91cc\u4e4b\u904b\u50f9\u8a02\u70ba\u57fa\u672c\u904b\u50f9\uff0c\u5176\u8a08\u7b97\u516c\u5f0f\u5982\u5de6\uff1a\r\n\u6bcf\u5678\u516c\u91cc\u57fa\u672c\u904b\u50f9\uff1d\u6bcf\u8eca\u516c\u91cc\u5408\u7406\u6210\u672c\u00d7\uff08\uff11\uff0b\u5408\u7406\u7d93\u71df\u5831\u916c\u7387\uff09\u00f7\u5e73\u5747\u6bcf\u8eca\u516c\u91cc\u8f09\u904b\u666e\u901a\u8ca8\u7269\u5678\u6578\u516c\u5f0f\u8a08\u7b97\u9805\u76ee\u53ca\u904b\u7528\u6e96\u5247\uff0c\u5f97\u53c3\u7167\u7b2c\u4e94\u689d\u4e4b\u898f\u5b9a\u8fa6\u7406\u3002"}, {"\u689d\u865f" : "\u7b2c 9 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u8ca8\u6ac3\u3001\u96f6\u64d4\u8ca8\u7269\u3001\u8f15\u7b28\u8ca8\u7269\u3001\u6574\u9ad4\u8ca8\u7269\u3001\u6613\u640d\u54c1\u3001\u8cb4\u91cd\u54c1\u3001\u5371\u96aa\u54c1\u3001\u6b63\u5e38\u5de5\u4f5c\u6642\u9593\u4ee5\u5916\u904b\u9001\u4e4b\u8ca8\u7269\u53ca\u4ee5\u5c0f\u8ca8\u8eca\u3001\u7279\u7a2e\u904b\u8f38\u8eca\u904b\u8f38\u4e4b\u8ca8\u7269\uff0c\u5176\u904b\u50f9\u5f97\u6309\u57fa\u672c\u904b\u50f9\u52a0\u6210\u8a08\u7b97\uff0c\u5176\u52a0\u6210\u7387\u7531\u4e2d\u592e\u6216\u7701\u3001\u5e02\u516c\u8def\u4e3b\u7ba1\u6a5f\u95dc\u6838\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 10 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u516c\u8def\u6c7d\u8eca\u5ba2\u904b\u4e4b\u884c\u674e\u3001\u5305\u88cf\u8cbb\u53ca\u6c7d\u8eca\u8ca8\u904b\u96dc\u8cbb\u4e4b\u8a08\u7b97\uff0c\u7531\u4e2d\u592e\u53ca\u76f4\u8f44\u5e02\u516c\u8def\u4e3b\u7ba1\u6a5f\u95dc\u6838\u5b9a\u4e4b\u3002\u5176\u6709\u5408\u65bc\u52a0\u6210\u60c5\u5f62\u8005\uff0c\u5f97\u4f9d\u524d\u689d\u898f\u5b9a\u8fa6\u7406\u3002"}, {"\u689d\u865f" : "\u7b2c 11 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6c7d\u8eca\u904b\u8f38\u696d\u71df\u904b\u6210\u672c\u91cd\u4f30\u53ca\u904b\u50f9\u8abf\u6574\uff0c\u9664\u9047\u6709\u7279\u6b8a\u60c5\u5f62\u5916\uff0c\u6bcf\u5169\u5e74\u6aa2\u8a0e\u4e00\u6b21\u3002"}, {"\u689d\u865f" : "\u7b2c 12 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6e96\u5247\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]}
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"department" : "REL", "description" : ["This course treats the major moments of theology by focusing on five or six important", "theological figures, movements or texts spanning ancient, medieval and modern Christian", "theology."], "fullname" : "The Greats", "number" : 203, "section" : "B", "semester" : 3, "shortname" : "The Greats", "type" : "R", "year" : 2005}
json_instruct
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ANGE-MARIE", "frequency" : 635, "males" : "54.645669291338585 %", "females" : "45.354330708661415 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$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"}, "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" : "25170063", "name" : "The Paddocks", "nodes" : [{"type" : "node", "id" : 274374199, "lat" : 52.6238607, "lon" : -0.2863038}, {"type" : "node", "id" : 274374294, "lat" : 52.6234464, "lon" : -0.2865441}, {"type" : "node", "id" : 274374315, "lat" : 52.6236775, "lon" : -0.2864025}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 17488}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "fulfillRequirements", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"courseCode" : "MA3233", "courseCredit" : "4", "description" : "This is a continuation of MA2214 Combinatorics and Graphs I. The objective is to introduce to students fundamental principles and techniques in Graph Theory. Major topics: Connectivity, Eulerian Multigraphs and Hamiltonian Graphs, Matching, Covering and Independence, Vertex Coloring (including basics of Planar Graphs), Digraphs, Basic Spectral Graph Theory (including Eigenvalues of Graphs and Graph Laplacians).", "faculty" : "Science", "fulfillRequirements" : ["MA4235", "MA3259"], "prereqTree" : "MA2214", "title" : "Combinatorics and Graphs II"}
json_instruct
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}, "prereqTree": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "fulfillRequirements", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "range": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "minItems": {"type": "integer"}, "maxItems": {"type": "integer"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "description", "items", "minItems", "maxItems", "uniqueItems"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "enum"]}}, "required": ["name", "range", "type"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "esriDocumentation": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "code": {"type": "object", "properties": {"domain": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "range": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "name", "range"]}}, "required": ["domain"]}}, "required": ["title", "code"]}}}, "required": ["examples"]}}, "required": ["title", "type", "$schema", "description", "properties", "required", "additionalProperties", "esriDocumentation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "rangeDomain", "type" : "object", "$schema" : "http://json-schema.org/draft-07/schema", "description" : "Range domain specifies a range of valid values for a field.", "properties" : {"name" : {"type" : "string", "description" : "The domain name."}, "range" : {"type" : "array", "description" : "The first element is the minValue and the second element is the maxValue.", "items" : {"type" : "number"}, "minItems" : 2, "maxItems" : 2, "uniqueItems" : true}, "type" : {"type" : "string", "description" : "String value representing the domain type.", "enum" : ["range"]}}, "required" : ["range", "type"], "additionalProperties" : false, "esriDocumentation" : {"examples" : [{"title" : "rangeDomain", "code" : {"domain" : {"type" : "range", "name" : "Measured Length", "range" : [1, 10000]}}}]}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "range": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "minItems": {"type": "integer"}, "maxItems": {"type": "integer"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "description", "items", "minItems", "maxItems", "uniqueItems"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "enum"]}}, "required": ["name", "range", "type"]}, "required": {"type": "array", "items": {"type": "string"}}, "additionalProperties": {"type": "boolean"}, "esriDocumentation": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "code": {"type": "object", "properties": {"domain": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "range": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "name", "range"]}}, "required": ["domain"]}}, "required": ["title", "code"]}}}, "required": ["examples"]}}, "required": ["title", "type", "$schema", "description", "properties", "required", "additionalProperties", "esriDocumentation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["time", "type", "user", "tweet_id", "id"]}}}, "required": ["time", "type", "user", "tweet_id", "id", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time" : null, "type" : 1, "user" : 3849187751, "tweet_id" : "gossipcop-5406061203", "id" : 1246124837, "children" : [{"time" : 1498863900, "type" : 2, "user" : 2293031070, "tweet_id" : 880925163784736768, "id" : 4437028532}, {"time" : 1498865552, "type" : 2, "user" : 5095502905, "tweet_id" : 880932092414242816, "id" : 4327260992}, {"time" : 1498868238, "type" : 2, "user" : 1780086908, "tweet_id" : 880943359552086017, "id" : 4595411058}, {"time" : 1498880405, "type" : 2, "user" : 2293031070, "tweet_id" : 880994392588378112, "id" : 6188652484, "children" : [{"time" : 1498905681, "type" : 3, "user" : 3296020713, "tweet_id" : 880994708029308928, "id" : 6488092653, "children" : [{"time" : 1498937536, "type" : 3, "user" : 6008721934, "tweet_id" : 881128317197447173, "id" : 8603342358}]}, {"time" : 1498905922, "type" : 3, "user" : 2940806587, "tweet_id" : 880995718873309184, "id" : 6038822302}]}, {"time" : 1498910454, "type" : 2, "user" : 2293031070, "tweet_id" : 881120426994409472, "id" : 1962194183}]}
json_instruct
{"type": "object", "properties": {"time": {"type": "null"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "string"}, "id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "type": {"type": "integer"}, "user": {"type": "integer"}, "tweet_id": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["time", "type", "user", "tweet_id", "id"]}}}, "required": ["time", "type", "user", "tweet_id", "id", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3f2cc0a71c1d6362c8bcd485329655fab354fccb", "tool" : "honeybadger", "start" : 1565835646.002974, "end" : 1565835653.1839962, "duration" : 7.1810221672058105, "analysis" : [{"errors" : [], "file" : "/unique_chucks/46/0x3f2cc0a71c1d6362c8bcd485329655fab354fccb.sol", "name" : "FatoToken"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : 454530, "name" : "Decisive Campaigns: Barbarossa", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490993268}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 10370, "hash" : 3960937564, "artDyeHash" : 3960937564, "redacted" : false, "dyeManifestHash" : 255278684, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"key.freecam.toggle": {"type": "string"}, "category.freecam.freecam": {"type": "string"}, "text.autoconfig.freecam.title": {"type": "string"}, "text.autoconfig.freecam.option.horizontalSpeed": {"type": "string"}, "text.autoconfig.freecam.option.verticalSpeed": {"type": "string"}, "text.autoconfig.freecam.option.disableOnDamage": {"type": "string"}}, "required": ["key.freecam.toggle", "category.freecam.freecam", "text.autoconfig.freecam.title", "text.autoconfig.freecam.option.horizontalSpeed", "text.autoconfig.freecam.option.verticalSpeed", "text.autoconfig.freecam.option.disableOnDamage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key.freecam.toggle" : "\u5207\u63db FreeCamera \u72c0\u614b", "category.freecam.freecam" : "FreeCamera", "text.autoconfig.freecam.title" : "\u53c3\u6578\u8a2d\u7f6e", "text.autoconfig.freecam.option.horizontalSpeed" : "\u6c34\u5e73\u901f\u5ea6", "text.autoconfig.freecam.option.verticalSpeed" : "\u5782\u76f4\u901f\u5ea6", "text.autoconfig.freecam.option.disableOnDamage" : "\u667a\u80fd\u5207\u63db"}
json_instruct
{"type": "object", "properties": {"key.freecam.toggle": {"type": "string"}, "category.freecam.freecam": {"type": "string"}, "text.autoconfig.freecam.title": {"type": "string"}, "text.autoconfig.freecam.option.horizontalSpeed": {"type": "string"}, "text.autoconfig.freecam.option.verticalSpeed": {"type": "string"}, "text.autoconfig.freecam.option.disableOnDamage": {"type": "string"}}, "required": ["key.freecam.toggle", "category.freecam.freecam", "text.autoconfig.freecam.title", "text.autoconfig.freecam.option.horizontalSpeed", "text.autoconfig.freecam.option.verticalSpeed", "text.autoconfig.freecam.option.disableOnDamage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "sapmachine", "filename" : "sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz", "release_type" : "ea", "version" : "16-ea.14", "java_version" : "16-ea.14", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "ppc64", "file_type" : "tar.gz", "image_type" : "jre", "features" : [], "url" : "https://github.com/SAP/SapMachine/releases/download/sapmachine-16+14/sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz", "md5" : "4b0ff76e18b41a661f53445f82e20fd4", "md5_file" : "sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz.md5", "sha1" : "c95e4be06f60d45f45b70e4422ae1882375a0b23", "sha1_file" : "sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz.sha1", "sha256" : "55c27b361550613d70033729d16323308ce75e2b7d87394dbd86310289802ad7", "sha256_file" : "sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz.sha256", "sha512" : "5c72c3a996ae653e93cd50f02f8b3f354bf593e5c2058d4d4e2f1b431d056d8fc798bff9a28bf7506fecb209d5e5efe7c225d472a80b4aa04ea01444daecffd6", "sha512_file" : "sapmachine-jre-16-ea.14_linux-ppc64_bin.tar.gz.sha512", "size" : 52667188}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Pine Valley", "state_name" : "California", "state_abbrv" : "CA", "lat" : "32.835", "long" : "-116.5127"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "city", "state", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ngb", "name" : "Ningbo Lishe International Airport", "city" : "Ningbo", "state" : "Zhejiang", "country" : "China", "description" : "Ningbo Lishe International is the principal airport serving *N*in*gb*o, a major city in the Yangtze River Delta region and the second largest city in Zhejiang Province, China.", "imageCredit" : "Rintojiang", "imageCreditLink" : "https://commons.wikimedia.org/wiki/User:Rintojiang"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "city", "state", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/slimeperson/slimeperson-tier2/slimepersontier2.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/slimeperson/slimeperson-tier2/slimepersontier2.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/armors/slimeperson/slimeperson-tier2/slimepersontier2.legs" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u53f2\u83b1\u59c6\u62a4\u819d\u5b9d\u77f3\u7ec4", "Eng" : "Slime Knee Protection Gems"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/slimeperson/slimeperson-tier2/slimepersontier2.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/slimeperson/slimeperson-tier2/slimepersontier2.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"5213": {"type": "string"}, "5215": {"type": "string"}}, "required": ["5213", "5215"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"5213" : "5214", "5215" : "5216"}
json_instruct
{"type": "object", "properties": {"5213": {"type": "string"}, "5215": {"type": "string"}}, "required": ["5213", "5215"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1204030027", "district_id" : "1204030", "name" : "MUARA NIBUNG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["persistent", "page"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "options_page": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}}, "required": ["background", "browser_action", "options_page", "description", "icons", "name", "permissions", "version", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"background" : {"persistent" : true, "page" : "background.html"}, "browser_action" : {"default_icon" : "grey_message.png"}, "options_page" : "options.html", "description" : "Extension to check for Oneplus Forum PM's", "icons" : {"128" : "icon_128_grey.png"}, "name" : "Oneplus Forum PM checker", "permissions" : ["alarms", "tabs", "webNavigation", "*://forums.oneplus.net/*"], "version" : "1.0.3", "manifest_version" : 2}
json_instruct
{"type": "object", "properties": {"background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["persistent", "page"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "options_page": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}}, "required": ["background", "browser_action", "options_page", "description", "icons", "name", "permissions", "version", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9007e57e4e60fa1bbedf", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ractive.js" : "sha256-ZFaho/n6WR9E2Sw4ehRGXmSzN8TTfF4O7E2xK0Csk18=", "ractive.min.js" : "sha256-8bhARGTgzEVO4EXwMoaeX6KVwRCKWMTeo+613WIzEvs="}
json_instruct
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : 352640, "name" : "The Indie Mixtape", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490981654}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"WHMCS\\Module\\Server\\SolusIoVps\\": {"type": "string"}}, "required": ["WHMCS\\Module\\Server\\SolusIoVps\\"]}}, "required": ["files", "psr-4"]}, "require": {"type": "object", "properties": {"ext-json": {"type": "string"}}, "required": ["ext-json"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "whmcs/solusiovps", "description" : "SolusIO WHMCS VPS Provisioning module", "keywords" : ["whmcs", "provisioning module", "SOLUS IO"], "homepage" : "https://github.com/solusio/", "license" : "Apache-2.0", "authors" : [{"name" : "Plesk development team", "email" : "rnd@plesk.com", "homepage" : "http://www.plesk.com/", "role" : "Developer"}], "autoload" : {"files" : ["lib/module.php"], "psr-4" : {"WHMCS\\Module\\Server\\SolusIoVps\\" : "lib/"}}, "require" : {"ext-json" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"WHMCS\\Module\\Server\\SolusIoVps\\": {"type": "string"}}, "required": ["WHMCS\\Module\\Server\\SolusIoVps\\"]}}, "required": ["files", "psr-4"]}, "require": {"type": "object", "properties": {"ext-json": {"type": "string"}}, "required": ["ext-json"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CIDADE" : "Santo Cristo", "IBGE" : "4317905", "ESTADO" : "Rio Grande do Sul", "ID" : "43"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Acer", "market_name" : "G1-715", "codename" : "G1-715", "model" : "G1-715"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "image", "repository", "keywords", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Malawi Music Machine", "description" : "Malawi Music Machine is an experimental project to build an API and tools over malawi-music.com", "image" : "heroku/python", "repository" : "https://github.com/weekend-bytes/malawi-music-machine", "keywords" : ["python", "flask", "malawi-music", "api"], "addons" : ["heroku-postgresql"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "addons": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "image", "repository", "keywords", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 13, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "pymoo_nsga3", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [1974.7776826577951, 1867.1181245905502], "best_x" : [[0.6144873281913219, 0.5099863451882166, 0.35734372610619025, 0.7520234719991549, 0.5896254201040027, 0.3277308836913587, 0.6124986656946573, 0.35379414665385234, 0.2506252525097584, 0.4778268025183122, 0.36856283660583544, 0.5931505253207406, 0.55386080412457], [0.4840048814303994, 0.4982299528409788, 0.43907867473635015, 0.5969029712299391, 0.586743892233667, 0.5176066896753212, 0.561981482019771, 0.5346323814105807, 0.49212645300623803, 0.39232801602745077, 0.4291575711779942, 0.48388866125518487, 0.5554645881915529]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_cube", "loser" : "pymoo_nsga3_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "php", "exercise" : "robot-name", "id" : "3cbc545df13d4fa6be3f695201e1b7c9", "url" : "https://exercism.io/my/solutions/3cbc545df13d4fa6be3f695201e1b7c9", "handle" : "romanbelev", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"competitions": {"type": "array", "items": {}}, "relay": {"type": "string"}}, "required": ["competitions", "relay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"competitions" : [], "relay" : "2Gruppe+B"}
json_instruct
{"type": "object", "properties": {"competitions": {"type": "array", "items": {}}, "relay": {"type": "string"}}, "required": ["competitions", "relay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backup_data_uid" : "1978712c41feb899", "backup_module_uid" : "1dc07ee0f4742028", "backup_module_uoa" : "package", "data_name" : "spack-rstart"}
json_instruct
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "bump:patch": {"type": "string"}, "bump:minor": {"type": "string"}}, "required": ["build", "bump:patch", "bump:minor"]}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"graphql-request": {"type": "string"}, "prop-types": {"type": "string"}}, "required": ["graphql-request", "prop-types"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-class-properties", "babel-preset-env", "babel-preset-react", "rimraf"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "repository", "author", "license", "scripts", "main", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "graphql-query-renderer", "version" : "1.3.0", "description" : "A minimalistic container for rendering GraphQL data in React.", "repository" : "https://tutturen@github.com/tutturen/graphql-query-renderer.git", "author" : "Thor Even Tutturen <thor@bustbyte.no>", "license" : "MIT", "scripts" : {"build" : "mkdir -p dist && rimraf dist && babel -d dist src", "bump:patch" : "npm version patch -m \"v%s\"", "bump:minor" : "npm version minor -m \"v%s\""}, "main" : "dist/index.js", "keywords" : ["react", "graphql", "fetch", "renderer", "container"], "dependencies" : {"graphql-request" : "^1.4.0", "prop-types" : "^15.6.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-plugin-transform-class-properties" : "^6.24.1", "babel-preset-env" : "^1.6.1", "babel-preset-react" : "^6.24.1", "rimraf" : "^2.6.2"}, "peerDependencies" : {"react" : "^16.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "bump:patch": {"type": "string"}, "bump:minor": {"type": "string"}}, "required": ["build", "bump:patch", "bump:minor"]}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"graphql-request": {"type": "string"}, "prop-types": {"type": "string"}}, "required": ["graphql-request", "prop-types"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-class-properties": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-class-properties", "babel-preset-env", "babel-preset-react", "rimraf"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "repository", "author", "license", "scripts", "main", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`ka~`loda'ay~"], "f" : "\ufff9\ufffaa lizard * gecko\ufffb\u8725\u8734\uff0c\u56db\u8173\u86c7"}]}], "t" : "felaloda'"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "SiteId": {"type": "string"}, "NormalizedRoleName": {"type": "string"}, "RoleName": {"type": "string"}, "MemberCount": {"type": "integer"}}, "required": ["Id", "SiteId", "NormalizedRoleName", "RoleName", "MemberCount"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "d772e832-d65d-4e3b-9aae-d431d78f9aa0", "SiteId" : "d98b78ae-0cab-42c6-a79b-7fd8d8d3706b", "NormalizedRoleName" : "ROLE ADMINISTRATORS", "RoleName" : "Role Administrators", "MemberCount" : -1}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "SiteId": {"type": "string"}, "NormalizedRoleName": {"type": "string"}, "RoleName": {"type": "string"}, "MemberCount": {"type": "integer"}}, "required": ["Id", "SiteId", "NormalizedRoleName", "RoleName", "MemberCount"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "organisation", "geometry", "name", "geography", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.064351, 51.445634], [-0.063418, 51.445467], [-0.063514, 51.445252], [-0.06446, 51.445396], [-0.064351, 51.445634]]]]}, "properties" : {"reference" : "17-AP-0708", "organisation" : "local-authority-eng:SWK", "geometry" : "MULTIPOLYGON (((-0.064351 51.445634,-0.063418 51.445467,-0.063514 51.445252,-0.064460 51.445396,-0.064351 51.445634)))", "name" : "Cedar Lodge And Willow Lodge 71 & 73 Wood Vale SE23 3DU", "geography" : "brownfield-site:17-AP-0708", "slug" : "/brownfield-site/local-authority-eng/SWK/17-AP-0708", "entity" : 511735, "entry-date" : "2020-12-22"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "organisation": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "organisation", "geometry", "name", "geography", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "title" : "The Departed"}, {"id" : 2, "title" : "The Godfather"}, {"id" : 3, "title" : "Titanic"}, {"id" : 4, "title" : "Avengers"}, {"id" : 5, "title" : "Casino Royale"}, {"id" : 6, "title" : "Dr. Strangelove"}, {"id" : 7, "title" : "Dead Poet Society"}, {"id" : 8, "title" : "Batman Begins"}, {"id" : 9, "title" : "Home Alone"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}