input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"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" : "Chicago", "circ" : "1\u00e8re circonscription", "dpt" : "Fran\u00e7ais \u00e9tablis hors de France", "inscrits" : 7925, "abs" : 6796, "votants" : 1129, "blancs" : 41, "nuls" : 14, "exp" : 1074, "res" : [{"nuance" : "REM", "nom" : "M. Roland LESCURE", "voix" : 824}, {"nuance" : "LR", "nom" : "M. Fr\u00e9d\u00e9ric LEFEBVRE", "voix" : 250}]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MarcL\\": {"type": "string"}}, "required": ["MarcL\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MarcL\\": {"type": "string"}, "tests\\": {"type": "string"}}, "required": ["MarcL\\", "tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "type", "keywords", "homepage", "license", "authors", "support", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "marcl/amazonproductapi", "description" : "PHP library to perform product lookup and searches using the Amazon Product API.", "version" : "3.0.2", "type" : "library", "keywords" : ["amazon", "product", "api"], "homepage" : "https://github.com/MarcL/AmazonProductAPI/", "license" : "MIT", "authors" : [{"name" : "Marc Littlemore", "email" : "marc@marclittlemore.com", "homepage" : "http://www.marclittlemore.com", "role" : "Developer"}], "support" : {"source" : "https://github.com/MarcL/AmazonProductAPI/", "issues" : "https://github.com/MarcL/AmazonProductAPI/issues"}, "require-dev" : {"phpunit/phpunit" : "6.1.*"}, "autoload" : {"psr-4" : {"MarcL\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"MarcL\\" : "src/", "tests\\" : "tests/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["source", "issues"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MarcL\\": {"type": "string"}}, "required": ["MarcL\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MarcL\\": {"type": "string"}, "tests\\": {"type": "string"}}, "required": ["MarcL\\", "tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "type", "keywords", "homepage", "license", "authors", "support", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"category" : "``lookoutmetrics``", "description" : "[``botocore``] Allowing uppercase alphabets for RDS and Redshift database names.", "type" : "api-change"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$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": {"lint": {"type": "string"}, "package": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "package", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}}, "required": ["verbose"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@actions/artifact": {"type": "string"}, "@actions/core": {"type": "string"}, "@actions/exec": {"type": "string"}, "@actions/io": {"type": "string"}, "acorn": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["@actions/artifact", "@actions/core", "@actions/exec", "@actions/io", "acorn", "yarn"]}, "devDependencies": {"type": "object", "properties": {"@zeit/ncc": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@zeit/ncc", "eslint", "jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "jest", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "anka-vm-github-action", "version" : "1.3.2", "description" : "A GitHub Action for running commands within Anka VMs", "main" : "index.js", "scripts" : {"lint" : "eslint index.js", "package" : "ncc build index.js -o dist", "test" : "eslint index.js && jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/veertuinc/anka-github-action.git"}, "jest" : {"verbose" : true}, "keywords" : ["GitHub", "Actions", "Anka", "Veertu", "macOS", "Virtualization", "Ondemand"], "author" : "Veertu Inc.", "license" : "MIT", "bugs" : {"url" : "https://github.com/veertuinc/anka-github-action/issues"}, "homepage" : "https://github.com/veertuinc/anka-github-action#readme", "dependencies" : {"@actions/artifact" : "^0.5.1", "@actions/core" : "^1.2.7", "@actions/exec" : "^1.1.0", "@actions/io" : "^1.1.1", "acorn" : "^8.1.1", "yarn" : "^1.22.10"}, "devDependencies" : {"@zeit/ncc" : "^0.20.5", "eslint" : "^6.8.0", "jest" : "^24.9.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "package": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "package", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}}, "required": ["verbose"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@actions/artifact": {"type": "string"}, "@actions/core": {"type": "string"}, "@actions/exec": {"type": "string"}, "@actions/io": {"type": "string"}, "acorn": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["@actions/artifact", "@actions/core", "@actions/exec", "@actions/io", "acorn", "yarn"]}, "devDependencies": {"type": "object", "properties": {"@zeit/ncc": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}}, "required": ["@zeit/ncc", "eslint", "jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "jest", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-schema-form": {"type": "string"}, "prdg-file-upload": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-translate": {"type": "string"}}, "required": ["angular", "angular-schema-form", "prdg-file-upload", "angular-messages", "angular-translate"]}, "devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}}, "required": ["name", "homepage", "authors", "dependencies", "devDependencies", "description", "keywords", "main", "license", "ignore", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-schema-form-prdg-file-upload", "homepage" : "https://github.com/JamesGuthrie/angular-schema-form-prdg-file-upload", "authors" : ["James Guthrie <james@prodigi.ch>"], "dependencies" : {"angular" : ">= 1.5", "angular-schema-form" : ">= 0.8.3", "prdg-file-upload" : "git@github.com:JamesGuthrie/prdg-file-upload.git#0.1.0", "angular-messages" : ">= 1.3", "angular-translate" : "^2.11.0"}, "devDependencies" : {"bootstrap" : "~3.3.5"}, "description" : "Upload file type for Angular Schema Form", "keywords" : ["angular", "angularjs", "schema", "form", "file", "upload"], "main" : ["dist/angular-schema-form-prdg-file-upload.js"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-schema-form": {"type": "string"}, "prdg-file-upload": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-translate": {"type": "string"}}, "required": ["angular", "angular-schema-form", "prdg-file-upload", "angular-messages", "angular-translate"]}, "devDependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}}, "required": ["name", "homepage", "authors", "dependencies", "devDependencies", "description", "keywords", "main", "license", "ignore", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2": {"type": "string"}}, "required": ["1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HA5Hpj7tAvq9vxp/ORw4dE+Eko0hvWNfCrkJ7qTazR+zDuVri5FCNE3+1yb1/+e12L02I9zu3mUspOzZUUCSNgM=", "cert_user_id" : "lelemka0@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2/content.json", "modified" : 1487166682, "signs" : {"1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2" : "G0FP1GTdhY0aLSCYVUJ+XtSQ42ORZAxOP8HXcNXBTIwSFMGC54KjVXN7VZWnNJ7FWs5n9JnRpcZqWc8jN+6aNnU="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2": {"type": "string"}}, "required": ["1Pv8KYUSj2z2SeF9dh5XXFpoJ9nihy8Xr2"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "required": ["id", "githubLoginMasked", "githubLoginEncrypted", "githubLoginHashed", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1405087, "githubLoginMasked" : "ry", "githubLoginEncrypted" : "BislzRGCmETnISx2jpmc3Mq1PBI64jFWAw==", "githubLoginHashed" : "BislzRGCmETnISx2jpmc3Mq1PBI64jFWAw==", "score" : 346129}, {"id" : 1405070, "githubLoginMasked" : "aa", "githubLoginEncrypted" : "FTM21lmdOEznpUZL0cfU/ZMJWLQfOA==", "githubLoginHashed" : "FTM21lmdOEznpUZL0cfU/ZMJWLQfOA==", "score" : 3765}, {"id" : 1405082, "githubLoginMasked" : "re", "githubLoginEncrypted" : "BjcwzE+UnjW+J/cn9WY8+PE76LgWEaE=", "githubLoginHashed" : "BjcwzE+UnjW+J/cn9WY8+PE76LgWEaE=", "score" : 2008}, {"id" : 1405101, "githubLoginMasked" : "Pu", "githubLoginEncrypted" : "JCcixUWSmED1WXI43S3GBrH0AEFR/HXzbz7fMw==", "githubLoginHashed" : "JCcixUWSmED1WXI43S3GBrH0AEFR/HXzbz7fMw==", "score" : 1004}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "required": ["id", "githubLoginMasked", "githubLoginEncrypted", "githubLoginHashed", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "urltweet", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "OMG there's <a href=\"https://twitter.com/JamesCorbett/status/1377284777070460930\">another</a>. Much more ambitious.", "created" : "Wed, 31 Mar 2021 15:45:35 GMT", "type" : "outline", "urltweet" : "https://twitter.com/JamesCorbett/status/1377284777070460930", "flInCalendar" : true}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}, "flInCalendar": {"type": "boolean"}}, "required": ["text", "created", "type", "urltweet", "flInCalendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"sitename": {"type": "string"}, "sitedescription": {"type": "string"}, "sitelang": {"type": "string"}}, "required": ["sitename", "sitedescription", "sitelang"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sitename" : "Netlify CMS Boilerplate", "sitedescription" : "Um blog que utliza NetlifyCMS, fornecendo aos editores uma interface do usu\u00e1rio amig\u00e1vel e fluxos de trabalho intuitivos na cria\u00e7\u00e3o de projetos WEB r\u00e1pidos e mais flex\u00edveis.", "sitelang" : "pt-BR"}
json_instruct
{"type": "object", "properties": {"sitename": {"type": "string"}, "sitedescription": {"type": "string"}, "sitelang": {"type": "string"}}, "required": ["sitename", "sitedescription", "sitelang"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"1194250683197": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683203": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683824": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1194250693466": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250696401": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250696406": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250706697": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250708053": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250708058": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250718258": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1194250683197", "1194250683203", "1194250683824", "1194250693466", "1194250696401", "1194250696406", "1194250706697", "1194250708053", "1194250708058", "1194250718258"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1194250683197" : {"type" : "st"}, "1194250683203" : {"type" : "ss"}, "1194250683824" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfa2FuZ2Fyb28uaHRtbC1hbmFseXRpY3MtMTE5NDI1MDY4MjM1Nw==.json"}, "1194250693466" : {"type" : "sf"}, "1194250696401" : {"type" : "st"}, "1194250696406" : {"type" : "ss"}, "1194250706697" : {"type" : "sf"}, "1194250708053" : {"type" : "st"}, "1194250708058" : {"type" : "ss"}, "1194250718258" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"1194250683197": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683203": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250683824": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "1194250693466": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250696401": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250696406": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250706697": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250708053": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250708058": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "1194250718258": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["1194250683197", "1194250683203", "1194250683824", "1194250693466", "1194250696401", "1194250696406", "1194250706697", "1194250708053", "1194250708058", "1194250718258"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "commentMarkers": {"type": "object", "properties": {"js": {"type": "string"}, "jsx": {"type": "string"}, "py": {"type": "string"}}, "required": ["js", "jsx", "py"]}, "templat": {"type": "string"}}, "required": ["ignore", "commentMarkers", "templat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ignore" : ["**/node_modules/**"], "commentMarkers" : {"js" : "//", "jsx" : "//", "py" : "#"}, "templat" : "some kind of copyright header.\nSecond line."}
json_instruct
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "commentMarkers": {"type": "object", "properties": {"js": {"type": "string"}, "jsx": {"type": "string"}, "py": {"type": "string"}}, "required": ["js", "jsx", "py"]}, "templat": {"type": "string"}}, "required": ["ignore", "commentMarkers", "templat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-type": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site-address": {"type": "string"}, "start-date": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-history": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-type", "site-plan-url", "notes", "maximum-net-dwellings", "organisation", "planning-permission-status", "site-address", "start-date", "site", "point", "ownership-status", "minimum-net-dwellings", "hectares", "planning-permission-date", "deliverable", "planning-permission-history", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.883974, 50.718123]}, "properties" : {"planning-permission-type" : "full planning permission", "site-plan-url" : "https://www.bournemouth.gov.uk//planningbuilding/PlanningPolicy/PlanningPolicyFiles/brownfieldlandregister/blr-2020-site-plans.pdf", "notes" : "Alterations, extensions and conversion of hotel into 31 flats", "maximum-net-dwellings" : "31", "organisation" : "local-authority-eng:BPC", "planning-permission-status" : "permissioned", "site-address" : "67-71 St Michael's Road", "start-date" : "2020-12-29", "site" : "BCP/BLR/0021", "point" : "POINT(-1.883974 50.718123)", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "31", "hectares" : "0.141", "planning-permission-date" : "2019-08-07", "deliverable" : "yes", "planning-permission-history" : "https://planning.bournemouth.gov.uk/plandisp.aspx?recno=96517", "name" : "BCP/BLR/0021", "slug" : "/brownfield-land/local-authority-eng/BPC/BCP-BLR-0021", "entity" : 506561, "entry-date" : "2020-12-29"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-type": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site-address": {"type": "string"}, "start-date": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-history": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-type", "site-plan-url", "notes", "maximum-net-dwellings", "organisation", "planning-permission-status", "site-address", "start-date", "site", "point", "ownership-status", "minimum-net-dwellings", "hectares", "planning-permission-date", "deliverable", "planning-permission-history", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Clawson", "state_name" : "Michigan", "state_abbrv" : "MI", "lat" : "42.5365", "long" : "-83.1503"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"content" : "They're still confusing tax evasion with tax avoidance, which is totally legal. The jealous socialist mind will never get it #bbcqt", "entities" : [{"entity" : "tax avoidance", "type" : "topic keyword", "id" : 2, "offset" : 41}, {"entity" : "tax evasion", "type" : "topic keyword", "id" : 3, "offset" : 24}], "topics" : [{"topic" : "public spending", "id" : 1}], "tweet_id" : "568545581372723200"}
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"entity": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "integer"}, "offset": {"type": "integer"}}, "required": ["entity", "type", "id", "offset"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5ece83cf01e14e770d58324c", "_tpl" : "5dcbe9431e1f4616d354987e", "parentId" : "5ece83cf01e14e770d583248", "slotId" : "mod_barrel"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "iconName", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "QCR Debian Release Workflow", "description" : "The QCR Debian Release workflow builds Debian releases from catkinised packages and uploads them to the QCR Repositories", "iconName" : "qcr", "categories" : ["Python", "C++"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "iconName", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Armacon Baskak dip\u00e7ik", "ShortName" : "Baskak", "Description" : "Hem Mil-Spec hem de Com-Spec M / AR standart g\u00f6vde adapt\u00f6rlerine monte edilebilen AK sistemleri ile kullan\u0131lmak \u00fczere \u00e7ok sade tasar\u0131ml\u0131 Rus yap\u0131m\u0131 hafif teleskopik dip\u00e7ik. AR sistemleri ile uyumlu de\u011fildir!"}
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": {"900797559": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797559"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900797559" : {"nama" : "TPS 1", "dapil" : [8201, 18203, 2820601]}}
json_instruct
{"type": "object", "properties": {"900797559": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797559"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"StateProvinceName": {"type": "string"}, "CountryID": {"type": "string"}, "LatestRecordedPopulation": {"type": "string"}, "ValidTo": {"type": "string"}, "LastEditedBy": {"type": "string"}, "SalesTerritory": {"type": "string"}, "ValidFrom": {"type": "string"}, "Border": {"type": "string"}, "StateProvinceCode": {"type": "string"}, "StateProvinceID": {"type": "string"}}, "required": ["StateProvinceName", "CountryID", "LatestRecordedPopulation", "ValidTo", "LastEditedBy", "SalesTerritory", "ValidFrom", "Border", "StateProvinceCode", "StateProvinceID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"StateProvinceName" : "Alabama", "CountryID" : "230", "LatestRecordedPopulation" : "null", "ValidTo" : "null", "LastEditedBy" : "15", "SalesTerritory" : "Southeast", "ValidFrom" : "null", "Border" : "null", "StateProvinceCode" : "AL", "StateProvinceID" : "1"}
json_instruct
{"type": "object", "properties": {"StateProvinceName": {"type": "string"}, "CountryID": {"type": "string"}, "LatestRecordedPopulation": {"type": "string"}, "ValidTo": {"type": "string"}, "LastEditedBy": {"type": "string"}, "SalesTerritory": {"type": "string"}, "ValidFrom": {"type": "string"}, "Border": {"type": "string"}, "StateProvinceCode": {"type": "string"}, "StateProvinceID": {"type": "string"}}, "required": ["StateProvinceName", "CountryID", "LatestRecordedPopulation", "ValidTo", "LastEditedBy", "SalesTerritory", "ValidFrom", "Border", "StateProvinceCode", "StateProvinceID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "", "super" : "SolRootSourceSolNode", "category" : "SmaCC-Solidity", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["ifToken", "leftParenToken", "rightParenToken", "then_statement", "elseToken", "else_statement", "exp_test"], "name" : "SolIfStatementNode", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "St. Bernardus Witbier", "abv" : 5.5, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "brouwerij_st_bernardus", "updated" : "2010-07-22 20:00:20", "description" : "This traditional Witbier (Wheat beer) has been developed in cooperation with Master Brewer Pierre Celis, the Godfather of Hoegaarden and Celis White. \r\n\r\nThis beer as well has a second fermentation in the bottle, giving this beer its specific taste (5.5% alcohol content).", "style" : "Belgian-Style White", "category" : "Belgian and French Ale"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$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"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Required", "definitions" : ["Officially compulsory, or otherwise considered essential; indispensable.", "In keeping with one's wishes; desired."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "67c6833bda859e1d47c9", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Eichendorffschule\nOberschule in kirchl.Tr\u00e4g", "id" : "NI-46796-1", "address" : "Frauenteichstra\u00dfe 4a, 38440\u00a0Wolfsburg", "school_type" : "Realschule", "phone" : "05361 29710", "full_time_school" : false, "email" : "Eichendorffschule@wolfsburg.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.788946, "lat" : 52.415602}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"nforce": {"type": "string"}}, "required": ["nforce"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}}, "required": ["gulp", "gulp-jshint", "jshint-stylish"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nforce-express", "version" : "1.0.0", "description" : "nforce middleware for express", "main" : "index.js", "scripts" : {"test" : "mocha ./test"}, "repository" : {"type" : "git", "url" : "https://github.com/kevinohara80/nforce-express.git"}, "keywords" : ["nforce-plugin", "nforce", "express", "middleware"], "author" : "Kevin O'Hara", "license" : "MIT", "bugs" : {"url" : "https://github.com/kevinohara80/nforce-express/issues"}, "homepage" : "https://github.com/kevinohara80/nforce-express", "peerDependencies" : {"nforce" : ">= 0.8.0"}, "devDependencies" : {"gulp" : "^3.8.10", "gulp-jshint" : "^1.9.0", "jshint-stylish" : "^1.0.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"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"nforce": {"type": "string"}}, "required": ["nforce"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}}, "required": ["gulp", "gulp-jshint", "jshint-stylish"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"JSXTransformer.js": {"type": "string"}, "react-with-addons.js": {"type": "string"}, "react-with-addons.min.js": {"type": "string"}, "react.js": {"type": "string"}, "react.min.js": {"type": "string"}}, "required": ["JSXTransformer.js", "react-with-addons.js", "react-with-addons.min.js", "react.js", "react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JSXTransformer.js" : "sha512-WkpbhqJAp3wveEXiQ6Td9OaUEY/wDBVVQrxz9XG1Sl5iLlMj2vD0LpF9PB0U9C9ibtV4VeCW1TSqNkAU63mHDQ==", "react-with-addons.js" : "sha512-tk/kpjwoB8bIQd7As1k1hYHXEhUHhmbaazyYCCZ/PP8BqlmTiKip8rjgqLrwC78pIpoJxM7kivlRXvWFBaiW9g==", "react-with-addons.min.js" : "sha512-ANDS38rKxcIrOktJ5IaLF1iLRuUTcOx83MXHgD6hqGBLzG0xKb532a2rzGwxrrtBRMG22gHfAf2E+M+NBakRTg==", "react.js" : "sha512-Ch6CGjRNPwR8YJ/IlXHNIomOG/h1ISTIJ101x09AOL+y+DH4mt5in7J2RqrtpPQgWocWkAL+HsPutBT2xzfGVg==", "react.min.js" : "sha512-a5WfJ4nl9eQrsqBdjRGKV/QJdVZhnEbROb4FPP/PseC/R0RGr3fbFUakhZHjal0i5hVMRE8TGTwKTaqcGbsuNw=="}
json_instruct
{"type": "object", "properties": {"JSXTransformer.js": {"type": "string"}, "react-with-addons.js": {"type": "string"}, "react-with-addons.min.js": {"type": "string"}, "react.js": {"type": "string"}, "react.min.js": {"type": "string"}}, "required": ["JSXTransformer.js", "react-with-addons.js", "react-with-addons.min.js", "react.js", "react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "phpstan/phpstan"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"felipezcanal\\blog\\": {"type": "string"}}, "required": ["felipezcanal\\blog\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"phpstan": {"type": "string"}, "phpcs": {"type": "string"}}, "required": ["phpstan", "phpcs"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "description", "type", "authors", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "scripts", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "felipezcanal/yii2-simple-blog", "description" : "A simple blog structure for Yii2 framework", "type" : "yii2-extension", "authors" : [{"name" : "Felipe Zago Canal", "email" : "felipe.z.canal@gmail.com", "role" : "Creator"}], "minimum-stability" : "dev", "prefer-stable" : true, "require" : {"php" : ">=7.1", "yiisoft/yii2" : "2.0.41.1"}, "require-dev" : {"squizlabs/php_codesniffer" : "^3.5", "phpstan/phpstan" : "^0.12.78"}, "autoload" : {"psr-4" : {"felipezcanal\\blog\\" : "./src"}}, "scripts" : {"phpstan" : "./vendor/bin/phpstan analyse -c phpstan.neon --memory-limit=-1 --no-progress -vvv .", "phpcs" : "./vendor/bin/phpcs --extensions=php --standard=.phpcs.xml --encoding=UTF-8 --error-severity=1 --warning-severity=8 --report=full --report-width=75 --tab-width=4 -p --report=json ."}, "repositories" : [{"type" : "composer", "url" : "https://asset-packagist.org"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}}, "required": ["php", "yiisoft/yii2"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "phpstan/phpstan"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"felipezcanal\\blog\\": {"type": "string"}}, "required": ["felipezcanal\\blog\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"phpstan": {"type": "string"}, "phpcs": {"type": "string"}}, "required": ["phpstan", "phpcs"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "description", "type", "authors", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "scripts", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"MACHINE_ID_NOT_FOUND": {"type": "string"}, "MAC_ADDRESS_NOT_FOUND": {"type": "string"}, "HASH_STRING_INVALID": {"type": "string"}, "COMPANY_SUBDOMAIN": {"type": "string"}, "LICENSE_KEY": {"type": "string"}, "USER_COUNT": {"type": "string"}, "CAPTCHA_FAILED": {"type": "string"}, "INVALID_SUB_DOMAIN": {"type": "string"}, "INVALID_USER_DETAILS": {"type": "string"}, "INVALID_USER": {"type": "string"}, "LINK_EXPIRED": {"type": "string"}}, "required": ["MACHINE_ID_NOT_FOUND", "MAC_ADDRESS_NOT_FOUND", "HASH_STRING_INVALID", "COMPANY_SUBDOMAIN", "LICENSE_KEY", "USER_COUNT", "CAPTCHA_FAILED", "INVALID_SUB_DOMAIN", "INVALID_USER_DETAILS", "INVALID_USER", "LINK_EXPIRED"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MACHINE_ID_NOT_FOUND" : "machine id is not found please check the machine id", "MAC_ADDRESS_NOT_FOUND" : "mac address is not found please check the mac address", "HASH_STRING_INVALID" : "hash string is invalid please check the hash string ", "COMPANY_SUBDOMAIN" : "company subdomain", "LICENSE_KEY" : "license key", "USER_COUNT" : "user count", "CAPTCHA_FAILED" : "Captcha verification failed", "INVALID_SUB_DOMAIN" : "The given company subdomain is not valid", "INVALID_USER_DETAILS" : "For given Email address the user details is not found", "INVALID_USER" : "The user does not exist,please regenerate the link using forgot password and try again", "LINK_EXPIRED" : "The reset password link may be outdated or expired,please generate new link"}
json_instruct
{"type": "object", "properties": {"MACHINE_ID_NOT_FOUND": {"type": "string"}, "MAC_ADDRESS_NOT_FOUND": {"type": "string"}, "HASH_STRING_INVALID": {"type": "string"}, "COMPANY_SUBDOMAIN": {"type": "string"}, "LICENSE_KEY": {"type": "string"}, "USER_COUNT": {"type": "string"}, "CAPTCHA_FAILED": {"type": "string"}, "INVALID_SUB_DOMAIN": {"type": "string"}, "INVALID_USER_DETAILS": {"type": "string"}, "INVALID_USER": {"type": "string"}, "LINK_EXPIRED": {"type": "string"}}, "required": ["MACHINE_ID_NOT_FOUND", "MAC_ADDRESS_NOT_FOUND", "HASH_STRING_INVALID", "COMPANY_SUBDOMAIN", "LICENSE_KEY", "USER_COUNT", "CAPTCHA_FAILED", "INVALID_SUB_DOMAIN", "INVALID_USER_DETAILS", "INVALID_USER", "LINK_EXPIRED"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "TYWAN", "frequency" : 1193, "males" : "98.74266554903605 %", "females" : "1.2573344509639564 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "peerjs", "assets" : [{"files" : ["peer.js", "peer.min.js"], "version" : "0.0.1", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.1.6", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.2.7", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.10", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.11", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.12", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.14", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.8", "mainfile" : "peer.min.js"}, {"files" : ["peer.js", "peer.min.js"], "version" : "0.3.9", "mainfile" : "peer.min.js"}], "versions" : ["0.3.14", "0.3.12", "0.3.11", "0.3.10", "0.3.9", "0.3.8", "0.2.7", "0.1.6", "0.0.1"], "zip" : "peerjs.zip", "author" : "Eric Zhang", "github" : "https://github.com/peers/peerjs", "homepage" : "http://peerjs.com/", "description" : "PeerJS provides a complete, configurable, and easy-to-use peer-to-peer data API built on top of WebRTC. Each peer simply provides a identifier with which other peers using the same API key can connect.", "mainfile" : "peer.min.js", "lastversion" : "0.3.14"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "author": {"type": "string"}, "github": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "mainfile": {"type": "string"}, "lastversion": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "author", "github", "homepage", "description", "mainfile", "lastversion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"PLAYING": {"type": "string"}, "WATCHING": {"type": "string"}, "LISTENING": {"type": "string"}, "STREAMING": {"type": "string"}, "CUSTOM_STATUS": {"type": "string"}, "COMPETING": {"type": "string"}}, "required": ["PLAYING", "WATCHING", "LISTENING", "STREAMING", "CUSTOM_STATUS", "COMPETING"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PLAYING" : "Playing", "WATCHING" : "Watching", "LISTENING" : "Listening", "STREAMING" : "Streaming", "CUSTOM_STATUS" : "Custom", "COMPETING" : "Competing"}
json_instruct
{"type": "object", "properties": {"PLAYING": {"type": "string"}, "WATCHING": {"type": "string"}, "LISTENING": {"type": "string"}, "STREAMING": {"type": "string"}, "CUSTOM_STATUS": {"type": "string"}, "COMPETING": {"type": "string"}}, "required": ["PLAYING", "WATCHING", "LISTENING", "STREAMING", "CUSTOM_STATUS", "COMPETING"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"szauceboss": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["szauceboss"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"szauceboss" : {"title" : "SzauceBoss", "channel_id" : 63228412, "link" : "http://twitch.tv/szauceboss", "desc" : null, "plans" : {"$4.99" : "155597", "$9.99" : "155598", "$24.99" : "155599"}, "id" : "szauceboss", "first_seen" : "2017-07-03 17:00:11", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 155597, "emotes" : [{"code" : "szauceHOTSZAUCE", "image_id" : 264414, "set" : 155597}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"szauceboss": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["szauceboss"]}}, "required": ["template", "channels"], "$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"}, "countries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "europe", "countries" : ["albania", "andorra", "austria", "azores", "belarus", "belgium", "boznia-herzegovina", "bulgaria", "croatia", "cyprus", "czech-republic", "denmark", "estonia", "faroe-islands", "finland", "france", "georgia", "germany", "great-britain", "greece", "hungary", "iceland", "ireland-and-northern-ireland", "isle-of-man", "italy", "kosovo", "latvia", "liechtenstein", "lithuania", "luxembourg", "macedonia", "malta", "moldova", "monaco", "montenegro", "netherlands", "norway", "poland", "portugal", "romania", "russia", "serbia", "slovakia", "slovenia", "spain", "sweden", "switzerland", "turkey", "ukraine"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "countries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "countries"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ImagOut": {"type": "array", "items": {"type": "number"}}, "RealOut": {"type": "array", "items": {"type": "number"}}}, "required": ["ImagOut", "RealOut"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ImagOut" : [34.0791130065918, -12.86484432220459, 24.66750144958496, -11.277060508728027], "RealOut" : [46.53410720825195, -15.651726722717285, 6.46807861328125, -8.634577751159668]}
json_instruct
{"type": "object", "properties": {"ImagOut": {"type": "array", "items": {"type": "number"}}, "RealOut": {"type": "array", "items": {"type": "number"}}}, "required": ["ImagOut", "RealOut"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Metal Additive Manufacturing", "weight" : 15}, {"name" : "Superconducting Device Manufacturing", "weight" : 15}, {"name" : "Fabrication of Nanostructured Solar Cells", "weight" : 15}, {"name" : "Electronic Packaging", "weight" : 8}, {"name" : "Topics in Electronic Packaging", "weight" : 7}, {"name" : "Final Exam", "weight" : 40}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"logger": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "toFile": {"type": "boolean"}, "dirLogFile": {"type": "null"}}, "required": ["name", "level", "toFile", "dirLogFile"]}, "service": {"type": "object", "properties": {"name": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "port"]}}, "required": ["logger", "service"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"logger" : {"name" : "query-DEV", "level" : "debug", "toFile" : false, "dirLogFile" : null}, "service" : {"name" : "Query", "port" : 50050}}
json_instruct
{"type": "object", "properties": {"logger": {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "toFile": {"type": "boolean"}, "dirLogFile": {"type": "null"}}, "required": ["name", "level", "toFile", "dirLogFile"]}, "service": {"type": "object", "properties": {"name": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "port"]}}, "required": ["logger", "service"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Bouxwiller", "dpt" : "Haut-Rhin", "inscrits" : 333, "abs" : 78, "votants" : 255, "blancs" : 26, "nuls" : 11, "exp" : 218, "res" : [{"panneau" : "1", "voix" : 110}, {"panneau" : "2", "voix" : 108}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "durability": {"type": "integer"}}, "required": ["type", "grindingball", "grinding", "chance", "power", "durability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "enderio:grindingball", "grindingball" : {"item" : "enderio:conductive_alloy_grinding_ball"}, "grinding" : 1.35, "chance" : 1.0, "power" : 1.0, "durability" : 40000}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "grindingball": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "grinding": {"type": "number"}, "chance": {"type": "number"}, "power": {"type": "number"}, "durability": {"type": "integer"}}, "required": ["type", "grindingball", "grinding", "chance", "power", "durability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minify": {"type": "string"}}, "required": ["minify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cookieconsent", "version" : "2.5.0", "description" : "<h1 align=\"center\" style=\"text-align: center;\">Cookie Consent |\u00a0Raphael Bernhart</h1> <div align=\"center\" style=\"text-align: center; max-width: 770px; margin: 0 auto;\">", "main" : "cookieconsent.js", "scripts" : {"build" : "node ./node_modules/minify/bin/minify.js ./src/cookieconsent.js > ./dist/cookieconsent.js && node ./node_modules/minify/bin/minify.js ./src/cookieconsent.css > ./dist/cookieconsent.css"}, "repository" : {"type" : "git", "url" : "git+https://github.com/raphaelbernhart/cookieconsent.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/raphaelbernhart/cookieconsent/issues"}, "homepage" : "https://github.com/raphaelbernhart/cookieconsent#readme", "dependencies" : {"minify" : "^7.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minify": {"type": "string"}}, "required": ["minify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "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"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "galleryBanner": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "contributes": {"type": "object", "properties": {"themes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "uiTheme": {"type": "string"}, "path": {"type": "string"}}, "required": ["label", "uiTheme", "path"]}}}, "required": ["themes"]}}, "required": ["name", "displayName", "description", "version", "publisher", "license", "repository", "bugs", "keywords", "scripts", "galleryBanner", "engines", "categories", "icon", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "edge", "displayName" : "Edge Theme", "description" : "A superb theme for your coding needs in 3 variants", "version" : "1.2.3", "publisher" : "bogdanlazar", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/tricinel/edge-theme-vscode"}, "bugs" : {"url" : "https://github.com/tricinel/edge-theme-vscode/issues"}, "keywords" : ["theme", "dark theme", "light theme", "edge", "accessible theme"], "scripts" : {"publish" : "vsce publish"}, "galleryBanner" : {"color" : "#081a20", "theme" : "dark"}, "engines" : {"vscode" : "^1.21.0"}, "categories" : ["Themes"], "icon" : "edge-icon.png", "contributes" : {"themes" : [{"label" : "Edge Night Sky", "uiTheme" : "vs-dark", "path" : "./Edge Night Sky.json"}, {"label" : "Edge Ocean", "uiTheme" : "vs-dark", "path" : "./Edge Ocean.json"}, {"label" : "Edge Serene", "uiTheme" : "vs", "path" : "./Edge Serene.json"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "galleryBanner": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}, "contributes": {"type": "object", "properties": {"themes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "uiTheme": {"type": "string"}, "path": {"type": "string"}}, "required": ["label", "uiTheme", "path"]}}}, "required": ["themes"]}}, "required": ["name", "displayName", "description", "version", "publisher", "license", "repository", "bugs", "keywords", "scripts", "galleryBanner", "engines", "categories", "icon", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "mainAddrress": {"type": "object", "properties": {"address": {"type": "array", "items": {}}}, "required": ["address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6284", "name" : "NICETS (National Institute Of Computer Educational Technology And Society)", "primaryEmail" : "ravinicits@gmail.com", "mainAddrress" : {"address" : []}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "mainAddrress": {"type": "object", "properties": {"address": {"type": "array", "items": {}}}, "required": ["address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}, "42": {"type": "string"}, "43": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[38, 22], [26, 17], [28, 4], [22, 13], [32, 22], [22, 27], [22, 13], [12, 36], [29, 13], [15, 22], [27, 22], [41, 19], [25, 22], [22, 15], [14, 31], [22, 27], [10, 5], [7, 37], [7, 8], [22, 39], [22, 35], [1, 36], [22, 3], [14, 22], [24, 22], [22, 35], [22, 38], [22, 2], [9, 40], [42, 22], [22, 7], [15, 16], [13, 27], [35, 22], [25, 22], [6, 29], [5, 22], [39, 22], [7, 11], [7, 22], [21, 22], [16, 6], [30, 22], [22, 0], [30, 22], [16, 34], [22, 8], [43, 18], [20, 22], [33, 22], [7, 22], [22, 27], [22, 23], [10, 22], [14, 22], [14, 4], [5, 22]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "1", "4" : "2", "5" : "3", "6" : "2", "7" : "6", "8" : "2", "9" : "1", "10" : "2", "11" : "1", "12" : "1", "13" : "4", "14" : "4", "15" : "3", "16" : "3", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "38", "23" : "1", "24" : "1", "25" : "2", "26" : "1", "27" : "5", "28" : "1", "29" : "2", "30" : "2", "31" : "1", "32" : "1", "33" : "1", "34" : "1", "35" : "3", "36" : "2", "37" : "1", "38" : "2", "39" : "2", "40" : "1", "41" : "1", "42" : "1", "43" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}, "42": {"type": "string"}, "43": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43"]}}, "required": ["edges", "features"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "author", "types", "repository", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "enum-ts-lib", "version" : "0.2.0", "description" : "Enum type helper for enum-ts project", "main" : "index.js", "author" : {"name" : "Cole Lawrence", "email" : "cole@colelawrence.com"}, "types" : "index.d.ts", "repository" : "https://github.com/colelawrence/enum-ts", "license" : "(MIT OR Apache-2.0)", "private" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "author", "types", "repository", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 2006, "sex" : "F", "n" : 5, "prop" : 2.39e-06}, {"year" : 2008, "sex" : "F", "n" : 7, "prop" : 3.36e-06}, {"year" : 2009, "sex" : "F", "n" : 12, "prop" : 5.93e-06}, {"year" : 2010, "sex" : "F", "n" : 13, "prop" : 6.64e-06}, {"year" : 2012, "sex" : "F", "n" : 8, "prop" : 4.13e-06}, {"year" : 2013, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 2015, "sex" : "F", "n" : 7, "prop" : 3.6e-06}, {"year" : 2017, "sex" : "F", "n" : 5, "prop" : 2.67e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Socializing Multimodal Sensors for Information Fusion.", "fields" : ["streams", "fusion", "situation awareness", "socialization", "big data"], "abstract" : "In the modern big data world, development of a huge number of physical or social sensors provides us a great opportunity to explore both cyber and physical situation awareness. However, social sensor fusion for situation awareness is still in its infancy and lacks a unified framework to aggregate and composite real-time media streams from diverse sensors and social network platforms. We propose a new paradigm where sensor and social information are fused together facilitating event detection or customized services. Our proposal consists of 1) a tweeting camera framework where cameras can tweet event related information; 2) a hybrid social sensor fusion algorithm utilizing spatio-temporal-semantic information from multimodal sensors and 3) a new social-cyber-physical paradigm where human and sensors are collaborating for event fusion. Our research progress and preliminary results are presented and future directions are discussed.", "citation" : "Citations (4)", "departments" : ["National University of Singapore"], "authors" : ["Yuhui Wang.....http://dblp.org/pers/hd/w/Wang:Yuhui"], "conf" : "mm", "year" : "2015", "pages" : 4}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "axios": {"type": "string"}, "babel-preset-react": {"type": "string"}, "coffeescript": {"type": "string"}, "immutability-helper": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "material-ui-icons": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-google-maps": {"type": "string"}, "react-input-range": {"type": "string"}, "react-responsive-carousel": {"type": "string"}, "react_ujs": {"type": "string"}, "recompose": {"type": "string"}, "typeface-roboto": {"type": "string"}}, "required": ["@rails/webpacker", "axios", "babel-preset-react", "coffeescript", "immutability-helper", "lodash", "material-ui", "material-ui-icons", "prop-types", "react", "react-dom", "react-google-maps", "react-input-range", "react-responsive-carousel", "react_ujs", "recompose", "typeface-roboto"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "apartmentmap", "private" : true, "dependencies" : {"@rails/webpacker" : "^3.2.0", "axios" : "^0.17.1", "babel-preset-react" : "^6.24.1", "coffeescript" : "1.12.7", "immutability-helper" : "^2.6.2", "lodash" : "^4.17.4", "material-ui" : "^1.0.0-beta.25", "material-ui-icons" : "^1.0.0-beta.17", "prop-types" : "^15.6.0", "react" : "^16.2.0", "react-dom" : "^16.2.0", "react-google-maps" : "^9.4.3", "react-input-range" : "^1.3.0", "react-responsive-carousel" : "^3.1.30", "react_ujs" : "^2.4.3", "recompose" : "^0.26.0", "typeface-roboto" : "^0.0.45"}, "devDependencies" : {"webpack-dev-server" : "^2.9.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "axios": {"type": "string"}, "babel-preset-react": {"type": "string"}, "coffeescript": {"type": "string"}, "immutability-helper": {"type": "string"}, "lodash": {"type": "string"}, "material-ui": {"type": "string"}, "material-ui-icons": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-google-maps": {"type": "string"}, "react-input-range": {"type": "string"}, "react-responsive-carousel": {"type": "string"}, "react_ujs": {"type": "string"}, "recompose": {"type": "string"}, "typeface-roboto": {"type": "string"}}, "required": ["@rails/webpacker", "axios", "babel-preset-react", "coffeescript", "immutability-helper", "lodash", "material-ui", "material-ui-icons", "prop-types", "react", "react-dom", "react-google-maps", "react-input-range", "react-responsive-carousel", "react_ujs", "recompose", "typeface-roboto"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "mindam": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "integer"}, "evade": {"type": "integer"}, "armor": {"type": "integer"}, "exp": {"type": "integer"}, "unknown2": {"type": "integer"}}, "required": ["id", "name", "graphic", "type", "hp", "mindam", "maxdam", "accuracy", "evade", "armor", "exp", "unknown2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 248, "name" : "Tarentuda", "graphic" : 169, "type" : "Passive", "hp" : 180, "mindam" : 6, "maxdam" : 9, "accuracy" : 10, "evade" : 2, "armor" : 2, "exp" : 88, "unknown2" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "graphic": {"type": "integer"}, "type": {"type": "string"}, "hp": {"type": "integer"}, "mindam": {"type": "integer"}, "maxdam": {"type": "integer"}, "accuracy": {"type": "integer"}, "evade": {"type": "integer"}, "armor": {"type": "integer"}, "exp": {"type": "integer"}, "unknown2": {"type": "integer"}}, "required": ["id", "name", "graphic", "type", "hp", "mindam", "maxdam", "accuracy", "evade", "armor", "exp", "unknown2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "DippingTobacco", "author" : "aintnosukka", "count" : 22}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"videojs.hls.js": {"type": "string"}, "videojs.hls.min.js": {"type": "string"}}, "required": ["videojs.hls.js", "videojs.hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"videojs.hls.js" : "sha512-4/TF7Damb9BDqUq4QSP4Hj0gPtZilnwHodDfwDqvKmFP/Vq2lrQ10/KDpfmuCvj56oDCvXX/o1wE+fa2UY677A==", "videojs.hls.min.js" : "sha512-EABTIfcTPYI7PVuoO02/ca85AOrTfiTcwL2my8OwDTjhokfUsugzvBKbZiOs6lA2NgDkco2ZHtTBQXULbpiwPw=="}
json_instruct
{"type": "object", "properties": {"videojs.hls.js": {"type": "string"}, "videojs.hls.min.js": {"type": "string"}}, "required": ["videojs.hls.js", "videojs.hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jade-filters", "jade-linker", "jade-load", "jade-source-gen", "jade-walk-extract-text"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SolverName" : "SCIP", "ObjBound" : 1.3290657664609073, "SolveTime" : 16.0, "PrimalStatus" : "FEASIBLE_POINT", "InstanceName" : "24_sigmoid_2_3_5", "SolveTimeRaw" : 15.397000074386597, "CompletedSolveTime" : 16.0, "ObjValue" : 1.329179980290431, "Error" : false, "TerminationStatus" : "OPTIMAL"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"silverstripe/vendor-plugin": {"type": "string"}, "silverstripe/framework": {"type": "string"}, "silverstripe/cms": {"type": "string"}, "devcreative/silverstripe-restfulapi": {"type": "string"}, "ramsey/uuid": {"type": "string"}}, "required": ["silverstripe/vendor-plugin", "silverstripe/framework", "silverstripe/cms", "devcreative/silverstripe-restfulapi", "ramsey/uuid"]}, "extra": {"type": "object", "properties": {"expose": {"type": "array", "items": {"type": "string"}}}, "required": ["expose"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "devcreative/fileshare", "description" : "File sharing service. A Silverstripe based server with a RESTful API and ReactJS client", "type" : "silverstripe-vendormodule", "keywords" : ["silverstripe", "file", "share", "API", "ReactJS"], "license" : "BSD-3-Clause", "authors" : [{"name" : "david-ny", "homepage" : "https://github.com/david-ny"}], "require" : {"silverstripe/vendor-plugin" : "^1.0", "silverstripe/framework" : "~4.0", "silverstripe/cms" : "~4.0", "devcreative/silverstripe-restfulapi" : "dev-master", "ramsey/uuid" : "^3.7"}, "extra" : {"expose" : ["client/dist"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"silverstripe/vendor-plugin": {"type": "string"}, "silverstripe/framework": {"type": "string"}, "silverstripe/cms": {"type": "string"}, "devcreative/silverstripe-restfulapi": {"type": "string"}, "ramsey/uuid": {"type": "string"}}, "required": ["silverstripe/vendor-plugin", "silverstripe/framework", "silverstripe/cms", "devcreative/silverstripe-restfulapi", "ramsey/uuid"]}, "extra": {"type": "object", "properties": {"expose": {"type": "array", "items": {"type": "string"}}}, "required": ["expose"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["webrtc-samples"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "description": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill"]}}, "required": ["name", "version", "private", "main", "description", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@atlaskit/ssr", "version" : "0.1.1", "private" : true, "main" : "index.js", "description" : "utility script used to server side render components in an isolated non-virtual dom environment to ensure components can be properly rehydrated", "peerDependencies" : {"react" : "^16.8.0", "react-dom" : "^16.8.0"}, "dependencies" : {"@babel/core" : "^7.1.0", "@babel/polyfill" : "^7.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "description": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill"]}}, "required": ["name", "version", "private", "main", "description", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See rninxp on Metamath](http://us.metamath.org/mpegif/rninxp.html)"}], "names" : ["rninxp"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_crn", "#T_cC", "#T_cin", "#T_cA", "#T_cxp", "#T_cB", "#T_wceq", "#T_cB", "#T_wb", "#T_wral--1", "#T_vy", "#T_wral--2", "#T_cB", "#T_wrex--1", "#T_vx", "#T_wrex--2", "#T_cA", "#T_vx", "#T_cC", "#T_vy", "#T_cA", "#T_vx", "#T_vy", "#T_cB", "#T_vy", "#T_cC", "#T_vx", "#T_vy"], "metaLanguage" : "METAMATH", "remarks" : " Range of the intersection with a Cartesian product. (Contributed by NM, 17-Jan-2006.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) \n\n---\n\n Range of the intersection with a cross product. (Contributed by NM, 17-Jan-2006.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) ", "statement" : "rninxp $p |- ( ran ( C i^i ( A X. B ) ) = B <-> A. y e. B E. x e. A x C y ) $.\n$d A x y $.\n$d B y $.\n$d C x y $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"deskgap-mac": {"type": "string"}, "deskgap-windows": {"type": "string"}}, "required": ["deskgap-mac", "deskgap-windows"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "minimist": {"type": "string"}, "rcedit": {"type": "string"}}, "required": ["fs-extra", "minimist", "rcedit"]}, "devDependencies": {"type": "object", "properties": {"@types/minimist": {"type": "string"}}, "required": ["@types/minimist"]}}, "required": ["name", "description", "version", "private", "main", "bin", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deskgap-builder", "description" : "Build tool for DeskGap", "version" : "1.0.0", "private" : true, "main" : "n/a", "bin" : {"deskgap-mac" : "mac-app-store/mac.js", "deskgap-windows" : "win-appx/appx.js"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "patr0nus", "license" : "MIT", "dependencies" : {"fs-extra" : "^9.0.0", "minimist" : "1.2.5", "rcedit" : "^2.1.1"}, "devDependencies" : {"@types/minimist" : "1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"deskgap-mac": {"type": "string"}, "deskgap-windows": {"type": "string"}}, "required": ["deskgap-mac", "deskgap-windows"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "minimist": {"type": "string"}, "rcedit": {"type": "string"}}, "required": ["fs-extra", "minimist", "rcedit"]}, "devDependencies": {"type": "object", "properties": {"@types/minimist": {"type": "string"}}, "required": ["@types/minimist"]}}, "required": ["name", "description", "version", "private", "main", "bin", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "LANDAK", "originalFilename" : "img011.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 46986, "noUrut" : 1, "nama" : "MOH. ASLAN, S.H", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANDAK", "originalFilename" : "img025.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 53859, "noUrut" : 2, "nama" : "ROSANTI", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x98008a4168b66261cb112d2d4cd940728d033c2e", "tool" : "securify", "start" : 1563794468.9269202, "end" : 1563794472.8549614, "duration" : 3.9280412197113037, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y": {"type": "string"}}, "required": ["1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "G/hHP/TirafV6lqMe1TIN8Hwm68Vfc0VpWJQsjiVZD7ao594IpRTsNxfW454i6BlsqcQzVIuNKqp+p3FbdOmpp0=", "cert_user_id" : "kiritomiao@zeroid.bit", "files" : {"data.json" : {"sha512" : "521fd4018907ef878ce017b4b5db16c57727d6faf5da7cc43bcc96ad0d7b08dd", "size" : 644}}, "inner_path" : "data/users/1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y/content.json", "modified" : 1485422716, "signs" : {"1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y" : "HMupBkFNbl5WTo7WMcF0hL/B4OGwcK0jJGScxTL+fYwqusY+ksGOm6gq5ldwlutwnk6/WcCimm3EqY+BVJ4WxIk="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y": {"type": "string"}}, "required": ["1GarmcAgyhoDw55H5Ho8SXJ1x5RuonUJ7y"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Polytechnic University of Zacatecas", "alt_name" : "Universidad Polit\u00e9cnica de Zacatecas", "country" : "Mexico", "state" : null, "address" : {"street" : "Plan de Pardillo S/N, Parque Industrial Fresnillo, Fresnillo", "city" : "Zacatecas", "province" : "Zacatecas", "postal_code" : "98600"}, "contact" : {"telephone" : "+52(493) 935-71-06", "website" : "http://www.upz.edu.mx/", "email" : "upzac@upz.edu.mx", "fax" : null}, "funding" : "Public", "languages" : null, "academic_year" : null, "accrediting_agency" : null}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 803, "title" : "Ticket #803: condor_prio doesn't support -constraint", "description" : "<blockquote>\ncondor_prio doesn't accept the -constraint option. It should.\n\n<p>Use case:\n\n</p><p>\"I want all nodes associated with my DAG (job <span class=\"ticket\"><a class=\"new\" href=\"/wiki-archive/tickets/?ticket=97\" onclick=\"get_ticket_and_populate_wrapper('97'); return false;\" title=\"Email on non-empty output for crondor jobs\">#97</a></span>) to have a higher priority than all of my other jobs.\"\n\n</p><p>Expected command: condor_prio -p 10 -constraint 'DAGManJobId==97'\n\n</p><p>Actual command: condor_q -constraint 'DAGManJobId==97' | xargs condor_prio -p 10</p></blockquote>", "remarks" : "<blockquote>\n<hr/>\n<em>2010-Oct-20 15:59:08 by jfrey:</em> <br/>\n\nBulk change of target version from v070504 to v070505 using ./ticket-target-mover.\n<hr/>\n<em>2011-Jan-27 14:46:04 by danb:</em> <br/>\n\nBulk change of target version from v070505 to v070506 using ./ticket-target-mover.\n<hr/>\n<em>2011-Feb-01 14:49:30 by tannenba:</em> <br/>\n\nBulk change of target version from v070506 to NULL using ./ticket-target-mover.\n\n<p></p><hr/>\n<em>2013-Nov-06 11:18:09 by wenger:</em> <br/>\n\nAlso see <span class=\"ticket\"><a class=\"reviewdesign\" href=\"/wiki-archive/tickets/?ticket=3389\" onclick=\"get_ticket_and_populate_wrapper('3389'); return false;\" title=\"DAGMan should honor prio changes\">#3389</a></span>.</blockquote>", "derived_tickets" : "", "attachments" : "<html><head></head><body></body></html>", "check_ins" : "", "type" : "enhance", "last_change" : "2013-Nov-06 11:18", "status" : "new", "created" : "2009-Oct-01 10:54", "fixed_version" : "2009-Oct-01 10:54", "broken_version" : "", "priority" : "4", "subsystem" : "Tools", "assigned_to" : "", "derived_from" : "", "creator" : "adesmet", "rust" : "", "customer_group" : "other", "visibility" : "public", "notify" : "", "due_date" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"zmorbid": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["zmorbid"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"zmorbid" : {"title" : "zMorbid", "channel_id" : 58284741, "link" : "http://twitch.tv/zmorbid", "desc" : null, "plans" : {"$4.99" : "120484", "$9.99" : "120485", "$24.99" : "120486"}, "id" : "zmorbid", "first_seen" : "2017-06-30 00:40:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 120484, "emotes" : [{"code" : "zmorbiZderp", "image_id" : 230658, "set" : 120484}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"zmorbid": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["zmorbid"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "description", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tv88dn/reflection", "description" : "A simple package that generate class names according to MVC structure via Yii2", "require" : {"php" : ">=5.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["name", "description", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(2, 5)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(3, 5)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(4, 5)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(5, 5)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(6, 5)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(1, 5)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(2, 5)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(3, 5)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(4, 5)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(5, 5)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(6, 5)"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"(0, 0)" : "list of largest airlines in south america", "(1, 0)" : "rank", "(1, 1)" : "airline", "(1, 2)" : "country", "(1, 3)" : "passengers carried", "(1, 4)" : "remarks", "(1, 5)" : "alliance", "(2, 0)" : "1", "(2, 1)" : "tam", "(2, 2)" : "brazil", "(2, 3)" : "34553000", "(2, 4)" : "in process of fusion with lan to form latam", "(2, 5)" : "star alliance", "(3, 0)" : "2", "(3, 1)" : "gol", "(3, 2)" : "brazil", "(3, 3)" : "32122000", "(3, 4)" : "n / a", "(3, 5)" : "n / a", "(4, 0)" : "3", "(4, 1)" : "lan airlines", "(4, 2)" : "chile", "(4, 3)" : "17293000", "(4, 4)" : "in process of merger with tam to form latam", "(4, 5)" : "oneworld", "(5, 0)" : "4", "(5, 1)" : "avianca", "(5, 2)" : "colombia", "(5, 3)" : "11663000", "(5, 4)" : "it only includes avianca colombia", "(5, 5)" : "star alliance", "(6, 0)" : "5", "(6, 1)" : "aerol\u00e3\u00adneas argentinas", "(6, 2)" : "argentina", "(6, 3)" : "6400269", "(6, 4)" : "including austral", "(6, 5)" : "skyteam (2012)"}
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(1, 5)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(2, 5)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(3, 5)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(4, 5)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(5, 5)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(6, 5)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(1, 5)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(2, 5)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(3, 5)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(4, 5)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(5, 5)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(6, 5)"], "$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": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Canluto, Bindoy, Negros Oriental, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.negros-oriental.bindoy.canluto", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" : "7", "region_name" : "Central Visayas (Region VII)", "province_id" : "52", "province_reference" : "52", "province_name" : "Negros Oriental", "city_id" : "204", "city_reference" : "1058", "city_name" : "Bindoy", "barangay_id" : "5335", "barangay_reference" : "27762", "barangay_name" : "Canluto"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.095886, 9.81541], [123.117203, 9.80287], [123.127647, 9.7977], [123.130508, 9.79618], [123.133034, 9.79566], [123.132393, 9.79202], [123.131119, 9.78996], [123.130127, 9.78806], [123.128891, 9.78664], [123.127243, 9.78423], [123.125648, 9.78449], [123.123909, 9.78484], [123.121849, 9.78559], [123.120209, 9.78604], [123.118462, 9.78584], [123.117416, 9.78485], [123.116432, 9.78432], [123.114937, 9.78435], [123.113838, 9.78489], [123.112167, 9.78625], [123.110138, 9.78769], [123.109047, 9.78948], [123.108498, 9.79078], [123.107857, 9.79197], [123.106888, 9.79287], [123.104637, 9.79437], [123.102966, 9.79465], [123.100777, 9.79478], [123.098343, 9.79474], [123.094193, 9.79487], [123.094292, 9.7961], [123.094337, 9.79693], [123.094719, 9.79866], [123.094727, 9.8002], [123.0951, 9.80267], [123.095428, 9.80489], [123.095398, 9.80752], [123.09536, 9.8104], [123.095886, 9.81541]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "item/moorish_idol_spawn_egg"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "prepublish": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "clean:deep": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "prepublish", "build", "clean", "clean:deep", "test"]}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "express": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "react": {"type": "string"}, "react-console-component": {"type": "string"}, "react-dom": {"type": "string"}, "sass-loader": {"type": "string"}, "source-map-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "typings": {"type": "string"}, "webpack": {"type": "string"}, "webpack-fail-plugin": {"type": "string"}}, "required": ["css-loader", "express", "extract-text-webpack-plugin", "react", "react-console-component", "react-dom", "sass-loader", "source-map-loader", "ts-loader", "typescript", "typings", "webpack", "webpack-fail-plugin"]}, "dependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "nodemon": {"type": "string"}, "sass": {"type": "string"}, "socket.io-client": {"type": "string"}, "socketio": {"type": "string"}}, "required": ["node-sass", "nodemon", "sass", "socket.io-client", "socketio"]}}, "required": ["name", "version", "description", "private", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-console-terminal", "version" : "0.5.0", "description" : "Example react console emulator", "private" : true, "keywords" : ["react-component", "console", "example"], "scripts" : {"start" : "node ./server/index.js", "dev" : "nodemon ./server/index.js -i ./dist", "prepublish" : "typings install && webpack", "build" : "webpack", "clean" : "rm -rf dist", "clean:deep" : "rm -rf dist node_modules typings", "test" : "webpack"}, "devDependencies" : {"css-loader" : "^0.23.1", "express" : "^4.14.0", "extract-text-webpack-plugin" : "^1.0.1", "react" : "^15.1.0", "react-console-component" : "^0.6.1", "react-dom" : "^15.1.0", "sass-loader" : "^4.0.0", "source-map-loader" : "^0.1.5", "ts-loader" : "^0.8.2", "typescript" : "^1.8.10", "typings" : "^1.3.0", "webpack" : "^1.13.1", "webpack-fail-plugin" : "^1.0.4"}, "dependencies" : {"node-sass" : "^4.13.1", "nodemon" : "^2.0.2", "sass" : "^1.26.2", "socket.io-client" : "^2.3.0", "socketio" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "prepublish": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "clean:deep": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "prepublish", "build", "clean", "clean:deep", "test"]}, "devDependencies": {"type": "object", "properties": {"css-loader": {"type": "string"}, "express": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "react": {"type": "string"}, "react-console-component": {"type": "string"}, "react-dom": {"type": "string"}, "sass-loader": {"type": "string"}, "source-map-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "typings": {"type": "string"}, "webpack": {"type": "string"}, "webpack-fail-plugin": {"type": "string"}}, "required": ["css-loader", "express", "extract-text-webpack-plugin", "react", "react-console-component", "react-dom", "sass-loader", "source-map-loader", "ts-loader", "typescript", "typings", "webpack", "webpack-fail-plugin"]}, "dependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "nodemon": {"type": "string"}, "sass": {"type": "string"}, "socket.io-client": {"type": "string"}, "socketio": {"type": "string"}}, "required": ["node-sass", "nodemon", "sass", "socket.io-client", "socketio"]}}, "required": ["name", "version", "description", "private", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease 24 muffin cups.", "Place cake mix, pumpkin puree, applesauce, and pumpkin pie spice into a large blender or food processor and blend until batter is smooth, about 1 minute. Transfer batter to a bowl and mix cinnamon chips into batter. Scoop into prepared muffin cups.", "Bake in the preheated oven until a toothpick inserted into the center of a muffin comes out clean, 20 to 25 minutes."], "ingredients" : ["1 (18.25 ounce) package spice cake mix", "1 (15 ounce) can pumpkin puree", "1/2 cup unsweetened applesauce", "1 teaspoon pumpkin pie spice", "1 (10 ounce) package cinnamon baking chips"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Easy Pumpkin Cinnamon Chip Muffins", "url" : "http://allrecipes.com/recipe/229970/easy-pumpkin-cinnamon-chip-muffins/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death", "minecraft:walk_one_cm"]}}, "required": ["minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stats" : {"minecraft:custom" : {"minecraft:time_since_rest" : 273, "minecraft:play_one_minute" : 273, "minecraft:leave_game" : 1, "minecraft:time_since_death" : 273, "minecraft:walk_one_cm" : 726}}, "DataVersion" : 2584}
json_instruct
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}}, "required": ["minecraft:time_since_rest", "minecraft:play_one_minute", "minecraft:leave_game", "minecraft:time_since_death", "minecraft:walk_one_cm"]}}, "required": ["minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"expr": {"type": "string"}, "data": {"type": "object", "properties": {"7a": {"type": "integer"}, "a7": {"type": "integer"}, "7": {"type": "integer"}}, "required": ["7a", "a7", "7"]}, "bindings": {"type": "object", "properties": {}, "required": []}, "code": {"type": "string"}}, "required": ["expr", "data", "bindings", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expr" : "$.7", "data" : {"7a" : 33, "a7" : 55, "7" : 88}, "bindings" : {}, "code" : "S0213"}
json_instruct
{"type": "object", "properties": {"expr": {"type": "string"}, "data": {"type": "object", "properties": {"7a": {"type": "integer"}, "a7": {"type": "integer"}, "7": {"type": "integer"}}, "required": ["7a", "a7", "7"]}, "bindings": {"type": "object", "properties": {}, "required": []}, "code": {"type": "string"}}, "required": ["expr", "data", "bindings", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"model_name": {"type": "string"}, "model_desc": {"type": "string"}, "img_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "field_name": {"type": "string"}, "field_type": {"type": "string"}, "field_length": {"type": "null"}, "field_default": {"type": "string"}, "field_is_null": {"type": "string"}, "field_index": {"type": "string"}, "field_desc": {"type": "string"}}, "required": ["id", "field_name", "field_type", "field_length", "field_default", "field_is_null", "field_index", "field_desc"]}}}, "required": ["model_name", "model_desc", "img_url", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model_name" : "liveTest", "model_desc" : "\u6d3b\u4f53\u68c0\u6d4b\u4fe1\u606f", "img_url" : "http://cd7.yesapi.net/38D67BB9C95D0D5BB07A5AFFBC3BC686_20190906152539_f6865e7549bde6bbc84e1dd75f765587.png", "fields" : [{"id" : "196b4fad967b3f01ac487c1fae4ff5ca", "field_name" : "game_id", "field_type" : "tinytext", "field_length" : null, "field_default" : "", "field_is_null" : "1", "field_index" : "no", "field_desc" : "\u6bd4\u8d5b\u573a\u6b21"}, {"id" : "9d46de2f4644778edecc5fca1c013d52", "field_name" : "user_id", "field_type" : "tinytext", "field_length" : null, "field_default" : "", "field_is_null" : "1", "field_index" : "no", "field_desc" : "\u8fa9\u624bid"}, {"id" : "b486e9964efdc788d3a4c041ae4e0e96", "field_name" : "voice_test_res", "field_type" : "tinyint", "field_length" : null, "field_default" : "", "field_is_null" : "1", "field_index" : "no", "field_desc" : "\u58f0\u7eb9\u68c0\u6d4b\u7ed3\u679c(0False1True)"}, {"id" : "96d1502b657ce89663901627b2d3e1d2", "field_name" : "face_test_res", "field_type" : "tinyint", "field_length" : null, "field_default" : "", "field_is_null" : "1", "field_index" : "no", "field_desc" : "\u4eba\u8138\u68c0\u6d4b\u7ed3\u679c(0False1True)"}]}
json_instruct
{"type": "object", "properties": {"model_name": {"type": "string"}, "model_desc": {"type": "string"}, "img_url": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "field_name": {"type": "string"}, "field_type": {"type": "string"}, "field_length": {"type": "null"}, "field_default": {"type": "string"}, "field_is_null": {"type": "string"}, "field_index": {"type": "string"}, "field_desc": {"type": "string"}}, "required": ["id", "field_name", "field_type", "field_length", "field_default", "field_is_null", "field_index", "field_desc"]}}}, "required": ["model_name", "model_desc", "img_url", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : "4111322122"}
json_instruct
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 520, "name" : "Tranquill", "genus" : "Wild Pigeon Pok\u00e9mon", "description" : "It can return to its Trainer's location regardless of the distance separating them.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/520.webp", "types" : ["Normal", "Flying"], "abilities" : [{"name" : "Big Pecks", "effect" : "This Pok\u00e9mon's Defense cannot be lowered by other Pok\u00e9mon. This Pok\u00e9mon can still be passed negative Defense modifiers through heart swap or guard swap.", "description" : "Protects the Pok\u00e9mon from Defense-lowering attacks."}, {"name" : "Super Luck", "effect" : "This Pok\u00e9mon's moves have critical hit rates one stage higher than normal.", "description" : "Heightens the critical-hit ratios of moves."}, {"name" : "Rivalry", "effect" : "This Pok\u00e9mon inflicts 1.25\u00d7 as much regular damage against Pok\u00e9mon of the same gender and 0.75\u00d7 as much regular damage against Pok\u00e9mon of the opposite gender. If either Pok\u00e9mon is genderless, damage is unaffected.", "description" : "Raises Attack if the foe is of the same gender."}], "stats" : {"HP" : 62, "Attack" : 77, "Defense" : 62, "Special Attack" : 50, "Special Defense" : 42, "Speed" : 65}, "locations" : ["Pinwheel Forest", "Dragonspiral Tower", "Route 3", "Route 6", "Route 7", "Route 12", "Lostlorn Forest", "Victory Road"], "color" : "#afafb0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"upper_left_x" : 11.524557901656665, "upper_left_y" : 0, "bottom_right_x" : 1048.7347690507565, "bottom_right_y" : 735, "time" : 1480178303809, "is_final" : true, "event_type" : "movement", "op_order" : 29, "id" : 29}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"LendingPoolAddressesProvider": {"type": "string"}, "ProtocalDataProvider": {"type": "string"}, "SushiswapRouter": {"type": "string"}, "WethGateway": {"type": "string"}, "NativeToken": {"type": "string"}, "DaiToken": {"type": "string"}, "UsdtToken": {"type": "string"}, "AaveToken": {"type": "string"}}, "required": ["LendingPoolAddressesProvider", "ProtocalDataProvider", "SushiswapRouter", "WethGateway", "NativeToken", "DaiToken", "UsdtToken", "AaveToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LendingPoolAddressesProvider" : "0xd05e3E715d945B59290df0ae8eF85c1BdB684744", "ProtocalDataProvider" : "0x7551b5D2763519d4e37e8B81929D336De671d46d", "SushiswapRouter" : "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506", "WethGateway" : "0xbEadf48d62aCC944a06EEaE0A9054A90E5A7dc97", "NativeToken" : "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270", "DaiToken" : "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063", "UsdtToken" : "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", "AaveToken" : "0xD6DF932A45C0f255f85145f286eA0b292B21C90B"}
json_instruct
{"type": "object", "properties": {"LendingPoolAddressesProvider": {"type": "string"}, "ProtocalDataProvider": {"type": "string"}, "SushiswapRouter": {"type": "string"}, "WethGateway": {"type": "string"}, "NativeToken": {"type": "string"}, "DaiToken": {"type": "string"}, "UsdtToken": {"type": "string"}, "AaveToken": {"type": "string"}}, "required": ["LendingPoolAddressesProvider", "ProtocalDataProvider", "SushiswapRouter", "WethGateway", "NativeToken", "DaiToken", "UsdtToken", "AaveToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"neighbor" : "10.106.101.1"}
json_instruct
{"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_requiredBy": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["_requiredBy", "contributors", "dependencies", "description", "engines", "license", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_requiredBy" : ["/"], "contributors" : [{"name" : "Brian Talbot", "url" : "http://twitter.com/talbs"}, {"name" : "Travis Chase", "url" : "http://twitter.com/supercodepoet"}, {"name" : "Rob Madole", "url" : "http://twitter.com/robmadole"}, {"name" : "Geremia Taglialatela", "url" : "http://twitter.com/gtagliala"}, {"name" : "Mike Wilkerson", "url" : "http://twitter.com/mw77"}], "dependencies" : {}, "description" : "The iconic font, CSS, and SVG framework", "engines" : {"node" : ">=6"}, "license" : "(CC-BY-4.0 AND OFL-1.1 AND MIT)", "version" : "5.7.2"}
json_instruct
{"type": "object", "properties": {"_requiredBy": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "version": {"type": "string"}}, "required": ["_requiredBy", "contributors", "dependencies", "description", "engines", "license", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 2695, "commit" : "c74d60ee0c9b480f64280d7758aef212cb20fcd3", "date" : "2021-07-03T08:19:00.741Z"}, "versionStart" : {"versionNum" : 2694, "commit" : "4c74bdbe7f0264726f2f2e1de7e6f19c606fe4ae", "date" : "2021-07-03T08:06:23.857Z"}, "changes" : ["blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/info.json"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"image_name" : "lesion4531.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "336.0,360.0,335.0,358.0,331.0,354.0,326.0,352.0,322.0,350.0,320.0,356.0,317.0,360.0,310.0,357.0,304.0,356.0,302.0,358.0,302.0,363.0,305.0,370.0,307.0,375.0,312.0,376.0,311.0,382.0,315.0,386.0,319.0,387.0,322.0,385.0,324.0,378.0,326.0,374.0,330.0,370.0,335.0,370.0,334.0,365.0,337.0,364.0", "id" : "1", "blurred" : false, "goodIllumination" : true}], "camera_id" : "", "image_width" : 512}
json_instruct
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}, "optimist": {"type": "string"}, "websocket-server": {"type": "string"}}, "required": ["websocket", "optimist", "websocket-server"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "together-js-hub", "version" : "1.0.0", "description" : "Docker TogetherJS", "main" : "server.js", "scripts" : {"start" : "node server.js --host 0.0.0.0 --port 8081"}, "dependencies" : {"websocket" : "1.0.24", "optimist" : "0.6.1", "websocket-server" : "ThisIsMissEm/node-websocket-server#master"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"websocket": {"type": "string"}, "optimist": {"type": "string"}, "websocket-server": {"type": "string"}}, "required": ["websocket", "optimist", "websocket-server"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"requirement": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"recipe": {"type": "string"}}, "required": ["recipe"]}}, "required": ["trigger", "conditions"]}}, "required": ["requirement"]}, "rewards": {"type": "object", "properties": {"function": {"type": "string"}, "loot": {"type": "array", "items": {"type": "string"}}}, "required": ["function", "loot"]}}, "required": ["criteria", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"criteria" : {"requirement" : {"trigger" : "minecraft:recipe_unlocked", "conditions" : {"recipe" : "gghe:pink_umbrella"}}}, "rewards" : {"function" : "gghe:recipes/pink_umbrella", "loot" : ["gghe:items/pink_umbrella"]}}
json_instruct
{"type": "object", "properties": {"criteria": {"type": "object", "properties": {"requirement": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"recipe": {"type": "string"}}, "required": ["recipe"]}}, "required": ["trigger", "conditions"]}}, "required": ["requirement"]}, "rewards": {"type": "object", "properties": {"function": {"type": "string"}, "loot": {"type": "array", "items": {"type": "string"}}}, "required": ["function", "loot"]}}, "required": ["criteria", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"failures": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "reason": {"type": "string"}}, "required": ["code", "reason"]}}}, "required": ["failures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"failures" : [{"code" : "INVALID_DATE_RANGE", "reason" : "The remote endpoint has indicated that the date range is invalid."}, {"code" : "INVALID_PAYLOAD", "reason" : "Submission has not passed validation. Invalid Payload."}]}
json_instruct
{"type": "object", "properties": {"failures": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "reason": {"type": "string"}}, "required": ["code", "reason"]}}}, "required": ["failures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-06-07T10:00:00Z", "Temp" : 25.2, "RelHum" : 51, "WindSpeed" : 3.5, "WindDir" : 197}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct": {"type": "integer"}, "cri": {"type": "null"}, "ipi": {"type": "string"}, "msi": {"type": "string"}, "sli": {"type": "string"}, "percentblue": {"type": "string"}, "measuredate": {"type": "null"}, "acquiredby": {"type": "null"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "spectraldata": {"type": "string"}, "url": {"type": "string"}, "thumb": {"type": "string"}}, "required": ["name", "id", "category", "brand", "lamptype", "voltage", "spectralimg", "cct", "cri", "ipi", "msi", "sli", "percentblue", "measuredate", "acquiredby", "created_at", "updated_at", "spectraldata", "url", "thumb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "-", "id" : 2661, "category" : "Standard Illuminant", "brand" : "D65", "lamptype" : "Standard Illuminant", "voltage" : null, "spectralimg" : null, "cct" : 6505, "cri" : null, "ipi" : "1.0", "msi" : "1.0", "sli" : "1.0", "percentblue" : "42.6", "measuredate" : null, "acquiredby" : null, "created_at" : "2015-11-18T05:18:35.445Z", "updated_at" : "2015-12-21T17:32:13.639Z", "spectraldata" : "wavelength,relativeIntensity\n 300,0.0341\r\n 305,1.6643\r\n 310,3.2945\r\n 315,11.7652\r\n 320,20.236\r\n 325,28.6447\r\n 330,37.0535\r\n 335,38.5011\r\n 340,39.9488\r\n 345,42.4302\r\n 350,44.9117\r\n 355,45.775\r\n 360,46.6383\r\n 365,49.3637\r\n 370,52.0891\r\n 375,51.0323\r\n 380,49.9755\r\n 385,52.3118\r\n 390,54.6482\r\n 395,68.7015\r\n 400,82.7549\r\n 405,87.1204\r\n 410,91.486\r\n 415,92.4589\r\n 420,93.4318\r\n 425,90.057\r\n 430,86.6823\r\n 435,95.7736\r\n 440,104.865\r\n 445,110.936\r\n 450,117.008\r\n 455,117.41\r\n 460,117.812\r\n 465,116.336\r\n 470,114.861\r\n 475,115.392\r\n 480,115.923\r\n 485,112.367\r\n 490,108.811\r\n 495,109.082\r\n 500,109.354\r\n 505,108.578\r\n 510,107.802\r\n 515,106.296\r\n 520,104.79\r\n 525,106.239\r\n 530,107.689\r\n 535,106.047\r\n 540,104.405\r\n 545,104.225\r\n 550,104.046\r\n 555,102.023\r\n 560,100\r\n 565,98.1671\r\n 570,96.3342\r\n 575,96.0611\r\n 580,95.788\r\n 585,92.2368\r\n 590,88.6856\r\n 595,89.3459\r\n 600,90.0062\r\n 605,89.8026\r\n 610,89.5991\r\n 615,88.6489\r\n 620,87.6987\r\n 625,85.4936\r\n 630,83.2886\r\n 635,83.4939\r\n 640,83.6992\r\n 645,81.863\r\n 650,80.0268\r\n 655,80.1207\r\n 660,80.2146\r\n 665,81.2462\r\n 670,82.2778\r\n 675,80.281\r\n 680,78.2842\r\n 685,74.0027\r\n 690,69.7213\r\n 695,70.6652\r\n 700,71.6091\r\n 705,72.979\r\n 710,74.349\r\n 715,67.9765\r\n 720,61.604\r\n 725,65.7448\r\n 730,69.8856\r\n 735,72.4863\r\n 740,75.087\r\n 745,69.3398\r\n 750,63.5927\r\n 755,55.0054\r\n 760,46.4182\r\n 765,56.6118\r\n 770,66.8054\r\n 775,65.0941\r\n 780,63.3828\r\n\r\n", "url" : "/app/fr/lamps/2661", "thumb" : "/img_1s/thumb/missing.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "category": {"type": "string"}, "brand": {"type": "string"}, "lamptype": {"type": "string"}, "voltage": {"type": "null"}, "spectralimg": {"type": "null"}, "cct": {"type": "integer"}, "cri": {"type": "null"}, "ipi": {"type": "string"}, "msi": {"type": "string"}, "sli": {"type": "string"}, "percentblue": {"type": "string"}, "measuredate": {"type": "null"}, "acquiredby": {"type": "null"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "spectraldata": {"type": "string"}, "url": {"type": "string"}, "thumb": {"type": "string"}}, "required": ["name", "id", "category", "brand", "lamptype", "voltage", "spectralimg", "cct", "cri", "ipi", "msi", "sli", "percentblue", "measuredate", "acquiredby", "created_at", "updated_at", "spectraldata", "url", "thumb"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["karma-leche"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "parse-ms": {"type": "string"}, "quick.db": {"type": "string"}, "random-puppy": {"type": "string"}}, "required": ["discord.js", "parse-ms", "quick.db", "random-puppy"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "economybot-master", "version" : "1.0.0", "description" : "##### This was a quick personal project of mine but never ended up fully finishing (cleaning up code, proper checks etc) and felt like this may help people. ##### A star is always appreciated. I am not updating this anymore, I will happily review pull requests though. ##### If you have an issue with Quick.db Or Discord.js Go to one of these links:", "main" : "index.js", "dependencies" : {"discord.js" : "^12.3.1", "parse-ms" : "^2.1.0", "quick.db" : "7.0.0b21", "random-puppy" : "^1.1.0"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "parse-ms": {"type": "string"}, "quick.db": {"type": "string"}, "random-puppy": {"type": "string"}}, "required": ["discord.js", "parse-ms", "quick.db", "random-puppy"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"params" : [-0.0030531215364163877, 5.631837953810465e-05, -0.0005366128799392939, 0.00027261580325451567, 0.001139505525485706, -0.0007308429635872588, -0.0004020288545717987, 0.0008366857513001215, 0.002439786089215211, -0.0003490722429391358, 0.00017934705511934336, -0.0001239828096050816, 0.00017065278953609287, 0.0037952062336667207, -5.712869357053076e-05, -0.0008826618146528586, 0.003526024184182269, 1.0369174756604048e-05, 0.0006298166851532223, 4.7646489663351246e-05, 0.0006541194608129744, -6.445748765239374e-05, 0.0021851712738066398, 5.7625080606793746e-05, 0.0009082706205693671, -0.0005472995641283577, 0.00013618747996661375, 1.8486796356875285e-05, -4.887528055171826e-05, -0.0003078238429170178, -4.408000100677255e-05, 0.0024935798626781205, 2.6055971107375026e-05, -0.0005530684851497495, -0.002199479702954726, 5.587675218147226e-05, -0.0002917978331033104, -8.900703868230917e-05, 6.278891945941291e-05, -8.680116740291618e-05, 0.0009796561269587558, -6.426961680333741e-05, -3.91770855569601e-05, 0.000562696910711321, 0.0006921297383491462, 4.827057214072534e-05, 0.005842476125838039, 9.829261586448907e-06, -0.00282928428246233, 0.0027574047934803736, -3.0392535912162073e-05, 0.0028381130076997065], "infidelity" : 0.00010879183136658366, "energy_expval" : -1.3945810342015499, "energy_error" : 0.00015130011048714032, "optimizer_success" : true, "optimizer_nfev" : 1067}
json_instruct
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "ClientId": {"type": "string"}, "Scopes": {"type": "string"}, "CallbackPath": {"type": "string"}}, "required": ["Instance", "Domain", "TenantId", "ClientId", "Scopes", "CallbackPath"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AzureAd", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AzureAd" : {"Instance" : "https://login.microsoftonline.com/", "Domain" : "DubletterneHost.onmicrosoft.com", "TenantId" : "33a5d5c9-1cff-47b3-a604-c8d39aa4931f", "ClientId" : "94eabc4d-57ab-4d90-b5d8-92dad5c49f2e", "Scopes" : "API.Access", "CallbackPath" : "/signin-oidc"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"AzureAd": {"type": "object", "properties": {"Instance": {"type": "string"}, "Domain": {"type": "string"}, "TenantId": {"type": "string"}, "ClientId": {"type": "string"}, "Scopes": {"type": "string"}, "CallbackPath": {"type": "string"}}, "required": ["Instance", "Domain", "TenantId", "ClientId", "Scopes", "CallbackPath"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AzureAd", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Misy-sur-Yonne", "dpt" : "Seine-et-Marne", "inscrits" : 715, "abs" : 178, "votants" : 537, "blancs" : 40, "nuls" : 8, "exp" : 489, "res" : [{"panneau" : "2", "voix" : 259}, {"panneau" : "1", "voix" : 230}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"myNotes": {"type": "object", "properties": {"noteId": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "zan": {"type": "string"}}, "required": ["noteId", "content", "isStatus", "zan"]}, "notes": {"type": "array", "items": {"type": "object", "properties": {"noteId": {"type": "string"}, "userName": {"type": "string"}, "userFaces": {"type": "string"}, "zan": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "addtime": {"type": "string"}, "isZan": {"type": "string"}}, "required": ["noteId", "userName", "userFaces", "zan", "content", "isStatus", "addtime", "isZan"]}}}, "required": ["myNotes", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"myNotes" : {"noteId" : "0", "content" : "", "isStatus" : "", "zan" : ""}, "notes" : [{"noteId" : "10178", "userName" : "", "userFaces" : "http://thirdwx.qlogo.cn/mmopen/vi_32/DYAIOgq83eq9pa0CKXV7hQCItzzfhyUkmglpX7tlEfaW5RaKdia6tWtyq7bNLMkxianG7lYZZTcL87KSOXPibwp2w/132", "zan" : "3", "content" : "\u9a6c\u8d6b\u6570\u914d\u5e73\u662f\u7528\u5347\u964d\u8235\uff0c\u4fef\u4ef0\u914d\u5e73\u662f\u7528\u6c34\u5e73\u5b89\u5b9a\u9762\u6216\u8005\u8bf4\u5e73\u5c3e\u6765\u63a7\u5236\uff0c\u5f53\u91cd\u5fc3\u6784\u578b\u7b49\u6539\u53d8\u65f6\u3002", "isStatus" : "0", "addtime" : "2020/07/28 14:03", "isZan" : "0"}, {"noteId" : "115899", "userName" : "\u5e72\u5565\u5565\u4e0d\u884c\u641e\u536b\u751f\u7b2c\u4e00\u540d", "userFaces" : "https://kaolafeixing-oss.oss-cn-beijing.aliyuncs.com/iOS_image_userFace/1600104244_283E1198-BC58-46C6-9E2E-F3B5FF653AB4.jpg", "zan" : "0", "content" : "\u81ea\u52a8\u4fef\u4ef0\u914d\u5e73\u4fdd\u5e73\u8861", "isStatus" : "0", "addtime" : "2021/09/13 17:45", "isZan" : "0"}, {"noteId" : "112277", "userName" : "\u739b\u5361\u5df4\u5361", "userFaces" : "http://kaolafeixing-oss.oss-cn-beijing.aliyuncs.com/android/1631114515070.jpg", "zan" : "0", "content" : "\u4fef\u4ef0\u914d\u5e73\u4fdd\u5e73\u8861", "isStatus" : "0", "addtime" : "2021/09/06 15:35", "isZan" : "0"}, {"noteId" : "84290", "userName" : "\u5723\u8bde\u5feb\u4e50\u52b3\u4f26\u65af\u5148\u751f", "userFaces" : "https://kaolafeixing-oss.oss-cn-beijing.aliyuncs.com/iOS_image_userFace/1616065084_BB3BE3BB-A924-4965-93D5-91A3AB88A392.jpg", "zan" : "0", "content" : "\u81ea\u52a8\u9a7e\u9a76\u65f6pitch trim \u4e3a\u4e86\u6539\u53d8\u91cd\u5fc3\u4f4d\u7f6e", "isStatus" : "0", "addtime" : "2021/05/03 08:40", "isZan" : "0"}, {"noteId" : "77125", "userName" : "", "userFaces" : "", "zan" : "0", "content" : "\u81ea\u52a8\u914d\u5e73\u7cfb\u7edf \u2014\u4fdd\u8bc1\u98de\u673a\u4fef\u4ef0\u914d\u5e73", "isStatus" : "0", "addtime" : "2021/04/10 22:49", "isZan" : "0"}, {"noteId" : "72355", "userName" : "Acteur", "userFaces" : "https://kaolafeixing-oss.oss-cn-beijing.aliyuncs.com/iOS_image_userFace/1616160352_2AD8DBF4-C26A-4C99-A718-FB3FA720695C.jpg", "zan" : "0", "content" : "\u4fef\u4ef0\u914d\u5e73\uff0c\u6c34\u5e73\u5b89\u5b9a\u9762", "isStatus" : "0", "addtime" : "2021/03/30 19:27", "isZan" : "0"}, {"noteId" : "58860", "userName" : "\u5c71\u6942", "userFaces" : "https://kaolafeixing-oss.oss-cn-beijing.aliyuncs.com/iOS_image_userFace/1606761992_CCE0CB11-7223-4196-AAC0-7D0E05193938.jpg", "zan" : "0", "content" : "automatic steering pitch trimming sysytem\u3002 gravity\u6539\u53d8", "isStatus" : "0", "addtime" : "2021/02/20 08:54", "isZan" : "0"}, {"noteId" : "27990", "userName" : "", "userFaces" : "", "zan" : "0", "content" : "steering \u64cd\u7eb5", "isStatus" : "0", "addtime" : "2020/10/01 10:05", "isZan" : "0"}]}
json_instruct
{"type": "object", "properties": {"myNotes": {"type": "object", "properties": {"noteId": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "zan": {"type": "string"}}, "required": ["noteId", "content", "isStatus", "zan"]}, "notes": {"type": "array", "items": {"type": "object", "properties": {"noteId": {"type": "string"}, "userName": {"type": "string"}, "userFaces": {"type": "string"}, "zan": {"type": "string"}, "content": {"type": "string"}, "isStatus": {"type": "string"}, "addtime": {"type": "string"}, "isZan": {"type": "string"}}, "required": ["noteId", "userName", "userFaces", "zan", "content", "isStatus", "addtime", "isZan"]}}}, "required": ["myNotes", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Creamy Fudge", "description" : "Lovely, creamy fudge. You can leave the coconut out if you want too. It's very subtle & just sits in the background. ", "id" : 121235, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/121235/fudge_creamy_1.jpg", "updated_at" : "2020-12-10T14:52:53.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Clotted cream Fudge", "flavor_id" : "4217", "millipercent" : 6000, "vendor" : "CC"}, {"name" : "Creme Brulee (yc)", "flavor_id" : "894", "millipercent" : 2000, "vendor" : "INW"}, {"name" : "Devon Cream", "flavor_id" : "4223", "millipercent" : 1000, "vendor" : "CC"}, {"name" : "Sweet Coconut", "flavor_id" : "605", "millipercent" : 500, "vendor" : "FLV"}, {"name" : "Vanilla Custard", "flavor_id" : "131", "millipercent" : 2000, "vendor" : "CAP"}], "author" : "8062282", "views" : "1239", "created_at" : "2018-09-30", "slug" : "creamy_fudge", "archive_image_url" : "https://allthearchives.com/images/121235.jpg", "total_flavoring" : "11.5%", "steep_days" : "21", "best_vg" : "75%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900669129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669130": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669131": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669132": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669133": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669134": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669135": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669136": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900669129", "900669130", "900669131", "900669132", "900669133", "900669134", "900669135", "900669136"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900669129" : {"nama" : "TPS 1", "dapil" : [6201, 16202, 2620205]}, "900669130" : {"nama" : "TPS 2", "dapil" : [6201, 16202, 2620205]}, "900669131" : {"nama" : "TPS 3", "dapil" : [6201, 16202, 2620205]}, "900669132" : {"nama" : "TPS 4", "dapil" : [6201, 16202, 2620205]}, "900669133" : {"nama" : "TPS 5", "dapil" : [6201, 16202, 2620205]}, "900669134" : {"nama" : "TPS 6", "dapil" : [6201, 16202, 2620205]}, "900669135" : {"nama" : "TPS 7", "dapil" : [6201, 16202, 2620205]}, "900669136" : {"nama" : "TPS 8", "dapil" : [6201, 16202, 2620205]}}
json_instruct
{"type": "object", "properties": {"900669129": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669130": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669131": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669132": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669133": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669134": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669135": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900669136": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900669129", "900669130", "900669131", "900669132", "900669133", "900669134", "900669135", "900669136"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"946806446594": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946806446900": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946806446901": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946806448706": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946806446594", "946806446900", "946806446901", "946806448706"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"946806446594" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NC0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfcGVhY29jay5odG1sLWFuYWx5dGljcy05NDY4MDY0NDY1Njc=.json"}, "946806446900" : {"type" : "st"}, "946806446901" : {"type" : "ss"}, "946806448706" : {"type" : "st"}}
json_instruct
{"type": "object", "properties": {"946806446594": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946806446900": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946806446901": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946806448706": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946806446594", "946806446900", "946806446901", "946806448706"], "$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"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "description", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vk-types", "version" : "0.1.3", "main" : "./src/index.ts", "description" : "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u0441 TypeScript \u0442\u0438\u043f\u0430\u043c\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 API \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435", "repository" : "https://github.com/danyadev/vk-types", "author" : "danyadev <danyadev@mail.ru>", "license" : "Apache-2.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "description", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 613803.0, "ps" : 766393.0}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ui.panel.custom.external_panel.question_trust": {"type": "string"}, "ui.panel.custom.external_panel.complete_access": {"type": "string"}, "ui.panel.custom.external_panel.hide_message": {"type": "string"}}, "required": ["ui.panel.custom.external_panel.question_trust", "ui.panel.custom.external_panel.complete_access", "ui.panel.custom.external_panel.hide_message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ui.panel.custom.external_panel.question_trust" : "\u00bfConf\u00eda en el panel externo {name} en {link} ?", "ui.panel.custom.external_panel.complete_access" : "Tendr\u00e1 acceso a todos los datos en Home Assistant.", "ui.panel.custom.external_panel.hide_message" : "Verifique la documentaci\u00f3n para el componente panel_custom para ocultar este mensaje"}
json_instruct
{"type": "object", "properties": {"ui.panel.custom.external_panel.question_trust": {"type": "string"}, "ui.panel.custom.external_panel.complete_access": {"type": "string"}, "ui.panel.custom.external_panel.hide_message": {"type": "string"}}, "required": ["ui.panel.custom.external_panel.question_trust", "ui.panel.custom.external_panel.complete_access", "ui.panel.custom.external_panel.hide_message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "dist": {"type": "string"}, "watch": {"type": "string"}}, "required": ["lint", "dist", "watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ts-loader": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}, "watch": {"type": "string"}, "webix": {"type": "string"}, "webix-jet": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["ts-loader", "tslint", "typescript", "watch", "webix", "webix-jet", "webpack", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"webix-routie": {"type": "string"}}, "required": ["webix-routie"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "devDependencies", "dependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jet-legacy-hash-router", "version" : "1.0.0", "description" : "Webix Jet microframework", "main" : "dist/HashRouter.js", "types" : "dist/HashRouter.d.ts", "scripts" : {"lint" : "tslint --project tsconfig.json sources/**/*.ts", "dist" : "tsc -p ./tsconfig.json", "watch" : "watch \"yarn dist\" ./sources/"}, "repository" : {"type" : "git", "url" : "git+https://github.com/webix-hub/jet-legacy-hash-router.git"}, "keywords" : ["webix", "jet", "framework", "rich", "ui"], "devDependencies" : {"ts-loader" : "^3.2.0", "tslint" : "^5.7.0", "typescript" : "^2.0.0", "watch" : "^1.0.2", "webix" : "^5.4.0", "webix-jet" : "^1.5.0", "webpack" : "^3.5.4", "webpack-dev-server" : "^2.7.1"}, "dependencies" : {"webix-routie" : "^0.4.0"}, "author" : "Maksim Kozhukh", "license" : "MIT", "bugs" : {"url" : "https://github.com/webix-hub/legacy-hash-router/issues"}, "homepage" : "https://github.com/webix-hub/legacy-hash-router#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "dist": {"type": "string"}, "watch": {"type": "string"}}, "required": ["lint", "dist", "watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ts-loader": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}, "watch": {"type": "string"}, "webix": {"type": "string"}, "webix-jet": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["ts-loader", "tslint", "typescript", "watch", "webix", "webix-jet", "webpack", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"webix-routie": {"type": "string"}}, "required": ["webix-routie"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "devDependencies", "dependencies", "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": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"httpreq": {"type": "string"}}, "required": ["httpreq"]}, "devDependencies": {"type": "object", "properties": {"dotest": {"type": "string"}}, "required": ["dotest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["author", "name", "description", "version", "repository", "bugs", "main", "files", "dependencies", "devDependencies", "engines", "scripts", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "Franklin van de Meent", "email" : "fr@nkl.in", "url" : "https://frankl.in"}, "name" : "cloudsight", "description" : "CloudSight image recognition API (unofficial)", "version" : "1.1.3", "repository" : {"type" : "git", "url" : "git://github.com/fvdm/nodejs-cloudsight.git"}, "bugs" : {"url" : "https://github.com/fvdm/nodejs-cloudsight/issues"}, "main" : "index.js", "files" : ["CHANGELOG.md"], "dependencies" : {"httpreq" : "^0.5.1"}, "devDependencies" : {"dotest" : "^2.1.0"}, "engines" : {"node" : ">=4.0.0"}, "scripts" : {"test" : "dotest"}, "keywords" : ["cloudsight", "image recognition", "image", "vision", "ocr", "api", "detection", "recognition"], "license" : "Unlicense"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"httpreq": {"type": "string"}}, "required": ["httpreq"]}, "devDependencies": {"type": "object", "properties": {"dotest": {"type": "string"}}, "required": ["dotest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["author", "name", "description", "version", "repository", "bugs", "main", "files", "dependencies", "devDependencies", "engines", "scripts", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solution_size" : 2491, "ok" : true, "resemblance" : 0.737172, "problem_id" : 2616, "solution_spec_hash" : "ee43e446900ba141397edf6625b47cd635be3d7f"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Chris's points about smaller -ad and larger image size oversampling\nare spot on. I ran some tests about a decade ago and found that very\nlarge images with relatively low -ad (and -as) generated better\nrenderings for a given compute time. Results with images are here:\n\n\nhttp://markjstock.org/radmisc/aa0_ps1_test/final.html\n\n\nThis won't affect the artifact sizes (-ar will), but it's definitely\nrelated to your task.\n\n\nMark\n\n\nOn 1/27/15, Christopher Rush <Christopher.Rush at arup.com> wrote:\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2015-January/010717.html).</sup>", "attachments" : [], "created_by_name" : "Mark Stock", "created_at" : "January 27, 2015 at 08:21PM", "created_by" : "Mark_Stock", "parent_id" : "radiance-general_010708", "id" : "radiance-general_010717"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}