input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"approvals": {"type": "string"}, "browserslist": {"type": "string"}, "eslint-plugin-nodeca": {"type": "string"}, "istanbul": {"type": "string"}, "marked": {"type": "string"}, "mocha": {"type": "string"}, "npm-watch": {"type": "string"}, "nyc": {"type": "string"}, "should": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["approvals", "browserslist", "eslint-plugin-nodeca", "istanbul", "marked", "mocha", "npm-watch", "nyc", "should", "sinon"]}, "watch": {"type": "object", "properties": {"test": {"type": "object", "properties": {"extensions": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "string"}}, "quiet": {"type": "boolean"}}, "required": ["extensions", "patterns", "quiet"]}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"cover": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "test-all": {"type": "string"}, "watch": {"type": "string"}}, "required": ["cover", "lint", "test", "test-all", "watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "devDependencies", "watch", "scripts", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "training", "version" : "0.0.0", "description" : "Javascript katas for the Agile Engineering course", "devDependencies" : {"approvals" : "^3.0.5", "browserslist" : "^4.16.6", "eslint-plugin-nodeca" : "^1.0.3", "istanbul" : "^0.4.5", "marked" : "^0.3.18", "mocha" : "^8.3.2", "npm-watch" : "^0.9.0", "nyc" : "^15.1.0", "should" : "^13.2.3", "sinon" : "^9.2.4"}, "watch" : {"test" : {"extensions" : "js", "patterns" : ["**"], "quiet" : true}}, "scripts" : {"cover" : "nyc yarn test", "lint" : "eslint .", "test" : "mocha --colors", "test-all" : "npm run test bowling fizz-buzz gilded-rose bartender hitch-hiker-guide roman-numeral-calculator string-calculator trivia-scorer", "watch" : "npm-watch"}, "repository" : {"type" : "git", "url" : "https://github.com/dwhelan/training"}, "author" : "Declan Whelan", "license" : "MIT", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"approvals": {"type": "string"}, "browserslist": {"type": "string"}, "eslint-plugin-nodeca": {"type": "string"}, "istanbul": {"type": "string"}, "marked": {"type": "string"}, "mocha": {"type": "string"}, "npm-watch": {"type": "string"}, "nyc": {"type": "string"}, "should": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["approvals", "browserslist", "eslint-plugin-nodeca", "istanbul", "marked", "mocha", "npm-watch", "nyc", "should", "sinon"]}, "watch": {"type": "object", "properties": {"test": {"type": "object", "properties": {"extensions": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "string"}}, "quiet": {"type": "boolean"}}, "required": ["extensions", "patterns", "quiet"]}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"cover": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "test-all": {"type": "string"}, "watch": {"type": "string"}}, "required": ["cover", "lint", "test", "test-all", "watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "devDependencies", "watch", "scripts", "repository", "author", "license", "dependencies"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["css-loader", "html-webpack-plugin", "mini-css-extract-plugin", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "d": {"type": "string"}}, "required": ["build", "start", "dev", "d"]}}, "required": ["name", "version", "main", "repository", "author", "license", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Vidon", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:wanmaoor/Vidon.git", "author" : "wanmaoor <wanmao1284879375@outlook.com>", "license" : "MIT", "devDependencies" : {"css-loader" : "^3.4.1", "html-webpack-plugin" : "^3.2.0", "mini-css-extract-plugin" : "^0.9.0", "style-loader" : "^1.1.2", "ts-loader" : "^6.2.1", "typescript" : "^3.7.4", "webpack" : "^4.41.5", "webpack-cli" : "^3.3.10", "webpack-dev-server" : "^3.10.1"}, "scripts" : {"build" : "rm -rf dist && webpack --config webpack.config.prod.js", "start" : "webpack-dev-server --open", "dev" : "rm -rf dist && webpack", "d" : "sh ./deploy.sh"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["css-loader", "html-webpack-plugin", "mini-css-extract-plugin", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "d": {"type": "string"}}, "required": ["build", "start", "dev", "d"]}}, "required": ["name", "version", "main", "repository", "author", "license", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2029", "provinceId" : "74", "regencyId" : "07", "districtId" : "01", "name" : "Posalu"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"collissions": {"type": "object", "properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}}, "required": ["offsetX", "offsetY"]}}, "required": ["collissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"collissions" : {"offsetX" : 20, "offsetY" : 20}} | json_instruct | {"type": "object", "properties": {"collissions": {"type": "object", "properties": {"offsetX": {"type": "integer"}, "offsetY": {"type": "integer"}}, "required": ["offsetX", "offsetY"]}}, "required": ["collissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1988, 5], [1991, 7], [1992, 5], [1995, 6], [1996, 7], [1997, 5], [1998, 14], [2000, 9], [2001, 11], [2002, 8], [2003, 7], [2007, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required": ["path", "description"]}}, "authorizations": {"type": "object", "properties": {"apiKey": {"type": "object", "properties": {"type": {"type": "string"}, "passAs": {"type": "string"}, "keyname": {"type": "string"}}, "required": ["type", "passAs", "keyname"]}}, "required": ["apiKey"]}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["apiVersion", "swaggerVersion", "apis", "authorizations", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiVersion" : "1.1", "swaggerVersion" : "1.2", "apis" : [{"path" : "/api/v1", "description" : "Version 1.1 API Description"}], "authorizations" : {"apiKey" : {"type" : "apiKey", "passAs" : "header", "keyname" : "userKey"}}, "info" : {"title" : "LTV Keyword Extractor", "description" : "This Web Service is a middleware between LinkedTV and KeywordExtractor applications. The REST API [1] is able to load any ASR, SRT, STL or XML+OAI-PMH content, process it, and return a XML result about keywords occurring in some particular video. Only an existed user account within the KeywordExtractor application [2, 3] is required to use this easy API.<br /><br />[1] <a href=\"/LTVKeywordExtractor/api/v1\">LTV Keyword Extractor API - middleware</a><br />[2] <a href=\"/LTVKeywords/developers.html\">Keyword extraction tool - Developer Documentation</a><br />[3] <a href=\"/LTVKeywords/app/index\">Keyword extraction tool - User Interface</a>"}} | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "swaggerVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "description": {"type": "string"}}, "required": ["path", "description"]}}, "authorizations": {"type": "object", "properties": {"apiKey": {"type": "object", "properties": {"type": {"type": "string"}, "passAs": {"type": "string"}, "keyname": {"type": "string"}}, "required": ["type", "passAs", "keyname"]}}, "required": ["apiKey"]}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["apiVersion", "swaggerVersion", "apis", "authorizations", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "changelog-cmd": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "base": {"type": "string"}, "type": {"type": "string"}}, "required": ["from", "to", "base", "type"]}}}, "required": ["name", "summary", "description", "changelog-cmd", "license", "url", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "changelog", "summary" : "Maintain a changelog easily", "description" : "Maintain a changelog easily", "changelog-cmd" : "./build/!arch!/changelog rpm", "license" : "LICENSE", "url" : "https://github.com/mh-cbon/!name!", "files" : [{"from" : "build/!arch!/!name!", "to" : "%{_bindir}/", "base" : "build/!arch!/", "type" : ""}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "changelog-cmd": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "base": {"type": "string"}, "type": {"type": "string"}}, "required": ["from", "to", "base", "type"]}}}, "required": ["name", "summary", "description", "changelog-cmd", "license", "url", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3215150008", "district_id" : "3215150", "name" : "KERTASARI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-87.53, 39.2]}, "type" : "Feature", "id" : "47849", "properties" : {"other_cities" : "", "city" : "Fairbanks", "state" : "IN", "county" : "Sullivan County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "eaf", "fields" : [{"name" : "a", "descriptor" : "Lejs;"}, {"name" : "b", "descriptor" : "Ldet;"}, {"name" : "c", "descriptor" : "Lvk;"}, {"name" : "d", "descriptor" : "Z"}, {"name" : "e", "descriptor" : "F"}, {"name" : "f", "descriptor" : "Ldzz;"}, {"name" : "g", "descriptor" : "Ldjz;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Ldzz;Ldjz;)V"}, {"name" : "a", "descriptor" : "()V"}, {"name" : "a", "descriptor" : "(F)V", "parameters" : [{"index" : 1, "name" : "pPartialTicks"}]}, {"name" : "a", "descriptor" : "(I)I", "parameters" : [{"index" : 0, "name" : "pPackedLightIn"}]}, {"name" : "a", "descriptor" : "(II)I", "parameters" : [{"index" : 0, "name" : "pBlockLightIn"}, {"index" : 1, "name" : "pSkyLightIn"}]}, {"name" : "a", "descriptor" : "(Lbrx;I)F", "parameters" : [{"index" : 1, "name" : "pWorldIn"}, {"index" : 2, "name" : "pLightLevelIn"}]}, {"name" : "b", "descriptor" : "()V"}, {"name" : "b", "descriptor" : "(F)F", "parameters" : [{"index" : 1, "name" : "pValueIn"}]}, {"name" : "b", "descriptor" : "(I)I", "parameters" : [{"index" : 0, "name" : "pPackedLightIn"}]}, {"name" : "c", "descriptor" : "()V"}, {"name" : "close", "descriptor" : "()V"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"css/bootcards-android.css": {"type": "string"}, "css/bootcards-android.min.css": {"type": "string"}, "css/bootcards-desktop.css": {"type": "string"}, "css/bootcards-desktop.min.css": {"type": "string"}, "css/bootcards-ios.css": {"type": "string"}, "css/bootcards-ios.min.css": {"type": "string"}, "js/bootcards.js": {"type": "string"}, "js/bootcards.min.js": {"type": "string"}}, "required": ["css/bootcards-android.css", "css/bootcards-android.min.css", "css/bootcards-desktop.css", "css/bootcards-desktop.min.css", "css/bootcards-ios.css", "css/bootcards-ios.min.css", "js/bootcards.js", "js/bootcards.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/bootcards-android.css" : "sha512-zT/o7KWji0BrQv+s+R0Rb9w3EnfRQ6U9Yalv2G/VakEQCtE2U1aH8yyKjkMOJb+CupSL1GyI9mUPkmCPnq+KXQ==", "css/bootcards-android.min.css" : "sha512-U9LeeEuUkD74XjRgOkdd0lC+6XzzaejfDv09z9oDpW1pq98AXv5sm1ptow2vYq+CBVm+ujkv+OeksjGqzko12Q==", "css/bootcards-desktop.css" : "sha512-q5f1TtNXPvW7pMUAyGEmEdDxhtX5uHSCRw4glWy2IPHqtOG+6ucz2vwwb9uRu64iSfOhuaDeNH7xCOs/OxZgBg==", "css/bootcards-desktop.min.css" : "sha512-l0nC8Mxkk2/s0T1V4dTgd3T8O9LCy0jn8RbeUlaxuy8OXssyUvjYzMId2UKiCMKoqpWlrgb5eK1stp9sFWdvNQ==", "css/bootcards-ios.css" : "sha512-GNQaqo3cGHgg002duayfMDbJRmvHs2sTb8VBtCVfEHTj1H55zuvJ+MWUSwn/7QLyvgb3HbDC1KyvXQXLFmYytw==", "css/bootcards-ios.min.css" : "sha512-kkJW9Az9xqWX39S7h0hPBXZxr3xI9nVA0hNlHUHVU+R9Wkd3psrug7E7t6Lb4A9PKN1vTSvdI8c7WBsOHjJyTA==", "js/bootcards.js" : "sha512-eCI0XQrPv9sZ3YIo20fFzx3Cs12/8jZUaK64dxSA132hFb7gfGXRVJvUifF3NYx++vqwgbNjnDihe2ErDxzNNA==", "js/bootcards.min.js" : "sha512-CeNEw/bgvv0WbTkv3lmLhnZEq4hQbBk7LFmuhZjYoLlxUCgEP+7mugHcSY4LzSfTcZfLyQ2CZWrTN3lX18nM5A=="} | json_instruct | {"type": "object", "properties": {"css/bootcards-android.css": {"type": "string"}, "css/bootcards-android.min.css": {"type": "string"}, "css/bootcards-desktop.css": {"type": "string"}, "css/bootcards-desktop.min.css": {"type": "string"}, "css/bootcards-ios.css": {"type": "string"}, "css/bootcards-ios.min.css": {"type": "string"}, "js/bootcards.js": {"type": "string"}, "js/bootcards.min.js": {"type": "string"}}, "required": ["css/bootcards-android.css", "css/bootcards-android.min.css", "css/bootcards-desktop.css", "css/bootcards-desktop.min.css", "css/bootcards-ios.css", "css/bootcards-ios.min.css", "js/bootcards.js", "js/bootcards.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content" : "The fat should pay for NHS treatment. #bbcqt", "entities" : [{"offset" : 23, "type" : "topic keyword", "id" : 2, "entity" : "nhs"}, {"offset" : 27, "type" : "topic keyword", "id" : 3, "entity" : "treatment"}], "topics" : [{"topic" : "nhs", "id" : 1}], "tweet_id" : "566017536182206465"} | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "status": {"type": "string"}, "code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}, "subject": {"type": "object", "properties": {"reference": {"type": "string"}, "display": {"type": "string"}}, "required": ["reference", "display"]}, "issued": {"type": "string"}, "device": {"type": "object", "properties": {"model": {"type": "string"}, "udi": {"type": "string"}, "manufacturer": {"type": "string"}, "version": {"type": "string"}}, "required": ["model", "udi", "manufacturer", "version"]}, "component": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "system": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "system", "display"]}}}, "required": ["coding"]}, "valueQuantity": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}, "system": {"type": "string"}, "code": {"type": "string"}}, "required": ["value", "unit", "system", "code"]}, "valueDateTime": {"type": "string"}}, "required": ["code", "valueQuantity", "valueDateTime"]}}}, "required": ["resourceType", "id", "identifier", "status", "code", "subject", "issued", "device", "component"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "Observation", "id" : "oximeter", "identifier" : [{"system" : "PHG Generator", "value" : "MESSAGEID"}], "status" : "final", "code" : {"coding" : [{"system" : "urn:std:iso:11073:10101", "code" : "528388", "display" : "MDC_DEV_SPEC_PROFILE_PULS_OXIM"}]}, "subject" : {"reference" : "PERSONID", "display" : "personurm"}, "issued" : "{{sendingdate}}", "device" : {"model" : "xxxxx", "udi" : "xxxx", "manufacturer" : "xxxxxxx", "version" : "xxxx"}, "component" : [{"code" : {"coding" : [{"code" : "150456", "system" : "urn:std:iso:11073:10101", "display" : "MDC_PULS_OXIM_SAT_O2"}]}, "valueQuantity" : {"value" : "80.5", "unit" : "MDC_DIM_PERCENT", "system" : "urn:std:iso:11073:10101", "code" : "262688"}, "valueDateTime" : "DATEOBS"}, {"code" : {"coding" : [{"code" : "149530", "system" : "urn:std:iso:11073:10101", "display" : "MDC_PULS_OXIM_PULS_RATE"}]}, "valueQuantity" : {"value" : "73", "unit" : "MDC_DIM_BEAT_PER_MIN", "system" : "urn:std:iso:11073:10101", "code" : "264864"}, "valueDateTime" : "DATEOBS"}]} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "status": {"type": "string"}, "code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}, "subject": {"type": "object", "properties": {"reference": {"type": "string"}, "display": {"type": "string"}}, "required": ["reference", "display"]}, "issued": {"type": "string"}, "device": {"type": "object", "properties": {"model": {"type": "string"}, "udi": {"type": "string"}, "manufacturer": {"type": "string"}, "version": {"type": "string"}}, "required": ["model", "udi", "manufacturer", "version"]}, "component": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "system": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "system", "display"]}}}, "required": ["coding"]}, "valueQuantity": {"type": "object", "properties": {"value": {"type": "string"}, "unit": {"type": "string"}, "system": {"type": "string"}, "code": {"type": "string"}}, "required": ["value", "unit", "system", "code"]}, "valueDateTime": {"type": "string"}}, "required": ["code", "valueQuantity", "valueDateTime"]}}}, "required": ["resourceType", "id", "identifier", "status", "code", "subject", "issued", "device", "component"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1": {"type": "string"}}, "required": ["1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HMO/Qae8mSANCU6DMfW2DO51x9FwYjwC5VmjlC6lR9QL0x6Bkww4rhIxxrpDDpPAkWdRsYPr5S2e8Fm7tM4c66E=", "cert_user_id" : "dickwad@zeroid.bit", "files" : {"data.json" : {"sha512" : "c9843d1b60e5cce9dbcc4e30d668ab9e156566e4a3bc042f1e06462bb66142ef", "size" : 4486}}, "inner_path" : "data/users/1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1/content.json", "modified" : 1470983697.561, "signs" : {"1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1" : "HIjpabgGCf1GFeByLEVg3oBm4PTbhg09vpwmu1UzMaZUqUXwS/v4c0hj/vF9bj7iQGCWvSV7Vn7puKMmWalZ7Z8="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1": {"type": "string"}}, "required": ["1bnmc9XsY2kyqwqjKmpWyBDbwyniqRzy1"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$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": {"resourceSizes": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "budget": {"type": "integer"}}, "required": ["resourceType", "budget"]}}}, "required": ["resourceSizes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"resourceSizes" : [{"resourceType" : "document", "budget" : 20}, {"resourceType" : "stylesheet", "budget" : 10}, {"resourceType" : "font", "budget" : 60}, {"resourceType" : "image", "budget" : 530}, {"resourceType" : "script", "budget" : 25}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"resourceSizes": {"type": "array", "items": {"type": "object", "properties": {"resourceType": {"type": "string"}, "budget": {"type": "integer"}}, "required": ["resourceType", "budget"]}}}, "required": ["resourceSizes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cotacao" : 29.3, "Cresc. Rec.5a" : 0.4235, "Div.Brut/ Patrim." : 0.17, "Div.Yield" : 0.0, "EV/EBIT" : -5.13, "EV/EBITDA" : -20.08, "Liq. Corr." : 5.3, "Liq.2meses" : 320651.0, "Mrg Ebit" : -1.0409, "Mrg. Liq." : 0.11, "P/Ativ Circ.Liq" : -1.44, "P/Ativo" : 0.47, "P/Cap.Giro" : 1.95, "P/EBIT" : -7.39, "P/L" : 69.93, "P/VP" : 1.25, "PSR" : 7.693, "Patrim. Liq" : 1591550000.0, "ROE" : 0.0179, "ROIC" : -0.0818} | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200895970175000, "key" : "/static/c30e78725e06fff96d8929e76b611c99/abe9c/bad3.webp", "val" : "d7fb54535ccea82c5c1306aeda388166"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$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"}, "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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-footer": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-terser": {"type": "string"}, "semver-regex": {"type": "string"}}, "required": ["del", "gulp", "gulp-autoprefixer", "gulp-concat", "gulp-csso", "gulp-footer", "gulp-header", "gulp-rename", "gulp-terser", "semver-regex"]}, "devDependencies": {"type": "object", "properties": {"gulp-sass": {"type": "string"}, "gulp-webp": {"type": "string"}, "sass": {"type": "string"}}, "required": ["gulp-sass", "gulp-webp", "sass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mublog", "version" : "1.2.4", "description" : "My personal blog page", "main" : "index.js", "scripts" : {"test" : "npm works"}, "repository" : {"type" : "git", "url" : "git+https://github.com/DirtyVbif/blog.git"}, "keywords" : ["blog", "php", "fullstack", "html", "javascript", "mysql"], "author" : "Michael Uspensky", "license" : "SEE LICENSE IN LICENSE", "bugs" : {"url" : "https://github.com/DirtyVbif/blog/issues"}, "homepage" : "https://mublog.site", "dependencies" : {"del" : "^6.0.0", "gulp" : "^4.0.2", "gulp-autoprefixer" : "^8.0.0", "gulp-concat" : "^2.6.1", "gulp-csso" : "^4.0.1", "gulp-footer" : "^2.1.0", "gulp-header" : "^2.0.9", "gulp-rename" : "^2.0.0", "gulp-terser" : "^2.1.0", "semver-regex" : "^3.1.3"}, "devDependencies" : {"gulp-sass" : "^5.1.0", "gulp-webp" : "^4.0.1", "sass" : "^1.49.7"}} | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-footer": {"type": "string"}, "gulp-header": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-terser": {"type": "string"}, "semver-regex": {"type": "string"}}, "required": ["del", "gulp", "gulp-autoprefixer", "gulp-concat", "gulp-csso", "gulp-footer", "gulp-header", "gulp-rename", "gulp-terser", "semver-regex"]}, "devDependencies": {"type": "object", "properties": {"gulp-sass": {"type": "string"}, "gulp-webp": {"type": "string"}, "sass": {"type": "string"}}, "required": ["gulp-sass", "gulp-webp", "sass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "feature", "category" : "EC2", "description" : "With this release, you can call ModifySubnetAttribute with two new parameters: MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool, to map a customerOwnedIpv4Pool to a subnet. You will also see these two new fields in the DescribeSubnets response. If your subnet has a customerOwnedIpv4Pool mapped, your network interface will get an auto assigned customerOwnedIpv4 address when placed onto an instance."}, {"type" : "feature", "category" : "SSM", "description" : "AWS Systems Manager Parameter Store launches new data type to support aliases in EC2 APIs"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-markdown": {"type": "string"}}, "required": ["eslint-plugin-markdown"]}}, "required": ["devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"eslint" : "^7.27.0"}, "dependencies" : {"eslint-plugin-markdown" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"eslint-plugin-markdown": {"type": "string"}}, "required": ["eslint-plugin-markdown"]}}, "required": ["devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "RAIVE: runtime assessment of floating-point instability by vectorization.", "fields" : ["instability", "vectorization", "real time computing", "floating point", "theoretical computer science"], "abstract" : "Floating point representation has limited precision and inputs to floating point programs may also have errors. Consequently, during execution, errors are introduced, propagated, and accumulated, leading to unreliable outputs. We call this the instability problem. We propose RAIVE, a technique that identifies output variations of a floating point execution in the presence of instability. RAIVE transforms every floating point value to a vector of multiple values \u2013 the values added to create the vector are obtained by introducing artifi- cial errors that are upper bounds of actual errors. The propagation of artificial errors models the propagation of actual errors. When values in vectors result in discrete execution differences (e.g., following different paths), the execution is forked to capture the resulting output variations. Our evaluation shows that RAIVE can precisely capture output variations. Its overhead (340%) is 2.43 times lower than the state of the art", "citation" : "Citations (1)", "departments" : ["Purdue University", "Purdue University", "Purdue University", "Purdue University", "University of California, Riverside"], "authors" : ["Wen-Chuan Lee.....http://dblp.org/pers/hd/l/Lee:Wen=Chuan", "Tao Bao.....http://dblp.org/pers/hd/b/Bao:Tao", "Yunhui Zheng.....http://dblp.org/pers/hd/z/Zheng:Yunhui", "Xiangyu Zhang.....http://dblp.org/pers/hd/z/Zhang_0001:Xiangyu", "Keval Vora.....http://dblp.org/pers/hd/v/Vora:Keval", "Rajiv Gupta.....http://dblp.org/pers/hd/g/Gupta_0001:Rajiv"], "conf" : "oopsla", "year" : "2015", "pages" : 16} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "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" : [[[153.125, 37.833333333333336], [153.125, 37.916666666666664], [153.25, 37.916666666666664], [153.25, 37.833333333333336], [153.125, 37.833333333333336]]]}, "properties" : {"code" : 565361, "url" : "http://madefor.github.io/0410/api/v1/565361.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/565361.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#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "version": {"type": "integer"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"eid": {"type": "integer"}, "entityid": {"type": "string"}, "state": {"type": "string"}, "metaDataFields": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:nl": {"type": "string"}, "name:pt": {"type": "string"}}, "required": ["name:en", "name:nl", "name:pt"]}}, "required": ["eid", "entityid", "state", "metaDataFields"]}}, "required": ["_id", "version", "type", "data"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"_id" : "fb73bce8-f8c9-44a5-bd35-f48318c35a62", "version" : 0, "type" : "oidc10_rp", "data" : {"eid" : 1, "entityid" : "https://rp/1", "state" : "prodaccepted", "metaDataFields" : {"name:en" : "RP1 EN", "name:nl" : "RP1 NL", "name:pt" : "RP1 PT"}}}, {"_id" : "6fbd643f-bf72-4b9c-93d4-d6564692363d", "version" : 0, "type" : "oidc10_rp", "data" : {"eid" : 1, "entityid" : "https://rp/2", "state" : "testaccepted", "metaDataFields" : {"name:en" : "RP2 EN", "name:pt" : "RP2 PT", "name:nl" : "RP2 NL"}}}, {"_id" : "e0bacf11-4e04-44e1-abe0-d59615e13dac", "version" : 0, "type" : "oidc10_rp", "data" : {"eid" : 1, "entityid" : "https://rp/3", "state" : "prodaccepted", "metaDataFields" : {"name:en" : "RP3 EN", "name:pt" : "RP3 PT", "name:nl" : "RP3 NL"}}}, {"_id" : "0c6ef2e0-e27d-4bce-88db-ebb70f01b3bb", "version" : 0, "type" : "oidc10_rp", "data" : {"eid" : 1, "entityid" : "https://rp/4", "state" : "testaccepted", "metaDataFields" : {"name:en" : "RP4 EN", "name:pt" : "RP4 PT", "name:nl" : "RP4 NL"}}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "version": {"type": "integer"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {"eid": {"type": "integer"}, "entityid": {"type": "string"}, "state": {"type": "string"}, "metaDataFields": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:nl": {"type": "string"}, "name:pt": {"type": "string"}}, "required": ["name:en", "name:nl", "name:pt"]}}, "required": ["eid", "entityid", "state", "metaDataFields"]}}, "required": ["_id", "version", "type", "data"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"24860\"": {"type": "string"}}, "required": ["\"24860\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"24860\"" : "Cockburn Town"}, "hits" : "1910"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"24860\"": {"type": "string"}}, "required": ["\"24860\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "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"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 185327, "UUID" : "AAD276AB-65FC-4A5D-BEEC-9AFEA4BE9422", "DataProviderID" : 29, "DataProvidersReference" : "8185", "AddressInfo" : {"ID" : 185686, "Title" : "Alt-M\u00f6llner-Str. 14-18", "AddressLine1" : "Alt-M\u00f6llner-Str. 14-18", "Town" : "M\u00f6lln", "Postcode" : "23879", "CountryID" : 87, "Latitude" : 53.6241, "Longitude" : 10.679586, "DistanceUnit" : 0}, "Connections" : [{"ID" : 294681, "ConnectionTypeID" : 17, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30}, {"ID" : 302044, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30}, {"ID" : 302045, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30}, {"ID" : 302046, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-07-12T02:51:00Z", "MetadataValues" : [{"ID" : 17618, "MetadataFieldID" : 4, "ItemValue" : "Data from the German chargepoint registry provided by Bundesnetzagentur.de under the CC-BY 4.0 license"}], "DataQualityLevel" : 3, "DateCreated" : "2021-07-08T10:06:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"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"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1880, 11], [1881, 6], [1882, 13], [1883, 8], [1884, 11], [1885, 15], [1886, 8], [1887, 13], [1888, 20], [1889, 23], [1890, 17], [1891, 17], [1892, 21], [1893, 20], [1894, 29], [1895, 27], [1896, 31], [1897, 29], [1898, 39], [1899, 22], [1900, 37], [1901, 25], [1902, 36], [1903, 21], [1904, 31], [1905, 32], [1906, 20], [1907, 27], [1908, 32], [1909, 25], [1910, 28], [1911, 31], [1912, 38], [1913, 39], [1914, 49], [1915, 53], [1916, 47], [1917, 46], [1918, 57], [1919, 74], [1920, 67], [1921, 53], [1922, 63], [1923, 60], [1924, 71], [1925, 49], [1926, 49], [1927, 40], [1928, 40], [1929, 31], [1930, 37], [1931, 41], [1932, 21], [1933, 37], [1934, 26], [1935, 20], [1936, 14], [1937, 17], [1938, 25], [1939, 21], [1940, 15], [1941, 24], [1942, 18], [1943, 20], [1944, 22], [1945, 17], [1946, 24], [1947, 10], [1948, 10], [1949, 17], [1950, 18], [1951, 17], [1952, 12], [1953, 11], [1954, 20], [1955, 22], [1956, 18], [1957, 23], [1958, 14], [1959, 25], [1960, 25], [1961, 19], [1962, 24], [1963, 19], [1964, 18], [1965, 19], [1966, 30], [1967, 18], [1968, 19], [1969, 22], [1970, 18], [1971, 16], [1972, 16], [1973, 19], [1974, 18], [1975, 9], [1976, 12], [1977, 13], [1978, 12], [1979, 8], [1980, 10], [1981, 8], [1982, 15], [1983, 11], [1984, 9], [1985, 6], [1986, 6], [1987, 6], [1988, 7], [1990, 5], [1996, 6], [1997, 7], [1999, 11], [2000, 5], [2002, 6], [2013, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006109": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01006109"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01006109" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00030956", "LAD11CD" : "E08000009"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00030957", "LAD11CD" : "E08000009"}, "arcs" : [[4, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00030959", "LAD11CD" : "E08000009"}, "arcs" : [[-5, 7, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00030960", "LAD11CD" : "E08000009"}, "arcs" : [[-1, 10, -9, 11]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00030961", "LAD11CD" : "E08000009"}, "arcs" : [[-3, 12, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00030963", "LAD11CD" : "E08000009"}, "arcs" : [[-7, 14, -13, -2, -12, -8]]}]}}, "arcs" : [[[6026, 8134], [255, -253], [-627, -600], [-1055, -123]], [[4599, 7158], [-77, -623]], [[4522, 6535], [-1913, 209]], [[2609, 6744], [-882, 711], [1273, 836], [-735, 766], [1038, 942], [829, -634], [1894, -1231]], [[9707, 6746], [-863, 704], [-726, -501], [-207, 1214]], [[7911, 8163], [474, 137], [866, 407], [748, -1962]], [[9999, 6745], [-292, 1]], [[9707, 6746], [-1120, -377], [-778, -934], [-1390, 503], [-233, 630]], [[6186, 6568], [1169, 321], [-497, 1036]], [[6858, 7925], [983, 218], [70, 20]], [[6026, 8134], [832, -209]], [[6186, 6568], [-1171, 12], [-416, 578]], [[4522, 6535], [-27, -957], [-1828, -13], [1002, -901], [-343, -87]], [[3326, 4577], [-1338, -361], [-1988, 1756], [828, 711], [1291, -530], [490, 591]], [[9999, 6745], [-422, -365], [252, -880], [-701, -280], [281, -846], [-4968, -1733], [-2964, -2641], [-1029, 623], [920, 820], [1702, 1163], [-747, 639], [976, 8], [27, 1324]]], "transform" : {"scale" : [9.208881191903203e-07, 6.266519063163172e-07], "translate" : [-2.26226871009648, 53.45719351485315]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006109": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01006109"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"nexmo/client": {"type": "string"}}, "required": ["nexmo/client"]}}, "required": ["name", "type", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "xaviersullano/march242018", "type" : "project", "authors" : [{"name" : "xavier69999", "email" : "xavierlemuelgsullano@tua.edu.ph"}], "require" : {"nexmo/client" : "^1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"nexmo/client": {"type": "string"}}, "required": ["nexmo/client"]}}, "required": ["name", "type", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "name", "image", "clicked"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1, "name" : "Mario", "image" : "/images/Mario.png", "clicked" : false}, {"id" : 2, "name" : "Luigi", "image" : "/images/Luigi.png", "clicked" : false}, {"id" : 3, "name" : "Peach", "image" : "/images/Peach.png", "clicked" : false}, {"id" : 4, "name" : "Bowser", "image" : "/images/Bowser.png", "clicked" : false}, {"id" : 5, "name" : "BowserJr", "image" : "/images/BowserJr.png", "clicked" : false}, {"id" : 6, "name" : "Yoshi", "image" : "/images/Yoshi.png", "clicked" : false}, {"id" : 7, "name" : "Toad", "image" : "/images/Toad.png", "clicked" : false}, {"id" : 8, "name" : "BabyMario", "image" : "/images/BabyMario.png", "clicked" : false}, {"id" : 9, "name" : "BabyLuigi", "image" : "/images/BabyLuigi.png", "clicked" : false}, {"id" : 10, "name" : "BabyPeach", "image" : "/images/BabyPeach.png", "clicked" : false}, {"id" : 11, "name" : "GoombaMario", "image" : "/images/GoombaMario.png", "clicked" : false}, {"id" : 12, "name" : "Koopa", "image" : "/images/Koopa.png", "clicked" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "clicked": {"type": "boolean"}}, "required": ["id", "name", "image", "clicked"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3202010007", "district_id" : "3202010", "name" : "MANDRAJAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"karaoke": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}, "current": {"type": "string"}, "next": {"type": "string"}}, "required": ["id", "session", "current", "next"]}}}, "required": ["guild"]}, "raffle": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["guild"]}, "wiki": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "genius": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "challonge": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "speedrun": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "banNew": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}}, "required": ["karaoke", "raffle", "wiki", "genius", "challonge", "speedrun", "banNew"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"karaoke" : {"guild" : [{"id" : "0", "session" : false, "current" : "N/A", "next" : "N/A"}]}, "raffle" : {"guild" : [{"id" : "0", "session" : false}]}, "wiki" : {"user" : [{"id" : "0", "session" : false}]}, "genius" : {"user" : [{"id" : "0", "session" : false}]}, "challonge" : {"user" : [{"id" : "0", "session" : false}]}, "speedrun" : {"user" : [{"id" : "0", "session" : false}]}, "banNew" : {"user" : [{"id" : "0", "session" : false}]}} | json_instruct | {"type": "object", "properties": {"karaoke": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}, "current": {"type": "string"}, "next": {"type": "string"}}, "required": ["id", "session", "current", "next"]}}}, "required": ["guild"]}, "raffle": {"type": "object", "properties": {"guild": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["guild"]}, "wiki": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "genius": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "challonge": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "speedrun": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}, "banNew": {"type": "object", "properties": {"user": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "session": {"type": "boolean"}}, "required": ["id", "session"]}}}, "required": ["user"]}}, "required": ["karaoke", "raffle", "wiki", "genius", "challonge", "speedrun", "banNew"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"mp-icon": {"type": "string"}}, "required": ["mp-icon"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usingComponents" : {"mp-icon" : "weui-miniprogram/icon/icon"}} | json_instruct | {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"mp-icon": {"type": "string"}}, "required": ["mp-icon"]}}, "required": ["usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"training": {"type": "array", "items": {"type": "object", "properties": {"stage": {"type": "integer"}, "num_epochs": {"type": "integer"}, "stage_time": {"type": "number"}, "best_test_log_times": {"type": "array", "items": {"type": "integer"}}, "best_test_log": {"type": "object", "properties": {"losses": {"type": "object", "properties": {"kl_div": {"type": "number"}, "nll": {"type": "number"}}, "required": ["kl_div", "nll"]}, "metrics": {"type": "object", "properties": {"kl_div_true": {"type": "number"}}, "required": ["kl_div_true"]}}, "required": ["losses", "metrics"]}}, "required": ["stage", "num_epochs", "stage_time", "best_test_log_times", "best_test_log"]}}, "dataset": {"type": "object", "properties": {"name": {"type": "string"}, "label_functions": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "label_functions"]}, "model": {"type": "object", "properties": {"name": {"type": "string"}, "z_dim": {"type": "integer"}, "h_dim": {"type": "integer"}, "rnn_dim": {"type": "integer"}, "num_layers": {"type": "integer"}, "state_dim": {"type": "integer"}, "action_dim": {"type": "integer"}, "label_dim": {"type": "integer"}, "num_parameters": {"type": "integer"}}, "required": ["name", "z_dim", "h_dim", "rnn_dim", "num_layers", "state_dim", "action_dim", "label_dim", "num_parameters"]}, "total_time": {"type": "number"}}, "required": ["training", "dataset", "model", "total_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"training" : [{"stage" : 1, "num_epochs" : 30, "stage_time" : 2076.743, "best_test_log_times" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 18, 21, 22, 24, 28], "best_test_log" : {"losses" : {"kl_div" : 4.961629494800671, "nll" : -283.8788211017363}, "metrics" : {"kl_div_true" : 4.949278996066737}}}], "dataset" : {"name" : "fruit_fly", "label_functions" : {}}, "model" : {"name" : "ctvae", "z_dim" : 4, "h_dim" : 128, "rnn_dim" : 128, "num_layers" : 1, "state_dim" : 2, "action_dim" : 2, "label_dim" : 2, "num_parameters" : 239628}, "total_time" : 2076.785} | json_instruct | {"type": "object", "properties": {"training": {"type": "array", "items": {"type": "object", "properties": {"stage": {"type": "integer"}, "num_epochs": {"type": "integer"}, "stage_time": {"type": "number"}, "best_test_log_times": {"type": "array", "items": {"type": "integer"}}, "best_test_log": {"type": "object", "properties": {"losses": {"type": "object", "properties": {"kl_div": {"type": "number"}, "nll": {"type": "number"}}, "required": ["kl_div", "nll"]}, "metrics": {"type": "object", "properties": {"kl_div_true": {"type": "number"}}, "required": ["kl_div_true"]}}, "required": ["losses", "metrics"]}}, "required": ["stage", "num_epochs", "stage_time", "best_test_log_times", "best_test_log"]}}, "dataset": {"type": "object", "properties": {"name": {"type": "string"}, "label_functions": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "label_functions"]}, "model": {"type": "object", "properties": {"name": {"type": "string"}, "z_dim": {"type": "integer"}, "h_dim": {"type": "integer"}, "rnn_dim": {"type": "integer"}, "num_layers": {"type": "integer"}, "state_dim": {"type": "integer"}, "action_dim": {"type": "integer"}, "label_dim": {"type": "integer"}, "num_parameters": {"type": "integer"}}, "required": ["name", "z_dim", "h_dim", "rnn_dim", "num_layers", "state_dim", "action_dim", "label_dim", "num_parameters"]}, "total_time": {"type": "number"}}, "required": ["training", "dataset", "model", "total_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"source_article_link": {"type": "string"}, "title": {"type": "string"}, "date_published": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "image_link": {"type": "array", "items": {}}, "article_body": {"type": "string"}, "description": {"type": "string"}, "time_scraped": {"type": "string"}, "article_id": {"type": "string"}, "article_category": {"type": "string"}, "image_details": {"type": "array", "items": {}}}, "required": ["source_article_link", "title", "date_published", "source_type", "source_name", "image_link", "article_body", "description", "time_scraped", "article_id", "article_category", "image_details"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source_article_link" : "https://www.thehindu.com/news/national/ur-anantha-murthy-19322014/article6342602.ece", "title" : "U.R. Anantha Murthy (1932-2014) - The Hindu", "date_published" : "2014-08-22T19:53:59+05:30", "source_type" : "news", "source_name" : "Hindu", "image_link" : [], "article_body" : "null", "description" : "null", "time_scraped" : "2018-08-17 04:57:36.478722", "article_id" : "6342602", "article_category" : "National", "image_details" : []} | json_instruct | {"type": "object", "properties": {"source_article_link": {"type": "string"}, "title": {"type": "string"}, "date_published": {"type": "string"}, "source_type": {"type": "string"}, "source_name": {"type": "string"}, "image_link": {"type": "array", "items": {}}, "article_body": {"type": "string"}, "description": {"type": "string"}, "time_scraped": {"type": "string"}, "article_id": {"type": "string"}, "article_category": {"type": "string"}, "image_details": {"type": "array", "items": {}}}, "required": ["source_article_link", "title", "date_published", "source_type", "source_name", "image_link", "article_body", "description", "time_scraped", "article_id", "article_category", "image_details"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"canvas": {"type": "string"}, "cheerio": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "request": {"type": "string"}}, "required": ["canvas", "cheerio", "discord.js", "dotenv", "express", "request"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "y", "version" : "1.0.0", "description" : "Willy, the discord bot of DSC KGEC Discord Server", "main" : "bot.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node bot.js", "dev" : "nodemon bot.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dsckgec/community-discord-bot.git"}, "author" : "Ayush Singh", "license" : "MIT", "bugs" : {"url" : "https://github.com/dsckgec/community-discord-bot.git/issues"}, "homepage" : "https://github.com/dsckgec/community-discord-bot.git#readme", "dependencies" : {"canvas" : "^2.6.1", "cheerio" : "^1.0.0-rc.3", "discord.js" : "^12.3.1", "dotenv" : "^9.0.0", "express" : "^4.17.1", "request" : "^2.88.2"}, "devDependencies" : {"nodemon" : "^2.0.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"canvas": {"type": "string"}, "cheerio": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "request": {"type": "string"}}, "required": ["canvas", "cheerio", "discord.js", "dotenv", "express", "request"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : 133845, "info" : {"name" : "gazzetta.gr dark/night mode", "description" : "gazzetta.gr dark/night mode", "additionalInfo" : null, "format" : "uso", "category" : "gazzetta", "createdAt" : "2016-10-15T18:01:02.000Z", "updatedAt" : "2017-12-30T14:52:05.000Z", "license" : "CC0-1.0", "author" : {"id" : 361564, "name" : "ilias_sp"}}, "stats" : {"installs" : {"total" : 57, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "133845_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"www.gazzetta.gr\") {\r\n\r\n body, #main, .blogger_header, #main-right-sidebar .block, #right_sidebar .block, #comments, #social, #footer_top, #footer_bottom, #comments .comment-inner, #header, .weekend-promo-right, #block-wblocks-wblocks_bloggers, #block-wblocks-wblocks_home_editorial, #bottom_right .block, #bottom_left .block, .multiselect, #left_sidebar .block, .block-wajpoll .content, .ds-cols-wrapper, .field-name-top-article-details, .field-name-title, .field-name-summary, .field-name-body, .field-name-article-body-with-ads, .field-type-ds, .field-label-hidden {\r\n background-color: black !important;\r\n color: white;\r\n }\r\n \r\n #best-of-internet, #block-wblocks-wblocks_best_of_internet, .white-bg, #block-wblocks-wblocks_plus_news, #block-wblocks-wblocks_news, .timeline-Widget {\r\n background-color: black !important;\r\n background: black !important;\r\n color: white;\r\n }\r\n \r\n .weekend-promo-wrapper a, .article-teaser .views-field-title a {\r\n color: white;\r\n }\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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [27.754904813959566, 28.777289483929966, 28.465120215812167, 27.738319253077908, 28.666328296476014, 27.40597912094145, 27.717877975404157, 28.094254513250995, 29.238092976971757, 27.625245931448013, 27.943725486859016, 28.24965506832246, 28.047437993996475, 27.974124706324197, 28.234922145760656, 28.438065454440178, 28.119533482451853, 27.34803333620512, 28.11290118011203, 28.39092273995871, 28.36581632487812, 28.692080826227798, 27.42269564054439, 26.447890778320488, 29.706229682851117, 29.23992801683874, 29.071372874577285, 26.868220658846084, 25.292681896602698, 25.963983111535782, 32.112185920281185, 35.482925596615225, 28.81992547505085, 19.55738216180926, 14.613194507995283, 12.786567641617937, 87.13226311536127, 12.747875178642872, 14.782252780866015, 19.985843760448724, 28.70407642458211, 36.07254885453234, 31.1931976099637, 25.764690065940805, 25.04424978224006, 27.401836586265333, 29.91097444189245, 29.25440868882362, 28.00248308375353, 27.585032251277287, 27.508749623562466, 27.27027523252827, 28.28551694168685, 29.458990420192364, 28.751708321228058, 27.400298357029733, 27.492896764808176, 28.088863132930303, 28.303597894316198, 28.65684800561909, 28.223737482958324, 28.337014744206268, 27.19059744827221, 27.961314572618846, 27.843720868315817, 29.424454488755963, 28.717724840064093, 27.00609165505121, 27.72499303387663, 28.0103113891351, 29.097388859390716, 28.17121259636159, 27.860772908369135, 27.621065705078543, 28.224306798748966]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {"type": "string"}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "017-2020", "title" : "Jamaican Tastee Patties, LLC Recalls Meat and Poultry Patty Products Produced without Benefit of Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/jamaican-tastee-patties-llc-recalls-meat-and-poultry-patty-products-produced-without", "reasons" : ["Produced Without Benefit of Inspection"], "status" : "Closed", "risk_level" : "High", "start_date" : "2020-07-28", "end_date" : "2020-10-01", "summary" : "WASHINGTON, July 28, 2020 \u2013 Jamaican Tastee Patties, LLC, a Miami, Fla. firm, is recalling approximately 60,457 pounds of meat and poultry patty products that were repackaged, relabeled and redistributed without the benefit of federal inspection, the U.S. Department of Agriculture\u2019s Food Safety and Inspection...\n", "establishment" : null, "impacted_products" : ["\u2022 18-oz. boxes containing 4 pieces of \u201cAUTHENTIC Jamaican STYLE TASTEE Patties JERK CHICKEN TURNOVERS BAKED\u201d", "\u2022 18-oz. boxes containing 4 pieces of \u201cAUTHENTIC Jamaican STYLE TASTEE Patties BEEF TURNOVERS SPICY BEEF BAKED\u201d", "\u2022 18-oz. boxes containing 4 pieces of \u201cJamaican STYLE TASTEE Patties TURNOVERS CURRY CHICKEN BAKED\u201d", "\u2022 18-oz. boxes containing 4 pieces of \u201cAUTHENTIC Jamaican STYLE TASTEE Patties BEEF TURNOVERS MILD BEEF BAKED\u201d", "\u2022 112-oz. (7-lb.) cases containing 24 pieces of \u201cAuthentic Jamaican STYLE TASTEE Patties BEEF TURNOVERS SPICY BEEF UNBAKED\u201d"], "quantity_recovered" : 210, "quantity_unit" : "pounds", "states" : ["Florida"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {"type": "string"}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$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": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 107559, "Name" : "Elbeyli", "state_id" : 2154, "state_code" : "79", "state_name" : "Kilis", "country_id" : 225, "country_code" : "TR", "country_name" : "Turkey", "latitude" : "36.67417000", "longitude" : "37.46667000", "wikiDataId" : "Q174060"}, {"id" : 107997, "Name" : "Kilis", "state_id" : 2154, "state_code" : "79", "state_name" : "Kilis", "country_id" : 225, "country_code" : "TR", "country_name" : "Turkey", "latitude" : "36.71611000", "longitude" : "37.11500000", "wikiDataId" : "Q206881"}, {"id" : 108228, "Name" : "Musabeyli", "state_id" : 2154, "state_code" : "79", "state_name" : "Kilis", "country_id" : 225, "country_code" : "TR", "country_name" : "Turkey", "latitude" : "36.88639000", "longitude" : "36.91861000", "wikiDataId" : "Q1029774"}, {"id" : 108345, "Name" : "Polateli \u0130l\u00e7esi", "state_id" : 2154, "state_code" : "79", "state_name" : "Kilis", "country_id" : 225, "country_code" : "TR", "country_name" : "Turkey", "latitude" : "36.83694000", "longitude" : "37.15083000", "wikiDataId" : "Q1018509"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "DEEP BLUE TOWN\u3078\u304a\u3044\u3067\u3088\uff08\u3064\u307f\u5f0f\u30dd\u30cb\u30c6\u30df\u30af\uff09\u7d33\u58eb\u5411\u3051ver.", "author" : "taka22i", "description" : "\uff08Fantia\u306b\u7f6e\u3044\u3066\u3044\u308b\u3082\u306e\u3068\u540c\u3058\u3067\u3059\u3002\uff09<br>\uff08undefined3:34-undefinedBONUS\u3002Fantia\u306b\u306fBONUS\u90e8\u5206\u306b\u4e00\u90e8\u63b2\u8f09\u3055\u308c\u3066\u3044\u308b\u30e9\u30a4\u30d6\u5199\u771f\u96c6\u3092\u300120\u6570\u679a\u7f6e\u3044\u3066\u3044\u307e\u3059\u3002\uff09", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1144450/thumbnail-1144450_0015.jpg?itok=ftCoPfnp", "download" : "https://www.iwara.tv/api/video/emjgvf3jrcmo5wzy", "origin" : "https://www.iwara.tv/videos/emjgvf3jrcmo5wzy"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["antaeus", "borc", "cids", "clean-documentation-theme", "fast-cbor", "fs-pull-blob-store", "idb-plus-blob-store", "idb-pull-blob-store", "interface-connection", "interface-ipfs-core", "interface-pull-blob-store", "interface-stream-muxer", "interface-transport", "interplanetary-package-manager", "ipfs", "ipfs-api", "ipfs-bitswap", "ipfs-block", "ipfs-block-service", "ipfs-blocks", "ipfs-data-importing", "ipfs-geoip", "ipfs-ipld", "ipfs-merkle-dag", "ipfs-repo", "ipfs-unixfs", "ipfs-unixfs-engine", "ipfsd-ctl", "ipld", "ipld-dag-cbor", "ipld-dag-pb", "ipld-eth-account-snapshot", "ipld-eth-block", "ipld-eth-trie", "ipld-resolver", "ipscend", "is-ipfs", "js-ipld-eth-trie", "js-ipld-eth-tx", "js-libp2p-crypto", "libp2p", "libp2p-crypto", "libp2p-floodsub", "libp2p-identify", "libp2p-ipfs", "libp2p-ipfs-browser", "libp2p-ipfs-nodejs", "libp2p-mdns", "libp2p-ping", "libp2p-railing", "libp2p-secio", "libp2p-spdy", "libp2p-swarm", "libp2p-tcp", "libp2p-webrtc-star", "libp2p-websockets", "lock-me", "mafmt", "multiaddr", "multibase", "multicodec", "multihashes", "multihashing", "multihashing-async", "multistream-select", "peer-book", "peer-id", "peer-info", "pull-length-prefixed", "pull-ndjson", "rxjs.node", "simple-websocket-server", "time-cache", "varint-decoder"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}, "subtitle": {"type": "string"}}, "required": ["sounds", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sounds" : ["minecraft:entity/snowman/hurt1", "minecraft:entity/snowman/hurt2", "minecraft:entity/snowman/hurt3"], "subtitle" : "subtitles.entity.snow_golem.hurt"} | json_instruct | {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}, "subtitle": {"type": "string"}}, "required": ["sounds", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "ddrage", "downloads" : 30300, "count" : 8161}] | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Unknown device": {"type": "string"}, "You need to be using HTTPS to place a screen-sharing call.": {"type": "string"}, "Invalid JSON": {"type": "string"}, "Sign In": {"type": "string"}, "Create Account": {"type": "string"}, "Explore rooms": {"type": "string"}, "Unexpected error preparing the app. See console for details.": {"type": "string"}, "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": {"type": "string"}, "Invalid configuration: no default server specified.": {"type": "string"}, "The message from the parser is: %(message)s": {"type": "string"}, "powered by Matrix": {"type": "string"}, "Dismiss": {"type": "string"}, "Welcome to Sumra Chat": {"type": "string"}, "Decentralised, encrypted chat & collaboration powered by [matrix]": {"type": "string"}}, "required": ["Unknown device", "You need to be using HTTPS to place a screen-sharing call.", "Invalid JSON", "Sign In", "Create Account", "Explore rooms", "Unexpected error preparing the app. See console for details.", "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.", "Invalid configuration: no default server specified.", "The message from the parser is: %(message)s", "powered by Matrix", "Dismiss", "Welcome to Sumra Chat", "Decentralised, encrypted chat & collaboration powered by [matrix]"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Unknown device" : "Nam\u0259lum qur\u011fu", "You need to be using HTTPS to place a screen-sharing call." : "\u0130\u015f stolunun birg\u0259 istifad\u0259si \u00fc\u00e7\u00fcn HTTPS-dan istifad\u0259 t\u0259l\u0259b olunur.", "Invalid JSON" : "Yanl\u0131\u015f JSON", "Sign In" : "Daxil ol", "Create Account" : "Hesab A\u00e7", "Explore rooms" : "Otaqlar\u0131 k\u0259\u015ff edin", "Unexpected error preparing the app. See console for details." : "Proqram\u0131n ba\u015flanmas\u0131nda g\u00f6zl\u0259nilm\u0259z x\u0259ta. \u0130zah \u00fc\u00e7\u00fcn konsola bax\u0131n", "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url." : "Yanl\u0131\u015f konfiqurasiya: bunlardan yaln\u0131z birini t\u0259yin edin - default_server_config, default_server_name, v\u0259 ya default_hs_url.", "Invalid configuration: no default server specified." : "Yanl\u0131\u015f konfiqurasiya: ilkin server t\u0259yin edilm\u0259yib", "The message from the parser is: %(message)s" : "S\u00f6z\u00fcged\u0259n mesaj: %(message)s", "powered by Matrix" : "Matrix t\u0259r\u0259find\u0259n t\u0259chiz edilmi\u015fdir", "Dismiss" : "N\u0259z\u0259r\u0259 almay\u0131n", "Welcome to Sumra Chat" : "Sumra Chat-\u0259 xo\u015f g\u0259lmi\u015fsiniz", "Decentralised, encrypted chat & collaboration powered by [matrix]" : "[matrix] t\u0259r\u0259find\u0259n t\u0259chiz edilmi\u015f m\u0259rk\u0259zil\u0259\u015fdirilm\u0259mi\u015f, \u015fifr\u0259l\u0259nmi\u015f \u00e7at v\u0259 \u0259m\u0259kda\u015fl\u0131q platformas\u0131"} | json_instruct | {"type": "object", "properties": {"Unknown device": {"type": "string"}, "You need to be using HTTPS to place a screen-sharing call.": {"type": "string"}, "Invalid JSON": {"type": "string"}, "Sign In": {"type": "string"}, "Create Account": {"type": "string"}, "Explore rooms": {"type": "string"}, "Unexpected error preparing the app. See console for details.": {"type": "string"}, "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": {"type": "string"}, "Invalid configuration: no default server specified.": {"type": "string"}, "The message from the parser is: %(message)s": {"type": "string"}, "powered by Matrix": {"type": "string"}, "Dismiss": {"type": "string"}, "Welcome to Sumra Chat": {"type": "string"}, "Decentralised, encrypted chat & collaboration powered by [matrix]": {"type": "string"}}, "required": ["Unknown device", "You need to be using HTTPS to place a screen-sharing call.", "Invalid JSON", "Sign In", "Create Account", "Explore rooms", "Unexpected error preparing the app. See console for details.", "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.", "Invalid configuration: no default server specified.", "The message from the parser is: %(message)s", "powered by Matrix", "Dismiss", "Welcome to Sumra Chat", "Decentralised, encrypted chat & collaboration powered by [matrix]"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d353-76", "text" : "kptiX 10\u00bb 1958\n14*. Rusaell F. Ouipe\u00bbt\u00abr\nDeviftlopumt Dir\u00ab\u00abt\u00abr\nSt. Albaos Hatlml 0\u00abtl\u00bbdral\nSc^iool fcr Bogrv\nMount St. Wsm\nWashington I6^ D. 0.\nBssr Hr. Csrpotteri\nThank you for your lottar of ApriX 8 togather with a ffiihnlsalon fosm and\na prlntad eofjy of ths progran SGXSHOS AMD BSCOSDiSXl SDUCATKM.\nThis progran is aost appropriate Mteriai for edaeatlonaX radio stations,\nand X look fonmd to receiwing m edited tiqps ^ the progroa fTcai Vd^.\nX wiU phot^ra^ the sutnission f\u00ab*tt you seat ia, so there will las no\nneed for you to <^Bi^te ai^ aore*\nTour interest is edoeetional rsdio is spi^seiated, sad X should liks to be\nke|)t isfomsd of sey future tapes you asy hawe available for broadoeat.\nSineerely,\nJt*\nRSU/dfb\nCCt Hf. imdk Sonnerfieia, WGS!\nHobart X. Dhderwood,\nnetwork Hsaager"} | 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": {"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" : "0xecae6888e3ea6a2a8dbf95500a1f74dd27c3b54e", "tool" : "slither", "start" : 1563614589.0046165, "end" : 1563614592.7204537, "duration" : 3.715837240219116, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"currency_pairs": {"type": "object", "properties": {"BTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LTC/BTC": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "ETH/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "ETH/BTC": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}}, "required": ["BTC/USD", "LTC/USD", "LTC/BTC", "ETH/USD", "ETH/BTC"]}, "currencies": {"type": "object", "properties": {"BTC": {"type": "object", "properties": {"scale": {"type": "integer"}}, "required": ["scale"]}}, "required": ["BTC"]}}, "required": ["currency_pairs", "currencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"currency_pairs" : {"BTC/USD" : {"price_scale" : 2, "min_amount" : 0.01}, "LTC/USD" : {"price_scale" : 4, "min_amount" : 0.1}, "LTC/BTC" : {"price_scale" : 6, "min_amount" : 0.1}, "ETH/USD" : {"price_scale" : 4, "min_amount" : 0.1}, "ETH/BTC" : {"price_scale" : 6, "min_amount" : 0.1}}, "currencies" : {"BTC" : {"scale" : 8}}} | json_instruct | {"type": "object", "properties": {"currency_pairs": {"type": "object", "properties": {"BTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LTC/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "LTC/BTC": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "ETH/USD": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}, "ETH/BTC": {"type": "object", "properties": {"price_scale": {"type": "integer"}, "min_amount": {"type": "number"}}, "required": ["price_scale", "min_amount"]}}, "required": ["BTC/USD", "LTC/USD", "LTC/BTC", "ETH/USD", "ETH/BTC"]}, "currencies": {"type": "object", "properties": {"BTC": {"type": "object", "properties": {"scale": {"type": "integer"}}, "required": ["scale"]}}, "required": ["BTC"]}}, "required": ["currency_pairs", "currencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dashboard": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}, "topbar": {"type": "object", "properties": {"search": {"type": "object", "properties": {"PLACEHOLDER": {"type": "string"}}, "required": ["PLACEHOLDER"]}}, "required": ["search"]}, "sidebar": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}}, "required": ["dashboard", "topbar", "sidebar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dashboard" : {"WELCOME" : "Welcome to {{appName}}"}, "topbar" : {"search" : {"PLACEHOLDER" : "Type and hit enter.."}}, "sidebar" : {"WELCOME" : "Welcome"}} | json_instruct | {"type": "object", "properties": {"dashboard": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}, "topbar": {"type": "object", "properties": {"search": {"type": "object", "properties": {"PLACEHOLDER": {"type": "string"}}, "required": ["PLACEHOLDER"]}}, "required": ["search"]}, "sidebar": {"type": "object", "properties": {"WELCOME": {"type": "string"}}, "required": ["WELCOME"]}}, "required": ["dashboard", "topbar", "sidebar"], "$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"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alchemy": {"type": "object", "properties": {"high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["high", "low"]}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "alchemy", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2023, "name" : "Cocktail guide", "qualified_name" : "Cocktail guide", "examine" : "A book on tree gnome cocktails.", "members" : true, "release_date" : "2002-12-12", "quest" : false, "weight" : 0.51, "value" : 2, "alchemy" : {"high" : 1, "low" : 0}, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable" : false, "tradeable_ge" : true, "buy_limit" : 15, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACHUlEQVR4Xu3WQUsCQRQH8OZLdOkSeAiEQASREKGQ8OLBQxARQQVFBwkqoqiQqMA8CJ48eLGDEElRiKCg323iveHtvqZZd2d1M6IHfxQF98d/3qpzc//z90dINzMfIYsbKVkoJjEzxikMBUD5QgKTy8d/GibkxlYaw0E66issUpwL0lE6KLu2hElnYlHhhNzcWcFw0HD44cSEAhAkmVrETAkn5PZe5hsIwkE8ekscFV9ekLHYfFiUkLsHWQSZUHRsOojHBKK2EovwaDVmkAlFu8QxppYARBhLkJD7R6sIMqFMIK8F56DLy5Mw7SiMCeSHMoEIdXNzLq+uzthXQ6AR8rCUw3ihxoG8UNBOuXyBz2mpA7bkD/JD6SBo5/7u2oFZ7JCQR8frGD/UOJCOqlTKztFZYUqneV9QUBSBoJ1q9RafW2BgFCgIKggIAo3Uag/YUojvHrU7hDGBbFDQSL3+6Cy1ZTsw6icCAheEixMoTEuAAFCIo6JxQaNRFy/CcTYtQSuNRg2PLSQGxgVR6CcALsKB40CAaDbrzg5Z7g0fdctDAzpsMHiT/f4rHgXhCMhR1A7dYRO0Q6P+q9BC8xYgvd4Lptt9dnaFAwHRajXw9Slg1KgPcP9I0UJzGCA+3tsYusUB0W438b2pYfi4H6hgfH84rNN5ckK3+wR7E2z01vT94bd7JO14jd4ahPYIYD+K0ceEmxlGH4L8CkwU8wlxDeyQvGmRwgAAAABJRU5ErkJggg==", "wiki_url" : "https://oldschool.runescape.wiki/w/Cocktail_guide"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alchemy": {"type": "object", "properties": {"high": {"type": "integer"}, "low": {"type": "integer"}}, "required": ["high", "low"]}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "buy_limit": {"type": "integer"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "alchemy", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "buy_limit", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "text"]}, "selectors_exclude": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "sitemap_urls", "selectors", "selectors_exclude", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index_name" : "dialogflow", "start_urls" : ["https://dialogflow.com/docs/"], "stop_urls" : [], "sitemap_urls" : ["https://dialogflow.com/docs/sitemap.xml"], "selectors" : {"lvl0" : {"selector" : ".devsite-collapsible-section [active]", "global" : true, "default_value" : "Documentation"}, "lvl1" : ".devsite-article-inner h1", "lvl2" : ".devsite-article-body h2", "lvl3" : ".devsite-article-body h3", "lvl4" : ".devsite-article-body h4", "lvl5" : ".devsite-article-body h5", "text" : ".devsite-article-body p, .devsite-article-body li"}, "selectors_exclude" : ["devsite-toc"], "nb_hits" : 1187} | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "sitemap_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "text"]}, "selectors_exclude": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "sitemap_urls", "selectors", "selectors_exclude", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u50d1\u52d9\u59d4\u54e1\u6703\u53d7\u7406\u6350\u8d08\u50d1\u751f\u734e\u52a9\u5b78\u91d1\u8fa6\u6cd5", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=E0040007", "\u6cd5\u898f\u985e\u5225" : "\u5ee2\u6b62\u6cd5\u898f\uff1e\u50d1\u52d9\u59d4\u54e1\u6703", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20010815", "\u5ee2\u6b62\u8a3b\u8a18" : "\u5ee2", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e94\u5341\u4e09\u5e74\u56db\u6708\u516b\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\u8a02\u5b9a\u767c\u5e03\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e94\u5341\u516b\u5e74\u4e00\u6708\u5341\u516d\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\u4fee\u6b63\u767c\u5e03\r\n3.\u4e2d\u83ef\u6c11\u570b\u516d\u5341\u4e8c\u5e74\u56db\u6708\u4e8c\u5341\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\uff0862\uff09\u53f0\u50d1\u53c3 31051 \u865f\u4ee4\u4fee\r\n \u6b63\u767c\u5e03\u7b2c 6 \u689d\u689d\u6587\r\n4.\u4e2d\u83ef\u6c11\u570b\u516d\u5341\u516b\u5e74\u4e03\u6708\u5341\u4e5d\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\uff0868\uff09\u53f0\u50d1\u8f14\u5eb7 08760 \u865f\u4ee4\r\n \u4fee\u6b63\u767c\u5e03\r\n5.\u4e2d\u83ef\u6c11\u570b\u4e03\u5341\u4e5d\u5e74\u4e5d\u6708\u4e8c\u5341\u56db\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\uff0879\uff09\u50d1\u53c3\u5b57\u7b2c 36083 \u865f\r\n \u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 6 \u689d\u689d\u6587\r\n6.\u4e2d\u83ef\u6c11\u570b\u516b\u5341\u4e03\u5e74\u56db\u6708\u4e8c\u5341\u4e8c\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\uff0887\uff09\u50d1\u53c3\u5b57\u7b2c 870002367\r\n \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\r\n7.\u4e2d\u83ef\u6c11\u570b\u4e5d\u5341\u5e74\u516b\u6708\u5341\u4e94\u65e5\u50d1\u52d9\u59d4\u54e1\u6703\uff0890\uff09\u50d1\u6cd5\u5b57\u7b2c 0902031280 \u865f\r\n \u4ee4\u767c\u5e03\u5ee2\u6b62", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u50d1\u52d9\u59d4\u54e1\u6703 (\u4ee5\u4e0b\u7c21\u7a31\u672c\u6703) \u70ba\u4f5c\u80b2\u6d77\u5916\u512a\u79c0\u9752\u5e74\u3001\u9020\u5c31\u4eba\u624d\uff0c\u53d7\u7406\u611b\u570b\r\n\u50d1\u80de\u793e\u6703\u4eba\u58eb\u6350\u8d08\u734e\u52a9\u5b78\u91d1\uff0c\u7279\u8a02\u5b9a\u672c\u8fa6\u6cd5\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u4f9d\u672c\u8fa6\u6cd5\u53d7\u7406\u4e4b\u734e\u52a9\u5b78\u91d1\uff0c\u5176\u734e\u52a9\u5c0d\u8c61\u4ee5\u56de\u570b\u5c31\u8b80\u5927\u5c08\u6821\u9662\u54c1\u5b78\u517c\u512a\u5bb6\u5883\r\n\u6e05\u5bd2\u4e4b\u50d1\u751f\u70ba\u512a\u5148\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u51e1\u6d77\u5916\u50d1\u80de\u6216\u570b\u5167\u4eba\u58eb\u6b32\u4ee5\u5176\u500b\u4eba\u8ca1\u7522\u6216\u4f9d\u907a\u56d1\u5c07\u907a\u7522\u7528\u4ee5\u6350\u8d08\u50d1\u751f\u734e\u52a9\r\n\u5b78\u91d1\u4ee5\u70ba\u7d00\u5ff5\uff0c\u6216\u50d1\u793e\u5718\u9ad4\u4f01\u696d\u6a5f\u69cb\u7c4c\u64a5\u5c08\u6b3e\u4f5c\u70ba\u50d1\u751f\u734e\u52a9\u5b78\u57fa\u91d1\u8005\uff0c\u5747\r\n\u53ef\u4f9d\u672c\u8fa6\u6cd5\u4e4b\u898f\u5b9a\u5411\u672c\u6703\u6350\u8d08\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6350\u8d08\u734e\u52a9\u5b78\u91d1\uff0c\u7531\u6350\u8d08\u4eba\u5c31\u4e0b\u5217\u5169\u7a2e\u65b9\u5f0f\u81ea\u7531\u8a8d\u5b9a\uff1a\r\n\u4e00\u3001\u4e00\u6b21\u6350\u8d08\u57fa\u91d1\u82e5\u5e72\uff0c\u6bcf\u5e74\u4ee5\u5176\u5b73\u606f\u6240\u5f97\u70ba\u734e\u52a9\u5b78\u91d1\u3002\r\n\u4e8c\u3001\u6309\u5e74\u6350\u8d08\u734e\u52a9\u5b78\u91d1\u82e5\u5e72\u540d\u984d\u6216\u82e5\u5e72\u91d1\u984d\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u6240\u6709\u6350\u8d08\u4e4b\u734e\u52a9\u5b78\u91d1\u6b3e\u9805\uff0c\u61c9\u5206\u5225\u4ee5\u6350\u8d08\u4eba\u540d\u7fa9\u6216\u6307\u5b9a\u540d\u7a31\u6210\u7acb\u57fa\u91d1\u5c08\u6236\r\n\u5132\u5b58\u570b\u5167\u516c\u6c11\u71df\u9280\u884c\u3002"}, {"\u689d\u865f" : "\u7b2c 6 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u53d7\u7406\u6350\u8d08\u734e\u52a9\u5b78\u91d1\uff0c\u5c0d\u6350\u8d08\u4eba\u4f9d\u83ef\u50d1\u71b1\u5fc3\u516c\u76ca\u81ea\u52d5\u6350\u737b\u734e\u52f5\u8fa6\u6cd5\u734e\u52f5\r\n\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 7 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6703\u53d7\u7406\u6350\u8d08\u734e\u52a9\u5b78\u91d1\uff0c\u61c9\u8a2d\u7acb\u734e\u52a9\u5b78\u91d1\u7ba1\u7406\u59d4\u54e1\u6703 (\u4ee5\u4e0b\u7c21\u7a31\u7ba1\u7406\u59d4\u54e1\r\n\u6703) \u7ba1\u7406\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 8 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u7ba1\u7406\u59d4\u54e1\u6703\u4e4b\u4efb\u52d9\u5982\u4e0b\uff1a\r\n\u4e00\u3001\u95dc\u65bc\u734e\u52a9\u5b78\u91d1\u4f86\u6e90\u4e4b\u7c4c\u96c6\u4e8b\u9805\u3002\r\n\u4e8c\u3001\u95dc\u65bc\u734e\u52a9\u5b78\u57fa\u91d1\u904b\u7528\u4e4b\u898f\u5283\u4e8b\u9805\u3002\r\n\u4e09\u3001\u95dc\u65bc\u734e\u52a9\u5b78\u91d1\u4e4b\u4fdd\u7ba1\u5b58\u653e\u53ca\u5176\u5b73\u606f\u904b\u7528\u4e8b\u9805\u3002\r\n\u56db\u3001\u95dc\u65bc\u7533\u8acb\u734e\u52a9\u5b78\u91d1\u4e4b\u5be9\u6838\u4e8b\u9805\u3002\r\n\u4e94\u3001\u95dc\u65bc\u734e\u52a9\u5b78\u91d1\u6350\u8d08\u63d0\u8acb\u734e\u52f5\u4e8b\u9805\u3002\r\n\u516d\u3001\u5176\u4ed6\u6709\u95dc\u734e\u52a9\u5b78\u91d1\u4e4b\u7ba1\u7406\u4e8b\u9805\u3002"}, {"\u689d\u865f" : "\u7b2c 9 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u7ba1\u7406\u59d4\u54e1\u6703\u7f6e\u4e3b\u4efb\u59d4\u54e1\u4e00\u4eba\uff0c\u7531\u672c\u6703\u59d4\u54e1\u9577\u6307\u5b9a\u526f\u59d4\u54e1\u9577\u517c\u4efb\u4e4b\uff1b\u59d4\u54e1\u5341\r\n\u4eba\u81f3\u5341\u4e94\u4eba\uff0c\u7531\u672c\u6703\u5c31\u793e\u6703\u71b1\u5fc3\u4eba\u58eb\u53ca\u50d1\u52d9\u6709\u95dc\u4eba\u54e1\u5206\u5225\u8058\u4efb\u4e4b\uff0c\u4efb\u671f\u4e09\r\n\u5e74\uff0c\u671f\u6eff\u5f97\u7e8c\u8058\uff1b\u5747\u70ba\u7121\u7d66\u8077\u3002"}, {"\u689d\u865f" : "\u7b2c 10 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u7ba1\u7406\u59d4\u54e1\u6703\u7f6e\u57f7\u884c\u79d8\u66f8\u4e00\u4eba\uff0c\u6703\u8a08\u4e00\u4eba\u3001\u5e79\u4e8b\u4e8c\u4eba\u6216\u4e09\u4eba\uff0c\u8fa6\u7406\u734e\u52a9\u5b78\u91d1\r\n\u4e8b\u52d9\uff0c\u5747\u7531\u672c\u6703\u6307\u5b9a\u6709\u95dc\u4eba\u54e1\u517c\u4efb\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 11 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u7ba1\u7406\u59d4\u54e1\u6703\u6bcf\u534a\u5e74\u958b\u6703\u4e00\u6b21\uff0c\u5fc5\u8981\u6642\u5f97\u53ec\u958b\u81e8\u6642\u6703\u8b70\u3002"}, {"\u689d\u865f" : "\u7b2c 12 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u734e\u52a9\u5b78\u91d1\u4e4b\u6536\u652f\u8cec\u76ee\u6bcf\u5e74\u5ea6\u7d50\u7b97\u4e00\u6b21\uff0c\u7d93\u7ba1\u7406\u59d4\u54e1\u6703\u901a\u904e\u5f8c\uff0c\u5831\u7531\u672c\u6703\u516c\r\n\u544a\u4e26\u5206\u5225\u901a\u77e5\u539f\u6350\u8d08\u4eba\u3002"}, {"\u689d\u865f" : "\u7b2c 13 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u8fa6\u6cd5\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]} | json_instruct | {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u5ee2\u6b62\u8a3b\u8a18": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u5ee2\u6b62\u8a3b\u8a18", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@@last_modified": {"type": "string"}, "testMessage": {"type": "string"}, "@testMessage": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}, "testMessageTwo": {"type": "string"}, "@testMessageTwo": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}, "testMessageThree": {"type": "string"}, "@testMessageThree": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}}, "required": ["@@last_modified", "testMessage", "@testMessage", "testMessageTwo", "@testMessageTwo", "testMessageThree", "@testMessageThree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@@last_modified" : "2020-09-11T06:35:20.648949", "testMessage" : "Questo \u00e8 un messaggio di prova i18n. Se puoi leggerlo in lingue diverse dopo aver premuto uno dei pulsanti sottostanti, tutto dovrebbe essere impostato correttamente.", "@testMessage" : {"description" : "test example for i18n tool", "placeholders" : {}, "type" : "text"}, "testMessageTwo" : "Ehi, ecco la seconda stringa di prova ...: -) Vediamo se funziona", "@testMessageTwo" : {"description" : "test example for i18n tool", "placeholders" : {}, "type" : "text"}, "testMessageThree" : "Il terzo! Ehi google traduttore, che succede?", "@testMessageThree" : {"description" : "test example for i18n tool", "placeholders" : {}, "type" : "text"}} | json_instruct | {"type": "object", "properties": {"@@last_modified": {"type": "string"}, "testMessage": {"type": "string"}, "@testMessage": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}, "testMessageTwo": {"type": "string"}, "@testMessageTwo": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}, "testMessageThree": {"type": "string"}, "@testMessageThree": {"type": "object", "properties": {"description": {"type": "string"}, "placeholders": {"type": "object", "properties": {}, "required": []}, "type": {"type": "string"}}, "required": ["description", "placeholders", "type"]}}, "required": ["@@last_modified", "testMessage", "@testMessage", "testMessageTwo", "@testMessageTwo", "testMessageThree", "@testMessageThree"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "publishOn": {"type": "integer"}, "title": {"type": "string"}, "fullUrl": {"type": "string"}, "assetUrl": {"type": "string"}}, "required": ["id", "publishOn", "title", "fullUrl", "assetUrl"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"items" : [{"id" : "5a833c3b652deac321cad2db", "publishOn" : 1518554542184, "title" : "Meid\u00e4t yhdisti \u00e4itiys ja intohimo lastentarvikkeiden jakamiseen ", "fullUrl" : "/kinspiring/2018/2/13/meidat-yhdisti-aitiys-ja-intohimo-lastentarvikkeiden-jakamiseen", "assetUrl" : "https://static1.squarespace.com/static/58aaaf03db29d650286d31af/58aadc7120099e74879da070/5a833c3b652deac321cad2db/1518595089085/Kinspiring_14.jpg"}, {"id" : "5a772cb553450ac909622dbe", "publishOn" : 1517834675862, "title" : "Kokemuksia Whisbear-unikarhusta", "fullUrl" : "/kinspiring/2018/2/4/kokemuksia-whisbear-unikarhusta", "assetUrl" : "https://static1.squarespace.com/static/58aaaf03db29d650286d31af/58aadc7120099e74879da070/5a772cb553450ac909622dbe/1517901863699/whisbear_kinspiring.jpg"}, {"id" : "5a5cb6eff9619a9a191b24f4", "publishOn" : 1517559486425, "title" : "Helppo vaippakakku ", "fullUrl" : "/kinspiring/helppo-vaippakakku", "assetUrl" : "https://static1.squarespace.com/static/58aaaf03db29d650286d31af/58aadc7120099e74879da070/5a5cb6eff9619a9a191b24f4/1517832527879/vaippakakku.jpeg"}]} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "publishOn": {"type": "integer"}, "title": {"type": "string"}, "fullUrl": {"type": "string"}, "assetUrl": {"type": "string"}}, "required": ["id", "publishOn", "title", "fullUrl", "assetUrl"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025939": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01025939"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01025939" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131628", "LAD11CD" : "E07000134"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131630", "LAD11CD" : "E07000134"}, "arcs" : [[3, 4, 5, 6, 7, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131631", "LAD11CD" : "E07000134"}, "arcs" : [[8, 9, 10, -2, -8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131632", "LAD11CD" : "E07000134"}, "arcs" : [[-5, 11, -10, 12, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00170703", "LAD11CD" : "E07000134"}, "arcs" : [[-7, 14, -13, -9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00170710", "LAD11CD" : "E07000134"}, "arcs" : [[-14, -15, -6]]}]}}, "arcs" : [[[1362, 6992], [-722, -2698], [429, -507], [263, -1238]], [[1332, 2549], [-1026, -771]], [[306, 1778], [119, 470], [-65, 1666], [128, 297], [-22, 307], [139, 88], [-6, 292], [-100, 28], [-135, 545], [-364, 528], [1362, 993]], [[1362, 6992], [57, 87]], [[1419, 7079], [-276, -2304], [321, 139], [-34, -1086], [345, 6]], [[1775, 3834], [-243, -878], [13, -506], [203, -711]], [[1748, 1739], [75, -797]], [[1823, 942], [35, -249], [-88, -129], [-148, 331], [-290, 1654]], [[1823, 942], [184, -140], [79, 297], [260, 208], [124, 324]], [[2470, 1631], [99, -781]], [[2569, 850], [-762, -729], [-666, -121], [-703, 585], [-138, 347], [-150, 95], [-27, 269], [183, 482]], [[1419, 7079], [-87, 141], [61, -49], [-71, 646], [123, 324], [956, 209], [60, 180], [347, -190], [27, 172], [68, -60], [102, 855], [411, 359], [1541, 297], [363, 36], [395, -411], [207, 76], [499, 119], [916, -691], [1715, -3102], [947, -410], [-764, -1023], [-142, 52], [-287, -348], [-939, -446], [-128, -310], [-102, 87], [-2157, -1996], [-1065, -445], [-43, -36], [-410, -145], [-553, 388], [-840, -508]], [[2470, 1631], [328, 1017], [561, 1126], [-554, -81], [-695, 161]], [[2110, 3854], [-335, -20]], [[1748, 1739], [667, 125], [43, 604], [-357, 26], [-67, 251], [59, 169], [-61, 887], [78, 53]]], "transform" : {"scale" : [5.462791117661768e-06, 1.6967108468364594e-06], "translate" : [-1.372751283453438, 52.692493532202704]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025939": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01025939"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "bin": {"type": "object", "properties": {"coverage-filter": {"type": "string"}}, "required": ["coverage-filter"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "respository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "filesPack": {"type": "object", "properties": {"src/index.js": {"type": "string"}}, "required": ["src/index.js"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"npm-prepack-publish": {"type": "string"}}, "required": ["npm-prepack-publish"]}}, "required": ["name", "version", "description", "author", "scripts", "bin", "keywords", "respository", "homepage", "filesPack", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coverage-filter", "version" : "1.0.0", "description" : "Filters coverage.json files with a whitelist of allowed source files. ", "author" : "Horia Coman <horia141@gmail.com>", "scripts" : {}, "bin" : {"coverage-filter" : "index.js"}, "keywords" : ["coverage", "whitelist", "filter"], "respository" : {"type" : "git", "url" : "git+https://github.com/horia141/coverage-filter.git"}, "homepage" : "https://github.com/horia141/coverage-filter#readme", "filesPack" : {"src/index.js" : "f:index.js"}, "license" : "MIT", "dependencies" : {"yargs" : "^6.6.0"}, "devDependencies" : {"npm-prepack-publish" : "^0.1.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "bin": {"type": "object", "properties": {"coverage-filter": {"type": "string"}}, "required": ["coverage-filter"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "respository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "filesPack": {"type": "object", "properties": {"src/index.js": {"type": "string"}}, "required": ["src/index.js"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"npm-prepack-publish": {"type": "string"}}, "required": ["npm-prepack-publish"]}}, "required": ["name", "version", "description", "author", "scripts", "bin", "keywords", "respository", "homepage", "filesPack", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "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"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-hooks": {"type": "string"}}, "required": ["babel-eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-node", "eslint-plugin-react", "eslint-plugin-react-hooks"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "publishConfig", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@csjs/eslint-config-cs", "version" : "0.0.2", "description" : "Custom rules for ESLint", "main" : "index.js", "scripts" : {"lint" : "eslint . --fix", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/cesosag/cs-tools.git"}, "author" : "Carlos Sosa <cesosag@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/cesosag/cs-tools/issues"}, "homepage" : "https://github.com/cesosag/cs-tools#readme", "publishConfig" : {"access" : "public"}, "dependencies" : {"babel-eslint" : "^10.1.0", "eslint-config-airbnb" : "18.2.1", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-jsx-a11y" : "^6.4.1", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-react" : "^7.22.0", "eslint-plugin-react-hooks" : "4.2.0"}, "peerDependencies" : {"eslint" : "^7.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "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"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint-config-airbnb": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jsx-a11y": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-react-hooks": {"type": "string"}}, "required": ["babel-eslint", "eslint-config-airbnb", "eslint-plugin-import", "eslint-plugin-jsx-a11y", "eslint-plugin-node", "eslint-plugin-react", "eslint-plugin-react-hooks"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "publishConfig", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}}, "required": ["inferno-vnode-flags.js", "inferno-vnode-flags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-vnode-flags.js" : "sha256-TOxKjkuYuqAOOpQgU4ckSdQ+MgKu3AURdORd2vHG7l4=", "inferno-vnode-flags.min.js" : "sha256-MeU0OxCDmyVfp3nT47H4XdnyIVl7e5xCKFmZvPMEgC4="} | json_instruct | {"type": "object", "properties": {"inferno-vnode-flags.js": {"type": "string"}, "inferno-vnode-flags.min.js": {"type": "string"}}, "required": ["inferno-vnode-flags.js", "inferno-vnode-flags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"tenant": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["tenant", "username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tenant" : "diku", "username" : "diku_admin", "password" : "admin"} | json_instruct | {"type": "object", "properties": {"tenant": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["tenant", "username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ref" : {"min" : -56.516143798828125, "max" : 29.466827392578125, "mean" : 14.681565804494738}, "ref_regrid" : {"min" : -56.516143798828125, "max" : 29.466827392578125, "mean" : 14.681565804494738, "std" : 13.876092436011877}, "test" : {"min" : -57.4815673828125, "max" : 29.829925537109375, "mean" : 14.607222456696189}, "test_regrid" : {"min" : -57.4815673828125, "max" : 29.829925537109375, "mean" : 14.607222456696189, "std" : 13.930540063264969}, "diff" : {"min" : -2.35382080078125, "max" : 1.74005126953125, "mean" : -0.07434334779855448}, "misc" : {"rmse" : 0.34112237406112483, "corr" : 0.9997209719374028}, "unit" : "DegC"} | json_instruct | {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"destabilizationKey": {"type": "string"}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "requiredMod": {"type": "string"}, "probability": {"type": "number"}, "improvementKey": {"type": "string"}}, "required": ["destabilizationKey", "minLevel", "maxLevel", "requiredMod", "probability", "improvementKey"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"destabilizationKey" : "destabilized/enchantable_stomping", "minLevel" : 1, "maxLevel" : 3, "requiredMod" : "enchantable", "probability" : 0.04, "improvementKey" : "enchantment/enchantable_stomping"}, {"destabilizationKey" : "destabilized/enchantable_excavator", "minLevel" : 1, "maxLevel" : 1, "requiredMod" : "enchantable", "probability" : 0.04, "improvementKey" : "enchantment/enchantable_excavator"}, {"destabilizationKey" : "destabilized/enchantable_ore_eater", "minLevel" : 1, "maxLevel" : 2, "requiredMod" : "enchantable", "probability" : 0.04, "improvementKey" : "enchantment/enchantable_ore_eater"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"destabilizationKey": {"type": "string"}, "minLevel": {"type": "integer"}, "maxLevel": {"type": "integer"}, "requiredMod": {"type": "string"}, "probability": {"type": "number"}, "improvementKey": {"type": "string"}}, "required": ["destabilizationKey", "minLevel", "maxLevel", "requiredMod", "probability", "improvementKey"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"linux": {"type": "integer"}, "macos": {"type": "integer"}, "windows": {"type": "integer"}}, "required": ["linux", "macos", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"linux" : 0, "macos" : 0, "windows" : 0} | json_instruct | {"type": "object", "properties": {"linux": {"type": "integer"}, "macos": {"type": "integer"}, "windows": {"type": "integer"}}, "required": ["linux", "macos", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[48, 100], [34, 91], [34, 86], [41, 73], [53, 70], [68, 67], [0, 56], [58, 56], [63, 56], [68, 44], [53, 41], [41, 39], [21, 11]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$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"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Linksys | SPS2xx | Network | Link | Link Up (SYSLOG)", "uuid" : "b397f3c1-f186-4d2f-b797-071f401ee85d", "description" : "%LINK-I-Up: gi0/3", "event_class__name" : "Network | Link | Link Up", "preference" : 1000, "patterns" : [{"key_re" : "^source$", "value_re" : "^syslog$"}, {"key_re" : "^profile$", "value_re" : "^Linksys\\.SPS2xx$"}, {"key_re" : "^message$", "value_re" : "^%LINK-I-Up: ?(?P<interface>.+)$"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"clients_without_service" : "9d58085786e3d01c34f8fce50ca953e9", "outages" : "486e1219b2d718c5f177a97790def40a", "created_at" : "2022-04-04T18:04:57.541480"} | json_instruct | {"type": "object", "properties": {"clients_without_service": {"type": "string"}, "outages": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["clients_without_service", "outages", "created_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "number"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "This module focuses on the monetization of petroleum\nresources. It covers the technological challenges and the\neconomics of resource monetization.", "title" : "Petroleum Fluid Valorisation", "department" : "Civil and Environmental Engineering", "faculty" : "Engineering", "workload" : [2.5, 2, 0, 1.5, 1.5], "moduleCredit" : "3", "moduleCode" : "OT5905", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "01", "startTime" : "1400", "endTime" : "1700", "weeks" : {"start" : "2019-11-29", "end" : "2019-12-06"}, "venue" : "E4-04-02", "day" : "Friday", "lessonType" : "Lecture", "size" : 40}, {"classNo" : "01", "startTime" : "1400", "endTime" : "1700", "weeks" : {"start" : "2019-11-25", "end" : "2019-12-02"}, "venue" : "E4-04-02", "day" : "Monday", "lessonType" : "Lecture", "size" : 40}, {"classNo" : "01", "startTime" : "1400", "endTime" : "1700", "weeks" : {"start" : "2019-11-28", "end" : "2019-12-05"}, "venue" : "E4-04-02", "day" : "Thursday", "lessonType" : "Lecture", "size" : 40}, {"classNo" : "01", "startTime" : "1400", "endTime" : "1700", "weeks" : {"start" : "2019-11-27", "end" : "2019-12-04"}, "venue" : "E4-04-02", "day" : "Wednesday", "lessonType" : "Lecture", "size" : 40}, {"classNo" : "01", "startTime" : "1400", "endTime" : "1700", "weeks" : {"start" : "2019-11-26", "end" : "2019-12-03"}, "venue" : "E4-04-02", "day" : "Tuesday", "lessonType" : "Lecture", "size" : 40}]}]} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "number"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "heroku-postbuild", "start", "test"]}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "dotenv": {"type": "string"}, "episode-7": {"type": "string"}, "express": {"type": "string"}, "javascript-time-ago": {"type": "string"}, "jsforce": {"type": "string"}, "jsforce-connection": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-addons-css-transition-group": {"type": "string"}, "react-dom": {"type": "string"}, "redis": {"type": "string"}}, "required": ["classnames", "dotenv", "episode-7", "express", "javascript-time-ago", "jsforce", "jsforce-connection", "next", "react", "react-addons-css-transition-group", "react-dom", "redis"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}}, "required": ["ava"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "salesforce-streams", "version" : "1.0.0", "description" : "A Node.js + jsforce app that displays a feed of Salesforce activity using CDC (change-data capture)", "scripts" : {"dev" : "node server.js -p $PORT", "build" : "next build", "heroku-postbuild" : "next build", "start" : "node server.js -p $PORT", "test" : "`npm bin`/ava **/*-test.js"}, "dependencies" : {"classnames" : "^2.2.6", "dotenv" : "^6.2.0", "episode-7" : "^1.1.2", "express" : "^4.16.4", "javascript-time-ago" : "^2.0.1", "jsforce" : "^1.9.1", "jsforce-connection" : "^2.1.0", "next" : "^8.0.1", "react" : "^16.8.2", "react-addons-css-transition-group" : "^15.6.2", "react-dom" : "^16.8.2", "redis" : "^2.8.0"}, "engines" : {"node" : "10.x"}, "devDependencies" : {"ava" : "^1.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build", "heroku-postbuild", "start", "test"]}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "dotenv": {"type": "string"}, "episode-7": {"type": "string"}, "express": {"type": "string"}, "javascript-time-ago": {"type": "string"}, "jsforce": {"type": "string"}, "jsforce-connection": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-addons-css-transition-group": {"type": "string"}, "react-dom": {"type": "string"}, "redis": {"type": "string"}}, "required": ["classnames", "dotenv", "episode-7", "express", "javascript-time-ago", "jsforce", "jsforce-connection", "next", "react", "react-addons-css-transition-group", "react-dom", "redis"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}}, "required": ["ava"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ETHV", "symbol" : "ETHV", "address" : "0x8FB1689524ceF1887D7860Fe4839d473326B0105", "decimals" : 3, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 13, "n_trials" : 130, "objective" : "matyas_on_cube", "white" : "dlib", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [5.33316034503736e-25, 0.9247409384640386], "best_x" : [[0.2900000000000897, 0.2899999999999292, 0.2900000000000498, 0.2899999999996978, 0.28999999999985016, 0.29000000000005194, 0.2899999999998979, 0.28999999999984905, 0.2899999999999761, 0.2899999999998876, 0.2900000000000872, 0.28999999999984744, 0.2900000000000828], [0.4225742437722404, 0.3630420256619261, 0.37623478335518123, 0.36609546205943, 0.30003773373550036, 0.5859229355094905, 0.43279040347880204, 0.1265000573143883, 0.36086923014346806, 0.2634961696639584, 0.2762442984892004, 0.7759691161854152, 0.29741975000890897]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "dlib", "loser" : "optuna_random_clone"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Combine first 5 ingredients in medium bowl. Mix in oil and lemon juice. Season to taste with salt and pepper. (Can be prepared 1 day ahead. Cover and chill.)"], "ingredients" : ["2 15 1/2-ounce cans chick-peas (garbanzo beans), rinsed, drained", "1 7-ounce jar roasted peppers or pimientos, drained, diced", "1/4 cup chopped fresh mint", "3 tablespoons drained capers", "2 large garlic cloves, minced", "3 tablespoons olives oil", "1 1/2 tablespoons fresh lemon juice"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Salad", "Side", "No-Cook", "Vegetarian", "Quick & Easy", "Mint", "Chickpea", "Bell Pepper", "Healthy", "Vegan"], "title" : "Chick-Pea, Roasted Pepper and Caper Salad", "url" : "http://www.epicurious.com/recipes/food/views/chick-pea-roasted-pepper-and-caper-salad-1877"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"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" : 85775057, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1bdebc451b9b0997c5e564382e80f922", "wof:id" : 85775057, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [138.6615286104598, -34.90689367760942, 138.68456518170223, -34.88367775524995], "geometry" : {"coordinates" : [[[138.6730785378271, -34.88367775524995], [138.6749267580003, -34.88593087899992], [138.68041992200006, -34.88593087899992], [138.68041997269427, -34.88593094079991], [138.68456518170223, -34.89098427210816], [138.68176831929077, -34.89439414479637], [138.68041992200006, -34.89494213852498], [138.67862228627052, -34.89494213852498], [138.67862188093744, -34.89494238562492], [138.67492675800037, -34.89944776830004], [138.6749267580002, -34.89944783010002], [138.6749267580003, -34.90255255419402], [138.67492675800003, -34.90395296560006], [138.6694335940001, -34.90395296560006], [138.66943354333756, -34.90395296560006], [138.6675240698309, -34.90628127265974], [138.66635219506702, -34.90689367760942], [138.6639404806628, -34.90395296560006], [138.66394043000014, -34.90395296560006], [138.66394043000014, -34.90395290382476], [138.6615286104598, -34.9010120636182], [138.66207844651285, -34.89944776830004], [138.66184928149602, -34.89749193745005], [138.66394037933208, -34.89494244740004], [138.66394043000025, -34.89494238562492], [138.66394043000025, -34.89043681759994], [138.66394043000025, -34.89043675584987], [138.66668701200012, -34.88708827572647], [138.66668701200012, -34.88593087899992], [138.6670036536571, -34.88515885751904], [138.66943359400028, -34.88367775524995], [138.6730785378271, -34.88367775524995]]], "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#"} |
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": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "pretest", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dot-prop": {"type": "string"}}, "required": ["dot-prop"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "promise-get", "version" : "1.0.0", "description" : "Get a property from the object a promise resolves to, using a dot path", "main" : "src/index.js", "scripts" : {"lint" : "xo", "pretest" : "npm run -s lint", "test" : "ava"}, "keywords" : ["promise", "get", "dot", "path", "object", "property", "functional"], "author" : {"name" : "Joakim Carlstein", "email" : "joakim@klei.se"}, "license" : "MIT", "devDependencies" : {"ava" : "^0.1.0", "xo" : "^0.8.0"}, "repository" : "joakimbeng/promise-get", "dependencies" : {"dot-prop" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "pretest", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dot-prop": {"type": "string"}}, "required": ["dot-prop"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "repository", "dependencies"], "$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"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "description", "main", "types", "dependencies", "devDependencies", "publishConfig", "license", "repository", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@mvccore/mvccore", "version" : "0.0.7", "description" : "MvcCore", "main" : "./lib/MvcCore.js", "types" : "./lib/MvcCore.d.ts", "dependencies" : {}, "devDependencies" : {"@types/node" : "^8.0.14"}, "publishConfig" : {"access" : "public"}, "license" : "BSD-3", "repository" : {"type" : "git", "url" : "https://github.com/mvccore-js/mvccore.git"}, "author" : {"name" : "Tom Fl\u00eddr", "email" : "tomflidr@gmail.com", "url" : "https://github.com/tomFlidr"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "description", "main", "types", "dependencies", "devDependencies", "publishConfig", "license", "repository", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x18e8ac27125883b156b113c2bcbe54802a106a43", "tool" : "osiris", "start" : 1564632293.0428913, "end" : 1564632296.0383532, "duration" : 2.995461940765381, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tellina", "definition" : "A genus of marine bivalve mollusks having thin, delicate, and often handsomely colored shells."} | 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": {"hash": {"type": "string"}, "updated": {"type": "string"}, "installedModules": {"type": "object", "properties": {"github.com/hashload/horse": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "hash": {"type": "string"}, "artifacts": {"type": "object", "properties": {}, "required": []}, "failed": {"type": "boolean"}, "changed": {"type": "boolean"}}, "required": ["name", "version", "hash", "artifacts", "failed", "changed"]}}, "required": ["github.com/hashload/horse"]}}, "required": ["hash", "updated", "installedModules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "37cdf91cb63badb018c3de5698104f56", "updated" : "2019-08-29T21:18:11.080448-03:00", "installedModules" : {"github.com/hashload/horse" : {"name" : "horse", "version" : "1.6.7", "hash" : "f2d5c64f23435568e5b3e68b5fe927c4", "artifacts" : {}, "failed" : false, "changed" : false}}} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "updated": {"type": "string"}, "installedModules": {"type": "object", "properties": {"github.com/hashload/horse": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "hash": {"type": "string"}, "artifacts": {"type": "object", "properties": {}, "required": []}, "failed": {"type": "boolean"}, "changed": {"type": "boolean"}}, "required": ["name", "version", "hash", "artifacts", "failed", "changed"]}}, "required": ["github.com/hashload/horse"]}}, "required": ["hash", "updated", "installedModules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Favorites": {"type": "object", "properties": {"Favorites movies": {"type": "string"}, "Filter by title, year, rating or genre": {"type": "string"}, "Order by nothing": {"type": "string"}, "Order by Title": {"type": "string"}, "Order by Year": {"type": "string"}, "Order by Rating": {"type": "string"}, "Order by Genre": {"type": "string"}}, "required": ["Favorites movies", "Filter by title, year, rating or genre", "Order by nothing", "Order by Title", "Order by Year", "Order by Rating", "Order by Genre"]}, "Search": {"type": "object", "properties": {"Search movies": {"type": "string"}, "Search by title": {"type": "string"}, "All Types": {"type": "string"}, "Movie": {"type": "string"}, "Series": {"type": "string"}, "Game": {"type": "string"}, "Search": {"type": "string"}}, "required": ["Search movies", "Search by title", "All Types", "Movie", "Series", "Game", "Search"]}, "Detail": {"type": "object", "properties": {"Year": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Actors": {"type": "string"}, "Awards": {"type": "string"}, "Rating": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Year", "Released", "Runtime", "Genre", "Actors", "Awards", "Rating", "Type"]}, "Nav-Bar": {"type": "object", "properties": {"Movies": {"type": "string"}, "Search": {"type": "string"}, "Favorites": {"type": "string"}}, "required": ["Movies", "Search", "Favorites"]}, "NotFound": {"type": "object", "properties": {"Whops": {"type": "string"}, "MessageNotBeFound": {"type": "string"}, "MessageGoHome": {"type": "string"}}, "required": ["Whops", "MessageNotBeFound", "MessageGoHome"]}}, "required": ["Favorites", "Search", "Detail", "Nav-Bar", "NotFound"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Favorites" : {"Favorites movies" : "Favorites movies", "Filter by title, year, rating or genre" : "Filter by title, year, rating or genre", "Order by nothing" : "Order by nothing", "Order by Title" : "Order by Title", "Order by Year" : "Order by Year", "Order by Rating" : "Order by Rating", "Order by Genre" : "Order by Genre"}, "Search" : {"Search movies" : "Search movies", "Search by title" : "Search by title", "All Types" : "All Types", "Movie" : "Movie", "Series" : "Series", "Game" : "Game", "Search" : "Search"}, "Detail" : {"Year" : "Year", "Released" : "Released", "Runtime" : "Runtime", "Genre" : "Genre", "Actors" : "Actors", "Awards" : "Awards", "Rating" : "Rating", "Type" : "Type"}, "Nav-Bar" : {"Movies" : "Movies", "Search" : "Search", "Favorites" : "Favorites"}, "NotFound" : {"Whops" : "Whooops!", "MessageNotBeFound" : "The page you requested could not be found on our server", "MessageGoHome" : "Go back to the"}} | json_instruct | {"type": "object", "properties": {"Favorites": {"type": "object", "properties": {"Favorites movies": {"type": "string"}, "Filter by title, year, rating or genre": {"type": "string"}, "Order by nothing": {"type": "string"}, "Order by Title": {"type": "string"}, "Order by Year": {"type": "string"}, "Order by Rating": {"type": "string"}, "Order by Genre": {"type": "string"}}, "required": ["Favorites movies", "Filter by title, year, rating or genre", "Order by nothing", "Order by Title", "Order by Year", "Order by Rating", "Order by Genre"]}, "Search": {"type": "object", "properties": {"Search movies": {"type": "string"}, "Search by title": {"type": "string"}, "All Types": {"type": "string"}, "Movie": {"type": "string"}, "Series": {"type": "string"}, "Game": {"type": "string"}, "Search": {"type": "string"}}, "required": ["Search movies", "Search by title", "All Types", "Movie", "Series", "Game", "Search"]}, "Detail": {"type": "object", "properties": {"Year": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Actors": {"type": "string"}, "Awards": {"type": "string"}, "Rating": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Year", "Released", "Runtime", "Genre", "Actors", "Awards", "Rating", "Type"]}, "Nav-Bar": {"type": "object", "properties": {"Movies": {"type": "string"}, "Search": {"type": "string"}, "Favorites": {"type": "string"}}, "required": ["Movies", "Search", "Favorites"]}, "NotFound": {"type": "object", "properties": {"Whops": {"type": "string"}, "MessageNotBeFound": {"type": "string"}, "MessageGoHome": {"type": "string"}}, "required": ["Whops", "MessageNotBeFound", "MessageGoHome"]}}, "required": ["Favorites", "Search", "Detail", "Nav-Bar", "NotFound"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "order": {"type": "integer"}, "impact": {"type": "integer"}}, "required": ["powers", "icon", "order", "impact"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"powers" : ["toomanyorigins:dragon_breath", "origins:carnivore", "toomanyorigins:no_knockback", "toomanyorigins:weak_point", "toomanyorigins:zenith_scales"], "icon" : "minecraft:dragon_breath", "order" : 7, "impact" : 1} | json_instruct | {"type": "object", "properties": {"powers": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "order": {"type": "integer"}, "impact": {"type": "integer"}}, "required": ["powers", "icon", "order", "impact"], "$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": {"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-93xm-4rmr-qw86", "modified" : "2022-05-13T01:11:23Z", "published" : "2022-05-13T01:11:23Z", "aliases" : ["CVE-2016-9473"], "details" : "Brave Browser iOS before 1.2.18 and Brave Browser Android 1.9.56 and earlier suffer from Full Address Bar Spoofing, allowing attackers to trick a victim by displaying a malicious page for legitimate domain names.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2016-9473"}, {"type" : "WEB", "url" : "https://github.com/brave/browser-ios/pull/504"}, {"type" : "WEB", "url" : "https://hackerone.com/reports/175958"}, {"type" : "WEB", "url" : "https://cxsecurity.com/issue/WLB-2017010042"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/97155"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "custom-tests": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "custom-tests", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sailshq/lodash": {"type": "string"}, "async": {"type": "string"}, "chalk": {"type": "string"}, "flaverr": {"type": "string"}, "parley": {"type": "string"}, "prompt": {"type": "string"}, "sails-disk": {"type": "string"}, "waterline": {"type": "string"}, "waterline-utils": {"type": "string"}}, "required": ["@sailshq/lodash", "async", "chalk", "flaverr", "parley", "prompt", "sails-disk", "waterline", "waterline-utils"]}, "sails": {"type": "object", "properties": {"isHook": {"type": "boolean"}, "hookName": {"type": "string"}}, "required": ["isHook", "hookName"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "mocha": {"type": "string"}, "sails": {"type": "string"}}, "required": ["eslint", "mocha", "sails"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "sails", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sails-hook-orm", "version" : "3.0.0-1", "description" : "The ORM hook from Sails core.", "main" : "index.js", "scripts" : {"test" : "npm run lint && npm run custom-tests && echo 'Done.'", "custom-tests" : "node ./node_modules/mocha/bin/mocha test -t 15000 && echo", "lint" : "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '\u2714 Your code looks good.'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/balderdashy/sails-hook-orm.git"}, "keywords" : ["waterline", "orm", "sails", "hook", "sails-hook"], "author" : "Mike McNeil", "license" : "MIT", "bugs" : {"url" : "https://sailsjs.com/bugs"}, "homepage" : "https://sailsjs.com", "dependencies" : {"@sailshq/lodash" : "^3.10.2", "async" : "2.0.1", "chalk" : "1.1.3", "flaverr" : "^1.8.0", "parley" : "^3.3.2", "prompt" : "0.2.14", "sails-disk" : "^1.1.0", "waterline" : "git+https://github.com/lama-media/waterline.git#master", "waterline-utils" : "^1.0.0"}, "sails" : {"isHook" : true, "hookName" : "orm"}, "devDependencies" : {"eslint" : "4.11.0", "mocha" : "3.0.2", "sails" : "^1.0.0-5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "custom-tests": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "custom-tests", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sailshq/lodash": {"type": "string"}, "async": {"type": "string"}, "chalk": {"type": "string"}, "flaverr": {"type": "string"}, "parley": {"type": "string"}, "prompt": {"type": "string"}, "sails-disk": {"type": "string"}, "waterline": {"type": "string"}, "waterline-utils": {"type": "string"}}, "required": ["@sailshq/lodash", "async", "chalk", "flaverr", "parley", "prompt", "sails-disk", "waterline", "waterline-utils"]}, "sails": {"type": "object", "properties": {"isHook": {"type": "boolean"}, "hookName": {"type": "string"}}, "required": ["isHook", "hookName"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "mocha": {"type": "string"}, "sails": {"type": "string"}}, "required": ["eslint", "mocha", "sails"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "sails", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.12908, 40.271463], [-83.126812, 40.299453], [-83.107309, 40.304018], [-83.089035, 40.29989], [-83.082292, 40.29946], [-83.082961, 40.288325], [-83.094991, 40.279722], [-83.095308, 40.278698], [-83.097253, 40.278197], [-83.113093, 40.267752], [-83.118526, 40.267989], [-83.118405, 40.269653], [-83.129171, 40.270191], [-83.12908, 40.271463]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 49961}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Passirac", "circ" : "2\u00e8me circonscription", "dpt" : "Charente", "inscrits" : 162, "abs" : 78, "votants" : 84, "blancs" : 3, "nuls" : 2, "exp" : 79, "res" : [{"nuance" : "REM", "nom" : "Mme Sandra MARSAUD", "voix" : 44}, {"nuance" : "LR", "nom" : "M. Daniel SAUVAITRE", "voix" : 35}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "integer"}, "joke": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["id", "joke", "categories"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "success", "value" : {"id" : 37, "joke" : "If you spell Chuck Norris in Scrabble, you win. Forever.", "categories" : []}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "integer"}, "joke": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["id", "joke", "categories"]}}, "required": ["type", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"skeleton": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "negative_f1_score": {"type": "number"}}, "required": ["accuracy", "roc_auc", "recall", "precision", "f1_score", "negative_recall", "negative_precision", "negative_f1_score"]}}, "required": ["skeleton"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"skeleton" : {"accuracy" : 0.67125, "roc_auc" : 0.6476858533310956, "recall" : 0.4033898305084746, "precision" : 0.5776699029126213, "f1_score" : 0.4750499001996008, "negative_recall" : 0.8277227722772277, "negative_precision" : 0.7037037037037037, "negative_f1_score" : 0.7606915377616016}} | json_instruct | {"type": "object", "properties": {"skeleton": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "negative_f1_score": {"type": "number"}}, "required": ["accuracy", "roc_auc", "recall", "precision", "f1_score", "negative_recall", "negative_precision", "negative_f1_score"]}}, "required": ["skeleton"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"e\u8def\u72c2\u98d9": {"type": "string"}}, "required": ["e\u8def\u72c2\u98d9"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "vendored_frameworks": {"type": "string"}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {}}, "DZNEmptyDataSet": {"type": "array", "items": {}}, "MJRefresh": {"type": "array", "items": {}}, "YYKit": {"type": "array", "items": {}}, "MyLayout": {"type": "array", "items": {}}, "KVOController": {"type": "array", "items": {}}}, "required": ["AFNetworking", "DZNEmptyDataSet", "MJRefresh", "YYKit", "MyLayout", "KVOController"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "resources", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BSKit", "version" : "0.0.1", "summary" : "A short summary of BSKit.", "description" : "A short description of BSKit.", "homepage" : "https://github.com/hbxfnsm/BSKit.git", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"e\u8def\u72c2\u98d9" : "80470324@qq.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/hbxfnsm/BSKit.git", "tag" : "0.0.1"}, "vendored_frameworks" : "BSKit/NSMKit.framework", "resources" : "BSKit/NSMBundle.bundle", "requires_arc" : true, "dependencies" : {"AFNetworking" : [], "DZNEmptyDataSet" : [], "MJRefresh" : [], "YYKit" : [], "MyLayout" : [], "KVOController" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"e\u8def\u72c2\u98d9": {"type": "string"}}, "required": ["e\u8def\u72c2\u98d9"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "vendored_frameworks": {"type": "string"}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {}}, "DZNEmptyDataSet": {"type": "array", "items": {}}, "MJRefresh": {"type": "array", "items": {}}, "YYKit": {"type": "array", "items": {}}, "MyLayout": {"type": "array", "items": {}}, "KVOController": {"type": "array", "items": {}}}, "required": ["AFNetworking", "DZNEmptyDataSet", "MJRefresh", "YYKit", "MyLayout", "KVOController"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "vendored_frameworks", "resources", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Vitrac", "dpt" : "Cantal", "inscrits" : 252, "abs" : 65, "votants" : 187, "blancs" : 23, "nuls" : 9, "exp" : 155, "res" : [{"panneau" : "1", "voix" : 103}, {"panneau" : "2", "voix" : 52}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 3539, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 3323, "resolver_net" : "147.102.0.0/16", "ipv4_tcp" : true, "internal" : "147.102.224.243", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowUnreachableCode": {"type": "boolean"}, "allowUnusedLabels": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noUncheckedIndexedAccess": {"type": "boolean"}, "strict": {"type": "boolean"}, "declaration": {"type": "boolean"}, "noEmitOnError": {"type": "boolean"}, "outDir": {"type": "string"}, "module": {"type": "string"}, "exactOptionalPropertyTypes": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["allowUnreachableCode", "allowUnusedLabels", "noImplicitReturns", "noUncheckedIndexedAccess", "strict", "declaration", "noEmitOnError", "outDir", "module", "exactOptionalPropertyTypes", "removeComments", "target", "lib"]}}, "required": ["files", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : ["combined.ts"], "compilerOptions" : {"allowUnreachableCode" : false, "allowUnusedLabels" : false, "noImplicitReturns" : true, "noUncheckedIndexedAccess" : true, "strict" : true, "declaration" : true, "noEmitOnError" : true, "outDir" : "./dist/", "module" : "commonjs", "exactOptionalPropertyTypes" : true, "removeComments" : true, "target" : "ES2017", "lib" : ["ES2017", "DOM"]}} | json_instruct | {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowUnreachableCode": {"type": "boolean"}, "allowUnusedLabels": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noUncheckedIndexedAccess": {"type": "boolean"}, "strict": {"type": "boolean"}, "declaration": {"type": "boolean"}, "noEmitOnError": {"type": "boolean"}, "outDir": {"type": "string"}, "module": {"type": "string"}, "exactOptionalPropertyTypes": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["allowUnreachableCode", "allowUnusedLabels", "noImplicitReturns", "noUncheckedIndexedAccess", "strict", "declaration", "noEmitOnError", "outDir", "module", "exactOptionalPropertyTypes", "removeComments", "target", "lib"]}}, "required": ["files", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"223": {"type": "string"}, "224": {"type": "string"}}, "required": ["223", "224"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "126772698", "lines" : {"223" : "XSSFColor colour = ((XSSFFont)font).getXSSFColor();\n", "224" : "int fgRgb[] = rgbOnly( colour.getARgb() );\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"223": {"type": "string"}, "224": {"type": "string"}}, "required": ["223", "224"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "212", "name" : "\u5c3e\u677e", "name_kana" : "\uff75\uff8f\uff82"}, {"code" : "403", "name" : "\u5927\u90f7", "name_kana" : "\uff75\uff75\uff7b\uff84"}, {"code" : "405", "name" : "\u5927\u8861", "name_kana" : "\uff75\uff75\uff8b\uff97"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "develop", "start", "serve"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@evergreen-wc/eve-container": {"type": "string"}}, "required": ["@evergreen-wc/eve-container"]}, "devDependencies": {"type": "object", "properties": {"@greenwood/cli": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@greenwood/cli", "eslint"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "greenwood-getting-started", "version" : "1.0.0", "description" : "Repository for Greenwood's getting started guide", "scripts" : {"build" : "greenwood build", "develop" : "greenwood develop", "start" : "npm run develop", "serve" : "rimraf ./public && npm run build && cp ./admin -R ./public/admin && ws -d ./public"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thescientist13/greenwood-getting-started.git"}, "keywords" : ["Greenwood"], "author" : "Owen Buckley <owen@thegreenhouse.io>", "license" : "MIT", "bugs" : {"url" : "https://github.com/thescientist13/greenwood-getting-started/issues"}, "homepage" : "https://github.com/thescientist13/greenwood-getting-started#readme", "dependencies" : {"@evergreen-wc/eve-container" : "0.0.9"}, "devDependencies" : {"@greenwood/cli" : "^0.4.2", "eslint" : "^6.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "develop", "start", "serve"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@evergreen-wc/eve-container": {"type": "string"}}, "required": ["@evergreen-wc/eve-container"]}, "devDependencies": {"type": "object", "properties": {"@greenwood/cli": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@greenwood/cli", "eslint"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101912097, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "0b1ae5d3a4a4a2c4dd471ae880d948d5", "wof:id" : 101912097, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [2.682466, 39.654143, 2.682466, 39.654143], "geometry" : {"coordinates" : [2.682466, 39.654143], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [743.849, 188.83, 1, 726.425, 227.399, 1, 709.483, 227.686, 1, 683.03, 279.131, 1, 697.609, 322.882, 1, 742.33, 227.126, 1, 745.119, 272.198, 1, 761.761, 311.342, 1, 721.745, 320.333, 1, 759.115, 384.989, 1, 760.991, 458.626, 1, 742.888, 317.16, 1, 722.129, 386.861, 1, 699.877, 458.646, 1, 739.685, 180.863, 1, 743.597, 180.851, 1, 717.836, 182.875, 1, 384.681, 193.192, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"com.svermeulen.extenject": {"type": "string"}, "com.unity.ide.visualstudio": {"type": "string"}, "com.unity.ide.rider": {"type": "string"}, "com.unity.test-framework": {"type": "string"}, "com.unity.test-framework.performance": {"type": "string"}, "com.unity.ugui": {"type": "string"}, "jp.hadashikick.vcontainer": {"type": "string"}, "com.unity.modules.animation": {"type": "string"}, "com.unity.modules.assetbundle": {"type": "string"}, "com.unity.modules.audio": {"type": "string"}, "com.unity.modules.imageconversion": {"type": "string"}, "com.unity.modules.imgui": {"type": "string"}, "com.unity.modules.jsonserialize": {"type": "string"}, "com.unity.modules.physics": {"type": "string"}, "com.unity.modules.ui": {"type": "string"}, "com.unity.modules.uielements": {"type": "string"}, "com.unity.modules.unitywebrequest": {"type": "string"}, "com.unity.modules.vr": {"type": "string"}}, "required": ["com.svermeulen.extenject", "com.unity.ide.visualstudio", "com.unity.ide.rider", "com.unity.test-framework", "com.unity.test-framework.performance", "com.unity.ugui", "jp.hadashikick.vcontainer", "com.unity.modules.animation", "com.unity.modules.assetbundle", "com.unity.modules.audio", "com.unity.modules.imageconversion", "com.unity.modules.imgui", "com.unity.modules.jsonserialize", "com.unity.modules.physics", "com.unity.modules.ui", "com.unity.modules.uielements", "com.unity.modules.unitywebrequest", "com.unity.modules.vr"]}, "testables": {"type": "array", "items": {"type": "string"}}, "scopedRegistries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "url", "scopes"]}}}, "required": ["dependencies", "testables", "scopedRegistries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"com.svermeulen.extenject" : "9.2.0-stcf3", "com.unity.ide.visualstudio" : "2.0.9", "com.unity.ide.rider" : "3.0.6", "com.unity.test-framework" : "1.1.27", "com.unity.test-framework.performance" : "2.3.1-preview", "com.unity.ugui" : "1.0.0", "jp.hadashikick.vcontainer" : "file:../../VContainer/Assets/VContainer", "com.unity.modules.animation" : "1.0.0", "com.unity.modules.assetbundle" : "1.0.0", "com.unity.modules.audio" : "1.0.0", "com.unity.modules.imageconversion" : "1.0.0", "com.unity.modules.imgui" : "1.0.0", "com.unity.modules.jsonserialize" : "1.0.0", "com.unity.modules.physics" : "1.0.0", "com.unity.modules.ui" : "1.0.0", "com.unity.modules.uielements" : "1.0.0", "com.unity.modules.unitywebrequest" : "1.0.0", "com.unity.modules.vr" : "1.0.0"}, "testables" : ["com.unity.test-framework.performance"], "scopedRegistries" : [{"name" : "package.openupm.com", "url" : "https://package.openupm.com", "scopes" : ["com.openupm", "com.svermeulen.extenject"]}]} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"com.svermeulen.extenject": {"type": "string"}, "com.unity.ide.visualstudio": {"type": "string"}, "com.unity.ide.rider": {"type": "string"}, "com.unity.test-framework": {"type": "string"}, "com.unity.test-framework.performance": {"type": "string"}, "com.unity.ugui": {"type": "string"}, "jp.hadashikick.vcontainer": {"type": "string"}, "com.unity.modules.animation": {"type": "string"}, "com.unity.modules.assetbundle": {"type": "string"}, "com.unity.modules.audio": {"type": "string"}, "com.unity.modules.imageconversion": {"type": "string"}, "com.unity.modules.imgui": {"type": "string"}, "com.unity.modules.jsonserialize": {"type": "string"}, "com.unity.modules.physics": {"type": "string"}, "com.unity.modules.ui": {"type": "string"}, "com.unity.modules.uielements": {"type": "string"}, "com.unity.modules.unitywebrequest": {"type": "string"}, "com.unity.modules.vr": {"type": "string"}}, "required": ["com.svermeulen.extenject", "com.unity.ide.visualstudio", "com.unity.ide.rider", "com.unity.test-framework", "com.unity.test-framework.performance", "com.unity.ugui", "jp.hadashikick.vcontainer", "com.unity.modules.animation", "com.unity.modules.assetbundle", "com.unity.modules.audio", "com.unity.modules.imageconversion", "com.unity.modules.imgui", "com.unity.modules.jsonserialize", "com.unity.modules.physics", "com.unity.modules.ui", "com.unity.modules.uielements", "com.unity.modules.unitywebrequest", "com.unity.modules.vr"]}, "testables": {"type": "array", "items": {"type": "string"}}, "scopedRegistries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "url", "scopes"]}}}, "required": ["dependencies", "testables", "scopedRegistries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Elicit", "definitions" : ["Evoke or draw out (a reaction, answer, or fact) from someone.", "Draw forth (something that is latent or potential) into existence."], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "description", "main", "license", "homepage", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "google_feed_reader", "description" : "Feed Reader app with Google API and the test suites", "main" : "index.js", "license" : "ISC", "homepage" : "", "private" : true, "dependencies" : {"jquery" : "^3.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "description", "main", "license", "homepage", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "website", "email", "provider", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fachschule f\u00fcr Sozialwesen Fachrichtung Sozialp\u00e4dagogik (Schule in freier Tr\u00e4gerschaft)", "id" : "SN-4451514-0", "address" : " Hohmannstra\u00dfe\u00a07b 04129\u00a0Leipzig\u00a0OT\u00a0Zentrum ", "school_type" : "Fachschule", "legal_status" : 1, "fax" : "0341/9042499 ", "phone" : "0341/904240 ", "website" : "http://www.heimerer.de", "email" : "leipzig@heimerer.de", "provider" : "Sozialpflegeschulen Heimerer GmbH", "director" : "Herr\u00a0Gresens, Ronald", "full_time_school" : false, "profile" : {"students" : {"2013" : [], "2014" : [], "2015" : []}, "teacher" : []}, "programs" : {"programs" : []}, "partner" : [], "state" : "SN", "lon" : 12.388602, "lat" : 51.359264} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "provider": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "website", "email", "provider", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$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" : 404426733, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "5da018ad542fae0fb92ff8cecfb2b944", "wof:id" : 404426733, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.43244145584611, 49.61690483633244, 2.47812264063221, 49.64114109530849], "geometry" : {"coordinates" : [[[2.47195074007765, 49.61837319397424], [2.45887008176209, 49.62193717597879], [2.44101191098505, 49.61690483633244], [2.43658323895741, 49.61841208117003], [2.43244145584611, 49.62772068554761], [2.45289714237531, 49.64114109530849], [2.456752535834, 49.63511065709803], [2.46556372630043, 49.63798935752556], [2.47336740456322, 49.63531855713201], [2.46681217746599, 49.62704057805597], [2.47812264063221, 49.62079023393301], [2.47195074007765, 49.61837319397424]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x5102791ca02fc3595398400bfe0e33d7b6c82267", "tool" : "osiris", "start" : 1564573812.5356839, "end" : 1564573936.6258235, "duration" : 124.09013962745667, "analysis" : [{"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "BasicToken"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "Claimable"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "Crowdsale"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "LeadcoinCrowdsale"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "LeadcoinSmartToken"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "LimitedTransferBancorSmartToken"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "MintableToken"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "StandardToken"}, {"errors" : [], "file" : "/unique_chucks/2/0x5102791ca02fc3595398400bfe0e33d7b6c82267.sol", "name" : "TokenHolder"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ryan": {"type": "string"}}, "required": ["Ryan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RMRefresh", "version" : "1.0.1", "summary" : "The easiest way to use pull-to-refresh", "homepage" : "https://github.com/Ryan0520/RMRefresh", "license" : "MIT", "authors" : {"Ryan" : "CoderRxShen@126.com"}, "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/Ryan0520/RMRefresh.git", "tag" : "1.0.1"}, "source_files" : "RMRefresh/RMRefresh/Classes/refreshDemo/**/*.{h,m}", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Ryan": {"type": "string"}}, "required": ["Ryan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SolverName" : "BARON", "ObjBound" : 2.28645403617, "SolveTime" : 6.52, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "77_sigmoid_5_3_4", "SolveTimeRaw" : 6.753999948501587, "CompletedSolveTime" : 100.0, "ObjValue" : 2.286682681569229, "Error" : false, "TerminationStatus" : "LOCALLY_SOLVED"} | json_instruct | {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$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.