input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 65632, "UUID" : "98BEF355-2351-4E3D-8B1F-6C5B1A028586", "DataProviderID" : 26, "DataProvidersReference" : "86505", "OperatorID" : 103, "OperatorsReference" : "Allego NLALLEGO0010611", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 65978, "Title" : "Braamkamp 227", "AddressLine1" : "Braamkamp 227", "Town" : "Zutphen", "Postcode" : "7206 HL", "CountryID" : 159, "Latitude" : 52.12269191, "Longitude" : 6.20574692, "ContactTelephone1" : "0800-3745337", "RelatedURL" : "http://www.allego.eu/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 90561, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}, {"ID" : 90562, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2016-06-04T02:50:00Z", "DataQualityLevel" : 3, "DateCreated" : "2016-04-27T09:42:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x0d75ac8159835eeecf51591ca0976bdeb6f40bf601ba0d714232bf9c3cbd14a3", "parentHash" : "0x0584ab90565526c48a25c00481f05ec904015725cfef3e3e835878b7b72b507a", "number" : 121773, "timestamp" : 1440182219, "nonce" : "0xe412a9293dbfb96d", "difficulty" : 4495198837711, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0xd783010002844765746887676f312e342e32856c696e7578", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shortcuts" : ["foaas"], "name" : "Fuck Off As A Service", "url" : "http://foaas.herokuapp.com/", "id" : "foaas"} | json_instruct | {"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.18494181, "rotation" : -0.22715688, "xCenter" : 0.07847613, "yCenter" : 0.40994266, "height" : 0.32878545} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "heroku-postbuild": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "heroku-postbuild"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/dotenv": {"type": "string"}, "@nuxtjs/pwa": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "iltorb": {"type": "string"}, "node-sass": {"type": "string"}, "node-zopfli-es": {"type": "string"}, "nuxt": {"type": "string"}, "nuxt-compress": {"type": "string"}, "sass-loader": {"type": "string"}, "shrink-ray-current": {"type": "string"}}, "required": ["@nuxtjs/dotenv", "@nuxtjs/pwa", "cross-env", "express", "iltorb", "node-sass", "node-zopfli-es", "nuxt", "nuxt-compress", "sass-loader", "shrink-ray-current"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "real-time-web-1819", "version" : "1.0.0", "description" : "My wondrous Nuxt.js project", "author" : "Menno", "private" : true, "scripts" : {"dev" : "cross-env NODE_ENV=development nodemon server/index.js --watch server", "build" : "nuxt build", "start" : "cross-env NODE_ENV=production node server/index.js", "generate" : "nuxt generate", "heroku-postbuild" : "npm run build"}, "dependencies" : {"@nuxtjs/dotenv" : "^1.3.0", "@nuxtjs/pwa" : "^2.6.0", "cross-env" : "^5.2.0", "express" : "^4.16.4", "iltorb" : "^2.4.3", "node-sass" : "^4.12.0", "node-zopfli-es" : "^1.0.3", "nuxt" : "^2.4.0", "nuxt-compress" : "^1.0.2", "sass-loader" : "^7.1.0", "shrink-ray-current" : "^4.0.0"}, "devDependencies" : {"nodemon" : "^1.18.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "heroku-postbuild": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "heroku-postbuild"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/dotenv": {"type": "string"}, "@nuxtjs/pwa": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "iltorb": {"type": "string"}, "node-sass": {"type": "string"}, "node-zopfli-es": {"type": "string"}, "nuxt": {"type": "string"}, "nuxt-compress": {"type": "string"}, "sass-loader": {"type": "string"}, "shrink-ray-current": {"type": "string"}}, "required": ["@nuxtjs/dotenv", "@nuxtjs/pwa", "cross-env", "express", "iltorb", "node-sass", "node-zopfli-es", "nuxt", "nuxt-compress", "sass-loader", "shrink-ray-current"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "targetPath": {"type": "string"}, "workingDirectory": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "targetType": {"type": "string"}, "sourcePaths": {"type": "array", "items": {"type": "string"}}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sourceFiles": {"type": "array", "items": {"type": "string"}}, "targetName": {"type": "string"}}, "required": ["name", "sourceFiles", "targetName"]}}}, "required": ["authors", "copyright", "targetPath", "workingDirectory", "description", "license", "name", "targetType", "sourcePaths", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : ["Anton"], "copyright" : "Copyright \u00a9 2021, Anton", "targetPath" : "bin", "workingDirectory" : "bin", "description" : "2D graphics project", "license" : "MIT", "name" : "uni_graphics", "targetType" : "executable", "sourcePaths" : ["source/arsd", "source/common"], "configurations" : [{"name" : "lab1", "sourceFiles" : ["source/lab1.d"], "targetName" : "lab1"}, {"name" : "lab2", "copyFiles" : ["assets/income.csv", "assets/colors.csv"], "sourceFiles" : ["source/lab2.d"], "targetName" : "lab2"}, {"name" : "bezier_editor", "sourceFiles" : ["source/bezier_editor.d"], "targetName" : "bezier_editor"}, {"name" : "test1", "sourceFiles" : ["source/test1.d"], "targetName" : "test1"}, {"name" : "checkers", "sourceFiles" : ["source/checkers.d"], "targetName" : "checkers"}, {"name" : "test2", "sourceFiles" : ["source/test2.d"], "targetName" : "test2"}, {"name" : "examen1", "sourceFiles" : ["source/examen1.d"], "targetName" : "examen1"}]} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "targetPath": {"type": "string"}, "workingDirectory": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "targetType": {"type": "string"}, "sourcePaths": {"type": "array", "items": {"type": "string"}}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sourceFiles": {"type": "array", "items": {"type": "string"}}, "targetName": {"type": "string"}}, "required": ["name", "sourceFiles", "targetName"]}}}, "required": ["authors", "copyright", "targetPath", "workingDirectory", "description", "license", "name", "targetType", "sourcePaths", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"gamestarted": {"type": "boolean"}, "prompt": {"type": "string"}, "memory": {"type": "string"}, "authorsnote": {"type": "string"}, "actions": {"type": "array", "items": {}}, "worldinfo": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "content": {"type": "string"}}, "required": ["key", "content"]}}}, "required": ["gamestarted", "prompt", "memory", "authorsnote", "actions", "worldinfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gamestarted" : false, "prompt" : "", "memory" : "", "authorsnote" : "", "actions" : [], "worldinfo" : [{"key" : "", "content" : ""}, {"key" : "", "content" : ""}]} | json_instruct | {"type": "object", "properties": {"gamestarted": {"type": "boolean"}, "prompt": {"type": "string"}, "memory": {"type": "string"}, "authorsnote": {"type": "string"}, "actions": {"type": "array", "items": {}}, "worldinfo": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "content": {"type": "string"}}, "required": ["key", "content"]}}}, "required": ["gamestarted", "prompt", "memory", "authorsnote", "actions", "worldinfo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time_fct_id" : 15, "time_fct" : "time_62060", "affiliate_fct_id" : 131, "affiliate_fct" : "Dom\u00e4nenkanzlei", "affiliate_fct_occurrence" : 396, "affiliates" : [{"affiliate_fct_id" : 131, "affiliate_fct" : "Dom\u00e4nenkanzlei", "affiliate_fct_occurrence" : 396}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"regular": {"type": "string"}}, "required": ["regular"]}, "category": {"type": "string"}, "kind": {"type": "string"}}, "required": ["family", "variants", "subsets", "version", "lastModified", "files", "category", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"family" : "Gotu", "variants" : ["regular"], "subsets" : ["devanagari", "latin", "latin-ext", "vietnamese"], "version" : "v4", "lastModified" : "2021-04-01", "files" : {"regular" : "http://fonts.gstatic.com/s/gotu/v4/o-0FIpksx3QOlH0Lioh6-hU.ttf"}, "category" : "sans-serif", "kind" : "webfonts#webfont"} | json_instruct | {"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"regular": {"type": "string"}}, "required": ["regular"]}, "category": {"type": "string"}, "kind": {"type": "string"}}, "required": ["family", "variants", "subsets", "version", "lastModified", "files", "category", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5a6ee9d80cf22bfd63885c60", "title" : "\u5218\u9759\u6657\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u76ae\u4e00\u76ae", "picPath" : "/mediasource/live/1517218264296Vy6HTbA1lF.jpg", "startTime" : 1517218264482, "memberId" : 480667, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a6ee9d80cf22bfd63885c60.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/af76f25ee64dcee88fd3fee53d4ace9f_wb480.flv", "screenMode" : 0, "roomId" : "7396743"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "bioconductor-limma", "downloads" : 215600, "count" : 8865}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"storeId" : "6369", "name" : "Leicester Melton Rd Express", "latitude" : 52.65392, "longitude" : -1.11915, "postalCode" : "LE4 6PN", "country" : "gb", "addressLines" : ["73 Melton Rd", "Leicester"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "904,5270,3921,480"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js", "css"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "content_scripts", "browser_action", "options_page", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Don't Waste my Fucking Time", "description" : "Voc\u00ea n\u00e3o tem foco? N\u00e3o se preocupe, eu vou te obrigar a ter :)", "version" : "0.1", "content_scripts" : [{"matches" : ["https://*.youtube.com/*", "https://*.instagram.com/*"], "js" : ["./assets/js/jquery-3.4.1.slim.js", "content.js"], "css" : ["./assets/css/style.css"]}], "browser_action" : {"default_icon" : "./assets/img/icon.png"}, "options_page" : "./options/index.html", "permissions" : ["storage"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js", "css"]}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "version", "content_scripts", "browser_action", "options_page", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "publero/net_gearman": {"type": "string"}, "silex/silex": {"type": "string"}, "igorw/config-service-provider": {"type": "string"}, "symfony/locale": {"type": "string"}, "symfony/translation": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/yaml": {"type": "string"}, "twig/twig": {"type": "string"}, "datatables/datatables": {"type": "string"}}, "required": ["php", "publero/net_gearman", "silex/silex", "igorw/config-service-provider", "symfony/locale", "symfony/translation", "symfony/twig-bridge", "symfony/yaml", "twig/twig", "datatables/datatables"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}}, "required": ["preferred-install"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"GearmanMonitor\\": {"type": "string"}}, "required": ["GearmanMonitor\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "homepage", "keywords", "license", "authors", "require", "require-dev", "config", "minimum-stability", "prefer-stable", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ckdarbyinc/gearman-monitor", "description" : "Monitor for Gearman ", "homepage" : "https://os.ckdarby.com/GearmanMonitor", "keywords" : ["Gearman", "PHP", "Monitor"], "license" : "MIT", "authors" : [{"name" : "CKDarby Inc.", "email" : "ckdarby+inc@gmail.com", "homepage" : "https://os.ckdarbyinc.com/GearmanMonitor"}], "require" : {"php" : ">=5.4", "publero/net_gearman" : "1.0.*@dev", "silex/silex" : "1.*", "igorw/config-service-provider" : "1.2.2", "symfony/locale" : "~2.4", "symfony/translation" : "~2.4", "symfony/twig-bridge" : "~2.4", "symfony/yaml" : "~2.4", "twig/twig" : ">=1.16,<2.0-dev", "datatables/datatables" : "~1.10"}, "require-dev" : {"phpunit/phpunit" : "4.*"}, "config" : {"preferred-install" : "dist"}, "minimum-stability" : "dev", "prefer-stable" : true, "autoload" : {"psr-4" : {"GearmanMonitor\\" : "src/GearmanMonitor"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "publero/net_gearman": {"type": "string"}, "silex/silex": {"type": "string"}, "igorw/config-service-provider": {"type": "string"}, "symfony/locale": {"type": "string"}, "symfony/translation": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/yaml": {"type": "string"}, "twig/twig": {"type": "string"}, "datatables/datatables": {"type": "string"}}, "required": ["php", "publero/net_gearman", "silex/silex", "igorw/config-service-provider", "symfony/locale", "symfony/translation", "symfony/twig-bridge", "symfony/yaml", "twig/twig", "datatables/datatables"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}}, "required": ["preferred-install"]}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"GearmanMonitor\\": {"type": "string"}}, "required": ["GearmanMonitor\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "homepage", "keywords", "license", "authors", "require", "require-dev", "config", "minimum-stability", "prefer-stable", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "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-cwvg-fjw2-j4p8", "modified" : "2022-05-13T01:44:35Z", "published" : "2022-05-13T01:44:35Z", "aliases" : ["CVE-2017-18141"], "details" : "When a 3rd party TEE has been loaded it is possible for the non-secure world to create a secure monitor call which will give it access to privileged functions meant to only be accessible from the TEE in Snapdragon Automobile, Snapdragon Mobile and Snapdragon Wear in versions IPQ8074, MDM9206, MDM9607, MDM9635M, MDM9650, MDM9655, MSM8996AU, SD 210/SD 212/SD 205, SD 410/12, SD 425, SD 427, SD 430, SD 435, SD 439 / SD 429, SD 450, SD 625, SD 632, SD 636, SD 650/52, SD 810, SD 820, SD 820A, SD 835, SDA660, SDM439, SDM630, SDM660, SDX24, Snapdragon_High_Med_2016.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-18141"}, {"type" : "WEB", "url" : "https://www.qualcomm.com/company/product-security/bulletins"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/106128"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "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": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-6rwv-cvm9-3c32", "modified" : "2022-05-01T02:03:15Z", "published" : "2022-05-01T02:03:15Z", "aliases" : ["CVE-2005-1913"], "details" : "The Linux kernel 2.6 before 2.6.12.1 allows local users to cause a denial of service (kernel panic) via a non group-leader thread executing a different program than was pending in itimer, which causes the signal to be delivered to the old group-leader task, which does not exist.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-1913"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/21138"}, {"type" : "WEB", "url" : "http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.12.1"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/15786/"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/14054"}, {"type" : "WEB", "url" : "http://www.ubuntu.com/usn/usn-178-1"}], "database_specific" : {"cwe_ids" : [], "severity" : "LOW", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.4c97ca4f.chunk.css": {"type": "string"}, "static/js/2.275defb9.chunk.js": {"type": "string"}, "static/js/2.275defb9.chunk.js.map": {"type": "string"}, "static/js/3.6f570714.chunk.js": {"type": "string"}, "static/js/3.6f570714.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.4c97ca4f.chunk.css.map": {"type": "string"}, "static/css/main.c5e30986.chunk.css.map": {"type": "string"}, "static/js/2.275defb9.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/Futura-screenshot.9de2feb6.png": {"type": "string"}, "static/media/Futura-video.c8e6643c.mp4": {"type": "string"}, "static/media/Vet-clinic-screenshot.ceb43063.png": {"type": "string"}, "static/media/VetClinic-video.4624a2ec.mp4": {"type": "string"}, "static/media/stars-video.8d69cb10.mp4": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.4c97ca4f.chunk.css", "static/js/2.275defb9.chunk.js", "static/js/2.275defb9.chunk.js.map", "static/js/3.6f570714.chunk.js", "static/js/3.6f570714.chunk.js.map", "index.html", "static/css/2.4c97ca4f.chunk.css.map", "static/css/main.c5e30986.chunk.css.map", "static/js/2.275defb9.chunk.js.LICENSE.txt", "static/media/Futura-screenshot.9de2feb6.png", "static/media/Futura-video.c8e6643c.mp4", "static/media/Vet-clinic-screenshot.ceb43063.png", "static/media/VetClinic-video.4624a2ec.mp4", "static/media/stars-video.8d69cb10.mp4"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"main.css" : "/static/css/main.c5e30986.chunk.css", "main.js" : "/static/js/main.6d5161cf.chunk.js", "main.js.map" : "/static/js/main.6d5161cf.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.c55e85f6.js", "runtime-main.js.map" : "/static/js/runtime-main.c55e85f6.js.map", "static/css/2.4c97ca4f.chunk.css" : "/static/css/2.4c97ca4f.chunk.css", "static/js/2.275defb9.chunk.js" : "/static/js/2.275defb9.chunk.js", "static/js/2.275defb9.chunk.js.map" : "/static/js/2.275defb9.chunk.js.map", "static/js/3.6f570714.chunk.js" : "/static/js/3.6f570714.chunk.js", "static/js/3.6f570714.chunk.js.map" : "/static/js/3.6f570714.chunk.js.map", "index.html" : "/index.html", "static/css/2.4c97ca4f.chunk.css.map" : "/static/css/2.4c97ca4f.chunk.css.map", "static/css/main.c5e30986.chunk.css.map" : "/static/css/main.c5e30986.chunk.css.map", "static/js/2.275defb9.chunk.js.LICENSE.txt" : "/static/js/2.275defb9.chunk.js.LICENSE.txt", "static/media/Futura-screenshot.9de2feb6.png" : "/static/media/Futura-screenshot.9de2feb6.png", "static/media/Futura-video.c8e6643c.mp4" : "/static/media/Futura-video.c8e6643c.mp4", "static/media/Vet-clinic-screenshot.ceb43063.png" : "/static/media/Vet-clinic-screenshot.ceb43063.png", "static/media/VetClinic-video.4624a2ec.mp4" : "/static/media/VetClinic-video.4624a2ec.mp4", "static/media/stars-video.8d69cb10.mp4" : "/static/media/stars-video.8d69cb10.mp4"}, "entrypoints" : ["static/js/runtime-main.c55e85f6.js", "static/css/2.4c97ca4f.chunk.css", "static/js/2.275defb9.chunk.js", "static/css/main.c5e30986.chunk.css", "static/js/main.6d5161cf.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.4c97ca4f.chunk.css": {"type": "string"}, "static/js/2.275defb9.chunk.js": {"type": "string"}, "static/js/2.275defb9.chunk.js.map": {"type": "string"}, "static/js/3.6f570714.chunk.js": {"type": "string"}, "static/js/3.6f570714.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/2.4c97ca4f.chunk.css.map": {"type": "string"}, "static/css/main.c5e30986.chunk.css.map": {"type": "string"}, "static/js/2.275defb9.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/Futura-screenshot.9de2feb6.png": {"type": "string"}, "static/media/Futura-video.c8e6643c.mp4": {"type": "string"}, "static/media/Vet-clinic-screenshot.ceb43063.png": {"type": "string"}, "static/media/VetClinic-video.4624a2ec.mp4": {"type": "string"}, "static/media/stars-video.8d69cb10.mp4": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.4c97ca4f.chunk.css", "static/js/2.275defb9.chunk.js", "static/js/2.275defb9.chunk.js.map", "static/js/3.6f570714.chunk.js", "static/js/3.6f570714.chunk.js.map", "index.html", "static/css/2.4c97ca4f.chunk.css.map", "static/css/main.c5e30986.chunk.css.map", "static/js/2.275defb9.chunk.js.LICENSE.txt", "static/media/Futura-screenshot.9de2feb6.png", "static/media/Futura-video.c8e6643c.mp4", "static/media/Vet-clinic-screenshot.ceb43063.png", "static/media/VetClinic-video.4624a2ec.mp4", "static/media/stars-video.8d69cb10.mp4"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GeoJSON.io", "desc" : "A fast, simple editor for map data", "url" : "http://geojson.io/", "tags" : ["JSON", "Misc"], "maintainers" : ["mapbox", "tmcw"], "addedAt" : "2020-01-29"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "string"}}, "addedAt": {"type": "string"}}, "required": ["name", "desc", "url", "tags", "maintainers", "addedAt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "null"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aliases" : ["Lady of the Northern Skies", "Roma", "the Goddess of the Northern Skies"], "authors" : ["Chris Claremont", "Fred Kida", "Herb Trimpe"], "description" : "Roma is a fictional character featured in numerous Marvel Comics titles.", "images" : {"background" : null, "thumbnail" : "https://upload.wikimedia.org/wikipedia/en/4/4f/Roma_-_uncanny_x-men_462.png"}, "mainColor" : null, "name" : "Roma", "partners" : [], "powers" : ["Energy manipulation", "Immortality", "Mystic powers"], "ranking" : {"comicCount" : 0, "eventCount" : 0, "pageviewCount" : 1463, "serieCount" : 0, "storyCount" : 0}, "secretIdentities" : ["Roma"], "species" : [], "superName" : "Roma", "teams" : ["Captain Britain Corps", "Superior to the Captain Britain Corps"], "urls" : {"marvel" : null, "wikipedia" : "https://en.wikipedia.org/wiki/Roma_(comics)"}} | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "null"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"alternative_defeats": {"type": "string"}, "type_of_altdefs": {"type": "string"}}, "required": ["alternative_defeats", "type_of_altdefs"]}}, "required": ["description", "include", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "C1 and C2 but only C3.2 (in R2, Defeat 2?): before single defeats", "include" : ["tests/test_stv_altdef/altdef-015-base.json", "tests/test_stv_altdef/altdef-015-results1.json"], "options" : {"alternative_defeats" : "Y", "type_of_altdefs" : "before_single_defeats"}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {"alternative_defeats": {"type": "string"}, "type_of_altdefs": {"type": "string"}}, "required": ["alternative_defeats", "type_of_altdefs"]}}, "required": ["description", "include", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 1031, "cartId" : "5ec7fa85-5a2e-4f89-8e54-d6c0c4225929", "preferredProducts" : [1279, 140, 1828, 4788, 672, 2867, 2299, 1136], "productReviews" : [{"productId" : 3291, "reviewText" : "heard about this on chicha radio, decided to give it a try.", "reviewDate" : "2017-09-23T12:42:39.8164144+03:00"}, {"productId" : 4468, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2019-07-17T17:52:54.9427788+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"DbConnect": {"type": "string"}, "DbConnectTest": {"type": "string"}}, "required": ["DbConnect", "DbConnectTest"]}}, "required": ["AllowedHosts", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AllowedHosts" : "*", "ConnectionStrings" : {"DbConnect" : "{{DbConnect}}", "DbConnectTest" : "{{DbConnect}}"}} | json_instruct | {"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"DbConnect": {"type": "string"}, "DbConnectTest": {"type": "string"}}, "required": ["DbConnect", "DbConnectTest"]}}, "required": ["AllowedHosts", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Mobile Development"], "desc" : "\n", "details" : {"authors" : "Ozgur Yurur", "format" : "pdf", "isbn-10" : "1498700101", "isbn-13" : "978-1498700108", "pages" : "221 pages", "publication date" : "February 2, 2015", "publisher" : "CRC Press", "size" : "2.00Mb"}, "img" : "http://23.95.221.108/covers/40/407c1032968ffa9084e800d28741a588.jpg", "link" : "https://rapidhosting.info/files/fqx", "title" : "Generic and Energy-Efficient Context-Aware Mobile Sensing"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Express fails to build with gcc@6.0.0:.\r\n\r\nThe debian project [has a fix](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859) but they don't seem to have pushed it upstream.\r\n\r\nI've opened an issue and a PR in eXpress repo, but eXpress isn't actively developed, so I'm fixing it here too.\r\n\r\nSince the Spack package was created, the eXpress team tagged their releases. I've updated the package to use the tags.\r\n\r\nVersion 1.5.1 used to be known as 2015-11-29 (same commit). 1.5.2 is new(er).\r\n\r\n@odoublewen ", "user" : "hartzell", "url" : "https://api.github.com/repos/spack/spack/issues/10230", "updated_at" : "2019-01-01 02:30:10", "created_at" : "2019-01-01 00:35:40", "closed_at" : "2019-01-01 02:28:16", "state" : "closed", "title" : "express: new version, use tags and fix gcc@6.0.0:", "number" : 10230, "milestone" : null, "labels" : ["new-version", "patch"], "id" : 395045202, "html_url" : "https://github.com/spack/spack/pull/10230", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-q89c-2293-ppjp", "modified" : "2022-04-20T00:01:44Z", "published" : "2022-01-29T00:00:43Z", "aliases" : ["CVE-2021-40411"], "details" : "An OS command injection vulnerability exists in the device network settings functionality of reolink RLC-410W v3.0.0.136_20121102. At [6] the dns_data->dns2 variable, that has the value of the dns2 parameter provided through the SetLocalLink API, is not validated properly. This would lead to an OS command injection.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-40411"}, {"type" : "WEB", "url" : "https://talosintelligence.com/vulnerability_reports/TALOS-2021-1424"}], "database_specific" : {"cwe_ids" : ["CWE-78"], "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "target": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixinPriority": {"type": "integer"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "target", "compatibilityLevel", "mixinPriority", "mixins", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"required" : true, "minVersion" : "0.7", "package" : "org.spongepowered.common.launch.mixin", "target" : "@env(DEFAULT)", "compatibilityLevel" : "JAVA_8", "mixinPriority" : 11111, "mixins" : ["MixinAdvancement", "MixinItem", "MixinSchematicTranslator_test", "MixinSpongeImplHooks_test"], "injectors" : {"defaultRequire" : 1}} | json_instruct | {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "target": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixinPriority": {"type": "integer"}, "mixins": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "target", "compatibilityLevel", "mixinPriority", "mixins", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}}, "required": ["client"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "discord.js": {"type": "string"}, "fs": {"type": "string"}}, "required": ["chalk", "discord.js", "fs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "saeraan", "version" : "1.0.1", "description" : "The new version of Saeraan.js", "main" : "client", "scripts" : {"client" : "node client"}, "author" : "Kur0Sama", "license" : "ISC", "dependencies" : {"chalk" : "^2.2.0", "discord.js" : "^11.2.1", "fs" : "0.0.1-security"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}}, "required": ["client"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "discord.js": {"type": "string"}, "fs": {"type": "string"}}, "required": ["chalk", "discord.js", "fs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"__class__": {"type": "string"}, "msg": {"type": "string"}}, "required": ["__class__", "msg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__class__" : "ProfileError", "msg" : "profiledir::profiles/profiles.desc, line 1: invalid profile line format: should be 'arch profile status'"} | json_instruct | {"type": "object", "properties": {"__class__": {"type": "string"}, "msg": {"type": "string"}}, "required": ["__class__", "msg"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "object", "properties": {"./lib/pug.js": {"type": "string"}, "./lib/TemplateProvider.js": {"type": "string"}}, "required": ["./lib/pug.js", "./lib/TemplateProvider.js"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"pug": {"type": "string"}}, "required": ["pug"]}, "peerDependencies": {"type": "object", "properties": {"catberry": {"type": "string"}}, "required": ["catberry"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["test", "lint-fix"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "contributors", "homepage", "main", "browser", "repository", "keywords", "dependencies", "peerDependencies", "devDependencies", "scripts", "license", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "catberry-pug", "description" : "Catberry adapter for Pug template engine", "version" : "1.1.0", "author" : {"name" : "Miha Vizovi\u0161ek", "email" : "miha.vizovisek@gmail.com"}, "contributors" : [{"name" : "Miha Vizovi\u0161ek", "email" : "miha.vizovisek@gmail.com"}], "homepage" : "http://pug-lang.com/", "main" : "./index.js", "browser" : {"./lib/pug.js" : "./browser/pug.js", "./lib/TemplateProvider.js" : "./browser/TemplateProvider.js"}, "repository" : {"type" : "git", "url" : "https://github.com/catberry/catberry-pug.git"}, "keywords" : ["templates", "pug", "catberry", "views"], "dependencies" : {"pug" : "^2.0.0-beta11"}, "peerDependencies" : {"catberry" : "^8.0.0 || ^9.0.0"}, "devDependencies" : {"eslint" : "^3.18.0"}, "scripts" : {"test" : "./node_modules/.bin/eslint ./", "lint-fix" : "./node_modules/.bin/eslint ./ --fix"}, "license" : "MIT", "engine" : {"node" : ">=4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "homepage": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "object", "properties": {"./lib/pug.js": {"type": "string"}, "./lib/TemplateProvider.js": {"type": "string"}}, "required": ["./lib/pug.js", "./lib/TemplateProvider.js"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"pug": {"type": "string"}}, "required": ["pug"]}, "peerDependencies": {"type": "object", "properties": {"catberry": {"type": "string"}}, "required": ["catberry"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["test", "lint-fix"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "contributors", "homepage", "main", "browser", "repository", "keywords", "dependencies", "peerDependencies", "devDependencies", "scripts", "license", "engine"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpseclib/phpseclib": {"type": "string"}}, "required": ["php", "phpseclib/phpseclib"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpunit/php-timer": {"type": "string"}}, "required": ["phpunit/phpunit", "phpunit/php-timer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bogiesoft\\Paymentlib\\": {"type": "string"}}, "required": ["Bogiesoft\\Paymentlib\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bogiesoft/paymentlib", "description" : "PHP Library to Payment Gateway", "keywords" : ["SCB-Payment", "Kbank-Payment"], "license" : "MIT", "require" : {"php" : ">=7.3", "phpseclib/phpseclib" : "^3"}, "require-dev" : {"phpunit/phpunit" : "^8.5.9", "phpunit/php-timer" : "^2.1.2"}, "autoload" : {"psr-4" : {"Bogiesoft\\Paymentlib\\" : "library/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpseclib/phpseclib": {"type": "string"}}, "required": ["php", "phpseclib/phpseclib"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpunit/php-timer": {"type": "string"}}, "required": ["phpunit/phpunit", "phpunit/php-timer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Bogiesoft\\Paymentlib\\": {"type": "string"}}, "required": ["Bogiesoft\\Paymentlib\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/huaxin/Desktop/myProject/rn59/node_modules/react-native-version-number/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", "source" : "/Users/huaxin/.gradle/caches/transforms-2/files-2.1/da5890bc0c25d4fca23eb9009d439522/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png"}, {"merged" : "/Users/huaxin/Desktop/myProject/rn59/node_modules/react-native-version-number/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", "source" : "/Users/huaxin/.gradle/caches/transforms-2/files-2.1/da5890bc0c25d4fca23eb9009d439522/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png"}, {"merged" : "/Users/huaxin/Desktop/myProject/rn59/node_modules/react-native-version-number/android/build/intermediates/res/merged/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", "source" : "/Users/huaxin/.gradle/caches/transforms-2/files-2.1/da5890bc0c25d4fca23eb9009d439522/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 189219, "info" : {"name" : "aesthetic 3.0", "description" : "uwu beautiful https://i.pinimg.com/564x/8f/3e/b9/8f3eb9ca86905fce926b6907e8398d78.jpg", "additionalInfo" : null, "format" : "uso", "category" : "global", "createdAt" : "2020-09-11T02:28:08.000Z", "updatedAt" : "2020-09-11T02:28:08.000Z", "license" : "CC0-1.0", "author" : {"id" : 1025961, "name" : "matias7001"}}, "stats" : {"installs" : {"total" : 59, "weekly" : 1}}, "screenshots" : {"main" : {"name" : "189219_after.jpeg", "archived" : true}, "additional" : [{"name" : "189219_additional_37034.jpeg", "archived" : true}]}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "div {\r\n\tfont-face: \"/*[[font]]*/\" !important;\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}, "additional": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}}, "required": ["main", "additional"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"kind": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"due": {"type": "string"}, "kind": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "task_type": {"type": "string"}, "updated": {"type": "string"}, "selfLink": {"type": "string"}, "status": {"type": "string"}}, "required": ["due", "kind", "id", "title", "task_type", "updated", "selfLink", "status"]}}, "selfLink": {"type": "string"}}, "required": ["kind", "id", "title", "updated", "items", "selfLink"]}}}, "required": ["kind", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "tasks#taskLists", "items" : [{"kind" : "tasks#tasks", "id" : "", "title" : "My Tasks", "updated" : "2020-10-10T03:46:42.098751Z", "items" : [{"due" : "2020-10-10T03:00:00Z", "kind" : "tasks#task", "id" : "ASDASDASDWEQWEQWEQWE", "title" : "Task Number One", "task_type" : "PERSONAL_TASK", "updated" : "2020-10-10T03:46:42.098751Z", "selfLink" : "", "status" : "needsAction"}, {"due" : "2020-10-10T03:00:00Z", "kind" : "tasks#task", "id" : "ASDASDASDWEQWEQWEQWE", "title" : "Task Number Two", "task_type" : "PERSONAL_TASK", "updated" : "2020-10-10T03:46:42.098751Z", "selfLink" : "", "status" : "needsAction"}], "selfLink" : ""}, {"kind" : "tasks#tasks", "id" : "", "title" : "My Tasks Secondary List", "updated" : "2020-10-10T03:46:42.098751Z", "items" : [{"due" : "2020-10-10T03:00:00Z", "kind" : "tasks#task", "id" : "ASDASDASDWEQWEQWEQWE", "title" : "Task Number One", "task_type" : "PERSONAL_TASK", "updated" : "2020-10-10T03:46:42.098751Z", "selfLink" : "", "status" : "needsAction"}, {"due" : "2020-10-10T03:00:00Z", "kind" : "tasks#task", "id" : "ASDASDASDWEQWEQWEQWE", "title" : "Task Number Two", "task_type" : "PERSONAL_TASK", "updated" : "2020-10-10T03:46:42.098751Z", "selfLink" : "", "status" : "needsAction"}], "selfLink" : ""}]} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"due": {"type": "string"}, "kind": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "task_type": {"type": "string"}, "updated": {"type": "string"}, "selfLink": {"type": "string"}, "status": {"type": "string"}}, "required": ["due", "kind", "id", "title", "task_type", "updated", "selfLink", "status"]}}, "selfLink": {"type": "string"}}, "required": ["kind", "id", "title", "updated", "items", "selfLink"]}}}, "required": ["kind", "items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "issuer": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "description": {"type": "string"}, "issuanceDate": {"type": "string"}, "credentialSubject": {"type": "object", "properties": {"id": {"type": "string"}, "degree": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}, "skills": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "degree", "skills"]}}, "required": ["@context", "id", "type", "issuer", "description", "issuanceDate", "credentialSubject"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : ["https://www.w3.org/2018/credentials/v1", "https://www.w3.org/2018/credentials/examples/v1"], "id" : "http://example.gov/credentials/3732", "type" : ["VerifiableCredential", "UniversityDegreeCredential"], "issuer" : {"id" : "did:web:vc.transmute.world"}, "description" : "This credential proofs the work-history of a contractor and the associated skills that were verified during that time.", "issuanceDate" : "2020-03-10T04:24:12.164Z", "credentialSubject" : {"id" : "did:example:ebfeb1f712ebc6f1c276e12ec21", "degree" : {"type" : "BachelorDegree", "name" : "Bachelor of Science and Arts"}, "skills" : ["Java", "C++"]}} | json_instruct | {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "issuer": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "description": {"type": "string"}, "issuanceDate": {"type": "string"}, "credentialSubject": {"type": "object", "properties": {"id": {"type": "string"}, "degree": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}, "skills": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "degree", "skills"]}}, "required": ["@context", "id", "type", "issuer", "description", "issuanceDate", "credentialSubject"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x56a396a798ec1f6d8ee13bc71c457383109fca56", "tool" : "slither", "start" : 1563638794.2877562, "end" : 1563638798.9739404, "duration" : 4.6861841678619385, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "through_white_foam_the_jade_butterfly_soars", "originalId" : 372437, "rarity" : 3, "name" : "Mariposa de jade", "description" : "Una planta acu\u00e1tica que habita en mares poco profundos y que se asemeja a una mariposa de jade batiendo las alas bajo el agua.\\nEsta planta se utiliza para la preparaci\u00f3n de un remedio curativo muy popular en el ej\u00e9rcito de resistencia: tras moler esta planta y hervir su polvo, sirve, entre otras cosas, para desinfectar bacterias y prevenir infecciones. El resultado es a\u00fan m\u00e1s eficaz si se combina con otras medicinas.", "load" : 50, "energy" : 20, "category" : [{"id" : 10004, "category" : "Arbustos", "type" : "Exterior"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "category", "type"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "category"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1919, 6], [1920, 9], [1922, 6], [1923, 8], [1924, 9], [1925, 5], [1926, 8], [1929, 10], [1930, 6], [1932, 5], [1933, 7], [1934, 8], [1935, 9], [1936, 5], [1940, 8], [1942, 6], [1944, 5], [1945, 5], [1946, 6], [1950, 7], [1952, 6], [1953, 5], [1954, 5], [1956, 7], [1957, 6], [1958, 5], [1962, 7], [1965, 8], [1973, 6], [1985, 5], [1986, 5], [1987, 6], [1990, 7], [1992, 9], [1993, 5], [1994, 21], [1995, 13], [1996, 16], [1997, 17], [1998, 12], [1999, 17], [2000, 9], [2001, 14], [2002, 11], [2003, 8], [2004, 14], [2005, 11], [2006, 8], [2007, 11], [2008, 9], [2009, 10], [2010, 10], [2011, 8], [2012, 6], [2013, 8], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"from" : " Topsfield, MA USA", "name" : "The Robo Chiefs", "num" : 3346, "comps" : [{"name" : "MA FTC Qualifying Tournament", "place" : "Boston University Academy", "date" : "06-Jan-13", "highest" : 151, "QP" : 3, "RP" : 103, "matches" : 7}, {"name" : "MA FTC Qualifying Tournament", "place" : "North Andover High School", "date" : "26-Jan-13", "highest" : 77, "QP" : 6, "RP" : 103, "matches" : 8}]} | json_instruct | {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "background", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\u0422\u0430\u0439\u043c\u0435\u0440 \u00ab\u0427\u0442\u043e? \u0413\u0434\u0435? \u041a\u043e\u0433\u0434\u0430?\u00bb", "version" : "3.0.1", "description" : "\u0422\u0430\u0439\u043c\u0435\u0440 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u0430 \u00ab\u0411\u0430\u0437\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u043e\u0432 \u0427\u0442\u043e? \u0413\u0434\u0435? \u041a\u043e\u0433\u0434\u0430?\u00bb", "permissions" : ["activeTab", "declarativeContent", "storage", "https://db.chgk.info/*"], "background" : {"scripts" : ["js/background.js"], "persistent" : false}, "icons" : {"16" : "icons/hourglass_16.png", "32" : "icons/hourglass_32.png", "48" : "icons/hourglass_48.png", "128" : "icons/hourglass_128.png"}, "manifest_version" : 2} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "background", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 97849, "info" : {"name" : "Scratch", "description" : "A slight modification to the Scratch website.", "additionalInfo" : null, "format" : "uso", "category" : "mit", "createdAt" : "2014-02-04T00:17:25.000Z", "updatedAt" : "2014-02-04T00:17:25.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 251615, "name" : "Merthecat"}}, "stats" : {"installs" : {"total" : 123, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "97849_after.jpeg", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"scratch.mit.edu\") {\r\ndiv#pagewrapper\r\n{\r\nbackground-color: whitesmoke;\r\n}\r\ntd.tcr\r\n{\r\nbackground-color: whitesmoke;\r\n}\r\nul#tabs a\r\n{\r\ncolor: #ffffff !important;\r\n}\r\na.right\r\n{\r\ncolor: #000000 !important;\r\n}\r\ndiv.box-head\r\n{\r\nbackground-color: rgb(15, 139, 192);\r\n}\r\np.profile-details\r\n{\r\ncolor: white !important;\r\nfont-weight: bold;\r\ntext-shadow: none;\r\n}\r\nh2, h4, h4#category_head_4, h4#category_head_5, h4#category_head_2, h4#category_head_7, h4#category_head_6\r\n{\r\ncolor: white;\r\ntext-shadow: none;\r\n}\r\na.right\r\n{\r\ncolor: white !important;\r\n}\r\ndiv#footer\r\n{\r\nbackground-color: black;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d134-81", "text" : "May 26, 1959\nDr* Marshall MoLuhsn\nCulture and Communications Seminar\n29 Wells Hill Avenue\nToronto 10, Ontario, Canada\nDear Marshall t\nI hop\u00a9 you got home safely, and have caught your breath and\ncaught up on sleep*\nAttached is your copy of the contract \u2014- l*e* the part we did\nlast night* Also some more copies of expense vouchers* Just\nsign and return. We'll fill 'em out for you from raw data and\nreceipts you can send us, and send to our Treasurer for payment.\nWhew I\nWarmest regards.\nHarry J. Skornia\nExecutive Director\nHJS/dp\nEnclosures"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://www.spanishdict.com/conjugate/presenciar", "word" : "presenciar", "infinitivo" : "presenciar", "translation" : "to witness", "gerundio" : ["presenciando"], "participio" : ["presenciado"], "tenses" : {"3" : [["presencio"], ["presencias"], ["presencia"], ["presenciamos"], ["presenci\u00e1is"], ["presencian"]], "4" : [["presenci\u00e9"], ["presenciaste"], ["presenci\u00f3"], ["presenciamos"], ["presenciasteis"], ["presenciaron"]], "5" : [["presenciaba"], ["presenciabas"], ["presenciaba"], ["presenci\u00e1bamos"], ["presenciabais"], ["presenciaban"]], "6" : [["presenciar\u00eda"], ["presenciar\u00edas"], ["presenciar\u00eda"], ["presenciar\u00edamos"], ["presenciar\u00edais"], ["presenciar\u00edan"]], "7" : [["presenciar\u00e9"], ["presenciar\u00e1s"], ["presenciar\u00e1"], ["presenciaremos"], ["presenciar\u00e9is"], ["presenciar\u00e1n"]], "8" : [["presencie"], ["presencies"], ["presencie"], ["presenciemos"], ["presenci\u00e9is"], ["presencien"]], "9" : [["presenciara"], ["presenciaras"], ["presenciara"], ["presenci\u00e1ramos"], ["presenciarais"], ["presenciaran"]], "10" : [["presenciase"], ["presenciases"], ["presenciase"], ["presenci\u00e1semos"], ["presenciaseis"], ["presenciasen"]], "11" : [["presenciare"], ["presenciares"], ["presenciare"], ["presenci\u00e1remos"], ["presenciareis"], ["presenciaren"]], "12" : {"1" : ["presencia"], "2" : ["presencie"], "3" : ["presenciemos"], "4" : ["presenciad"], "5" : ["presencien"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-oci8": {"type": "string"}}, "required": ["php", "ext-oci8"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SurrealCristian\\": {"type": "string"}}, "required": ["SurrealCristian\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "surrealcristian/oracle-client-php", "description" : "Small Oracle client.", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Cristian Cabrera", "email" : "surrealcristian@gmail.com"}], "require" : {"php" : ">=5.6", "ext-oci8" : "*"}, "autoload" : {"psr-4" : {"SurrealCristian\\" : "src/"}}} | 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"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-oci8": {"type": "string"}}, "required": ["php", "ext-oci8"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SurrealCristian\\": {"type": "string"}}, "required": ["SurrealCristian\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"navigation_ingredients": {"type": "array", "items": {"type": "string"}}, "navigation_cooking": {"type": "array", "items": {"type": "string"}}, "navigation_pause": {"type": "array", "items": {"type": "string"}}, "acknowledgement": {"type": "array", "items": {"type": "string"}}, "more_options": {"type": "array", "items": {"type": "string"}}}, "required": ["navigation_ingredients", "navigation_cooking", "navigation_pause", "acknowledgement", "more_options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"navigation_ingredients" : ["show me the ingredients", "what are the ingredients", "move to ingredients", "can you say the ingredients again", "i forgot the ingredients", "say the ingredients again", "i missed the ingredients"], "navigation_cooking" : ["let's move to cooking", "let's start cooking", "let's cook now", "move to cooking steps", "what are the cooking steps", "jump to cooking", "skip to cooking instructions"], "navigation_pause" : ["take a break", "pause", "pause please", "i have to go", "i need to leave", "i am tired", "i am exhausted", "wait for some time", "wait", "please wait for some time", "please wait", "it'll take time"], "acknowledgement" : ["okay", "okay i see", "cool", "okay cool", "okay fine", "fine", "i get it", "fine man", "as you say", "as you wish", "getting onto it", "i see", "i see fine"], "more_options" : ["what are other options", "what the next items", "what are other recipes", "what are other tasks", "show more options", "show more recipes", "show more tasks", "what else do you have", "what else"]} | json_instruct | {"type": "object", "properties": {"navigation_ingredients": {"type": "array", "items": {"type": "string"}}, "navigation_cooking": {"type": "array", "items": {"type": "string"}}, "navigation_pause": {"type": "array", "items": {"type": "string"}}, "acknowledgement": {"type": "array", "items": {"type": "string"}}, "more_options": {"type": "array", "items": {"type": "string"}}}, "required": ["navigation_ingredients", "navigation_cooking", "navigation_pause", "acknowledgement", "more_options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1971, 5], [1972, 5], [1984, 6], [1988, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"packages": {"type": "array", "items": {}}, "dev": {"type": "boolean"}}, "required": ["packages", "dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : [], "dev" : true} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {}}, "dev": {"type": "boolean"}}, "required": ["packages", "dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 122890, "name" : "CDM - 96Neko", "description" : "Ejemplo:\r\nhttps://i.gyazo.com/04595a320faa0e1787694997744103da.jpg", "user" : {"id" : 262134, "name" : "saikanokagamine", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "publicdomain"}, "updated" : "2016-01-09T23:23:27.000Z", "weekly_install_count" : 0, "total_install_count" : 397, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/122890-after.png?r=1590134683", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2016-01-09T23:23:27.000Z", "category" : "site", "raw_subcategory" : "corazondemelon", "subcategory" : "corazondemelon", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"corazondemelon.es\"), domain(\"corazondebombon.com\") {\r\n\r\n#container{\r\nbackground-image : url(http://orig09.deviantart.net/5af1/f/2016/009/e/c/fondo_by_saikanokagamine-d9ncwl1.png) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://orig09.deviantart.net/51f4/f/2016/009/e/9/barra_by_saikanokagamine-d9ncwip.png) !important ;\r\n}\r\n.idcard-member { background : url(http://orig10.deviantart.net/f506/f/2016/009/9/c/tarjeta_by_saikanokagamine-d9ncwig.png) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/122890/cdm-96neko.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1401071027", "id_kecamatan" : "140107", "name" : "Lipat Kain"}, {"id" : "1401072003", "id_kecamatan" : "140107", "name" : "Kuntu"}, {"id" : "1401072004", "id_kecamatan" : "140107", "name" : "Padang Sawah"}, {"id" : "1401072005", "id_kecamatan" : "140107", "name" : "Domo"}, {"id" : "1401072006", "id_kecamatan" : "140107", "name" : "IV Koto Setingkai"}, {"id" : "1401072008", "id_kecamatan" : "140107", "name" : "Teluk Paman"}, {"id" : "1401072013", "id_kecamatan" : "140107", "name" : "Sungai Geringging"}, {"id" : "1401072016", "id_kecamatan" : "140107", "name" : "Sungai Paku"}, {"id" : "1401072019", "id_kecamatan" : "140107", "name" : "Muara Selayah"}, {"id" : "1401072020", "id_kecamatan" : "140107", "name" : "Sungai Rambai"}, {"id" : "1401072021", "id_kecamatan" : "140107", "name" : "Tanjung Harapan"}, {"id" : "1401072023", "id_kecamatan" : "140107", "name" : "Sungai Raja"}, {"id" : "1401072026", "id_kecamatan" : "140107", "name" : "Sungai Sarik"}, {"id" : "1401072028", "id_kecamatan" : "140107", "name" : "Lipat Kain Utara"}, {"id" : "1401072029", "id_kecamatan" : "140107", "name" : "Lipat Kain Selatan"}, {"id" : "1401072030", "id_kecamatan" : "140107", "name" : "Kuntu Darussalam"}, {"id" : "1401072031", "id_kecamatan" : "140107", "name" : "Tanjung Mas"}, {"id" : "1401072032", "id_kecamatan" : "140107", "name" : "Sungai Harapan"}, {"id" : "1401072033", "id_kecamatan" : "140107", "name" : "Sungai Liti"}, {"id" : "1401072034", "id_kecamatan" : "140107", "name" : "Teluk Paman Timur"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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"]}}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["composer-plugin-api", "symfony/console"]}, "require-dev": {"type": "object", "properties": {"composer/composer": {"type": "string"}}, "required": ["composer/composer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"JosefGlatz\\ComposerDiffPlugin\\": {"type": "string"}}, "required": ["JosefGlatz\\ComposerDiffPlugin\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "josefglatz/composer-diff-plugin", "description" : "composer plugin which creates a composer.list file and shows library version diff at \"composer update\"", "type" : "composer-plugin", "license" : "MIT", "authors" : [{"name" : "Hiraku NAKANO", "email" : "hiraku@mercari.com"}, {"name" : "Josef Glatz", "email" : "josefglatz@gmail.com"}], "require" : {"composer-plugin-api" : "^1 || ^2", "symfony/console" : "^4 || ^5"}, "require-dev" : {"composer/composer" : "^2.0"}, "autoload" : {"psr-4" : {"JosefGlatz\\ComposerDiffPlugin\\" : "src/"}}, "extra" : {"class" : "JosefGlatz\\ComposerDiffPlugin\\DiffPlugin"}} | 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"]}}, "require": {"type": "object", "properties": {"composer-plugin-api": {"type": "string"}, "symfony/console": {"type": "string"}}, "required": ["composer-plugin-api", "symfony/console"]}, "require-dev": {"type": "object", "properties": {"composer/composer": {"type": "string"}}, "required": ["composer/composer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"JosefGlatz\\ComposerDiffPlugin\\": {"type": "string"}}, "required": ["JosefGlatz\\ComposerDiffPlugin\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404370115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "32d4a8c270e7efe82ac2a02b68ec9a3e", "wof:id" : 404370115, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.61793549602593, 48.7102923633912, 1.71470179321193, 48.74426956401304], "geometry" : {"coordinates" : [[[1.71147644343377, 48.73622445805373], [1.71470179321193, 48.71347377467023], [1.7133120587829, 48.7102923633912], [1.70966752085993, 48.71256485927561], [1.6957344336354, 48.71311501284661], [1.69458565071241, 48.72318644089636], [1.68611742595244, 48.72688960412231], [1.65314117447496, 48.73494180130629], [1.63867084738456, 48.73184510198866], [1.62126159511761, 48.72733637855024], [1.61793549602593, 48.72970872759044], [1.62025756407943, 48.73600550186247], [1.62270486469846, 48.74015371241717], [1.63566742750752, 48.74426956401304], [1.67509305379829, 48.74340028937777], [1.71147644343377, 48.73622445805373]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review" : "\uc2a4\uc704\uce582 \uc601 \uc81c\ubaa9\uc740 \uc544\ub2cc\ub370 \uac16\ub2e4 \ubd99\uc774\uae30\ub294 \ucc38", "date" : "09.06.01", "rating" : "3", "author" : "deff****", "review_id" : "3539335", "movie_id" : "13292"}, {"review" : "\uc815\ub9d0 \ub208 \ub728\uace0\ub294 \ubcfc\uc218 \uc5c6\uc744 \uc815\ub3c4\ub85c \ucd5c\uc545...", "date" : "07.08.06", "rating" : "1", "author" : "typo****", "review_id" : "1888583", "movie_id" : "13292"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$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"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-111.61811414599995, 35.22463617600004], [-111.61457151199991, 35.22457561800006], [-111.61469262799991, 35.22521147600001], [-111.61220975599994, 35.22524175500006], [-111.61217947699996, 35.22163856300005], [-111.62062729699991, 35.22172939900002], [-111.61741773099996, 35.218459275000036], [-111.61744800999998, 35.218035371000035], [-111.61987032399995, 35.21830788100004], [-111.62111175999998, 35.21979154800004], [-111.62208068599992, 35.22088158900004], [-111.62271654299995, 35.22109354200005], [-111.62347351599996, 35.221032984000026], [-111.62568387799993, 35.22054852100006], [-111.62635001399994, 35.22185051500002], [-111.62798507599993, 35.224908687000024], [-111.62799694699996, 35.225213373000024], [-111.62807591299995, 35.22724016400007], [-111.62877232799995, 35.22799713700004], [-111.62877232799995, 35.22854215800003], [-111.62689503499993, 35.22781546300006], [-111.62510857799995, 35.22527203400005], [-111.61881056199995, 35.22518119700003], [-111.61811414599995, 35.22463617600004]]]], "properties" : {"id" : "usa-az-flagstaff-shadow-mountain-neighborhood", "type" : "neighborhood", "name" : "Shadow Mountain", "code" : "761721"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"application-87d873bb98155ff14fc123a9b2e429b6.js": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "blorgh/application-456080b60f6b140341d8686e1e22a17d.js": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}}, "required": ["application-87d873bb98155ff14fc123a9b2e429b6.js", "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css", "blorgh/application-456080b60f6b140341d8686e1e22a17d.js", "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css"]}, "assets": {"type": "object", "properties": {"application.js": {"type": "string"}, "application.css": {"type": "string"}, "blorgh/application.js": {"type": "string"}, "blorgh/application.css": {"type": "string"}}, "required": ["application.js", "application.css", "blorgh/application.js", "blorgh/application.css"]}}, "required": ["files", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"application-87d873bb98155ff14fc123a9b2e429b6.js" : {"logical_path" : "application.js", "mtime" : "2014-12-04T15:47:12+05:30", "size" : 583, "digest" : "87d873bb98155ff14fc123a9b2e429b6"}, "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css" : {"logical_path" : "application.css", "mtime" : "2014-12-04T15:47:12+05:30", "size" : 650, "digest" : "f1f7fd9c1e6b8d058b9c675550f9ebea"}, "blorgh/application-456080b60f6b140341d8686e1e22a17d.js" : {"logical_path" : "blorgh/application.js", "mtime" : "2014-12-05T11:57:26+05:30", "size" : 319363, "digest" : "456080b60f6b140341d8686e1e22a17d"}, "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css" : {"logical_path" : "blorgh/application.css", "mtime" : "2014-12-04T15:53:28+05:30", "size" : 908, "digest" : "826b1b6bba410d0a2e8e1dd1f7ed207f"}}, "assets" : {"application.js" : "application-87d873bb98155ff14fc123a9b2e429b6.js", "application.css" : "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css", "blorgh/application.js" : "blorgh/application-456080b60f6b140341d8686e1e22a17d.js", "blorgh/application.css" : "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css"}} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"application-87d873bb98155ff14fc123a9b2e429b6.js": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "blorgh/application-456080b60f6b140341d8686e1e22a17d.js": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}, "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css": {"type": "object", "properties": {"logical_path": {"type": "string"}, "mtime": {"type": "string"}, "size": {"type": "integer"}, "digest": {"type": "string"}}, "required": ["logical_path", "mtime", "size", "digest"]}}, "required": ["application-87d873bb98155ff14fc123a9b2e429b6.js", "application-f1f7fd9c1e6b8d058b9c675550f9ebea.css", "blorgh/application-456080b60f6b140341d8686e1e22a17d.js", "blorgh/application-826b1b6bba410d0a2e8e1dd1f7ed207f.css"]}, "assets": {"type": "object", "properties": {"application.js": {"type": "string"}, "application.css": {"type": "string"}, "blorgh/application.js": {"type": "string"}, "blorgh/application.css": {"type": "string"}}, "required": ["application.js", "application.css", "blorgh/application.js", "blorgh/application.css"]}}, "required": ["files", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Mirino frontale sollevabile della SIG", "ShortName" : "SIG Frontale sollevabile", "Description" : "Mirino frontale posteriore sollevabile, rimovibile e pieghevole della SIG. installato su di un supporto."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.0.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.0.2.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.0.2dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.0.1dev", "0.0.2.1dev", "0.0.2dev"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.0.2.1dev"], "meta" : {"description" : "Django auditing application", "homepage" : "http://pypi.python.org/pypi/Django-Actuary/", "license" : "LICENSE.txt"}, "versions" : {"0.0.1dev" : {"sha256" : "a1b79745d6ea8e2025cab27c3cbb357e73773361fd87c324f357dc74786b278e", "url" : "https://files.pythonhosted.org/packages/86/12/e5dc6f451f079663556d37f925dce117d103ac4c190720db51725b6b12ae/Django-Actuary-0.0.1dev.tar.gz"}, "0.0.2.1dev" : {"sha256" : "93e8adbf5bb8dd0e7aa1f28a777b86386ea6a54874f466be274b63ff033d94cd", "url" : "https://files.pythonhosted.org/packages/d5/56/3c896d7ec480628cd8174e4ecf998b400c8a07f465fdea99a73b76d15be9/Django-Actuary-0.0.2.1dev.tar.gz"}, "0.0.2dev" : {"sha256" : "d7ffdff0c2d0d7755b20daac0d20f7f24a37dc4fac404838da02d73ecdbb2cc6", "url" : "https://files.pythonhosted.org/packages/55/ff/ecd6ece42cd463d1a4d487ec42b33c6d8292a1414ee9d3369918de436d38/Django-Actuary-0.0.2dev.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.0.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.0.2.1dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.0.2dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.0.1dev", "0.0.2.1dev", "0.0.2dev"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 18970, "title" : "The End of the Dream", "year" : 1972, "type" : "novel", "imageName" : "pw_theendof.jpg", "nominations" : 0, "wins" : -1}, {"id" : 10456, "title" : "Gladiator", "year" : 1930, "type" : "novel", "imageName" : "PW_gladiato.jpg", "nominations" : 0, "wins" : -1}, {"id" : 3726, "title" : "The Disappearance", "year" : 1951, "type" : "novel", "imageName" : "pw_thedisap.jpg", "nominations" : 0, "wins" : -1}, {"id" : 10458, "title" : "The Savage Gentleman", "year" : 1945, "type" : "novel", "imageName" : "PW_savageg.jpg", "nominations" : 0, "wins" : -1}, {"id" : 3727, "title" : "When Worlds Collide", "year" : 1933, "type" : "novel", "imageName" : "pweb_whenworl.jpg", "nominations" : 0, "wins" : -1}, {"id" : 10418, "title" : "After Worlds Collide", "year" : 1934, "type" : "novel", "imageName" : "PW_afterwor.jpg", "nominations" : 0, "wins" : -1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nendo" : 2005, "seibetu" : "\u5973", "nenrei" : 15, "sintyoo" : 174, "taizyuu" : 72.9} | json_instruct | {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "readline": {"type": "string"}}, "required": ["fs", "readline"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "repository", "publishConfig", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "output-logger", "version" : "1.3.6", "description" : "A simple but effective node.js logging library with file output & animation support.", "keywords" : ["npm", "library", "logging", "file logging", "logger", "file logger", "console.log"], "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/HerrEurobeat/output-logger.git"}, "publishConfig" : {"registry" : "https://registry-url"}, "author" : "3urobeat", "license" : "MIT", "bugs" : {"url" : "https://github.com/HerrEurobeat/output-logger/issues"}, "homepage" : "https://github.com/HerrEurobeat/output-logger#readme", "dependencies" : {"fs" : "*", "readline" : "^1.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "readline": {"type": "string"}}, "required": ["fs", "readline"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "repository", "publishConfig", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "creche", "definition" : "A public nursery, where the young children of poor women are cared for during the day, while their mothers are at work."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"python-dateutil": {"type": "string"}, "six": {"type": "string"}}, "required": ["python-dateutil", "six"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python-dateutil" : "2.8.2", "six" : "1.16.0"} | json_instruct | {"type": "object", "properties": {"python-dateutil": {"type": "string"}, "six": {"type": "string"}}, "required": ["python-dateutil", "six"], "$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"}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "output": {"type": "string"}, "additionalOutput": {"type": "string"}}, "required": ["type", "input", "output", "additionalOutput"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "amphitritecoffer:water_conversion", "input" : {"item" : "minecraft:lava_bucket"}, "output" : "minecraft:obsidian", "additionalOutput" : "minecraft:bucket"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "output": {"type": "string"}, "additionalOutput": {"type": "string"}}, "required": ["type", "input", "output", "additionalOutput"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e0aecb20fa28cff4fe8749ef4ade3b67f6d3af82"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220322112001", "text" : "\u6c88\u65b0\u793e\u533a"}, {"id" : "220322112200", "text" : "\u540e\u592a\u5e73\u6751\u59d4\u4f1a"}, {"id" : "220322112201", "text" : "\u5174\u65e0\u6751\u59d4\u4f1a"}, {"id" : "220322112202", "text" : "\u8fbd\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "220322112203", "text" : "\u4e30\u6536\u6751\u59d4\u4f1a"}, {"id" : "220322112204", "text" : "\u7ffb\u8eab\u6751\u59d4\u4f1a"}, {"id" : "220322112205", "text" : "\u5de5\u519c\u6751\u59d4\u4f1a"}, {"id" : "220322112206", "text" : "\u524d\u592a\u5e73\u6751\u59d4\u4f1a"}, {"id" : "220322112207", "text" : "\u767d\u6c99\u5768\u6751\u59d4\u4f1a"}, {"id" : "220322112208", "text" : "\u5f20\u5bb6\u5821\u5b50\u6751\u59d4\u4f1a"}, {"id" : "220322112209", "text" : "\u5927\u5b64\u5c71\u6751\u59d4\u4f1a"}, {"id" : "220322112210", "text" : "\u95eb\u8fbe\u6751\u59d4\u4f1a"}, {"id" : "220322112211", "text" : "\u674e\u5bb6\u8857\u6751\u59d4\u4f1a"}, {"id" : "220322112212", "text" : "\u6c88\u6d0b\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "statusDetails": {"type": "object", "properties": {"message": {"type": "string"}, "trace": {"type": "string"}}, "required": ["message", "trace"]}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "statusDetails", "parameters", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test_add_group[None:name$7\"l:header[ -za%BL5 :footerco'.Q*]", "status" : "failed", "statusDetails" : {"message" : "AssertionError: assert [8:TEST GROUP...ter*aJ}b, ...] == [8:TEST GROUP...ter*aJ}b, ...]\n Left contains one more item: None:name$7\"l:header[ -za%BL5 :footerco'.Q*\n Use -v to get the full diff", "trace" : "app = <fixture.application.Application object at 0x000001C3CC959D00>, db = <fixture.db.DbFixture object at 0x000001C3CC959BB0>, check_ui = False, json_groups = None:name$7\"l:header[ -za%BL5 :footerco'.Q*\n\n def test_add_group(app, db, check_ui, json_groups):\n group = json_groups\n old_groups = db.get_group_list()\n app.group.create(group)\n new_groups = db.get_group_list()\n old_groups.append(group)\n> assert old_groups == new_groups\nE assert [8:TEST GROUP...ter*aJ}b, ...] == [8:TEST GROUP...ter*aJ}b, ...]\nE Left contains one more item: None:name$7\"l:header[ -za%BL5 :footerco'.Q*\nE Use -v to get the full diff\n\ntest\\test_add_group.py:14: AssertionError"}, "parameters" : [{"name" : "json_groups", "value" : "None:name$7\"l:header[ -za%BL5 :footerco'.Q*"}], "start" : 1629212879952, "stop" : 1629212880903, "uuid" : "13d6b4f4-1a78-4910-8517-c02ee2d1b14e", "historyId" : "52ca4872e669ac7e0ab9c279693b7772", "testCaseId" : "b63526c98d40fff84690b67b9d078fa7", "fullName" : "test.test_add_group#test_add_group[None:name$7\"l:header", "labels" : [{"name" : "parentSuite", "value" : "test"}, {"name" : "suite", "value" : "test_add_group"}, {"name" : "host", "value" : "oosipenko-pc"}, {"name" : "thread", "value" : "7372-MainThread"}, {"name" : "framework", "value" : "pytest"}, {"name" : "language", "value" : "cpython3"}, {"name" : "package", "value" : "test.test_add_group"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "statusDetails": {"type": "object", "properties": {"message": {"type": "string"}, "trace": {"type": "string"}}, "required": ["message", "trace"]}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "testCaseId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "statusDetails", "parameters", "start", "stop", "uuid", "historyId", "testCaseId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object", "properties": {"input": {"type": "object", "properties": {"x": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["title", "type", "required"]}}, "required": ["x"]}, "output": {"type": "object", "properties": {"out": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["out"]}}, "required": ["input", "output"]}}, "required": ["name", "ns", "description", "phrases", "ports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "exp", "ns" : "math", "description" : "Computes Ex, where x is the argument, and E is Euler's constant (2.718...), the base of the natural logarithm..", "phrases" : {"active" : "Computing Ex value for {input.x}"}, "ports" : {"input" : {"x" : {"title" : "Number", "type" : "number", "required" : true}}, "output" : {"out" : {"title" : "out", "type" : "number"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ns": {"type": "string"}, "description": {"type": "string"}, "phrases": {"type": "object", "properties": {"active": {"type": "string"}}, "required": ["active"]}, "ports": {"type": "object", "properties": {"input": {"type": "object", "properties": {"x": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["title", "type", "required"]}}, "required": ["x"]}, "output": {"type": "object", "properties": {"out": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["out"]}}, "required": ["input", "output"]}}, "required": ["name", "ns", "description", "phrases", "ports"], "$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"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "EdbIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "eyesofnetwork_autodiscovery_rce.rb", "Title" : "EyesOfNetwork 5.1-5.3 AutoDiscovery Target Command Execution", "Description" : "This module exploits multiple vulnerabilities in EyesOfNetwork version 5.1, 5.2 and 5.3 in order to execute arbitrary commands as root. This module takes advantage of a command injection vulnerability in the `target` parameter of the AutoDiscovery functionality within the EON web interface in order to write an Nmap NSE script containing the payload to disk. It then starts an Nmap scan to activate the payload. This results in privilege escalation because the`apache` user can execute Nmap as root. Valid credentials for a user with administrative privileges are required. However, this module can bypass authentication via various methods, depending on the EON version. EON 5.3 is vulnerable to a hardcoded API key and two SQL injection exploits. EON 5.1 and 5.2 can only be exploited via SQL injection. This module has been successfully tested on EyesOfNetwork 5.1, 5.2 and 5.3.", "CveIDs" : ["CVE-2020-8654", "CVE-2020-8655", "CVE-2020-8656", "CVE-2020-8657", "CVE-2020-9465"], "EdbIDs" : ["EDB-48025"], "References" : ["https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/http/eyesofnetwork_autodiscovery_rce.rb"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "EdbIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "files", "repository", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-normalize-scss", "version" : "8.0.0", "description" : "Normalize.css as an npm packaged, libsass module with no changes", "files" : ["LICENSE.md", "_normalize.scss", "index.js"], "repository" : {"type" : "git", "url" : "git://github.com/ranjandatta/node-normalize-scss.git"}, "main" : "index.js", "author" : "Ranjan Datta <ranjandatta@gmail.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "files", "repository", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"projectId": {"type": "string"}, "projectName": {"type": "string"}}, "required": ["projectId", "projectName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "d773d165-06c2-4019-92ae-797332d796f5", "projectName" : "form-validators"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}, "projectName": {"type": "string"}}, "required": ["projectId", "projectName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101884037, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0a761bbe19d1c06d14c50903ce835665", "wof:id" : 101884037, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.91898898220694, 47.66714272987622, -1.90478134834518, 47.67483326071806], "geometry" : {"coordinates" : [[[-1.9141361763576, 47.67483326071806], [-1.91372092917544, 47.67306004985721], [-1.90976981905379, 47.67349350866368], [-1.90935473997683, 47.67172027672228], [-1.90803773372448, 47.67186472558444], [-1.9078302298139, 47.6709781053068], [-1.90651323878984, 47.67112253546651], [-1.90630576593708, 47.67023591135904], [-1.90498879014217, 47.67038032281681], [-1.90478134834518, 47.66949369488054], [-1.90873218987747, 47.66906042165829], [-1.90831720214845, 47.66728718018089], [-1.90963409209513, 47.66714272987622], [-1.90984160331294, 47.66802934821533], [-1.91115850848399, 47.66788487920945], [-1.91136605075656, 47.66877149371805], [-1.9126829711513, 47.66862700601058], [-1.91309812694692, 47.67040022641112], [-1.91573203532676, 47.67011119201095], [-1.91593967077523, 47.67099779502439], [-1.91857359619877, 47.67070869156709], [-1.91898898220694, 47.67248188321594], [-1.91767197900072, 47.67262644861501], [-1.91808735773293, 47.67439964220466], [-1.9141361763576, 47.67483326071806]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["ZZ1711"], "\uc81c\uc548\uc77c\uc790" : ["2004-11-09"], "\uc81c\uc548\uc790" : ["\uad6d\uac00\uc778\uad8c\uc704\uc6d0\ud68c\uc704\uc6d0\uc7a5"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\uc81c250\ud68c"]}} | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"textures" : {"particle" : "wildnature:blocks/poplar/poplar_planks"}} | json_instruct | {"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}}, "required": ["textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101892563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3b28fa09d8519b35e9ed007945cfb293", "wof:id" : 101892563, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.57980801769395, 46.09226817835639, 1.59165514358318, 46.10350697633487], "geometry" : {"coordinates" : [[[1.58681896261652, 46.10350697633487], [1.58695906066595, 46.10261280575583], [1.58952972140571, 46.10281622078736], [1.59008988600823, 46.0992395153105], [1.59137513921928, 46.09934119182515], [1.59165514358318, 46.09755283064993], [1.59036993222469, 46.09745115803219], [1.59064995438837, 46.09566279772685], [1.58936478924818, 46.09556111353675], [1.5896448292072, 46.09377275410088], [1.58450437972175, 46.09336587824771], [1.58464447436449, 46.09247170518995], [1.58207431768767, 46.09226817835639], [1.58137357509571, 46.09673901657226], [1.58008839871104, 46.09663722020252], [1.57980801769395, 46.09842554628551], [1.58623415259746, 46.09893439294791], [1.58581384981625, 46.10161690564752], [1.58452855130702, 46.10151516140462], [1.58438841741622, 46.10240932884091], [1.58567373685429, 46.1025110750337], [1.58553361787477, 46.10340524366313], [1.58681896261652, 46.10350697633487]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "u", "type" : "hand", "time" : 1470064671460200192, "data" : [{"type" : "type::finger", "list" : [[439.592957, 520.302979], [436.053284, 512.225464], [435.618622, 506.471741], [435.690582, 495.550537], [436.846985, 479.606323], [439.337372, 458.426392], [442.98465, 437.083313], [447.180725, 422.909241], [450.23288, 414.415833], [453.269287, 412.044617], [457.235229, 411.682556], [462.205688, 415.607788], [468.107391, 423.86377], [474.929901, 439.180481], [479.734589, 455.518616], [482.685913, 471.561096], [484.656708, 486.767578], [485.7341, 498.171204], [485.637024, 506.606445], [484.674255, 511.532837], [485.06842, 513.326477], [485.048676, 512.902832], [484.165161, 500.914124], [483.325836, 479.243347], [483.559509, 458.491577], [483.589203, 437.773926], [483.770752, 428.126099], [483.840027, 426.053528]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"justinackermann": {"type": "string"}}, "required": ["justinackermann"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"CodableFirebase": {"type": "array", "items": {}}, "PromiseKit": {"type": "array", "items": {}}}, "required": ["CodableFirebase", "PromiseKit"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NomadTools", "version" : "0.2.3", "summary" : "Various Development tools for XCode & iOS Swift", "homepage" : "https://github.com/justinackermann/NomadTools", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"justinackermann" : "justinackermann@yahoo.com"}, "source" : {"git" : "https://github.com/justinackermann/NomadTools.git", "branch" : "master", "tag" : "0.2.3"}, "platforms" : {"ios" : "12.0"}, "source_files" : "NomadTools/Classes/**/*", "frameworks" : ["UIKit", "MapKit", "CoreLocation"], "dependencies" : {"CodableFirebase" : [], "PromiseKit" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"justinackermann": {"type": "string"}}, "required": ["justinackermann"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"CodableFirebase": {"type": "array", "items": {}}, "PromiseKit": {"type": "array", "items": {}}}, "required": ["CodableFirebase", "PromiseKit"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files", "frameworks", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["350104001000", "\u4ed3\u524d\u8857\u9053", "4", "1"], ["350104002000", "\u4e1c\u5347\u8857\u9053", "4", "1"], ["350104003000", "\u5bf9\u6e56\u8857\u9053", "4", "1"], ["350104004000", "\u4e34\u6c5f\u8857\u9053", "4", "1"], ["350104005000", "\u4e09\u53c9\u8857\u8857\u9053", "4", "1"], ["350104006000", "\u4e0a\u6e21\u8857\u9053", "4", "1"], ["350104007000", "\u4e0b\u6e21\u8857\u9053", "4", "1"], ["350104008000", "\u91d1\u5c71\u8857\u9053", "4", "1"], ["350104100000", "\u4ed3\u5c71\u9547", "4", "1"], ["350104101000", "\u57ce\u95e8\u9547", "4", "1"], ["350104102000", "\u76d6\u5c71\u9547", "4", "1"], ["350104103000", "\u5efa\u65b0\u9547", "4", "1"], ["350104104000", "\u87ba\u6d32\u9547", "4", "1"], ["350104400000", "\u7ea2\u661f\u519c\u573a", "4", "1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courseCode" : "LL5307", "courseCredit" : "4", "description" : "The European Union plays an increasing role in the regulation of international shipping and any shipping company wishing to do business in Europe will have to take this into consideration. The module will take on various aspects of this regulation and will place the EU rules in the context of international maritime law. To ensure a common basis for understanding the EU maritime law, the basic structure and principles of the EU and EU law will be explained at the outset.", "faculty" : "Law", "preclusion" : "LL4307V/LL5307V/LL6307V EU Maritime Law", "title" : "EU Maritime Law"} | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingredient", "result", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:stonecutting", "ingredient" : {"item" : "colorbricks:cyan_bricks"}, "result" : "colorbricks:cyan_brick_slab", "count" : 2} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingredient", "result", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 5526, "hash" : 2181784283, "blacklisted" : false, "redacted" : false, "unlockType" : 0, "displayProperties" : {"hasIcon" : false}, "scope" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 6], [1993, 5], [1998, 7], [1999, 8], [2000, 5], [2001, 16], [2002, 8], [2003, 14], [2004, 18], [2005, 8], [2006, 10], [2007, 5], [2008, 5], [2009, 5], [2010, 6], [2011, 9], [2012, 6], [2013, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "notes": {"type": "string"}, "category": {"type": "string"}, "subcategory": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "type", "level", "notes", "category", "subcategory", "time", "image"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "epKxtpkf", "labels" : ["Enemy"], "data" : {"name" : "Chantai's Galdr", "type" : "tyrant", "level" : 47, "notes" : "\"Chantai's Galdr\" patrols the western side of O'rrh Sim Castle Ruins around the ramped areas in Cauldros during the day.", "category" : "Mechanoid", "subcategory" : "Galdr", "time" : "5:00 - 19:00", "image" : "enemies/banners/epKxtpkf.jpg"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "notes": {"type": "string"}, "category": {"type": "string"}, "subcategory": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "type", "level", "notes", "category", "subcategory", "time", "image"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). .", "Combine apples, peaches, banana, raisins and water in a 7x11 baking dish.", "In medium bowl, combine oats, brown sugar, flour, cinnamon and salt. Cut in butter with two knives or pastry blender until mixture resembles coarse crumbs. Sprinkle over fruit.", "Bake in preheated oven 35 to 45 minutes, until topping starts to brown. Serve warm."], "ingredients" : ["3 Granny Smith apples - peeled, cored and sliced", "4 fresh peaches - peeled, pitted, and sliced", "1 banana, sliced", "1/2 cup raisins", "1/4 cup water", "1/2 cup rolled oats", "1/4 cup brown sugar", "1/2 cup all-purpose flour", "1/2 teaspoon ground cinnamon", "1 pinch salt", "1/4 cup butter"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Mixed Fruit Crisp", "url" : "http://allrecipes.com/recipe/19892/mixed-fruit-crisp/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"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" : "ASIAN", "description" : ["Sorry, no description is available for this course."], "fullname" : "", "number" : 201, "section" : "", "semester" : 2, "shortname" : "Top: Japanese Lit into Film", "type" : "T", "year" : 2019} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "m3u-to-drive", "version" : "0.0.2", "description" : "This is to copy files from your iTunes playlist into your music player. Avoding copying music that you don't really fancy.", "main" : "main.go", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dthisner/playlist-to-mp3.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/dthisner/playlist-to-mp3/issues"}, "homepage" : "https://github.com/dthisner/playlist-to-mp3#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["HASSEI", "MMDD", "MMDDs", "SJIS", "covid", "hasseijoukyou", "kensa", "mojibake", "opendata"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"1" : [{"1" : "Newark Liberty International, NJ (EWR)", "2" : "airport", "3" : "EWR", "4" : "EWR", "5" : "Newark", "6" : -74.168611, "7" : 40.6925, "10" : "America/New_York"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"folder_name": {"type": "string"}, "num_splashes": {"type": "integer"}, "splash_version": {"type": "string"}, "splash_verbosity": {"type": "integer"}, "max_timeout": {"type": "integer"}, "maxrss_mb": {"type": "integer"}, "splash_slots": {"type": "integer"}, "stats_enabled": {"type": "integer"}, "stats_auth": {"type": "string"}, "tor": {"type": "integer"}, "_copy_without_render": {"type": "array", "items": {"type": "string"}}}, "required": ["folder_name", "num_splashes", "splash_version", "splash_verbosity", "max_timeout", "maxrss_mb", "splash_slots", "stats_enabled", "stats_auth", "tor", "_copy_without_render"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"folder_name" : "aquarium", "num_splashes" : 5, "splash_version" : "3.4.1", "splash_verbosity" : 1, "max_timeout" : 300, "maxrss_mb" : 5000, "splash_slots" : 5, "stats_enabled" : 1, "stats_auth" : "admin:adminpass", "tor" : 1, "_copy_without_render" : ["*filters/*.txt"]} | json_instruct | {"type": "object", "properties": {"folder_name": {"type": "string"}, "num_splashes": {"type": "integer"}, "splash_version": {"type": "string"}, "splash_verbosity": {"type": "integer"}, "max_timeout": {"type": "integer"}, "maxrss_mb": {"type": "integer"}, "splash_slots": {"type": "integer"}, "stats_enabled": {"type": "integer"}, "stats_auth": {"type": "string"}, "tor": {"type": "integer"}, "_copy_without_render": {"type": "array", "items": {"type": "string"}}}, "required": ["folder_name", "num_splashes", "splash_version", "splash_verbosity", "max_timeout", "maxrss_mb", "splash_slots", "stats_enabled", "stats_auth", "tor", "_copy_without_render"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"BreakablePowerUp": {"type": "array", "items": {"type": "string"}}}, "required": ["BreakablePowerUp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BreakablePowerUp" : ["PowerUp", "SingleUseShield", "PowerUp", "HitPoint", "OneHitPointWonder", "VideoGameLives", "OneHitPointWonder", "PowerUp", "PowerUp", "LootDrama", "PowerUp", "Roguelike", "SubTrope", "PowerUp", "UntouchableUntilTagged", "ContinuingIsPainful", "MutuallyExclusivePowerups", "FullHealthBonus", "BreakableWeapons", "DestroyableItems", "VideoGameLives", "OneHitPointWonder", "PowerUp", "SingleUseShield", "VideoGameLives", "HitPoints", "HitPoints", "SingleUseShield", "OneHitPointWonder", "LifeMeter", "GameOver", "SavePoint", "TropeCodifier", "LootDrama", "TropeCodifier", "LootDrama", "ImmuneToFlinching", "PowerUp", "TropeCodifier", "SingleUseShield", "PowerUp", "PowerUp", "VideoGameLives", "PowerUp", "SingleUseShield", "PowerUp", "LoopholeAbuse", "TropeCodifier", "SingleUseShield", "PowerUp", "PowerUp", "VideoGameLives", "PowerUp", "SingleUseShield", "CriticalStatusBuff", "SkillScoresAndPerks", "BodyArmorAsHitPoints", "SingleUseShield", "HeartContainer", "StatusBuff", "SmartBomb", "SingleUseShield", "Averted", "PowerUp", "PowerUp"]} | json_instruct | {"type": "object", "properties": {"BreakablePowerUp": {"type": "array", "items": {"type": "string"}}}, "required": ["BreakablePowerUp"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "watch", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "debug": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "method-override": {"type": "string"}, "morgan": {"type": "string"}, "pug": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "debug", "errorhandler", "express", "method-override", "morgan", "pug", "serve-favicon"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-watch": {"type": "string"}, "browserify": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-preset-stage-0", "babel-watch", "browserify"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jskit-demo", "version" : "1.0.0", "private" : false, "scripts" : {"start" : "babel ./app/ -d dist; node dist/app.js", "watch" : "babel-watch app/app.js -w ./app/", "build" : "babel ./app/ -d dist", "serve" : "node dist/app.js"}, "dependencies" : {"body-parser" : "~1.0.0", "debug" : "~0.7.4", "errorhandler" : "~1.1.1", "express" : "~4.13.4", "method-override" : "~2.1.1", "morgan" : "~1.0.0", "pug" : "^2.0.0-alpha6", "serve-favicon" : "~2.3.0"}, "repository" : {"type" : "git", "url" : "http://github.com/prismicio/javascript-nodejs-starter.git"}, "devDependencies" : {"babel-cli" : "^6.11.4", "babel-core" : "^6.10.4", "babel-polyfill" : "^6.9.1", "babel-preset-es2015" : "^6.9.0", "babel-preset-stage-0" : "^6.5.0", "babel-watch" : "^2.0.2", "browserify" : "^13.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "watch", "build", "serve"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "debug": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "method-override": {"type": "string"}, "morgan": {"type": "string"}, "pug": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "debug", "errorhandler", "express", "method-override", "morgan", "pug", "serve-favicon"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-watch": {"type": "string"}, "browserify": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-preset-stage-0", "babel-watch", "browserify"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Acetone oils", "number" : "1091", "class" : "3"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "number": {"type": "string"}, "class": {"type": "string"}}, "required": ["description", "number", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : "a83e2ce54bbef3bef63aa7f02b08dbda7fdae4c5", "name" : "Traefik", "website" : "https://traefik.io", "license" : "MIT License", "description" : "Tr\u00e6fik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Tr\u00e6fik integrates with your existing infrastructure components and configures itself automatically and dynamically.", "enhanced" : true, "tile_background" : "dark", "icon" : "traefik.svg"} | json_instruct | {"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"images": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {}, "required": []}, "colors": {"type": "object", "properties": {"toolbar": {"type": "string"}, "toolbar_text": {"type": "string"}, "accentcolor": {"type": "string"}, "textcolor": {"type": "string"}, "toolbar_field": {"type": "string"}, "toolbar_field_text": {"type": "string"}, "tab_line": {"type": "string"}, "popup": {"type": "string"}, "popup_text": {"type": "string"}, "tab_loading": {"type": "string"}}, "required": ["toolbar", "toolbar_text", "accentcolor", "textcolor", "toolbar_field", "toolbar_field_text", "tab_line", "popup", "popup_text", "tab_loading"]}}, "required": ["images", "properties", "colors"]}}, "required": ["manifest_version", "version", "name", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "version" : "1.0", "name" : "in-space-peter-jan", "theme" : {"images" : {}, "properties" : {}, "colors" : {"toolbar" : "rgb(35, 38, 41)", "toolbar_text" : "rgb(248, 248, 242)", "accentcolor" : "rgb(35, 38, 41)", "textcolor" : "rgb(255, 255, 255)", "toolbar_field" : "rgb(255, 255, 255)", "toolbar_field_text" : "rgb(35, 38, 41)", "tab_line" : "rgb(248, 248, 242)", "popup" : "rgb(35, 38, 41)", "popup_text" : "rgb(248, 248, 242)", "tab_loading" : "rgb(248, 248, 242)"}}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"images": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {}, "required": []}, "colors": {"type": "object", "properties": {"toolbar": {"type": "string"}, "toolbar_text": {"type": "string"}, "accentcolor": {"type": "string"}, "textcolor": {"type": "string"}, "toolbar_field": {"type": "string"}, "toolbar_field_text": {"type": "string"}, "tab_line": {"type": "string"}, "popup": {"type": "string"}, "popup_text": {"type": "string"}, "tab_loading": {"type": "string"}}, "required": ["toolbar", "toolbar_text", "accentcolor", "textcolor", "toolbar_field", "toolbar_field_text", "tab_line", "popup", "popup_text", "tab_loading"]}}, "required": ["images", "properties", "colors"]}}, "required": ["manifest_version", "version", "name", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 9941806, "stationGroupId" : 9941806, "name" : "\u80fd\u767b\u9e7f\u5cf6", "lineId" : 99418, "zipCode" : "927-0039", "pref" : "\u77f3\u5ddd\u770c", "city" : "\u9cf3\u73e0\u90e1\u7a74\u6c34\u753a", "town" : "\u66fd\u798f", "longitude" : 136.897879, "latitude" : 37.179723, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "532528204201", "text" : "\u560e\u5a18\u6751\u59d4\u4f1a"}, {"id" : "532528204202", "text" : "\u6c34\u4e95\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "532528204203", "text" : "\u5927\u4f0d\u5be8\u6751\u59d4\u4f1a"}, {"id" : "532528204204", "text" : "\u5409\u5c45\u5730\u6751\u59d4\u4f1a"}, {"id" : "532528204205", "text" : "\u9f99\u514b\u6751\u59d4\u4f1a"}, {"id" : "532528204206", "text" : "\u51e4\u6e2f\u6751\u59d4\u4f1a"}, {"id" : "532528204207", "text" : "\u82e6\u82a6\u5be8\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "N.A.//", "112020", "353031", "499060", "119051", "399011", "252010", "439061"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"372012" : {"count" : 1}, "count" : 22, "N.A.//" : {"count" : 14}, "112020" : {"count" : 1}, "353031" : {"count" : 1}, "499060" : {"count" : 1}, "119051" : {"count" : 1}, "399011" : {"count" : 1}, "252010" : {"count" : 1}, "439061" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "112020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499060": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "252010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "N.A.//", "112020", "353031", "499060", "119051", "399011", "252010", "439061"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"fieldType": {"type": "string"}, "description": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "columnName": {"type": "string"}, "sqlTypeHint": {"type": "string"}}, "required": ["fieldType", "description", "roles", "name", "columnName", "sqlTypeHint"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"fieldType" : "string", "description" : "desc field0", "roles" : ["Decision", "Score"], "name" : "field0", "columnName" : "col0", "sqlTypeHint" : "whatever"}, {"fieldType" : "string", "description" : "desc field1", "roles" : ["Decision", "Score"], "name" : "field1", "columnName" : "col1", "sqlTypeHint" : "whatever"}, {"fieldType" : "string", "description" : "desc field2", "roles" : ["Decision", "Score"], "name" : "field2", "columnName" : "col2", "sqlTypeHint" : "whatever"}, {"fieldType" : "string", "description" : "desc field3", "roles" : ["Decision", "Score"], "name" : "field3", "columnName" : "col3", "sqlTypeHint" : "whatever"}, {"fieldType" : "string", "description" : "desc field4", "roles" : ["Decision", "Score"], "name" : "field4", "columnName" : "col4", "sqlTypeHint" : "whatever"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fieldType": {"type": "string"}, "description": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "columnName": {"type": "string"}, "sqlTypeHint": {"type": "string"}}, "required": ["fieldType", "description", "roles", "name", "columnName", "sqlTypeHint"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[133.25, 27.416666666666668], [133.25, 27.5], [133.375, 27.5], [133.375, 27.416666666666668], [133.25, 27.416666666666668]]]}, "properties" : {"code" : 413312, "url" : "http://madefor.github.io/0410/api/v1/413312.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/413312.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "a primitive root;", "pron" : "baw-hal'", "outline" : "<ol><li> to disturb, alarm, terrify, hurry, be disturbed, be anxious, be afraid, be hurried, be nervous<ol><li> (Niphal)<ol><li> to be disturbed, dismayed, terrified, anxious</li><li> to be in haste, be hasty</li></ol><li> (Piel)<ol><li> to make haste, act hastily, be hurried, be hastened</li><li> to dismay, terrify</li></ol><li> (Pual)<ol><li> to hasten</li><li> hastened, hastily gained (part.)</li></ol><li> (Hiphil)<ol><li> to hasten, hurry, make haste</li><li> to dismay, terrify</li></ol></li></ol></li></ol>", "kjv_def" : "be (make) affrighted (afraid, amazed, dismayed, rash), (be, get, make) haste(-n, -y, -ily), (give) speedy(-ily), thrust out, trouble, vex.", "lemma" : "\u05d1\u05bc\u05b8\u05d4\u05b7\u05dc", "frequency" : 37, "strongs_def" : "to tremble inwardly (or palpitate), i.e. (figuratively) be (causative, make) (suddenly) alarmed or agitated; by implication to hasten anxiously", "xlit" : "b\u00e2hal"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "450603103001", "text" : "\u90a3\u68ad\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450603103002", "text" : "\u91d1\u82b1\u793e\u533a"}, {"id" : "450603103201", "text" : "\u4e1c\u5c71\u6751\u59d4\u4f1a"}, {"id" : "450603103202", "text" : "\u90a3\u94a6\u6751\u59d4\u4f1a"}, {"id" : "450603103203", "text" : "\u5e73\u6728\u6751\u59d4\u4f1a"}, {"id" : "450603103204", "text" : "\u7a14\u7a33\u6751\u59d4\u4f1a"}, {"id" : "450603103205", "text" : "\u70ae\u53f0\u6751\u59d4\u4f1a"}, {"id" : "450603103206", "text" : "\u90a3\u68ad\u6751\u59d4\u4f1a"}, {"id" : "450603103207", "text" : "\u90a3\u590f\u6751\u59d4\u4f1a"}, {"id" : "450603103208", "text" : "\u90a3\u5bcc\u6751\u59d4\u4f1a"}, {"id" : "450603103209", "text" : "\u6ee9\u6d6a\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"art_name": {"type": "string"}, "author_name": {"type": "string"}, "author_github_url": {"type": "string"}}, "required": ["art_name", "author_name", "author_github_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"art_name" : "Toast", "author_name" : "MLousdal", "author_github_url" : "https://github.com/MLousdal/"} | json_instruct | {"type": "object", "properties": {"art_name": {"type": "string"}, "author_name": {"type": "string"}, "author_github_url": {"type": "string"}}, "required": ["art_name", "author_name", "author_github_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.