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"}, "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": {"Viktor Kiver": {"type": "string"}}, "required": ["Viktor Kiver"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "exclude_files": {"type": "string"}, "deprecated": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "ios", "source", "exclude_files", "deprecated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "VKUtils", "version" : "0.0.2", "summary" : "Summary: A short description of VKUtils.", "description" : "Description: A short description of VKUtils.", "homepage" : "https://github.com/victorkiver", "license" : {"type" : "MIT", "file" : "license"}, "authors" : {"Viktor Kiver" : "[email protected]"}, "platforms" : {"ios" : "8.0"}, "ios" : {"vendored_frameworks" : "VKUtils.framework"}, "source" : {"http" : "https://www.dropbox.com/s/atsa9m2200txwhu/VKUtils.zip?dl=0"}, "exclude_files" : "Classes/Exclude", "deprecated" : true}
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": {"Viktor Kiver": {"type": "string"}}, "required": ["Viktor Kiver"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "exclude_files": {"type": "string"}, "deprecated": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "ios", "source", "exclude_files", "deprecated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cologneblue.css": {"type": "string"}, "cologneblue.js": {"type": "string"}, "skinname-cologneblue": {"type": "string"}}, "required": ["@metadata", "cologneblue.css", "cologneblue.js", "skinname-cologneblue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Fulup"]}, "cologneblue.css" : "/* Talvezout a raio ar CSS lakaet ama\u00f1 evit implijerien ar gwiskadur Glaz Kologn */", "cologneblue.js" : "/* Kement JavaScript ama\u00f1 a vo karget evit an implijerien a ra gant ar gwiskadur Glaz Kologn */", "skinname-cologneblue" : "Glaz Kologn"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cologneblue.css": {"type": "string"}, "cologneblue.js": {"type": "string"}, "skinname-cologneblue": {"type": "string"}}, "required": ["@metadata", "cologneblue.css", "cologneblue.js", "skinname-cologneblue"], "$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"}, "DisplayName": {"type": "string"}, "Username": {"type": "string"}, "Level": {"type": "integer"}, "XP": {"type": "integer"}, "Developer": {"type": "boolean"}}, "required": ["Id", "DisplayName", "Username", "Level", "XP", "Developer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : 2499501646, "DisplayName" : "James999445", "Username" : "James999445", "Level" : 1, "XP" : 0, "Developer" : false}
json_instruct
{"type": "object", "properties": {"Id": {"type": "integer"}, "DisplayName": {"type": "string"}, "Username": {"type": "string"}, "Level": {"type": "integer"}, "XP": {"type": "integer"}, "Developer": {"type": "boolean"}}, "required": ["Id", "DisplayName", "Username", "Level", "XP", "Developer"], "$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": {"build": {"type": "string"}, "start-dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start-dev", "start"]}, "bin": {"type": "object", "properties": {"spring-g": {"type": "string"}}, "required": ["spring-g"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/figlet": {"type": "string"}, "@types/inquirer": {"type": "string"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "@types/mustache": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/figlet", "@types/inquirer", "@types/node", "@types/yargs", "@types/mustache", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "clear": {"type": "string"}, "figlet": {"type": "string"}, "inquirer": {"type": "string"}, "mustache": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "clear", "figlet", "inquirer", "mustache", "yargs"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "devDependencies", "dependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spring-g", "version" : "1.0.0", "description" : "", "main" : "dist/index.js", "scripts" : {"build" : "tsc", "start-dev" : "nodemon --exec ts-node src/index.ts", "start" : "tsc && node ."}, "bin" : {"spring-g" : "bin/index.js"}, "keywords" : [], "author" : "Luis Granada", "license" : "MIT", "devDependencies" : {"@types/figlet" : "^1.2.0", "@types/inquirer" : "^6.5.0", "@types/node" : "^13.7.7", "@types/yargs" : "^15.0.4", "@types/mustache" : "^4.0.1", "ts-node" : "^8.6.2", "ts-node-dev" : "^1.0.0-pre.44", "typescript" : "^3.8.3"}, "dependencies" : {"chalk" : "^3.0.0", "clear" : "^0.1.0", "figlet" : "^1.3.0", "inquirer" : "^7.0.5", "mustache" : "^4.0.0", "yargs" : "^15.1.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/1213lego/spring-generator.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start-dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start-dev", "start"]}, "bin": {"type": "object", "properties": {"spring-g": {"type": "string"}}, "required": ["spring-g"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/figlet": {"type": "string"}, "@types/inquirer": {"type": "string"}, "@types/node": {"type": "string"}, "@types/yargs": {"type": "string"}, "@types/mustache": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/figlet", "@types/inquirer", "@types/node", "@types/yargs", "@types/mustache", "ts-node", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "clear": {"type": "string"}, "figlet": {"type": "string"}, "inquirer": {"type": "string"}, "mustache": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "clear", "figlet", "inquirer", "mustache", "yargs"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "devDependencies", "dependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"divisionCode" : 510183100, "post" : "611530", "divisionName" : "\u4e34\u909b\u9547", "isLeaf" : 1}, {"divisionCode" : 510183101, "post" : "611530", "divisionName" : "\u7f8a\u5b89\u9547", "isLeaf" : 1}, {"divisionCode" : 510183102, "post" : "611530", "divisionName" : "\u725f\u793c\u9547", "isLeaf" : 1}, {"divisionCode" : 510183103, "post" : "611530", "divisionName" : "\u6851\u56ed\u9547", "isLeaf" : 1}, {"divisionCode" : 510183104, "post" : "611530", "divisionName" : "\u5e73\u4e50\u9547", "isLeaf" : 1}, {"divisionCode" : 510183105, "post" : "611530", "divisionName" : "\u5939\u5173\u9547", "isLeaf" : 1}, {"divisionCode" : 510183106, "post" : "611530", "divisionName" : "\u706b\u4e95\u9547", "isLeaf" : 1}, {"divisionCode" : 510183107, "post" : "611530", "divisionName" : "\u6c34\u53e3\u9547", "isLeaf" : 1}, {"divisionCode" : 510183108, "post" : "611530", "divisionName" : "\u56fa\u9a7f\u9547", "isLeaf" : 1}, {"divisionCode" : 510183109, "post" : "611530", "divisionName" : "\u5189\u4e49\u9547", "isLeaf" : 1}, {"divisionCode" : 510183110, "post" : "611530", "divisionName" : "\u56de\u9f99\u9547", "isLeaf" : 1}, {"divisionCode" : 510183111, "post" : "611530", "divisionName" : "\u9ad8\u57c2\u9547", "isLeaf" : 1}, {"divisionCode" : 510183112, "post" : "611530", "divisionName" : "\u524d\u8fdb\u9547", "isLeaf" : 1}, {"divisionCode" : 510183113, "post" : "611530", "divisionName" : "\u9ad8\u4f55\u9547", "isLeaf" : 1}, {"divisionCode" : 510183115, "post" : "611530", "divisionName" : "\u4e34\u6d4e\u9547", "isLeaf" : 1}, {"divisionCode" : 510183116, "post" : "611530", "divisionName" : "\u5367\u9f99\u9547", "isLeaf" : 1}, {"divisionCode" : 510183118, "post" : "611530", "divisionName" : "\u5929\u53f0\u5c71\u9547", "isLeaf" : 1}, {"divisionCode" : 510183120, "post" : "611530", "divisionName" : "\u5b9d\u6797\u9547", "isLeaf" : 1}, {"divisionCode" : 510183201, "post" : "611530", "divisionName" : "\u8336\u56ed\u4e61", "isLeaf" : 1}, {"divisionCode" : 510183206, "post" : "611530", "divisionName" : "\u9053\u4f50\u4e61", "isLeaf" : 1}, {"divisionCode" : 510183209, "post" : "611530", "divisionName" : "\u6cb9\u69a8\u4e61", "isLeaf" : 1}, {"divisionCode" : 510183211, "post" : "611530", "divisionName" : "\u5357\u5b9d\u4e61", "isLeaf" : 1}, {"divisionCode" : 510183212, "post" : "611530", "divisionName" : "\u5927\u540c\u4e61", "isLeaf" : 1}, {"divisionCode" : 510183214, "post" : "611530", "divisionName" : "\u5b54\u660e\u4e61", "isLeaf" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : "4092", "name" : "PixelFreak #04092", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmV9etwnoU9kv8jPVNf9uc1VJLi12uUupwxpsWFP3471z2", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Magic Bean"}, {"trait_type" : "eyes", "value" : "Crying"}, {"trait_type" : "head", "value" : "Devil"}, {"trait_type" : "nose", "value" : "Pig"}, {"trait_type" : "extra", "value" : "Shaman"}, {"trait_type" : "mouth", "value" : "Happy"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "None", "count" : 9511, "ratio" : 0.9511, "ratioScore" : 1.0514141520344864}, {"trait_type" : "body", "value" : "Magic Bean", "count" : 63, "ratio" : 0.0063, "ratioScore" : 158.73015873015873}, {"trait_type" : "eyes", "value" : "Crying", "count" : 323, "ratio" : 0.0323, "ratioScore" : 30.959752321981423}, {"trait_type" : "head", "value" : "Devil", "count" : 207, "ratio" : 0.0207, "ratioScore" : 48.309178743961354}, {"trait_type" : "nose", "value" : "Pig", "count" : 1243, "ratio" : 0.1243, "ratioScore" : 8.045052292839904}, {"trait_type" : "extra", "value" : "Shaman", "count" : 342, "ratio" : 0.0342, "ratioScore" : 29.239766081871345}, {"trait_type" : "mouth", "value" : "Happy", "count" : 434, "ratio" : 0.0434, "ratioScore" : 23.04147465437788}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 301.41900646133143, "rank" : 1178}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "rootSuiteTitle": {"type": "string"}}, "required": ["mochaFile", "jenkinsMode", "rootSuiteTitle"]}}, "required": ["reporterEnabled", "reporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reporterEnabled" : "spec, mocha-junit-reporter", "reporterOptions" : {"mochaFile" : "cypress/results/results-[hash].xml", "jenkinsMode" : true, "rootSuiteTitle" : "e2e tests"}}
json_instruct
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "reporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "rootSuiteTitle": {"type": "string"}}, "required": ["mochaFile", "jenkinsMode", "rootSuiteTitle"]}}, "required": ["reporterEnabled", "reporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mytemplatebasic", "displayName" : "mytemplatebasic"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}}, "required": ["64bit", "32bit"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "bin": {"type": "string"}, "persist": {"type": "string"}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["version", "description", "homepage", "license", "architecture", "shortcuts", "bin", "persist", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "4.4.2", "description" : "Run the program with the specified permission level on Windows.", "homepage" : "https://github.com/M2Team/Privexec", "license" : "MIT", "architecture" : {"64bit" : {"url" : "https://github.com/M2Team/Privexec/releases/download/4.4.2/Privexec-4.4.2-win-x64.zip", "hash" : "c7b7a0ed0e0f8aac807cfe7547e82bba1c4a7532637ec725ff7d42bf704a05ea", "extract_dir" : "Privexec-4.4.2-win-x64"}, "32bit" : {"url" : "https://github.com/M2Team/Privexec/releases/download/4.4.2/Privexec-4.4.2-win-x86.zip", "hash" : "9ee6142a44e8635d2532ab64167f537b85d103a02095d3fef6296abe1e96e692", "extract_dir" : "Privexec-4.4.2-win-x86"}}, "shortcuts" : [["Privexec.exe", "Privexec"], ["AppExec.exe", "Privexec AppContainer Exec"]], "bin" : "wsudo.exe", "persist" : "Privexec.json", "checkver" : {"url" : "https://github.com/M2Team/Privexec/releases/latest", "regex" : "/releases/tag/([\\w-.]+)\""}, "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://github.com/M2Team/Privexec/releases/download/$version/Privexec-$matchHead-win-x64.zip", "extract_dir" : "Privexec-$matchHead-win-x64"}, "32bit" : {"url" : "https://github.com/M2Team/Privexec/releases/download/$version/Privexec-$matchHead-win-x86.zip", "extract_dir" : "Privexec-$matchHead-win-x86"}}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}}, "required": ["64bit", "32bit"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "bin": {"type": "string"}, "persist": {"type": "string"}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["version", "description", "homepage", "license", "architecture", "shortcuts", "bin", "persist", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MALEEN", "frequency" : 3, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"oq" : "0", "q" : "3830", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1614499200000, "wptn" : "5", "z" : "167"}, {"oq" : "0", "q" : "1680", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1614499200000, "wptn" : "5", "z" : "173.34"}, {"oq" : "0", "q" : "6160", "rvnm" : "\u957f\u6c5f", "stcd" : "60107300", "stnm" : "\u5b9c\u660c", "tm" : 1614499200000, "wptn" : "6", "z" : "39.48"}, {"oq" : "0", "q" : "6600", "rvnm" : "\u957f\u6c5f", "stcd" : "60108300", "stnm" : "\u6c99\u5e02", "tm" : 1614499200000, "wptn" : "4", "z" : "30.04"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60111200", "stnm" : "\u57ce\u9675\u77f6(\u83b2)", "tm" : 1614499200000, "wptn" : "6", "z" : "21.35"}, {"oq" : "0", "q" : "11900", "rvnm" : "\u957f\u6c5f", "stcd" : "60112200", "stnm" : "\u6c49\u53e3", "tm" : 1614499200000, "wptn" : "5", "z" : "14.76"}, {"oq" : "0", "q" : "12300", "rvnm" : "\u957f\u6c5f", "stcd" : "60113400", "stnm" : "\u4e5d\u6c5f", "tm" : 1614499200000, "wptn" : "5", "z" : "9.235"}, {"oq" : "0", "q" : "13300", "rvnm" : "\u957f\u6c5f", "stcd" : "60115000", "stnm" : "\u5927\u901a", "tm" : 1614499200000, "wptn" : "4", "z" : "5.66"}, {"oq" : "0", "q" : "5120", "rvnm" : "\u6d1e\u5ead\u6e56", "stcd" : "61512000", "stnm" : "\u57ce\u9675\u77f6(\u4e03)", "tm" : 1614499200000, "wptn" : "6", "z" : "21.4"}, {"oq" : "0", "q" : "1290", "rvnm" : "\u9131\u9633\u6e56", "stcd" : "62601600", "stnm" : "\u6e56\u53e3", "tm" : 1614499200000, "wptn" : "5", "z" : "8.317"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60107000", "stnm" : "\u8305\u576a(\u4e8c)", "tm" : 1614499200000, "wptn" : "5", "z" : "166.758"}, {"oq" : "5510", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60106980", "stnm" : "\u4e09\u5ce1\u6c34\u5e93", "tm" : 1614499200000, "wptn" : "5", "z" : "166.76"}, {"oq" : "0", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802500", "stnm" : "\u9f99\u738b\u5e99", "tm" : 1614495600000, "wptn" : "6", "z" : "160.36"}, {"oq" : "1020", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802700", "stnm" : "\u4e39\u6c5f\u53e3\u6c34\u5e93", "tm" : 1614495600000, "wptn" : "6", "z" : "160.36"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "Sainghin-en-M\u00e9lantois", "circ" : "6\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 2189, "abs" : 897, "votants" : 1292, "blancs" : 18, "nuls" : 2, "exp" : 1272, "res" : [{"nuance" : "REM", "nom" : "Mme Charlotte LECOCQ", "voix" : 544}, {"nuance" : "LR", "nom" : "M. Thierry LAZARO", "voix" : 344}, {"nuance" : "FN", "nom" : "M. Eric CATTELIN-DENU", "voix" : 141}, {"nuance" : "FI", "nom" : "Mme Amandine FOUILLARD", "voix" : 107}, {"nuance" : "RDG", "nom" : "M. Didier CHASTANET", "voix" : 34}, {"nuance" : "ECO", "nom" : "Mme Maryse FABER-ROSSI", "voix" : 33}, {"nuance" : "DVD", "nom" : "M. Romain SARELS", "voix" : 31}, {"nuance" : "DIV", "nom" : "M. Jean-Marc GERARD", "voix" : 10}, {"nuance" : "COM", "nom" : "Mme Nadine SAVARY-CANTELOUP", "voix" : 10}, {"nuance" : "ECO", "nom" : "Mme Isabelle COLAS", "voix" : 9}, {"nuance" : "DIV", "nom" : "Mme Anne LEFEVRE", "voix" : 4}, {"nuance" : "EXG", "nom" : "Mme L\u00e9a DEMORY", "voix" : 3}, {"nuance" : "DVD", "nom" : "Mme Agn\u00e8s LEFEBVRE", "voix" : 2}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021853": {"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": ["E01021853"]}, "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" : {"E01021853" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00111006", "LAD11CD" : "E07000073"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00111007", "LAD11CD" : "E07000073"}, "arcs" : [[-1, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00111011", "LAD11CD" : "E07000073"}, "arcs" : [[6, -3, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00111014", "LAD11CD" : "E07000073"}, "arcs" : [[-4, -7, 8]]}]}}, "arcs" : [[[7709, 6228], [-716, -363], [693, -1568], [645, 174], [183, -214], [136, -642], [-157, -305], [412, -111], [-192, -533], [437, 6], [314, 432], [442, -123]], [[9906, 2981], [93, -423], [-1631, -367]], [[8368, 2191], [-1003, -334]], [[7365, 1857], [-877, -402], [-464, 882], [-900, -183], [-214, -315]], [[4910, 1839], [-1135, -554], [39, -182], [-237, 261], [129, 337], [-783, 493], [-178, 657], [-454, 629], [-785, 661], [-1199, 1473], [-307, 1779], [514, 44], [147, -213], [27, 351], [241, -112], [52, 213], [263, 53], [1138, -510], [333, -234], [509, 140], [392, -244], [757, 32], [700, 444], [495, 619], [674, 138], [1687, 1885], [579, -1501], [-1703, -1010], [538, -999], [366, -261]], [[7709, 6228], [305, 268], [599, -637], [1198, -2453], [95, -425]], [[7109, 492], [-186, 406], [787, 212], [125, 279], [-82, 347], [-388, 121]], [[8368, 2191], [451, -459], [-297, -407], [135, -448], [226, -89], [-690, -142], [299, -546], [-370, -100], [-175, 359], [-365, -98], [-18, 252], [-463, -84], [8, 63]], [[7109, 492], [-488, -296], [-88, 218], [-354, -22], [3, 355], [-653, 117], [-619, 975]]], "transform" : {"scale" : [2.202937087247525e-06, 1.5050676287088076e-06], "translate" : [0.089793456695206, 51.77287346669638]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021853": {"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": ["E01021853"]}, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "author", "main", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "docker_yo_app", "version" : "0.0.0", "description" : "Easy webcam detections using Deep Learning", "author" : "Mattias Fornander <[email protected]>", "main" : "server.js", "private" : true, "scripts" : {"start" : "node server.js"}, "dependencies" : {"express" : "^4.16.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "author", "main", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"RatedIForIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["RatedIForIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"RatedIForIndex" : ["AvoidTheDreadedGRating", "ContentWarnings", "GRatedDrug", "GRatedMentalIllness", "GRatedSex", "GRatedStoner", "RatedGForGangsta", "RatedMForManly", "RatedMForMoney", "RRatedOpening", "SameContentDifferentRating", "UnratedEdition", "WhatDoYouMeanItsForKids", "WhatDoYouMeanItsNotForKids", "AnimationAgeGhetto"]}
json_instruct
{"type": "object", "properties": {"RatedIForIndex": {"type": "array", "items": {"type": "string"}}}, "required": ["RatedIForIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "null"}, "cost": {"type": "integer"}, "status": {"type": "string"}, "segments": {"type": "array", "items": {}}, "last_modified": {"type": "integer"}, "descriptor": {"type": "string"}, "create_time": {"type": "null"}, "input_records_size": {"type": "integer"}, "size_kb": {"type": "integer"}, "source_records_count": {"type": "integer"}}, "required": ["uuid", "name", "owner", "cost", "status", "segments", "last_modified", "descriptor", "create_time", "input_records_size", "size_kb", "source_records_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "daa53e80-41be-49a5-89ca-9fb7294db186", "name" : "test_kylin_ii_left_join", "owner" : null, "cost" : 10, "status" : "DISABLED", "segments" : [], "last_modified" : 1420016227424, "descriptor" : "test_kylin_ii_left_join_desc", "create_time" : null, "input_records_size" : 0, "size_kb" : 0, "source_records_count" : 0}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "null"}, "cost": {"type": "integer"}, "status": {"type": "string"}, "segments": {"type": "array", "items": {}}, "last_modified": {"type": "integer"}, "descriptor": {"type": "string"}, "create_time": {"type": "null"}, "input_records_size": {"type": "integer"}, "size_kb": {"type": "integer"}, "source_records_count": {"type": "integer"}}, "required": ["uuid", "name", "owner", "cost", "status", "segments", "last_modified", "descriptor", "create_time", "input_records_size", "size_kb", "source_records_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xuncai/demo", "description" : "test", "type" : "project", "license" : "mit", "authors" : [{"name" : "xuncai", "email" : "[email protected]"}], "minimum-stability" : "dev", "require" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-requirejs": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-compass": {"type": "string"}}, "required": ["grunt", "grunt-contrib-requirejs", "grunt-contrib-uglify", "grunt-contrib-clean", "grunt-contrib-compass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "iris-client", "version" : "0.0.1", "description" : "Client libraries for iris.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/rishihahs/iris-client.git"}, "keywords" : ["chat", "iris"], "author" : "Rishi Shah <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/rishihahs/iris-client/issues"}, "devDependencies" : {"grunt" : "~0.4.1", "grunt-contrib-requirejs" : "~0.4.1", "grunt-contrib-uglify" : "~0.2.5", "grunt-contrib-clean" : "~0.5.0", "grunt-contrib-compass" : "~0.6.0"}}
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"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-requirejs": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-compass": {"type": "string"}}, "required": ["grunt", "grunt-contrib-requirejs", "grunt-contrib-uglify", "grunt-contrib-clean", "grunt-contrib-compass"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["$schema", "$id", "type", "title", "description", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema", "$id" : "https://github.com/microsoft/AzureTRE/templates/shared_services/gitea/template_schema.json", "type" : "object", "title" : "Gitea Shared Service", "description" : "Provides Gitea shared service", "required" : [], "properties" : {}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {}}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["$schema", "$id", "type", "title", "description", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"f" : "SBT", "o" : "11:0", "c" : "SB", "n" : "Central Pacific {c} Time"}
json_instruct
{"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"@orbit/coordinator": {"type": "string"}, "@orbit/data": {"type": "string"}, "@orbit/indexeddb": {"type": "string"}, "@orbit/memory": {"type": "string"}, "@orbit/records": {"type": "string"}, "dayjs": {"type": "string"}, "lodash": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["@orbit/coordinator", "@orbit/data", "@orbit/indexeddb", "@orbit/memory", "@orbit/records", "dayjs", "lodash", "vue", "vue-router"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "pug": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "ts-essentials": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@types/lodash", "@types/node", "@vitejs/plugin-vue", "@vue/compiler-sfc", "pug", "sass", "sass-loader", "ts-essentials", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "time-tracker", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build"}, "dependencies" : {"@orbit/coordinator" : "0.17.0-beta.20", "@orbit/data" : "0.17.0-beta.20", "@orbit/indexeddb" : "0.17.0-beta.23", "@orbit/memory" : "0.17.0-beta.23", "@orbit/records" : "0.17.0-beta.21", "dayjs" : "1.10.6", "lodash" : "4.17.21", "vue" : "3.1.5", "vue-router" : "4.0.10"}, "devDependencies" : {"@types/lodash" : "4.14.171", "@types/node" : "14.17.5", "@vitejs/plugin-vue" : "1.2.5", "@vue/compiler-sfc" : "3.1.5", "pug" : "3.0.2", "sass" : "1.35.2", "sass-loader" : "12.1.0", "ts-essentials" : "7.0.2", "typescript" : "4.3.5", "vite" : "2.4.3", "vue-tsc" : "0.0.26"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "dependencies": {"type": "object", "properties": {"@orbit/coordinator": {"type": "string"}, "@orbit/data": {"type": "string"}, "@orbit/indexeddb": {"type": "string"}, "@orbit/memory": {"type": "string"}, "@orbit/records": {"type": "string"}, "dayjs": {"type": "string"}, "lodash": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["@orbit/coordinator", "@orbit/data", "@orbit/indexeddb", "@orbit/memory", "@orbit/records", "dayjs", "lodash", "vue", "vue-router"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "@vue/compiler-sfc": {"type": "string"}, "pug": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "ts-essentials": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@types/lodash", "@types/node", "@vitejs/plugin-vue", "@vue/compiler-sfc", "pug", "sass", "sass-loader", "ts-essentials", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "name": {"type": "string"}, "namespace": {"type": "string"}, "type": {"type": "string"}}, "required": ["fields", "name", "namespace", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fields" : [{"name" : "foo", "type" : "string"}, {"name" : "bar", "type" : "string"}], "name" : "foobartest", "namespace" : "testnamespace", "type" : "record"}
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "name": {"type": "string"}, "namespace": {"type": "string"}, "type": {"type": "string"}}, "required": ["fields", "name", "namespace", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"edits": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "line": {"type": "integer"}, "faulty": {"type": "string"}, "type": {"type": "string"}}, "required": ["path", "line", "faulty", "type"]}}, "patch": {"type": "string"}}, "required": ["edits", "patch"]}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"repair_end" : "2019-08-12 22:34:46.320848", "repair_begin" : "2019-08-12 22:17:11.153403", "patches" : [{"edits" : [{"path" : "src/com/google/javascript/rhino/Node.java", "line" : 1411, "faulty" : "return res;", "type" : "InsertReturn true"}], "patch" : "--- /tmp/Kali_Defects4J_Closure_76/src/com/google/javascript/rhino/Node.java\t2018-12-01 19:59:32.566148849 -0500\n+++ /tmp/Kali_Defects4J_Closure_76/patches_zn81/Patch_15/patched/tmp/Kali_Defects4J_Closure_76/src/com/google/javascript/rhino/Node.java\t2018-12-01 20:04:00.136988865 -0500\n@@ -1408,7 +1408,9 @@\n }\n res = n.checkTreeEqualsImpl(n2);\n if (res != null) {\n- return res;\n+ if (true)\n+\t\t\treturn null;\n+\t\treturn res;\n }\n }\n return res;\n\n\n"}]}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"edits": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "line": {"type": "integer"}, "faulty": {"type": "string"}, "type": {"type": "string"}}, "required": ["path", "line", "faulty", "type"]}}, "patch": {"type": "string"}}, "required": ["edits", "patch"]}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"nres": {"type": "integer"}}, "required": ["nres"]}, "_tibanna": {"type": "object", "properties": {"run_type": {"type": "string"}, "run_id": {"type": "string"}, "env": {"type": "string"}, "run_name": {"type": "string"}}, "required": ["run_type", "run_id", "env", "run_name"]}, "output_bucket": {"type": "string"}, "input_files": {"type": "array", "items": {"type": "object", "properties": {"workflow_argument_name": {"type": "string"}, "bucket_name": {"type": "string"}, "uuid": {"type": "string"}, "object_key": {"type": "string"}}, "required": ["workflow_argument_name", "bucket_name", "uuid", "object_key"]}}, "workflow_uuid": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["parameters", "_tibanna", "output_bucket", "input_files", "workflow_uuid", "app_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"nres" : 13}, "_tibanna" : {"run_type" : "extract-mcool-normvector-for-juicebox", "run_id" : "mcoolnormv_dciclab_rao12", "env" : "fourfront-webdev", "run_name" : "mcoolnormv_rao12"}, "output_bucket" : "elasticbeanstalk-fourfront-webdev-wfoutput", "input_files" : [{"workflow_argument_name" : "input_mcool", "bucket_name" : "elasticbeanstalk-fourfront-webdev-wfoutput", "uuid" : "1a4b4ab4-8c26-45f5-9917-2efd84c9952f", "object_key" : "4DNFIIRTBVTC.mcool"}], "workflow_uuid" : "441b46f5-5193-41ee-a90e-c7a74fbb65c1", "app_name" : "extract-mcool-normvector-for-juicebox/2"}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"nres": {"type": "integer"}}, "required": ["nres"]}, "_tibanna": {"type": "object", "properties": {"run_type": {"type": "string"}, "run_id": {"type": "string"}, "env": {"type": "string"}, "run_name": {"type": "string"}}, "required": ["run_type", "run_id", "env", "run_name"]}, "output_bucket": {"type": "string"}, "input_files": {"type": "array", "items": {"type": "object", "properties": {"workflow_argument_name": {"type": "string"}, "bucket_name": {"type": "string"}, "uuid": {"type": "string"}, "object_key": {"type": "string"}}, "required": ["workflow_argument_name", "bucket_name", "uuid", "object_key"]}}, "workflow_uuid": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["parameters", "_tibanna", "output_bucket", "input_files", "workflow_uuid", "app_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["questionary"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3209161, "parent" : 3209, "name" : "TENGAH TANI", "latitude" : "-6.7022750000543", "longitude" : "108.52408056939", "postal" : [45642, 45168], "children" : [3209161001, 3209161002, 3209161003, 3209161004, 3209161005, 3209161006, 3209161007, 3209161008]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "ops": {"type": "object", "properties": {"nop": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "exc": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "incr": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "decr": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "add": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "sub": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "or": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "results": {"type": "string"}}, "required": ["name", "info", "args", "results"]}}, "required": ["nop", "exc", "incr", "decr", "add", "sub", "or"]}, "onerror": {"type": "string"}}, "required": ["name", "ops", "onerror"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "LALU Improved", "ops" : {"nop" : {"name" : "No Operation", "info" : "Does nothing", "args" : [], "result" : "function() { return [ '00000000', 'no operation']; }"}, "exc" : {"name" : "Exchange", "info" : "Exchange the values of the A and B registers", "args" : [], "result" : "function() { return [ '00000001', 'swap values of A and B' ]; }"}, "incr" : {"name" : "Increment", "info" : "Adds 1 to A", "args" : [], "result" : "function() { return [ '00000002', 'A + 1 -> A']; }"}, "decr" : {"name" : "Decrement", "info" : "Subtracts 1 from A", "args" : [], "result" : "function() { return [ '00000003', 'A - 1 -> A']; }"}, "add" : {"name" : "Add", "info" : "Add registers A and B together and store in A", "args" : [], "result" : "function() { return [ '00001000', 'A + B -> A' ]; }"}, "sub" : {"name" : "Subtract", "info" : "Substract B from A and store result in A", "args" : [], "result" : "function() { return [ '00000110', 'A - B -> A' ]; }"}, "or" : {"name" : "Or", "info" : "Tests if A or B are greater than 0 and stores the result in A", "args" : [], "results" : "function() { return [ '00001000', 'A or B -> A' ]; }"}}, "onerror" : "00000000"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "ops": {"type": "object", "properties": {"nop": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "exc": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "incr": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "decr": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "add": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "sub": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "result": {"type": "string"}}, "required": ["name", "info", "args", "result"]}, "or": {"type": "object", "properties": {"name": {"type": "string"}, "info": {"type": "string"}, "args": {"type": "array", "items": {}}, "results": {"type": "string"}}, "required": ["name", "info", "args", "results"]}}, "required": ["nop", "exc", "incr", "decr", "add", "sub", "or"]}, "onerror": {"type": "string"}}, "required": ["name", "ops", "onerror"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["pigsteel:pigsteel_nugget"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"created": {"type": "integer"}, "log": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string"}, "ipaddress": {"type": "string"}, "userid": {"type": "boolean"}, "time": {"type": "string"}}, "required": ["type", "message", "ipaddress", "userid", "time"]}}}, "required": ["created", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created" : 1558497298, "log" : [{"type" : "default", "message" : "hello", "ipaddress" : "localhost", "userid" : false, "time" : "2019-05-22 06:01:21"}]}
json_instruct
{"type": "object", "properties": {"created": {"type": "integer"}, "log": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "message": {"type": "string"}, "ipaddress": {"type": "string"}, "userid": {"type": "boolean"}, "time": {"type": "string"}}, "required": ["type", "message", "ipaddress", "userid", "time"]}}}, "required": ["created", "log"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Sneek", "url" : "sneek"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"p" : "\u06cc\u06a9\u06cc \u0627\u0632 \u0645\u0644\u0648\u06a9 \u0628\u06cc \u0627\u0646\u0635\u0627\u0641 \u067e\u0627\u0631\u0633\u0627\u06cc\u06cc \u0631\u0627 \u067e\u0631\u0633\u06cc\u062f \u0627\u0632 \u0639\u0628\u0627\u062f\u062a\u200c\u0647\u0627 \u06a9\u062f\u0627\u0645 \u0641\u0627\u0636\u0644 \u062a\u0631 \u0627\u0633\u062a \u06af\u0641\u062a \u062a\u0648 \u0631\u0627 \u062e\u0648\u0627\u0628 \u0646\u06cc\u0645 \u0631\u0648\u0632 \u062a\u0627 \u062f\u0631 \u0622\u0646 \u06cc\u06a9 \u0646\u0641\u0633 \u062e\u0644\u0642 \u0631\u0627 \u0646\u06cc\u0627\u0632\u0627\u0631\u06cc."}, "1" : {"m1" : "\u0638\u0627\u0644\u0645\u06cc \u0631\u0627 \u062e\u0641\u062a\u0647 \u062f\u06cc\u062f\u0645 \u0646\u06cc\u0645 \u0631\u0648\u0632", "m2" : "\u06af\u0641\u062a\u0645 \u0627\u06cc\u0646 \u0641\u062a\u0646\u0647 \u0627\u0633\u062a \u062e\u0648\u0627\u0628\u0634 \u0628\u0631\u062f\u0647 \u0628\u0647"}, "2" : {"m1" : "\u0648\u0622\u0646\u06a9\u0647 \u062e\u0648\u0627\u0628\u0634 \u0628\u0647\u062a\u0631 \u0627\u0632 \u0628\u06cc\u062f\u0627\u0631\u06cc \u0627\u0633\u062a", "m2" : "\u0622\u0646 \u0686\u0646\u0627\u0646 \u0628\u062f \u0632\u0646\u062f\u06af\u0627\u0646\u06cc \u0645\u0631\u062f\u0647 \u0628\u0647"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85783303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9ffbd361c91f2e4ba7890bbba8c055be", "wof:id" : 85783303, "wof:repo" : "whosonfirst-data-admin-za"}, "bbox" : [18.86556, -33.931817, 18.86556, -33.931817], "geometry" : {"coordinates" : [18.86556, -33.931817], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "tags", "operatingsystem_support", "requirements", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sensu-sensu", "version" : "2.1.0", "author" : "sensu", "summary" : "A module to install the Sensu monitoring framework", "license" : "MIT", "source" : "https://github.com/sensu/sensu-puppet", "project_page" : "https://github.com/sensu/sensu-puppet", "issues_url" : "https://github.com/sensu/sensu-puppet/issues", "tags" : ["sensu", "monitoring"], "operatingsystem_support" : [{"operatingsystem" : "Windows", "operatingsystemrelease" : ["Server 2008", "Server 2008 R2", "Server 2012", "Server 2012 R2"]}, {"operatingsystem" : "RedHat", "operatingsystemrelease" : ["6", "7"]}, {"operatingsystem" : "CentOS", "operatingsystemrelease" : ["6", "7"]}, {"operatingsystem" : "Ubuntu", "operatingsystemrelease" : ["12.04", "14.04"]}], "requirements" : [{"name" : "puppet", "version_requirement" : ">=3.3.0 <5.0.0"}], "dependencies" : [{"name" : "lwf/remote_file", "version_requirement" : ">= 1.0.0 <2.0.0"}, {"name" : "puppetlabs/apt", "version_requirement" : ">= 2.0.0 <3.0.0"}, {"name" : "puppetlabs/stdlib", "version_requirement" : ">=3.2.0 <5.0.0"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "source": {"type": "string"}, "project_page": {"type": "string"}, "issues_url": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operatingsystem_support": {"type": "array", "items": {"type": "object", "properties": {"operatingsystem": {"type": "string"}, "operatingsystemrelease": {"type": "array", "items": {"type": "string"}}}, "required": ["operatingsystem", "operatingsystemrelease"]}}, "requirements": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}}, "required": ["name", "version", "author", "summary", "license", "source", "project_page", "issues_url", "tags", "operatingsystem_support", "requirements", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"android": {"type": "object", "properties": {"debug": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"}, "keystoreType": {"type": "string"}}, "required": ["keystore", "storePassword", "alias", "password", "keystoreType"]}, "release": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"}, "keystoreType": {"type": "string"}}, "required": ["keystore", "storePassword", "alias", "password", "keystoreType"]}}, "required": ["debug", "release"]}}, "required": ["android"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"android" : {"debug" : {"keystore" : "C:/Users/mehedia/android-keystore.jks", "storePassword" : "iha1Tn)mak", "alias" : "key0", "password" : "iha1Tn)mak", "keystoreType" : "jsk"}, "release" : {"keystore" : "C:/Users/mehedia/android-keystore.jks", "storePassword" : "iha1Tn)mak", "alias" : "key0", "password" : "iha1Tn)mak", "keystoreType" : "jsk"}}}
json_instruct
{"type": "object", "properties": {"android": {"type": "object", "properties": {"debug": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"}, "keystoreType": {"type": "string"}}, "required": ["keystore", "storePassword", "alias", "password", "keystoreType"]}, "release": {"type": "object", "properties": {"keystore": {"type": "string"}, "storePassword": {"type": "string"}, "alias": {"type": "string"}, "password": {"type": "string"}, "keystoreType": {"type": "string"}}, "required": ["keystore", "storePassword", "alias", "password", "keystoreType"]}}, "required": ["debug", "release"]}}, "required": ["android"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_policy": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["manifest_version", "name", "version", "description", "permissions", "content_security_policy", "content_scripts", "background", "browser_action", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "DipAssist", "version" : "0.2.8", "description" : "An assistant for virtual face-to-face Diplomacy.", "permissions" : ["tts", "storage"], "content_security_policy" : "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts" : [{"matches" : ["https://www.backstabbr.com/*"], "js" : ["DipAssistTimeRemaining.js", "DipAssistAlertManager.js", "DipAssistUserSettings.js", "content.js"]}], "background" : {"scripts" : ["background.js"], "persistent" : false}, "browser_action" : {"default_popup" : "popup.html"}, "icons" : {"16" : "img/DipAssist16.png", "48" : "img/DipAssist48.png", "128" : "img/DipAssist128.png"}}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_security_policy": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["manifest_version", "name", "version", "description", "permissions", "content_security_policy", "content_scripts", "background", "browser_action", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this 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" : "6107130024", "district_id" : "6107130", "name" : "SABANG SURAI"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"iron-ajax": {"type": "string"}}, "required": ["iron-ajax"]}}, "required": ["name", "homepage", "authors", "description", "main", "license", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Polymer Elements", "homepage" : "https://github.com/rwrountree/frontend-nanodegree-neighborhood-map", "authors" : ["Rusty Rountree <[email protected]>"], "description" : "Polymer elements used in this project", "main" : "", "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"iron-ajax" : "PolymerElements/iron-ajax#^1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"iron-ajax": {"type": "string"}}, "required": ["iron-ajax"]}}, "required": ["name", "homepage", "authors", "description", "main", "license", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "region": {"type": "string"}, "shared_credentials_file": {"type": "string"}, "profile": {"type": "string"}, "source_ami": {"type": "string"}, "instance_type": {"type": "string"}, "ssh_username": {"type": "string"}, "ami_name": {"type": "string"}, "ami_virtualization_type": {"type": "string"}, "tags": {"type": "object", "properties": {"OS_Version": {"type": "string"}, "Release": {"type": "string"}, "Role": {"type": "string"}, "Arch": {"type": "string"}}, "required": ["OS_Version", "Release", "Role", "Arch"]}}, "required": ["type", "region", "shared_credentials_file", "profile", "source_ami", "instance_type", "ssh_username", "ami_name", "ami_virtualization_type", "tags"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "playbook_file": {"type": "string"}}, "required": ["type", "playbook_file"]}}}, "required": ["builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builders" : [{"type" : "amazon-ebs", "region" : "eu-central-1", "shared_credentials_file" : "/home/sea/.aws/credentials", "profile" : "aws_profile", "source_ami" : "ami-024c9d46d0580c973", "instance_type" : "m6g.large", "ssh_username" : "ubuntu", "ami_name" : "elastic-v0.1", "ami_virtualization_type" : "hvm", "tags" : {"OS_Version" : "Ubuntu", "Release" : "20.04", "Role" : "ElasticSearch (ES)", "Arch" : "aarch64"}}], "provisioners" : [{"type" : "ansible", "playbook_file" : "packer-es.yml"}]}
json_instruct
{"type": "object", "properties": {"builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "region": {"type": "string"}, "shared_credentials_file": {"type": "string"}, "profile": {"type": "string"}, "source_ami": {"type": "string"}, "instance_type": {"type": "string"}, "ssh_username": {"type": "string"}, "ami_name": {"type": "string"}, "ami_virtualization_type": {"type": "string"}, "tags": {"type": "object", "properties": {"OS_Version": {"type": "string"}, "Release": {"type": "string"}, "Role": {"type": "string"}, "Arch": {"type": "string"}}, "required": ["OS_Version", "Release", "Role", "Arch"]}}, "required": ["type", "region", "shared_credentials_file", "profile", "source_ami", "instance_type", "ssh_username", "ami_name", "ami_virtualization_type", "tags"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "playbook_file": {"type": "string"}}, "required": ["type", "playbook_file"]}}}, "required": ["builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u06a9\u0633 \u0639\u0647\u062f \u0648\u0641\u0627 \u0686\u0646\u0627\u0646\u06a9\u0647 \u067e\u0631\u0648\u0627\u0646\u0647\u0654 \u062e\u0631\u062f", "m2" : "\u0628\u0627 \u062f\u0648\u0633\u062a \u0628\u0647 \u067e\u0627\u06cc\u0627\u0646 \u0646\u0634\u0646\u06cc\u062f\u06cc\u0645 \u06a9\u0647 \u0628\u0631\u062f"}, "1" : {"m1" : "\u0645\u0642\u0631\u0627\u0636 \u0628\u0647 \u062f\u0634\u0645\u0646\u06cc \u0633\u0631\u0634 \u0628\u0631\u0645\u06cc\u200c\u062f\u0627\u0634\u062a", "m2" : "\u067e\u0631\u0648\u0627\u0646\u0647 \u0628\u0647 \u062f\u0648\u0633\u062a\u06cc\u0634 \u062f\u0631 \u067e\u0627 \u0645\u06cc\u200c\u0645\u0631\u062f"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "dependencies": {"type": "object", "properties": {"@react-web/activity-indicator": {"type": "string"}, "@react-web/box": {"type": "string"}, "@react-web/button": {"type": "string"}, "@react-web/file-picker": {"type": "string"}, "@react-web/image": {"type": "string"}, "@react-web/menu": {"type": "string"}, "@react-web/popup": {"type": "string"}, "@react-web/promise-view": {"type": "string"}, "@react-web/scroll-view": {"type": "string"}, "@react-web/slider": {"type": "string"}, "@react-web/stylesheet": {"type": "string"}, "@react-web/text": {"type": "string"}, "@react-web/text-input": {"type": "string"}, "@react-web/touchable": {"type": "string"}, "@react-web/utils": {"type": "string"}, "@react-web/view": {"type": "string"}}, "required": ["@react-web/activity-indicator", "@react-web/box", "@react-web/button", "@react-web/file-picker", "@react-web/image", "@react-web/menu", "@react-web/popup", "@react-web/promise-view", "@react-web/scroll-view", "@react-web/slider", "@react-web/stylesheet", "@react-web/text", "@react-web/text-input", "@react-web/touchable", "@react-web/utils", "@react-web/view"]}}, "required": ["name", "version", "main", "license", "files", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@react-web/components", "version" : "0.2.7", "main" : "index.js", "license" : "MIT", "files" : ["dist", "index.d.ts", "index.js"], "scripts" : {"prepublish" : "babel src -d dist"}, "dependencies" : {"@react-web/activity-indicator" : "^0.2.6", "@react-web/box" : "^0.2.4", "@react-web/button" : "^0.2.6", "@react-web/file-picker" : "^0.2.4", "@react-web/image" : "^0.2.6", "@react-web/menu" : "^0.2.6", "@react-web/popup" : "^0.2.6", "@react-web/promise-view" : "^0.2.4", "@react-web/scroll-view" : "^0.2.4", "@react-web/slider" : "^0.2.4", "@react-web/stylesheet" : "^0.2.6", "@react-web/text" : "^0.2.4", "@react-web/text-input" : "^0.2.6", "@react-web/touchable" : "^0.2.6", "@react-web/utils" : "^0.2.4", "@react-web/view" : "^0.2.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "dependencies": {"type": "object", "properties": {"@react-web/activity-indicator": {"type": "string"}, "@react-web/box": {"type": "string"}, "@react-web/button": {"type": "string"}, "@react-web/file-picker": {"type": "string"}, "@react-web/image": {"type": "string"}, "@react-web/menu": {"type": "string"}, "@react-web/popup": {"type": "string"}, "@react-web/promise-view": {"type": "string"}, "@react-web/scroll-view": {"type": "string"}, "@react-web/slider": {"type": "string"}, "@react-web/stylesheet": {"type": "string"}, "@react-web/text": {"type": "string"}, "@react-web/text-input": {"type": "string"}, "@react-web/touchable": {"type": "string"}, "@react-web/utils": {"type": "string"}, "@react-web/view": {"type": "string"}}, "required": ["@react-web/activity-indicator", "@react-web/box", "@react-web/button", "@react-web/file-picker", "@react-web/image", "@react-web/menu", "@react-web/popup", "@react-web/promise-view", "@react-web/scroll-view", "@react-web/slider", "@react-web/stylesheet", "@react-web/text", "@react-web/text-input", "@react-web/touchable", "@react-web/utils", "@react-web/view"]}}, "required": ["name", "version", "main", "license", "files", "scripts", "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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "chai-roughly": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["parcel-bundler", "chai", "chai-as-promised", "chai-roughly", "babel-jest", "babel-preset-env", "mocha"]}}, "required": ["name", "version", "main", "repository", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "redux-generate", "version" : "2.0.0", "main" : "src/index.js", "repository" : "https://github.com/TimSusa/redux-generate.git", "author" : "TimSusa <[email protected]>", "license" : "MIT", "private" : false, "scripts" : {"build" : "parcel build src/index.js", "test" : "mocha"}, "devDependencies" : {"parcel-bundler" : "^1.11.0", "chai" : "4.2.0", "chai-as-promised" : "7.1.1", "chai-roughly" : "1.0.0", "babel-jest" : "^24.1.0", "babel-preset-env" : "^1.7.0", "mocha" : "^5.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "chai-roughly": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["parcel-bundler", "chai", "chai-as-promised", "chai-roughly", "babel-jest", "babel-preset-env", "mocha"]}}, "required": ["name", "version", "main", "repository", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c" : 2071185, "d" : "185V", "md" : false}, {"c" : 2071186, "d" : "186V", "md" : false}, {"c" : 2071187, "d" : "187V", "md" : false}, {"c" : 2071188, "d" : "188V", "md" : false}, {"c" : 2071189, "d" : "189V", "md" : false}, {"c" : 2071190, "d" : "190V", "md" : false}, {"c" : 2071191, "d" : "191V", "md" : false}, {"c" : 2071192, "d" : "192V", "md" : false}, {"c" : 2071193, "d" : "193V", "md" : false}, {"c" : 2071194, "d" : "194V", "md" : false}, {"c" : 2071195, "d" : "195V", "md" : true}, {"c" : 2071196, "d" : "196V", "md" : false}, {"c" : 2071197, "d" : "197V", "md" : false}, {"c" : 2071198, "d" : "198V", "md" : false}, {"c" : 2071199, "d" : "199V", "md" : false}, {"c" : 2071200, "d" : "200V", "md" : false}, {"c" : 2071201, "d" : "201V", "md" : false}, {"c" : 2071202, "d" : "202V", "md" : false}, {"c" : 2071203, "d" : "203V", "md" : false}, {"c" : 2071204, "d" : "204V", "md" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "train_mae": {"type": "array", "items": {"type": "number"}}, "train_rmse": {"type": "array", "items": {"type": "number"}}, "train_underestimate": {"type": "array", "items": {"type": "number"}}, "train_overestimate": {"type": "array", "items": {"type": "number"}}, "train_difference": {"type": "array", "items": {"type": "number"}}, "val_mae": {"type": "array", "items": {"type": "number"}}, "val_rmse": {"type": "array", "items": {"type": "number"}}, "val_underestimate": {"type": "array", "items": {"type": "number"}}, "val_overestimate": {"type": "array", "items": {"type": "number"}}, "val_difference": {"type": "array", "items": {"type": "number"}}, "train_loss": {"type": "array", "items": {"type": "number"}}, "train_size": {"type": "integer"}, "val_size": {"type": "integer"}, "rand_seed": {"type": "integer"}, "shuffle": {"type": "boolean"}, "loss_name": {"type": "string"}, "img_dim": {"type": "array", "items": {"type": "integer"}}, "patch_dim": {"type": "array", "items": {"type": "integer"}}, "patches_per_image": {"type": "integer"}, "density_map_sigma": {"type": "integer"}, "density_map_multiplication_factor": {"type": "number"}, "sub_experiment_name": {"type": "string"}}, "required": ["val_loss", "train_mae", "train_rmse", "train_underestimate", "train_overestimate", "train_difference", "val_mae", "val_rmse", "val_underestimate", "val_overestimate", "val_difference", "train_loss", "train_size", "val_size", "rand_seed", "shuffle", "loss_name", "img_dim", "patch_dim", "patches_per_image", "density_map_sigma", "density_map_multiplication_factor", "sub_experiment_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"val_loss" : [0.0358143833915839, 0.027877021047255295], "train_mae" : [9.643, 8.69], "train_rmse" : [12.502, 11.889], "train_underestimate" : [11.389, 17.418], "train_overestimate" : [11.281, 3.012], "train_difference" : [22.67, 20.43], "val_mae" : [10.289, 9.353], "val_rmse" : [13.049, 13.043], "val_underestimate" : [11.416, 18.646], "val_overestimate" : [11.53, 2.211], "val_difference" : [22.945, 20.856], "train_loss" : [0.05453390800711026, 0.03565076788707908], "train_size" : 900, "val_size" : 89, "rand_seed" : 9001, "shuffle" : true, "loss_name" : "logcosh", "img_dim" : [720, 1280, 3], "patch_dim" : [128, 128, 3], "patches_per_image" : 32, "density_map_sigma" : 10, "density_map_multiplication_factor" : 2000.0, "sub_experiment_name" : "carpk/sigma_10_loss_logcosh_patch_32_128x128_2_epochs"}
json_instruct
{"type": "object", "properties": {"val_loss": {"type": "array", "items": {"type": "number"}}, "train_mae": {"type": "array", "items": {"type": "number"}}, "train_rmse": {"type": "array", "items": {"type": "number"}}, "train_underestimate": {"type": "array", "items": {"type": "number"}}, "train_overestimate": {"type": "array", "items": {"type": "number"}}, "train_difference": {"type": "array", "items": {"type": "number"}}, "val_mae": {"type": "array", "items": {"type": "number"}}, "val_rmse": {"type": "array", "items": {"type": "number"}}, "val_underestimate": {"type": "array", "items": {"type": "number"}}, "val_overestimate": {"type": "array", "items": {"type": "number"}}, "val_difference": {"type": "array", "items": {"type": "number"}}, "train_loss": {"type": "array", "items": {"type": "number"}}, "train_size": {"type": "integer"}, "val_size": {"type": "integer"}, "rand_seed": {"type": "integer"}, "shuffle": {"type": "boolean"}, "loss_name": {"type": "string"}, "img_dim": {"type": "array", "items": {"type": "integer"}}, "patch_dim": {"type": "array", "items": {"type": "integer"}}, "patches_per_image": {"type": "integer"}, "density_map_sigma": {"type": "integer"}, "density_map_multiplication_factor": {"type": "number"}, "sub_experiment_name": {"type": "string"}}, "required": ["val_loss", "train_mae", "train_rmse", "train_underestimate", "train_overestimate", "train_difference", "val_mae", "val_rmse", "val_underestimate", "val_overestimate", "val_difference", "train_loss", "train_size", "val_size", "rand_seed", "shuffle", "loss_name", "img_dim", "patch_dim", "patches_per_image", "density_map_sigma", "density_map_multiplication_factor", "sub_experiment_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type": "integer"}, "phones": {"type": "array", "items": {"type": "object", "properties": {"duration": {"type": "number"}, "phone": {"type": "string"}}, "required": ["duration", "phone"]}}, "start": {"type": "number"}, "startOffset": {"type": "integer"}, "word": {"type": "string"}}, "required": ["alignedWord", "case", "end", "endOffset", "phones", "start", "startOffset", "word"]}}}, "required": ["transcript", "words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"transcript" : "He was a wise hyena.", "words" : [{"alignedWord" : "he", "case" : "success", "end" : 1.9, "endOffset" : 2, "phones" : [{"duration" : 0.29, "phone" : "hh_B"}, {"duration" : 0.08, "phone" : "iy_E"}], "start" : 1.53, "startOffset" : 0, "word" : "He"}, {"alignedWord" : "was", "case" : "success", "end" : 2.06, "endOffset" : 6, "phones" : [{"duration" : 0.05, "phone" : "w_B"}, {"duration" : 0.05, "phone" : "ah_I"}, {"duration" : 0.06, "phone" : "z_E"}], "start" : 1.9, "startOffset" : 3, "word" : "was"}, {"alignedWord" : "a", "case" : "success", "end" : 2.18, "endOffset" : 8, "phones" : [{"duration" : 0.12, "phone" : "ah_S"}], "start" : 2.06, "startOffset" : 7, "word" : "a"}, {"alignedWord" : "wise", "case" : "success", "end" : 2.78, "endOffset" : 13, "phones" : [{"duration" : 0.22, "phone" : "w_B"}, {"duration" : 0.28, "phone" : "ay_I"}, {"duration" : 0.09, "phone" : "z_E"}], "start" : 2.19, "startOffset" : 9, "word" : "wise"}, {"alignedWord" : "<unk>", "case" : "success", "end" : 3.4099999999999997, "endOffset" : 19, "phones" : [{"duration" : 0.61, "phone" : "oov_S"}], "start" : 2.8, "startOffset" : 14, "word" : "hyena"}]}
json_instruct
{"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type": "integer"}, "phones": {"type": "array", "items": {"type": "object", "properties": {"duration": {"type": "number"}, "phone": {"type": "string"}}, "required": ["duration", "phone"]}}, "start": {"type": "number"}, "startOffset": {"type": "integer"}, "word": {"type": "string"}}, "required": ["alignedWord", "case", "end", "endOffset", "phones", "start", "startOffset", "word"]}}}, "required": ["transcript", "words"], "$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": {"Daniel Tigse": {"type": "string"}}, "required": ["Daniel Tigse"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "user_target_xcconfig": {"type": "object", "properties": {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": {"type": "string"}}, "required": ["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "public_header_files", "user_target_xcconfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SignalProtocolSwift", "version" : "0.3", "summary" : "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C.", "description" : "SignalProtocolSwift is a wrapper of the Signal Protocol written in Objective-C. This works for Swift Projects.", "homepage" : "https://github.com/Criptext/SignalProtocolSwift", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Daniel Tigse" : "[email protected]"}, "source" : {"git" : "https://github.com/Criptext/SignalProtocolSwift.git", "tag" : "0.3"}, "platforms" : {"ios" : "10.0"}, "source_files" : "SignalProtocolFramework/**/*.{c,h,m}", "public_header_files" : "SignalProtocolFramework/**/*.{h}", "user_target_xcconfig" : {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" : "YES"}}
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": {"Daniel Tigse": {"type": "string"}}, "required": ["Daniel Tigse"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "user_target_xcconfig": {"type": "object", "properties": {"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": {"type": "string"}}, "required": ["CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "public_header_files", "user_target_xcconfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "string"}}, "required": ["fileName", "applicationName", "initialArchitectureState", "architectureEvolutionTarget", "architectureEvolutionIssue"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fileName" : "/home/daniel/Documentos/mestrado-2018/projeto/grafos-dependencia/application-1849/release-00.dot", "applicationName" : "application-1849", "initialArchitectureState" : "BAD", "architectureEvolutionTarget" : "BETTER", "architectureEvolutionIssue" : "CONCENTRATE_INCOMING_EDGES"}
json_instruct
{"type": "object", "properties": {"fileName": {"type": "string"}, "applicationName": {"type": "string"}, "initialArchitectureState": {"type": "string"}, "architectureEvolutionTarget": {"type": "string"}, "architectureEvolutionIssue": {"type": "string"}}, "required": ["fileName", "applicationName", "initialArchitectureState", "architectureEvolutionTarget", "architectureEvolutionIssue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201204, "Y_PREVALENCE_1000PP" : 0.00109}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VALUE" : 1, "P75_VALUE" : 1, "P90_VALUE" : 1, "MAX_VALUE" : 28}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [6, 4], "P10_VALUE" : [14, 24], "P25_VALUE" : [20, 53], "MEDIAN_VALUE" : [33, 73], "P75_VALUE" : [50, 84], "P90_VALUE" : [74, 90], "MAX_VALUE" : [98, 101]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "number"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}, "sea_level": {"type": "integer"}, "grnd_level": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity", "sea_level", "grnd_level"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}, "gust": {"type": "number"}}, "required": ["speed", "deg", "gust"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 804, "main" : "Clouds", "description" : "overcast clouds", "icon" : "04d"}], "base" : "stations", "main" : {"temp" : 22.69, "feels_like" : 22.42, "temp_min" : 21.06, "temp_max" : 24.14, "pressure" : 1020, "humidity" : 54, "sea_level" : 1020, "grnd_level" : 985}, "visibility" : 10000, "wind" : {"speed" : 3.19, "deg" : 291, "gust" : 4.51}, "clouds" : {"all" : 100}, "dt" : 1628687252, "sys" : {"type" : 2, "id" : 2039460, "country" : "DE", "sunrise" : 1628654242, "sunset" : 1628707750}, "timezone" : 7200, "id" : 2921044, "name" : "Germany", "cod" : 200}
json_instruct
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "number"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}, "sea_level": {"type": "integer"}, "grnd_level": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity", "sea_level", "grnd_level"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}, "gust": {"type": "number"}}, "required": ["speed", "deg", "gust"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$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": {"start": {"type": "string"}, "dist": {"type": "string"}, "dist:win64": {"type": "string"}, "dist:win32": {"type": "string"}, "dist:macos": {"type": "string"}, "dist:linux": {"type": "string"}}, "required": ["start", "dist", "dist:win64", "dist:win32", "dist:macos", "dist:linux"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "mac": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "productName": {"type": "string"}, "win": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["appId", "mac", "productName", "win"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "scripts", "repository", "author", "devDependencies", "build", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sth-online-wallet", "version" : "0.0.3", "description" : "SmartHoldem Lite Wallet", "scripts" : {"start" : "electron app", "dist" : "npm run dist:macos && npm run dist:linux && npm run dist:win32 && npm run dist:win64", "dist:win64" : "build --win --x64", "dist:win32" : "build --win --ia32", "dist:macos" : "build --macos", "dist:linux" : "build --linux"}, "repository" : {"type" : "git", "url" : "https://github.com/smartholdem/snartholdem-wallet-online"}, "author" : {"name" : "Smartholdem Developers", "email" : "[email protected]", "url" : "https://github.com/smartholdem"}, "devDependencies" : {"electron" : "^1.4.15", "electron-builder" : "^12.3.1"}, "build" : {"appId" : "io.smartholdem.online.wallet", "mac" : {"category" : "internet"}, "productName" : "SmartHoldem Mini", "win" : {"target" : "nsis"}}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dist": {"type": "string"}, "dist:win64": {"type": "string"}, "dist:win32": {"type": "string"}, "dist:macos": {"type": "string"}, "dist:linux": {"type": "string"}}, "required": ["start", "dist", "dist:win64", "dist:win32", "dist:macos", "dist:linux"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["electron", "electron-builder"]}, "build": {"type": "object", "properties": {"appId": {"type": "string"}, "mac": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "productName": {"type": "string"}, "win": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["appId", "mac", "productName", "win"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "scripts", "repository", "author", "devDependencies", "build", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0-17" : 4, "18-49" : 1603, "50-64" : 4296, "65+" : 16922, "total" : 22923}
json_instruct
{"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : 404426933, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9509ac0a8f49562618c921c1d67fb040", "wof:id" : 404426933, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.52495469836597, 49.10913765873103, -0.48899598088303, 49.12461778906066], "geometry" : {"coordinates" : [[[-0.50170543731531, 49.10913765873103], [-0.51547642175257, 49.11207466911329], [-0.52495469836597, 49.11899707927228], [-0.52289034494927, 49.12251356143044], [-0.51209070568401, 49.12421549738871], [-0.50848407454201, 49.12461778906066], [-0.48899598088303, 49.11359317478512], [-0.49540511463047, 49.11064402313396], [-0.50170543731531, 49.10913765873103]]], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versions" : [{"git-tree" : "eff74674156d29130f6bac8abc658b34d60a532f", "version-string" : "5.15.1", "port-version" : 0}, {"git-tree" : "8d51130b916fc02fc91437bbd511c70e775c6c25", "version-string" : "5.15.0", "port-version" : 0}, {"git-tree" : "00351ddaea5c1cc9f3a4aba48d58b8d41d9f24de", "version-string" : "5.12.8", "port-version" : 0}, {"git-tree" : "0a5a0d826d8b0f0db8f94120199899e26484900b", "version-string" : "5.12.7", "port-version" : 0}, {"git-tree" : "01980ce3aae3fc378dd5557e44485b2f2f7da301", "version-string" : "5.12.5", "port-version" : 0}, {"git-tree" : "ff87c402d8474b9981ae24815272e798f0e7e2ee", "version-string" : "5.12.4", "port-version" : 0}, {"git-tree" : "8ebfec6284da32590787045b9fbd140b5c8fb62e", "version-string" : "5.12.3-1", "port-version" : 0}, {"git-tree" : "c54fc115eca2df6915a75c702aa46939a8716e7a", "version-string" : "5.12.3", "port-version" : 0}, {"git-tree" : "8d61b7fa7fae2c4bbe0cf17f2510e5ae720b5158", "version-string" : "5.12.1", "port-version" : 0}]}
json_instruct
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : 239.73472595214844, "max" : 297.8714904785156, "mean" : 280.7138461428386}, "ref_regrid" : {"min" : 239.73472595214844, "max" : 297.8714904785156, "mean" : 280.7138461428386, "std" : 10.567632151498062}, "test" : {"min" : 239.09535217285156, "max" : 298.0247802734375, "mean" : 280.6086916913471}, "test_regrid" : {"min" : 239.09535217285156, "max" : 298.0247802734375, "mean" : 280.6086916913471, "std" : 10.600500141610686}, "diff" : {"min" : -4.94805908203125, "max" : 2.834503173828125, "mean" : -0.10971963243661985}, "misc" : {"rmse" : 0.8994928215482173, "corr" : 0.9964470633715037}, "unit" : "K"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/tough-cookie": {"type": "string"}, "prisma": {"type": "string"}}, "required": ["@types/debug", "@types/tough-cookie", "prisma"]}, "dependencies": {"type": "object", "properties": {"@prisma/client": {"type": "string"}, "@types/string-template": {"type": "string"}, "bloxy": {"type": "string"}, "discord-webhook-node": {"type": "string"}, "got": {"type": "string"}, "string-template": {"type": "string"}, "tslog": {"type": "string"}}, "required": ["@prisma/client", "@types/string-template", "bloxy", "discord-webhook-node", "got", "string-template", "tslog"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["devDependencies", "dependencies", "scripts", "name", "version", "description", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devDependencies" : {"@types/debug" : "^4.1.5", "@types/tough-cookie" : "^4.0.0", "prisma" : "^2.19.0"}, "dependencies" : {"@prisma/client" : "^2.19.0", "@types/string-template" : "^1.0.2", "bloxy" : "^5.7.3", "discord-webhook-node" : "^1.1.8", "got" : "^11.8.2", "string-template" : "^1.0.0", "tslog" : "^3.1.2"}, "scripts" : {"dev" : "ts-node index.ts", "build" : "tsc", "start" : "node ./dist/index.js"}, "name" : "membercounters", "version" : "1.0.0", "description" : "Stryx member counters", "main" : "index.js", "license" : "MPL-2.0"}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/tough-cookie": {"type": "string"}, "prisma": {"type": "string"}}, "required": ["@types/debug", "@types/tough-cookie", "prisma"]}, "dependencies": {"type": "object", "properties": {"@prisma/client": {"type": "string"}, "@types/string-template": {"type": "string"}, "bloxy": {"type": "string"}, "discord-webhook-node": {"type": "string"}, "got": {"type": "string"}, "string-template": {"type": "string"}, "tslog": {"type": "string"}}, "required": ["@prisma/client", "@types/string-template", "bloxy", "discord-webhook-node", "got", "string-template", "tslog"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}}, "required": ["devDependencies", "dependencies", "scripts", "name", "version", "description", "main", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:30.728565", "required_by" : ["plantain"], "requires" : ["r"], "package" : "logtool"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Bonn\u00e9e", "dpt" : "Loiret", "inscrits" : 543, "abs" : 95, "votants" : 448, "blancs" : 9, "nuls" : 7, "exp" : 432, "res" : [{"panneau" : "2", "voix" : 140}, {"panneau" : "11", "voix" : 112}, {"panneau" : "3", "voix" : 55}, {"panneau" : "9", "voix" : 50}, {"panneau" : "1", "voix" : 38}, {"panneau" : "4", "voix" : 16}, {"panneau" : "8", "voix" : 8}, {"panneau" : "6", "voix" : 7}, {"panneau" : "10", "voix" : 4}, {"panneau" : "5", "voix" : 1}, {"panneau" : "7", "voix" : 1}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"napajs": {"type": "string"}}, "required": ["napajs"]}}, "required": ["name", "version", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "napajs-tutorial", "version" : "0.1.0", "author" : "napajs", "dependencies" : {"napajs" : ">= 0.1.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"napajs": {"type": "string"}}, "required": ["napajs"]}}, "required": ["name", "version", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Jeremiah C. Foster"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"@fluffy-spoon/substitute": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@fluffy-spoon/substitute", "@types/chai", "@types/mocha", "@types/node", "chai", "mocha", "ts-node", "typescript"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "build", "release"]}, "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"}}, "required": ["name", "version", "description", "main", "types", "directories", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-async-pool", "version" : "0.0.3", "description" : "Easy to use, dependency free and typesafe concurrent pool of async and promise returning functions", "main" : "index.js", "types" : "index.d.ts", "directories" : {"test" : "tests"}, "devDependencies" : {"@fluffy-spoon/substitute" : "^1.187.0", "@types/chai" : "^4.2.14", "@types/mocha" : "^8.2.0", "@types/node" : "^10.17.51", "chai" : "^4.3.0", "mocha" : "^8.2.1", "ts-node" : "^9.1.1", "typescript" : "^4.1.3"}, "scripts" : {"test" : "mocha --require ts-node/register --extensions ts 'tests/**/*.ts'", "build" : "tsc -p tsconfig.build.json", "release" : "npm run build && cp package.json dist && cp README.md dist && npm publish ./dist"}, "repository" : {"type" : "git", "url" : "git+https://github.com/notanengineercom/simple-async-pool.git"}, "keywords" : ["async", "promise", "pool", "concurrency", "iterator", "async iterator", "typesafe", "typescript", "no dependencies", "dependency free"], "author" : "Enrique P\u00f6hlmann", "license" : "MIT", "bugs" : {"url" : "https://github.com/notanengineercom/simple-async-pool/issues"}, "homepage" : "https://github.com/notanengineercom/simple-async-pool#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"@fluffy-spoon/substitute": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@fluffy-spoon/substitute", "@types/chai", "@types/mocha", "@types/node", "chai", "mocha", "ts-node", "typescript"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "build", "release"]}, "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"}}, "required": ["name", "version", "description", "main", "types", "directories", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 39094, "UUID" : "AA64E18C-7706-4462-B833-DF3DF0060EF9", "DataProviderID" : 26, "DataProvidersReference" : "39668", "OperatorID" : 157, "OperatorsReference" : "NewMotion 02004576", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 39440, "Title" : "Koldingweg 30", "AddressLine1" : "Koldingweg 30", "Town" : "Groningen", "Postcode" : "9723 HK", "CountryID" : 159, "Latitude" : 53.2221069335938, "Longitude" : 6.61268138885498, "ContactTelephone1" : "088 0109500", "RelatedURL" : "http://thenewmotion.nl/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 42605, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 3.7, "CurrentTypeID" : 10}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2016-06-04T02:56:00Z", "DataQualityLevel" : 3, "DateCreated" : "2015-01-09T06:08:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : 959, "object_list" : [{"position" : [5.74569749278, 5.22664961372], "id" : 69}, {"position" : [5.9561626024, 4.72785063232], "id" : 70}, {"position" : [7.58137417893, 4.30208154963], "id" : 111}, {"position" : [6.62544165101, 4.68727846637], "id" : 112}, {"position" : [0.995289503419, 8.65642959541], "id" : 169}, {"position" : [4.05019056963, 5.42044137109], "id" : 177}, {"position" : [4.17562777497, 6.01900014877], "id" : 178}, {"position" : [3.12056618042, 7.11444862946], "id" : 183}, {"position" : [3.39269756716, 7.60847441486], "id" : 184}, {"position" : [9.61088923105, 7.12900687724], "id" : 185}, {"position" : [13.8534449109, 8.52134814877], "id" : 186}], "frame" : 959, "size" : 11}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "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-gc23-69mx-hwjx", "modified" : "2022-05-01T07:27:12Z", "published" : "2022-05-01T07:27:12Z", "aliases" : ["CVE-2006-5331"], "details" : "The altivec_unavailable_exception function in arch/powerpc/kernel/traps.c in the Linux kernel before 2.6.19 on 64-bit systems mishandles the case where CONFIG_ALTIVEC is defined and the CPU actually supports Altivec, but the Altivec support was not detected by the kernel, which allows local users to cause a denial of service (panic) by triggering execution of an Altivec instruction.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-5331"}, {"type" : "WEB", "url" : "https://github.com/torvalds/linux/commit/6c4841c2b6c32a134f9f36e5e08857138cc12b10"}, {"type" : "WEB", "url" : "https://bugzilla.suse.com/show_bug.cgi?id=213229"}, {"type" : "WEB", "url" : "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6c4841c2b6c32a134f9f36e5e08857138cc12b10"}, {"type" : "WEB", "url" : "http://www.linuxgrill.com/anonymous/kernel/v2.6/ChangeLog-2.6.19"}], "database_specific" : {"cwe_ids" : [], "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": {}}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bundles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["bundles", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bundles" : [{"name" : "org.apache.tomcat.websocket.LocalStrings"}, {"name" : "org.apache.tomcat.websocket.pojo.LocalStrings"}, {"name" : "org.apache.tomcat.websocket.server.LocalStrings"}], "resources" : [{"pattern" : ".*/mbeans-descriptors.xml$"}, {"pattern" : ".*/*.properties$"}, {"pattern" : ".*/*.dtd$"}, {"pattern" : ".*/*.xsd$"}]}
json_instruct
{"type": "object", "properties": {"bundles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["bundles", "resources"], "$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"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "repo", "description", "keywords", "license", "src"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "buffer", "version" : "0.4.0", "repo" : "clibs/buffer", "description" : "string util for aspl", "keywords" : ["buf", "buffer", "string", "str", "util", "utils"], "license" : "MIT", "src" : ["buffer.c", "buffer.h"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "repo", "description", "keywords", "license", "src"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["4296", "ryanair", "bergamo", "italy", "luebeck", "germany", "0"], ["4296", "ryanair", "luebeck", "germany", "bergamo", "italy", "0"], ["4296", "ryanair", "luebeck", "germany", "stockholm", "sweden", "0"], ["4296", "ryanair", "luebeck", "germany", "palma de mallorca", "spain", "0"], ["4296", "ryanair", "luebeck", "germany", "pisa", "italy", "0"], ["4296", "ryanair", "luebeck", "germany", "london", "united kingdom", "0"], ["4296", "ryanair", "stockholm", "sweden", "luebeck", "germany", "0"], ["4296", "ryanair", "palma de mallorca", "spain", "luebeck", "germany", "0"], ["4296", "ryanair", "pisa", "italy", "luebeck", "germany", "0"], ["4296", "ryanair", "london", "united kingdom", "luebeck", "germany", "0"], ["5461", "wizz air", "gdansk", "poland", "luebeck", "germany", "0"], ["5461", "wizz air", "luebeck", "germany", "gdansk", "poland", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Dodge County", "name_long" : "Dodge County, MN", "fips" : "27039", "state_code_int" : 27, "state_code_postal" : "MN", "state_code_iso" : "US-MN", "county_code" : 39, "population" : 20934, "countrylevel_id" : "fips:27039", "census_data" : {"COUNTYNS" : "00659465", "AFFGEOID" : "0500000US27039", "LSAD" : "06", "ALAND" : 1137724828, "AWATER" : 800245}, "center_lat" : 44.02, "center_lon" : -92.86, "area_m2" : 1138525073, "timezone" : "America/Chicago"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-93.046, 43.849], [-93.046, 43.858], [-93.046, 43.862], [-93.046, 43.862], [-93.045, 43.863], [-93.046, 43.867], [-93.045, 43.867], [-93.045, 43.87], [-93.045, 43.878], [-93.045, 43.892], [-93.045, 43.936], [-93.045, 43.95], [-93.046, 43.982], [-93.046, 44.023], [-93.046, 44.037], [-93.046, 44.052], [-93.046, 44.059], [-93.046, 44.11], [-93.046, 44.11], [-93.046, 44.11], [-93.046, 44.168], [-93.046, 44.175], [-93.046, 44.197], [-93.041, 44.197], [-93.001, 44.197], [-93, 44.197], [-92.986, 44.197], [-92.974, 44.197], [-92.968, 44.197], [-92.965, 44.197], [-92.925, 44.197], [-92.92, 44.197], [-92.887, 44.197], [-92.832, 44.197], [-92.799, 44.197], [-92.791, 44.196], [-92.786, 44.196], [-92.783, 44.196], [-92.689, 44.196], [-92.679, 44.196], [-92.678, 44.151], [-92.678, 44.123], [-92.678, 44.108], [-92.678, 44.101], [-92.678, 44.094], [-92.678, 44.086], [-92.678, 44.085], [-92.678, 44.083], [-92.678, 44.079], [-92.678, 44.044], [-92.678, 44.033], [-92.678, 44.032], [-92.678, 44.029], [-92.678, 44.029], [-92.678, 44.022], [-92.678, 43.999], [-92.678, 43.989], [-92.678, 43.971], [-92.678, 43.95], [-92.678, 43.935], [-92.678, 43.924], [-92.678, 43.918], [-92.678, 43.863], [-92.678, 43.848], [-92.68, 43.848], [-92.689, 43.849], [-92.793, 43.849], [-92.793, 43.849], [-92.796, 43.849], [-92.799, 43.849], [-92.809, 43.849], [-92.829, 43.849], [-92.878, 43.849], [-92.925, 43.849], [-92.93, 43.849], [-92.935, 43.849], [-93.045, 43.849], [-93.046, 43.848], [-93.046, 43.849]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ASKED_BY": {"type": "string"}}, "required": ["ASKED_BY"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ASKED_BY" : "Pedido feito por: %user"}
json_instruct
{"type": "object", "properties": {"ASKED_BY": {"type": "string"}}, "required": ["ASKED_BY"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "peerDependencies": {"type": "object", "properties": {"leaflet": {"type": "string"}, "rbush": {"type": "string"}}, "required": ["leaflet", "rbush"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "author", "description", "main", "keywords", "repository", "license", "scripts", "peerDependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "leaflet.layergroup.tooltip-collision", "version" : "0.0.1", "author" : "Kyle Landell <[email protected]>", "description" : "A Leaflet LayerGroup plugin for decluttering layers with tooltips using basic collision detection", "main" : "index-dist.js", "keywords" : ["leaflet", "collision", "tooltip"], "repository" : {"type" : "git", "url" : "https://github.com/klandell/Leaflet.LayerGroup.Tooltip-Collision.git"}, "license" : "MIT", "scripts" : {"prepare" : "babel index.js --out-file index-dist.js"}, "peerDependencies" : {"leaflet" : "^1.2.x", "rbush" : "^2.0.x"}, "devDependencies" : {"@babel/cli" : "^7.0.0-beta.36", "@babel/core" : "^7.0.0-beta.36", "@babel/preset-env" : "^7.0.0-beta.36"}, "files" : ["index-dev.js", "index.js", "LICENSE"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "peerDependencies": {"type": "object", "properties": {"leaflet": {"type": "string"}, "rbush": {"type": "string"}}, "required": ["leaflet", "rbush"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "author", "description", "main", "keywords", "repository", "license", "scripts", "peerDependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "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" : 404411243, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "bb89afc88d61f1e0214b4349b78b51c5", "wof:id" : 404411243, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.43702929224775, 44.53535059339418, 5.50188055970525, 44.58919873647823], "geometry" : {"coordinates" : [[[5.4888398824537, 44.53535059339418], [5.48613799399936, 44.53547454029862], [5.4798404920108, 44.5403177458589], [5.45792628744724, 44.54548241215873], [5.44925703616776, 44.55351092417874], [5.44994749601713, 44.56303371048352], [5.43922249317382, 44.56964790798892], [5.43702929224775, 44.57079515016397], [5.44068659697014, 44.57728028847313], [5.44537101334844, 44.57720368711121], [5.45689506588852, 44.58747689878589], [5.47015406140023, 44.58919873647823], [5.47481459682771, 44.58884222729039], [5.48546972828141, 44.57836211580137], [5.49731365907633, 44.57319515920486], [5.50188055970525, 44.56763358260115], [5.49019723826343, 44.56355636109292], [5.49001830349986, 44.55693134650537], [5.4948908389351, 44.55117404414035], [5.4888398824537, 44.53535059339418]]], "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "null"}, "httpMethod": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}, "path": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"param": {"type": "string"}}, "required": ["param"]}, "queryStringParameters": {"type": "object", "properties": {"maxHeightPx": {"type": "string"}, "maxWidthPx": {"type": "string"}}, "required": ["maxHeightPx", "maxWidthPx"]}, "resource": {"type": "string"}}, "required": ["body", "httpMethod", "isBase64Encoded", "path", "pathParameters", "queryStringParameters", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : null, "httpMethod" : "GET", "isBase64Encoded" : false, "path" : "/album/<album name>", "pathParameters" : {"param" : "<album name>"}, "queryStringParameters" : {"maxHeightPx" : "100", "maxWidthPx" : "200"}, "resource" : "/dev/album/{param}"}
json_instruct
{"type": "object", "properties": {"body": {"type": "null"}, "httpMethod": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}, "path": {"type": "string"}, "pathParameters": {"type": "object", "properties": {"param": {"type": "string"}}, "required": ["param"]}, "queryStringParameters": {"type": "object", "properties": {"maxHeightPx": {"type": "string"}, "maxWidthPx": {"type": "string"}}, "required": ["maxHeightPx", "maxWidthPx"]}, "resource": {"type": "string"}}, "required": ["body", "httpMethod", "isBase64Encoded", "path", "pathParameters", "queryStringParameters", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1932, 5], [1934, 5], [1935, 11], [1936, 23], [1937, 15], [1938, 13], [1939, 12], [1940, 16], [1941, 6], [1942, 13], [1943, 13], [1944, 14], [1945, 7], [1946, 7], [1947, 8], [1948, 7], [1949, 7], [1950, 8], [1951, 14], [1952, 12], [1953, 10], [1954, 17], [1955, 16], [1956, 14], [1957, 23], [1958, 14], [1959, 18], [1960, 7], [1961, 16], [1962, 22], [1963, 10], [1964, 19], [1965, 10], [1966, 10], [1967, 15], [1968, 6], [1969, 7], [1970, 5], [1971, 9], [1973, 9], [1974, 8], [1975, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "010500021212", "variable1" : 0.0112, "variable2" : 0.7949, "variable3" : "C"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "security": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "reload": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "failure": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["extName", "extDescription", "title", "security", "reload", "failure"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extName" : {"message" : "Pogledaj pozadinsku sliku"}, "extDescription" : {"message" : "\"Pogledaj pozadinsku sliku\" u kontekstnom izborniku."}, "title" : {"message" : "Pogledaj pozadinsku sliku"}, "security" : {"message" : "Pro\u0161irenje ne funkcionira na ovoj stranici iz sigurnosnih razloga."}, "reload" : {"message" : "Ponovno umetnite karticu."}, "failure" : {"message" : "Nije mogu\u0107e dobiti pozadinsku sliku.\nPrijaviti problem?"}}
json_instruct
{"type": "object", "properties": {"extName": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "extDescription": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "security": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "reload": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "failure": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["extName", "extDescription", "title", "security", "reload", "failure"], "$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": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[{"count" : 2233, "_tpl" : "5449016a4bdc2d6f028b456f"}]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"/home/joaquim/internship/superchat/src/components/SignIn.js\";\nimport React from 'react';\nimport { useFirebase } from \"react-redux-firebase\";\n\nconst SignIn = () => {\n var _s = $RefreshSig$();\n\n const signInWithGoogle = () => {\n _s();\n\n const firebase = useFirebase(); // const provider = new firebase.auth.GoogleAuthProvider();\n // auth.signInWithPopup(provider);\n };\n\n _s(signInWithGoogle, \"yjAlKaaZqll99guBIEPLHIdVU4A=\", false, function () {\n return [useFirebase];\n });\n\n return /*#__PURE__*/_jsxDEV(\"button\", {\n onClick: signInWithGoogle,\n children: \"Sign in with Google\"\n }, void 0, false, {\n fileName: _jsxFileName,\n lineNumber: 14,\n columnNumber: 9\n }, this);\n};\n\n_c = SignIn;\nexport default SignIn;\n\nvar _c;\n\n$RefreshReg$(_c, \"SignIn\");", "map" : {"version" : 3, "sources" : ["/home/joaquim/internship/superchat/src/components/SignIn.js"], "names" : ["React", "useFirebase", "SignIn", "signInWithGoogle", "firebase"], "mappings" : ";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,WAAT,QAA4B,sBAA5B;;AAEA,MAAMC,MAAM,GAAG,MAAM;AAAA;;AAEjB,QAAMC,gBAAgB,GAAG,MAAM;AAAA;;AAC3B,UAAMC,QAAQ,GAAGH,WAAW,EAA5B,CAD2B,CAG3B;AACA;AACH,GALD;;AAFiB,KAEXE,gBAFW;AAAA,YAGIF,WAHJ;AAAA;;AASjB,sBACI;AAAQ,IAAA,OAAO,EAAEE,gBAAjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UADJ;AAGH,CAZD;;KAAMD,M;AAcN,eAAeA,MAAf", "sourcesContent" : ["import React from 'react'\nimport { useFirebase } from \"react-redux-firebase\";\n\nconst SignIn = () => {\n\n const signInWithGoogle = () => {\n const firebase = useFirebase();\n \n // const provider = new firebase.auth.GoogleAuthProvider();\n // auth.signInWithPopup(provider);\n }\n\n return (\n <button onClick={signInWithGoogle}>Sign in with Google</button>\n );\n}\n\nexport default SignIn"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "tm:block/sintering_furnace"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {}}, "seat": {"type": "string"}}, "required": ["bid", "seat"]}}, "cur": {"type": "string"}}, "required": ["id", "seatbid", "cur"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fmySKZNcTFcTPOurFYivufGxMtuSYpen", "seatbid" : [{"bid" : [], "seat" : "1"}], "cur" : "USD"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "seatbid": {"type": "array", "items": {"type": "object", "properties": {"bid": {"type": "array", "items": {}}, "seat": {"type": "string"}}, "required": ["bid", "seat"]}}, "cur": {"type": "string"}}, "required": ["id", "seatbid", "cur"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "gereqs": {"type": "array", "items": {"type": "string"}}, "halfcredit": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "level": {"type": "integer"}, "max": {"type": "integer"}, "name": {"type": "string"}, "notes": {"type": "array", "items": {"type": "string"}}, "number": {"type": "integer"}, "offerings": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "end": {"type": "string"}, "location": {"type": "string"}, "start": {"type": "string"}}, "required": ["day", "end", "location", "start"]}}, "pn": {"type": "boolean"}, "prerequisites": {"type": "string"}, "semester": {"type": "integer"}, "status": {"type": "string"}, "term": {"type": "integer"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["clbid", "credits", "crsid", "department", "description", "enrolled", "gereqs", "halfcredit", "instructors", "level", "max", "name", "notes", "number", "offerings", "pn", "prerequisites", "semester", "status", "term", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clbid" : "0000131058", "credits" : 0.25, "crsid" : "0000001023", "department" : "ESAC", "description" : ["This course is for students who can already serve, score, play the net, and know basic singles and doubles strategy. Prerequisite: ESAC 157 or permission of instructor."], "enrolled" : 0, "gereqs" : ["SPM"], "halfcredit" : "1", "instructors" : ["Scott Nesbit"], "level" : 100, "max" : 16, "name" : "Intermediate Tennis", "notes" : ["This is a first-half of semester course."], "number" : 158, "offerings" : [{"day" : "Tu", "end" : "11:00", "location" : "Tostrud Ctr", "start" : "09:35"}, {"day" : "Th", "end" : "10:50", "location" : "Tostrud Ctr", "start" : "09:30"}], "pn" : false, "prerequisites" : "ESAC 157 or permission of instructor.", "semester" : 1, "status" : "O", "term" : 20201, "type" : "Research", "year" : 2020}
json_instruct
{"type": "object", "properties": {"clbid": {"type": "string"}, "credits": {"type": "number"}, "crsid": {"type": "string"}, "department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "enrolled": {"type": "integer"}, "gereqs": {"type": "array", "items": {"type": "string"}}, "halfcredit": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "level": {"type": "integer"}, "max": {"type": "integer"}, "name": {"type": "string"}, "notes": {"type": "array", "items": {"type": "string"}}, "number": {"type": "integer"}, "offerings": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "end": {"type": "string"}, "location": {"type": "string"}, "start": {"type": "string"}}, "required": ["day", "end", "location", "start"]}}, "pn": {"type": "boolean"}, "prerequisites": {"type": "string"}, "semester": {"type": "integer"}, "status": {"type": "string"}, "term": {"type": "integer"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["clbid", "credits", "crsid", "department", "description", "enrolled", "gereqs", "halfcredit", "instructors", "level", "max", "name", "notes", "number", "offerings", "pn", "prerequisites", "semester", "status", "term", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"bookname": {"type": "string"}, "chapter": {"type": "string"}, "text": {"type": "string"}, "verse": {"type": "string"}}, "required": ["bookname", "chapter", "text", "verse"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bookname" : "Psalms", "chapter" : "134", "text" : "<p class=\"psasuper\">A <st data-num=\"07892\" class=\"\">song</st> of <st data-num=\"04609\" class=\"\">ascents</st>.<n id=\"1\" /> <p class=\"poetry\"><st data-num=\"02009\" class=\"\">Attention</st>!<n id=\"2\" /> <st data-num=\"01288\" class=\"\">Praise</st> the <span class=\"smcaps\"><st data-num=\"03068\" class=\"\">Lord</st></span>,<p class=\"poetry\"><st data-num=\"03605\" class=\"\">all</st> you <st data-num=\"05650\" class=\"\">servants</st> of the <span class=\"smcaps\"><st data-num=\"03068\" class=\"\">Lord</st></span><p class=\"poetry\">who <st data-num=\"05975\" class=\"\">serve</st><n id=\"3\" /> in the <span class=\"smcaps\"><st data-num=\"03068\" class=\"\">Lord</st></span>\u2019s <st data-num=\"01004\" class=\"\">temple</st> during the <st data-num=\"03915\" class=\"\">night</st>. </p>", "verse" : "1"}, {"bookname" : "Psalms", "chapter" : "134", "text" : "<p class=\"poetry\"><st data-num=\"05375\" class=\"\">Lift</st> your <st data-num=\"03027\" class=\"\">hands</st> toward the <st data-num=\"06944\" class=\"\">sanctuary</st><p class=\"poetry\">and <st data-num=\"01288\" class=\"\">praise</st> the <span class=\"smcaps\"><st data-num=\"03068\" class=\"\">Lord</st></span>. </p>", "verse" : "2"}, {"bookname" : "Psalms", "chapter" : "134", "text" : "<p class=\"poetry\">May the <span class=\"smcaps\"><st data-num=\"03068\" class=\"\">Lord</st></span>, the <st data-num=\"06213\" class=\"\">Creator</st> of <st data-num=\"08064\" class=\"\">heaven</st> and <st data-num=\"0776\" class=\"\">earth</st>,<p class=\"poetry\"><st data-num=\"01288\" class=\"\">bless</st> you<n id=\"1\" /> from <st data-num=\"06726\" class=\"\">Zion</st>.<n id=\"2\" /> </p>", "verse" : "3"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bookname": {"type": "string"}, "chapter": {"type": "string"}, "text": {"type": "string"}, "verse": {"type": "string"}}, "required": ["bookname", "chapter", "text", "verse"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1601090021", "district_id" : "1601090", "name" : "DURIAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"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" : [[[129.75, 21.75], [129.75, 21.833333333333332], [129.875, 21.833333333333332], [129.875, 21.75], [129.75, 21.75]]]}, "properties" : {"code" : 322956, "url" : "http://madefor.github.io/0410/api/v1/322956.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/322956.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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TODO" : [{"TODO" : "OBWriteInternationalConsent3_Data(OBWriteInternationalConsent3Data)"}]}
json_instruct
{"type": "object", "properties": {"TODO": {"type": "array", "items": {"type": "object", "properties": {"TODO": {"type": "string"}}, "required": ["TODO"]}}}, "required": ["TODO"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.1.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.2"], "meta" : {"description" : "Multiplex generators for incremental learning", "homepage" : "http://github.com/bmcfee/pescador", "license" : "ISC"}, "versions" : {"0.1.0" : {"sha256" : "60b0ea479a57c9710d062488cdd86ea174e40375f36bda7df6afbb9ac6ec78d0", "url" : "https://files.pythonhosted.org/packages/2d/05/0b800c1739c406440c7a00035117179e208587fdbd5a1b08c8451b7c72ab/pescador-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "1059545030e92b338465cfce101821bb3471434e6eaef3dd6f23d04b8d76321c", "url" : "https://files.pythonhosted.org/packages/a3/21/2773aca8ff79166ecb1f8a4fbfd5b62a1eeb77f1bced6ced7a015b00f1b6/pescador-0.1.1.tar.gz"}, "0.1.2" : {"sha256" : "fca18988436639039332524c2aa4d1efefb4a373270b3dfd66e697d81245b022", "url" : "https://files.pythonhosted.org/packages/6c/fc/23208528d37bc09022642f6e37e856bd93b339e33af37f4f05a6b4a26b06/pescador-0.1.2.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.1.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Cargador est\u00e1ndar de 20 balas de 9x18 mm PM para PP-91", "ShortName" : "PP91(20)", "Description" : "Cargador met\u00e1lico est\u00e1ndar de 20 balas para subfusiles de sistema Kedr. Fabricado por ZMZ."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Capitaland largest city": {"type": "array", "items": {"type": "string"}}, "Official languages": {"type": "array", "items": {"type": "string"}}, "Ethnic groups": {"type": "array", "items": {"type": "string"}}, "Religion": {"type": "array", "items": {"type": "string"}}, "Demonym(s)": {"type": "array", "items": {"type": "string"}}, "Government": {"type": "array", "items": {"type": "string"}}, "President": {"type": "array", "items": {"type": "string"}}, "Vice-Presidents": {"type": "array", "items": {"type": "string"}}, "Legislature": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Capitaland largest city", "Official languages", "Ethnic groups", "Religion", "Demonym(s)", "Government", "President", "Vice-Presidents", "Legislature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : ["Union of the Comoros Union des Comores (French) Udzima wa Komori (Swahili)"], "Capitaland largest city" : ["Moroni , -11.683; 43.267"], "Official languages" : ["Comorian", "Arabic", "French"], "Ethnic groups" : ["Afro-Arab 86%", "Malagasy 14%"], "Religion" : ["Sunni Islam"], "Demonym(s)" : ["Comorian"], "Government" : ["Federal presidential republic"], "President" : ["Azali Assoumani"], "Vice-Presidents" : ["Abdallah Said Sarouma", "Djaffar Ahmed Said", "Moustadroine Abdou"], "Legislature" : ["Assembly of the Union"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Capitaland largest city": {"type": "array", "items": {"type": "string"}}, "Official languages": {"type": "array", "items": {"type": "string"}}, "Ethnic groups": {"type": "array", "items": {"type": "string"}}, "Religion": {"type": "array", "items": {"type": "string"}}, "Demonym(s)": {"type": "array", "items": {"type": "string"}}, "Government": {"type": "array", "items": {"type": "string"}}, "President": {"type": "array", "items": {"type": "string"}}, "Vice-Presidents": {"type": "array", "items": {"type": "string"}}, "Legislature": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Capitaland largest city", "Official languages", "Ethnic groups", "Religion", "Demonym(s)", "Government", "President", "Vice-Presidents", "Legislature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ItemId": {"type": "integer"}, "Faction": {"type": "integer"}, "Price": {"type": "integer"}, "Dependencies": {"type": "array", "items": {"type": "integer"}}}, "required": ["ItemType", "Id", "ItemId", "Faction", "Price", "Dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ItemType" : 10, "Id" : 41, "ItemId" : 168, "Faction" : 11, "Price" : 10, "Dependencies" : [42]}
json_instruct
{"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "ItemId": {"type": "integer"}, "Faction": {"type": "integer"}, "Price": {"type": "integer"}, "Dependencies": {"type": "array", "items": {"type": "integer"}}}, "required": ["ItemType", "Id", "ItemId", "Faction", "Price", "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"}, "email": {"type": "string"}, "test_context": {"type": "string"}}, "required": ["name", "email", "test_context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Michael Seaby", "email" : "[email protected]", "test_context" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "test_context": {"type": "string"}}, "required": ["name", "email", "test_context"], "$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" : "frock", "definition" : "1. A loose outer garment; especially, a gown forming a part of European modern costume for women and children; also, a coarse hirtlike garment worn by some workmen over their ther clothes; a smock frock; as, a marketman's frock. 2. A coarse gown worn by monks or friars, and supposed to take the place of all, or nearly all, other garments. It has a hood which can be drawn over the head at pleasure, and is girded by a cord. Frock coat, a body coat for men, usually doublebreasted, the skirts not being in one piece with the body, but sewed on so as to be somewhat full. -- Smock frock. See in the Vocabulary.\n\n1. To clothe in a frock. 2. To make a monk of. Cf. Unfrock."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Bimble, KY"], "state" : "KY", "postal_code" : "40915", "locality" : "Bimble, KY", "lat" : 36.887306, "region" : {"fips" : "21", "abbr" : "KY", "name" : "Kentucky"}, "city" : "Bimble", "type" : "STANDARD", "lng" : -83.807591, "counties" : [{"fips" : "121", "name" : "Knox County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"<page title>": {"type": "string"}, "anti shake mode": {"type": "string"}, "builtin memory": {"type": "string"}, "camera color": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "digital zoom": {"type": "array", "items": {"type": "string"}}, "focus mode": {"type": "string"}, "lcd viewer": {"type": "string"}, "lens": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}, "pixel count": {"type": "string"}, "select camera style": {"type": "string"}, "select media": {"type": "string"}, "self timer": {"type": "string"}, "sku": {"type": "string"}, "skuprice": {"type": "string"}, "sound": {"type": "string"}, "specification": {"type": "string"}, "standard warranty": {"type": "string"}, "storage media type": {"type": "string"}, "style": {"type": "string"}, "taxable": {"type": "string"}, "trackinglinkbaseurl": {"type": "array", "items": {"type": "string"}}, "trackinglinkuri": {"type": "array", "items": {"type": "string"}}, "video movie capture": {"type": "string"}}, "required": ["<page title>", "anti shake mode", "builtin memory", "camera color", "color", "digital zoom", "focus mode", "lcd viewer", "lens", "megapixels", "model", "optical zoom", "pixel count", "select camera style", "select media", "self timer", "sku", "skuprice", "sound", "specification", "standard warranty", "storage media type", "style", "taxable", "trackinglinkbaseurl", "trackinglinkuri", "video movie capture"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "How To Turn Off The Flash On A Finepix J150w | Fujifilm FinePix J150W Digital Camera, 10 Megapixel, 5x Optical Zoom, 5.7x Digital Zoom and 3\" LCD Screen Reviews - Buzzillions.com", "anti shake mode" : "Yes", "builtin memory" : "24MB", "camera color" : ["Black", "Silver"], "color" : "Black", "digital zoom" : ["5.7x", "5.6x"], "focus mode" : "Auto Focus", "lcd viewer" : "3 Inch", "lens" : "Zoom Lens", "megapixels" : "10.0", "model" : "0827D562", "optical zoom" : "5x", "pixel count" : "10 Megapixel", "select camera style" : "Point & Shoot with Zoom Lens", "select media" : "Internal Memory,Secure Digital Cards(SD),Secure Di", "self timer" : "Yes", "sku" : "148785 Black", "skuprice" : "159.9900", "sound" : "Yes", "specification" : "Description", "standard warranty" : "1 Year", "storage media type" : "Secure Digital (SD)", "style" : "15841966", "taxable" : "Y", "trackinglinkbaseurl" : ["http://www.meijer.com", "http://www.beachaudio.com"], "trackinglinkuri" : ["/catalog/", "/product_info.php?products_id=154830&src=pwr"], "video movie capture" : "VGA - Up to 640x480"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "anti shake mode": {"type": "string"}, "builtin memory": {"type": "string"}, "camera color": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "digital zoom": {"type": "array", "items": {"type": "string"}}, "focus mode": {"type": "string"}, "lcd viewer": {"type": "string"}, "lens": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}, "pixel count": {"type": "string"}, "select camera style": {"type": "string"}, "select media": {"type": "string"}, "self timer": {"type": "string"}, "sku": {"type": "string"}, "skuprice": {"type": "string"}, "sound": {"type": "string"}, "specification": {"type": "string"}, "standard warranty": {"type": "string"}, "storage media type": {"type": "string"}, "style": {"type": "string"}, "taxable": {"type": "string"}, "trackinglinkbaseurl": {"type": "array", "items": {"type": "string"}}, "trackinglinkuri": {"type": "array", "items": {"type": "string"}}, "video movie capture": {"type": "string"}}, "required": ["<page title>", "anti shake mode", "builtin memory", "camera color", "color", "digital zoom", "focus mode", "lcd viewer", "lens", "megapixels", "model", "optical zoom", "pixel count", "select camera style", "select media", "self timer", "sku", "skuprice", "sound", "specification", "standard warranty", "storage media type", "style", "taxable", "trackinglinkbaseurl", "trackinglinkuri", "video movie capture"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"config": {"type": "object", "properties": {"userEditable": {"type": "array", "items": {"type": "string"}}, "header": {"type": "boolean"}, "status": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["userEditable", "header", "status", "priority"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"userEditable" : ["priority"], "header" : true, "status" : "required", "priority" : 2}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"userEditable": {"type": "array", "items": {"type": "string"}}, "header": {"type": "boolean"}, "status": {"type": "string"}, "priority": {"type": "integer"}}, "required": ["userEditable", "header", "status", "priority"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Black Pu Digital Camera Case Carrying Bag For Canon 550d,500d 450d 1000d 1100d - Buy Camera Case Bag,Camera Carrying Bag,High Quality Pu Camera Bag Product on Alibaba.com", "fob price" : "US $7 - 8 / Piece Get Latest\nPrice", "minorder quantity" : "100 Piece/Pieces Fashion", "payment terms" : "L/C,T/T,Western Union,MoneyGram,Paypal", "port" : "Shenzhen", "supply ability" : "10000 Piece/Pieces per Month Get Latest Price"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}}, "required": ["parcel-bundler"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "keywords", "peerDependencies", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "parcel-plugin-sw-asset-urls", "version" : "0.1.2", "description" : "A parce-bundler plugin to replace the filename URLs in Service Worker with their hashed counterparts", "main" : "index.js", "keywords" : ["parcel", "parcel-bundler", "parcel-plugin", "service worker", "pwa", "asset urls", "hash urls"], "peerDependencies" : {"parcel-bundler" : "^1.11.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rohith/parcel-plugin-sw-asset-urls.git"}, "author" : "Rohith Reddy Kumbharkar <[email protected]> (https://rohith.github.io)", "license" : "MIT", "bugs" : {"url" : "https://github.com/rohith/parcel-plugin-sw-asset-urls/issues"}, "homepage" : "https://github.com/rohith/parcel-plugin-sw-asset-urls#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}}, "required": ["parcel-bundler"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "keywords", "peerDependencies", "repository", "author", "license", "bugs", "homepage"], "$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"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 35264, "group" : "28102107", "joblink" : false, "name" : "Maschinen- und Anlagenf\u00fchrer/in - Textiltechnik", "potential" : 67, "skills" : [{"id" : 60416, "skill" : "Textiltechnik", "replaceable" : true}, {"id" : 60715, "skill" : "Maschinenf\u00fchrung, Anlagenf\u00fchrung, -bedienung", "replaceable" : true}, {"id" : 60798, "skill" : "Wartung, Reparatur, Instandhaltung", "replaceable" : false}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "Pipis Person", "scores" : [{"xp" : 33474, "rank" : 45, "cardId" : 567}, {"xp" : 28010, "rank" : 338, "cardId" : 196}, {"xp" : 49341, "rank" : 298, "cardId" : 115}, {"xp" : 30116, "rank" : 123, "cardId" : 175}, {"xp" : 7326, "rank" : 445, "cardId" : 562}, {"xp" : 13603, "rank" : 187, "cardId" : 625}, {"xp" : 21411, "rank" : 230, "cardId" : 377}, {"xp" : 20366, "rank" : 256, "cardId" : 238}, {"xp" : 76804, "rank" : 46, "cardId" : 307}, {"xp" : 22218, "rank" : 57, "cardId" : 102}, {"xp" : 22321, "rank" : 212, "cardId" : 607}, {"xp" : 22461, "rank" : 103, "cardId" : 277}, {"xp" : 1246, "rank" : 488, "cardId" : 653}, {"xp" : 8321, "rank" : 416, "cardId" : 397}, {"xp" : 36968, "rank" : 33, "cardId" : 248}, {"xp" : 18168, "rank" : 414, "cardId" : 391}, {"xp" : 25879, "rank" : 23, "cardId" : 626}, {"xp" : 9472, "rank" : 212, "cardId" : 604}, {"xp" : 13517, "rank" : 114, "cardId" : 547}, {"xp" : 105, "rank" : 483, "cardId" : 644}, {"xp" : 8218, "rank" : 404, "cardId" : 571}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@yarnpkg/lockfile": {"type": "string"}}, "required": ["@yarnpkg/lockfile"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yarn-lockfile", "version" : "1.1.1", "description" : "parse and/or write `yarn.lock` files", "main" : "index.js", "keywords" : [], "author" : "William Hilton <[email protected]>", "license" : "Unlicense", "dependencies" : {"@yarnpkg/lockfile" : "*"}, "repository" : {"type" : "git", "url" : "git+https://github.com/wmhilton/yarn-lockfile.git"}, "bugs" : {"url" : "https://github.com/wmhilton/yarn-lockfile/issues"}, "homepage" : "https://github.com/wmhilton/yarn-lockfile#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@yarnpkg/lockfile": {"type": "string"}}, "required": ["@yarnpkg/lockfile"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "dependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "highlight": {"type": "boolean"}, "dependencyOutdated": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "highlight", "dependencyOutdated"]}}}, "required": ["name", "version", "dependencies", "devDependencies"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "OctoDeps rust cli", "version" : "0.1.0", "dependencies" : [], "devDependencies" : [{"name" : "octodeps-rs", "version" : "0.1.0", "highlight" : true, "dependencyOutdated" : {}}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "devDependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "highlight": {"type": "boolean"}, "dependencyOutdated": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "highlight", "dependencyOutdated"]}}}, "required": ["name", "version", "dependencies", "devDependencies"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "A filthy, smelly, flea infested robe."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01024896": {"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": ["E01024896"]}, "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" : {"E01024896" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00126354", "LAD11CD" : "E07000117"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00126361", "LAD11CD" : "E07000117"}, "arcs" : [[4, -3, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00126362", "LAD11CD" : "E07000117"}, "arcs" : [[-7, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00126364", "LAD11CD" : "E07000117"}, "arcs" : [[8, -1]]}]}}, "arcs" : [[[9416, 4908], [-1549, -1151], [865, -1314], [259, 284], [531, -332]], [[9522, 2395], [-58, -311], [-1088, 210], [302, -874], [-408, -600], [-1351, 1949]], [[6919, 2769], [-490, 870], [187, 216], [-1310, 1988], [768, 2187], [481, -129]], [[6555, 7901], [389, -269], [-853, -1986], [671, -1578], [-42, 528], [564, 628], [485, 2], [101, 425], [300, -454], [201, 465], [478, 9], [32, -803], [535, 40]], [[3447, 9028], [3186, 971], [-78, -2098]], [[6919, 2769], [-1645, -496]], [[5274, 2273], [-334, -317], [-2969, 1145], [602, 1068], [-454, 615], [198, 1361], [1427, -273], [147, 519], [-86, 1018], [251, 361], [-391, 673], [-455, -264], [-139, 317], [376, 532]], [[5274, 2273], [-554, -2273], [-710, 292], [-626, 727], [-650, -1], [-2646, 3939], [-88, 612], [1096, 518], [606, 928], [90, 1508], [1655, 505]], [[9416, 4908], [436, 31], [147, -2516], [-477, -28]]], "transform" : {"scale" : [1.5030001372872408e-06, 6.935794619930786e-07], "translate" : [-2.251593528612232, 53.8059848625325]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01024896": {"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": ["E01024896"]}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "repository", "homepage", "license", "main", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "print-lite", "description" : "Print JavaScript values, truncated and on a single line", "version" : "0.0.1", "author" : {"name" : "Laurent Christophe", "email" : "[email protected]"}, "repository" : "lachrist/aran", "homepage" : "http://github.com/lachrist/print-lite", "license" : "MIT", "main" : "index.js", "keywords" : ["Print", "JavaScript", "Value", "Tiny"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "repository", "homepage", "license", "main", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}