input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"GNS:id": {"type": "string"}, "name:ar": {"type": "string"}, "name:cs": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:ru": {"type": "string"}, "alt_name": {"type": "string"}, "population": {"type": "string"}, "GNS:dsg_code": {"type": "string"}, "GNS:dsg_name": {"type": "string"}, "is_in:continent": {"type": "string"}, "population:date": {"type": "string"}, "sorting_name:cs": {"type": "string"}}, "required": ["GNS:id", "name:ar", "name:cs", "name:en", "name:es", "name:fr", "name:ru", "alt_name", "population", "GNS:dsg_code", "GNS:dsg_name", "is_in:continent", "population:date", "sorting_name:cs"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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" : {"name" : "Al Jawf Governorate", "iso2" : "YE-JA", "admin_level" : 4, "osm_id" : 383899, "wikidata_id" : "Q328128", "wikipedia_id" : "ar:\u0627\u0644\u062c\u0648\u0641 (\u0645\u062d\u0627\u0641\u0638\u0629)", "population" : 552000, "countrylevel_id" : "iso2:YE-JA", "osm_data" : {"localname" : "\u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u062c\u0648\u0641", "official_name" : "", "alltags" : {"GNS:id" : "-3188323", "name:ar" : "\u0645\u062d\u0627\u0641\u0638\u0629 \u0627\u0644\u062c\u0648\u0641", "name:cs" : "provincie al-D\u017eauf", "name:en" : "Al Jawf Governorate", "name:es" : "Gobernaci\u00f3n de Yauf", "name:fr" : "Gouvernorat d'Al Jawf", "name:ru" : "\u042d\u043b\u044c-\u0414\u0436\u0430\u0443\u0444", "alt_name" : "Mu\u1e29\u0101faz\u0327at al Jawf", "population" : "443797", "GNS:dsg_code" : "ADM1", "GNS:dsg_name" : "first-order administrative division", "is_in:continent" : "Asia", "population:date" : "2004-12-17", "sorting_name:cs" : "al-D\u017eauf"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[44.049, 16.654], [44.267, 16.542], [44.349, 16.045], [44.575, 16.002], [44.842, 16.031], [45.465, 15.761], [45.827, 16.013], [46.811, 16.162], [46.997, 16.37], [47, 16.95], [46.75, 17.283], [46.367, 17.233], [44.889, 17.433], [44.888, 17.064], [44.507, 17.037], [44.049, 16.654]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"GNS:id": {"type": "string"}, "name:ar": {"type": "string"}, "name:cs": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "name:ru": {"type": "string"}, "alt_name": {"type": "string"}, "population": {"type": "string"}, "GNS:dsg_code": {"type": "string"}, "GNS:dsg_name": {"type": "string"}, "is_in:continent": {"type": "string"}, "population:date": {"type": "string"}, "sorting_name:cs": {"type": "string"}}, "required": ["GNS:id", "name:ar", "name:cs", "name:en", "name:es", "name:fr", "name:ru", "alt_name", "population", "GNS:dsg_code", "GNS:dsg_name", "is_in:continent", "population:date", "sorting_name:cs"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "filePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "categories", "filePatterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MycoLab Docker Workflow", "description" : "MycoLab Organization CI starter workflow for GCP Docker.", "categories" : ["Docker"], "filePatterns" : ["^Dockerfile"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "filePatterns": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "categories", "filePatterns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "colouredmoss:block/red_moss_carpet"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "integer"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : 78783, "title" : "Jasmine Xu", "primoId" : "", "slug" : "", "shortcode" : "Bo6JnwjFFGp", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1539510003657-.jpg", "content" : "Study time \u539f\u6765\u6089\u5c3c\u4e5f\u6709\u53e4\u8001\u7684\u56fe\u4e66\u9986\n.\n.\n.\n#sydney #newselfwales #nswstatelibrary #statelibrary #studytime #sundayafternoon", "imageType" : "instagram_selfie", "date" : "2018-10-17 10:50:39", "dateText" : "", "timestamp" : 1539509522, "instagramUsername" : "jazzy_yijia", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1539510003657-.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1539510003657--300x300.jpg", "width" : 300, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1539510003657-.jpg", "width" : 1080, "height" : 1080, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesInstagramSelfie"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "integer"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@ns": {"type": "string"}, "user": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "@ns": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "givenName": {"type": "string"}, "familyName": {"type": "string"}}, "required": ["oid", "version", "@ns", "name", "fullName", "givenName", "familyName"]}}, "required": ["@ns", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@ns" : "http://midpoint.evolveum.com/xml/ns/test/foo-1.xsd", "user" : {"oid" : "c0c010c0-d34d-b33f-f00d-111111112222", "version" : "7", "@ns" : "http://midpoint.evolveum.com/xml/ns/test/foo-1.xsd", "name" : "barbossa", "fullName" : "Hector Barbossa", "givenName" : "Hector", "familyName" : "Barbossa"}} | json_instruct | {"type": "object", "properties": {"@ns": {"type": "string"}, "user": {"type": "object", "properties": {"oid": {"type": "string"}, "version": {"type": "string"}, "@ns": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "givenName": {"type": "string"}, "familyName": {"type": "string"}}, "required": ["oid", "version", "@ns", "name", "fullName", "givenName", "familyName"]}}, "required": ["@ns", "user"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { useMemo } from 'react';\nimport { useWallet } from './useWallet';\nexport function useAnchorWallet() {\n var _useWallet = useWallet(),\n publicKey = _useWallet.publicKey,\n signTransaction = _useWallet.signTransaction,\n signAllTransactions = _useWallet.signAllTransactions;\n\n return useMemo(function () {\n return publicKey && signTransaction && signAllTransactions ? {\n publicKey: publicKey,\n signTransaction: signTransaction,\n signAllTransactions: signAllTransactions\n } : undefined;\n }, [publicKey, signTransaction, signAllTransactions]);\n}", "map" : {"version" : 3, "sources" : ["../src/useAnchorWallet.ts"], "names" : [], "mappings" : "AACA,SAAS,OAAT,QAAwB,OAAxB;AACA,SAAS,SAAT,QAA0B,aAA1B;AAQA,OAAM,SAAU,eAAV,GAAyB;AAC3B,mBAA4D,SAAS,EAArE;AAAA,MAAQ,SAAR,cAAQ,SAAR;AAAA,MAAmB,eAAnB,cAAmB,eAAnB;AAAA,MAAoC,mBAApC,cAAoC,mBAApC;;AACA,SAAO,OAAO,CACV;AAAA,WACI,SAAS,IAAI,eAAb,IAAgC,mBAAhC,GACM;AAAE,MAAA,SAAS,EAAT,SAAF;AAAa,MAAA,eAAe,EAAf,eAAb;AAA8B,MAAA,mBAAmB,EAAnB;AAA9B,KADN,GAEM,SAHV;AAAA,GADU,EAKV,CAAC,SAAD,EAAY,eAAZ,EAA6B,mBAA7B,CALU,CAAd;AAOH", "sourceRoot" : "", "sourcesContent" : ["import { useMemo } from 'react';\nimport { useWallet } from './useWallet';\nexport function useAnchorWallet() {\n const { publicKey, signTransaction, signAllTransactions } = useWallet();\n return useMemo(() => publicKey && signTransaction && signAllTransactions\n ? { publicKey, signTransaction, signAllTransactions }\n : undefined, [publicKey, signTransaction, signAllTransactions]);\n}\n//# sourceMappingURL=useAnchorWallet.js.map"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "underscore": {"type": "string"}, "bootstrap.validator": {"type": "string"}}, "required": ["jquery", "bootstrap", "underscore", "bootstrap.validator"]}}, "required": ["name", "homepage", "authors", "description", "main", "moduleType", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bootdialog", "homepage" : "https://github.com/mai7star/bootdialog", "authors" : ["Hiroyuki Toda <[email protected]>"], "description" : "", "main" : "bootdialog.js", "moduleType" : ["amd"], "keywords" : ["bootstrap", "dialog", "modal"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "~2.2.1", "bootstrap" : "~3.3.6", "underscore" : "~1.8.0", "bootstrap.validator" : "~0.9.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "underscore": {"type": "string"}, "bootstrap.validator": {"type": "string"}}, "required": ["jquery", "bootstrap", "underscore", "bootstrap.validator"]}}, "required": ["name", "homepage", "authors", "description", "main", "moduleType", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"WCMYCML": {"type": "string"}}, "required": ["WCMYCML"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"MJRefresh": {"type": "array", "items": {}}}, "required": ["MJRefresh"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WHLCategory", "version" : "0.0.1", "summary" : "A short description of WHLCategory.", "description" : "\"This is a commonly used classification in my project\"", "homepage" : "https://github.com/WCMYCML/WHLCategory", "license" : "MIT", "authors" : {"WCMYCML" : "[email protected]"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/WCMYCML/WHLCategory.git", "tag" : "0.1.3"}, "source_files" : "whlCategory/whlCategory/WHLCategory/*.{h,m}", "requires_arc" : true, "dependencies" : {"MJRefresh" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"WCMYCML": {"type": "string"}}, "required": ["WCMYCML"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"MJRefresh": {"type": "array", "items": {}}}, "required": ["MJRefresh"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}}, "required": ["build", "clean"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "x-tag": {"type": "string"}, "del-cli": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "be-media": {"type": "string"}}, "required": ["axios", "x-tag", "del-cli", "webpack", "webpack-cli", "be-media"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "be-dog", "version" : "1.0.0", "description" : "BeCompany's web component to display random cats pictures.", "main" : "dist/main.js", "scripts" : {"build" : "npm run clean && webpack", "clean" : "del-cli dist"}, "keywords" : ["web-component", "tutorial", "cat"], "author" : "Javier Puerto <[email protected]>", "license" : "Apache-2.0", "devDependencies" : {"axios" : "^0.18.0", "x-tag" : "^2.0.9-alpha", "del-cli" : "^1.1.0", "webpack" : "^4.16.2", "webpack-cli" : "^3.1.0", "be-media" : "https://github.com/becompany/be-media.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}}, "required": ["build", "clean"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "x-tag": {"type": "string"}, "del-cli": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "be-media": {"type": "string"}}, "required": ["axios", "x-tag", "del-cli", "webpack", "webpack-cli", "be-media"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 181192, "info" : {"name" : "ScA1", "description" : "Scale animating", "additionalInfo" : null, "format" : "uso", "category" : "lichess", "createdAt" : "2020-03-17T20:29:32.000Z", "updatedAt" : "2020-03-24T11:31:58.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 891623, "name" : "TricaSet"}}, "stats" : {"installs" : {"total" : 5, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "181192_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix(\"https://lichess.org/\") {\r\n\t.cg-wrap.orientation-white.manipulable,\r\n\t.cg-wrap.orientation-black.manipulable\t{\r\n\t\t\tanimation-name: scaleAnim;\r\n\t\t\tanimation-duration: 2s;\r\n\t\t\tanimation-iteration-count: infinite;\r\n\t\t\tanimation-direction: alternate;\r\n\t\t\tanimation-timing-function: linear;\r\n\t}\r\n\r\n\t@keyframes scaleAnim {\r\n \t\tfrom {transform: scale(1, 1);}\r\n \t\tto {transform: scale(1.1, 1.1);}\r\n\t}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 41838, "ps" : 47457} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"all": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["all", "lint", "test", "postinstall"]}, "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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-bpmn-io": {"type": "string"}, "mocha": {"type": "string"}, "npm-run-all": {"type": "string"}}, "required": ["chai", "eslint", "eslint-plugin-bpmn-io", "mocha", "npm-run-all"]}, "dependencies": {"type": "object", "properties": {"which": {"type": "string"}}, "required": ["which"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "xsd-schema-validator", "version" : "0.7.0", "description" : "A (XSD) schema validator for nodejs", "main" : "lib/validator.js", "scripts" : {"all" : "run-s lint test", "lint" : "eslint .", "test" : "mocha", "postinstall" : "node ./lib/post-install.js"}, "repository" : {"type" : "git", "url" : "https://github.com/nikku/node-xsd-schema-validator"}, "keywords" : ["xsd", "xml", "schema", "validator", "validation"], "author" : "Nico Rehwaldt <https://github.com/nikku>", "license" : "MIT", "devDependencies" : {"chai" : "^4.1.2", "eslint" : "^7.24.0", "eslint-plugin-bpmn-io" : "^0.12.0", "mocha" : "^5.0.0", "npm-run-all" : "^4.1.2"}, "dependencies" : {"which" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"all": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["all", "lint", "test", "postinstall"]}, "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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-bpmn-io": {"type": "string"}, "mocha": {"type": "string"}, "npm-run-all": {"type": "string"}}, "required": ["chai", "eslint", "eslint-plugin-bpmn-io", "mocha", "npm-run-all"]}, "dependencies": {"type": "object", "properties": {"which": {"type": "string"}}, "required": ["which"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docker-build": {"type": "string"}, "docker-start": {"type": "string"}, "docker-rm": {"type": "string"}, "docker": {"type": "string"}}, "required": ["docker-build", "docker-start", "docker-rm", "docker"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "postgres", "version" : "1.0.0", "description" : "Postgres SQL application for cloud-apps", "main" : "index.js", "scripts" : {"docker-build" : "docker build -t escobard/create-app-postgres:latest -f Dockerfile .", "docker-start" : "docker run --name postgres -e POSTGRES_PASSWORD=postgres_password -p 5432:5432 -t escobard/create-app-postgres:latest", "docker-rm" : "docker stop ui && docker rm ui", "docker" : "npm run docker-build && npm run docker-start"}, "author" : "Daniel Escobar", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docker-build": {"type": "string"}, "docker-start": {"type": "string"}, "docker-rm": {"type": "string"}, "docker": {"type": "string"}}, "required": ["docker-build", "docker-start", "docker-rm", "docker"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["431023001000", "\u4fbf\u6c5f\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["431023002000", "\u6e58\u9634\u6e21\u8857\u9053\u529e\u4e8b\u5904", "4", "1"], ["431023101000", "\u9a6c\u7530\u9547", "4", "1"], ["431023104000", "\u91d1\u9f9f\u9547", "4", "1"], ["431023105000", "\u67cf\u6797\u9547", "4", "1"], ["431023106000", "\u9ca4\u9c7c\u5858\u9547", "4", "1"], ["431023109000", "\u60a6\u6765\u9547", "4", "1"], ["431023112000", "\u9ec4\u6ce5\u9547", "4", "1"], ["431023113000", "\u6a1f\u6811\u9547", "4", "1"], ["431023114000", "\u592a\u548c\u9547", "4", "1"], ["431023115000", "\u6cb9\u9ebb\u9547", "4", "1"], ["431023116000", "\u9ad8\u4ead\u53f8\u9547", "4", "1"], ["431023203000", "\u6d0b\u5858\u4e61", "4", "1"], ["431023214000", "\u5927\u5e03\u6c5f\u4e61", "4", "1"], ["431023215000", "\u9f99\u5f62\u5e02\u4e61", "4", "1"], ["431023216000", "\u4e03\u7532\u4e61", "4", "1"]] | json_instruct | {"type": "array", "items": {"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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["DADF#AD", "EADGHE", "CGDGAD", "D#A#CGA#D", "DGDGAD", "F#ADGHE", "HGDGAD", "DAC#EHE", "CGCGAD"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vendor" : "zulu", "filename" : "zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip", "release_type" : "ga", "version" : "8.52.0.23", "java_version" : "8.0.282", "jvm_impl" : "hotspot", "os" : "solaris", "architecture" : "sparcv9", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/zulu/bin/zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip", "md5" : "1021a61632e830d097bc632b5065d9ad", "md5_file" : "zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip.md5", "sha1" : "77ee32b22469bf1fe4f0e09a475890c15e726169", "sha1_file" : "zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip.sha1", "sha256" : "fae1598695d2ccc611849fa67bd3a17921ce8994c04089d3ec2e01c4f94ebf6b", "sha256_file" : "zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip.sha256", "sha512" : "3ed1209307bc837f48d8a443fc4b9e4ca9e906e70c1d66ed43cb517d8bb9bb1b59558f7d495875c44bd15a24835c120cd87c6ec05f971b15cc7c6ce3eaeb0462", "sha512_file" : "zulu8.52.0.23-ca-jdk8.0.282-solaris_sparcv9.zip.sha512", "size" : 118429113} | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "beaker", "sample1" : "1BylSeqSSkpNjfCzI_jodLyXSFMrXAM-n", "sample2" : "1kHBXJiHVfitk6dAFddwrj74Noitm3iQe", "sample3" : "1UZeNcY1mhWe8ygLksffL2tHHvcMQvNlJ"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "preclusion" : "BH4413 or BZ4611", "description" : "Pricing is one of the important decisions that a marketing manager must make. In fact a firm's profitability critically depends on how its products or services are priced. Pricing decisions however are difficult to make and can be quite complex. Effective pricing decisions draw upon a variety of disciplines such as economics, marketing, psychology and law. The purpose of the course will be to introduce students to some of the key concepts and practical issues involved in making effective pricing decisions.", "title" : "Pricing Models And Strategy", "department" : "Marketing", "faculty" : "NUS Business School", "workload" : [3, 0, 0, 5, 3], "prerequisite" : "MKT1003 or MKT1003X", "moduleCredit" : "4", "moduleCode" : "MKT4413B", "semesterData" : [], "prereqTree" : {"or" : ["MKT1003", "MKT1003X"]}} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}, "prereqTree": {"type": "object", "properties": {"or": {"type": "array", "items": {"type": "string"}}}, "required": ["or"]}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 7324, "title" : "One Step at a Time", "points" : 10, "description" : "Complete The Crumbling Hall and The Thunder Below without taking damage from any source.", "rewardItems" : [], "icon" : "achievement_dungeon_mogupalace", "criteria" : [{"id" : 20975, "description" : "Complete The Crumbling Hall without taking any damage.", "orderIndex" : 0, "max" : 1}, {"id" : 20979, "description" : "Complete The Thunder Below without taking any damage.", "orderIndex" : 1, "max" : 1}], "accountWide" : false, "factionId" : 2} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " 3. Mensajes de estudiantes de Colombia a Julioprofe\n\nMensajes a Julioprofe\\nVideo 3\n\n\n", "url" : "https://www.youtube.com/watch?v=_iMaYVEtmrM"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"community": {"type": "object", "properties": {"publ1c": {"type": "object", "properties": {"mode": {"type": "string"}, "acl": {"type": "string"}}, "required": ["mode", "acl"]}}, "required": ["publ1c"]}, "contact": {"type": "string"}, "location": {"type": "string"}, "chassis_id": {"type": "string"}}, "required": ["community", "contact", "location", "chassis_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"community" : {"publ1c" : {"mode" : "read-only", "acl" : ""}}, "contact" : "[email protected]", "location" : "example", "chassis_id" : ""} | json_instruct | {"type": "object", "properties": {"community": {"type": "object", "properties": {"publ1c": {"type": "object", "properties": {"mode": {"type": "string"}, "acl": {"type": "string"}}, "required": ["mode", "acl"]}}, "required": ["publ1c"]}, "contact": {"type": "string"}, "location": {"type": "string"}, "chassis_id": {"type": "string"}}, "required": ["community", "contact", "location", "chassis_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "null"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"molecule_structure" : "linear", "definition" : "Algerian watermelon mosaic virus, complete genome", "virus_id" : "08d1cf98", "isolate_id" : "ge0ykq4w", "_id" : "NC_010736", "host" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "null"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "forok", "h" : [{"d" : [{"f" : "\u574e\u5777\uff0c\u51f9\u51f8\u4e0d\u5e73\u3002", "e" : ["\ufff9`O~ `f~`o~`r~`o~`k~ `ko~ `lalan~ `niyam~ `a~ `mi'adop~.\ufffa\ufffb\u6211\u5011\u8d70\u51f9\u51f8\u4e0d\u5e73\u7684\u8def\u53bb\u6253\u7375\u3002"], "s" : ["`f~`r~`o~`k~"], "r" : ["`ma~`f~`o~`r~`o~`k~"]}]}]} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "string"}, "vars": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "description", "type", "required"]}}, "subject_template": {"type": "string"}, "body_template": {"type": "string"}, "symptoms": {"type": "string"}, "probable_causes": {"type": "string"}, "recommended_actions": {"type": "string"}, "disposition": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "condition": {"type": "string"}, "action": {"type": "string"}, "alarm_class__name": {"type": "string"}}, "required": ["name", "condition", "action", "alarm_class__name"]}}}, "required": ["name", "$collection", "uuid", "description", "action", "vars", "subject_template", "body_template", "symptoms", "probable_causes", "recommended_actions", "disposition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NOC | Periodic | Periodic Failed", "$collection" : "fm.eventclasses", "uuid" : "919bf2f9-bc5e-43a1-8df8-f462ab4ea025", "description" : "Periodic task has been failed", "action" : "A", "vars" : [{"name" : "task", "description" : "Task's name", "type" : "str", "required" : true}], "subject_template" : "Periodic Failed: {{task}}", "body_template" : "Periodic task {{task}} has been failed", "symptoms" : "No specific symptoms", "probable_causes" : "Failure occured when noc-scheduler tried to execute periodic task", "recommended_actions" : "Check noc-scheduler, noc-sae and noc-activator logs", "disposition" : [{"name" : "dispose", "condition" : "True", "action" : "raise", "alarm_class__name" : "NOC | Periodic | Periodic Failed"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "$collection": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "string"}, "vars": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "description", "type", "required"]}}, "subject_template": {"type": "string"}, "body_template": {"type": "string"}, "symptoms": {"type": "string"}, "probable_causes": {"type": "string"}, "recommended_actions": {"type": "string"}, "disposition": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "condition": {"type": "string"}, "action": {"type": "string"}, "alarm_class__name": {"type": "string"}}, "required": ["name", "condition", "action", "alarm_class__name"]}}}, "required": ["name", "$collection", "uuid", "description", "action", "vars", "subject_template", "body_template", "symptoms", "probable_causes", "recommended_actions", "disposition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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-10-13T17:00:00Z", "Temp" : 24.5, "RelHum" : 55, "WindSpeed" : 3.1, "WindDir" : 359} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}}, "required": ["id", "name", "location"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hughes Family", "members" : [{"id" : "507f191e810c19729de860ea", "name" : "Jack Hughes", "location" : "347f191e810c19729de860ea"}, {"id" : "507f191e810c19729de860eb", "name" : "Catherine Hughes", "location" : "347f191e810c19729de860ec"}, {"id" : "507f191e810c19729de860ec", "name" : "Mumford Hughes", "location" : "347f191e810c19729de860ea"}, {"id" : "507f191e810c19729de860ed", "name" : "Whiskey Hughes", "location" : "347f191e810c19729de860ea"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}}, "required": ["id", "name", "location"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"server": {"type": "object", "properties": {"request": {"type": "object", "properties": {"payload": {"type": "object", "properties": {"limit": {"type": "string"}}, "required": ["limit"]}}, "required": ["payload"]}}, "required": ["request"]}, "db": {"type": "object", "properties": {"maxRetriesPerRequest": {"type": "integer"}}, "required": ["maxRetriesPerRequest"]}}, "required": ["server", "db"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"server" : {"request" : {"payload" : {"limit" : "5mb"}}}, "db" : {"maxRetriesPerRequest" : 3}} | json_instruct | {"type": "object", "properties": {"server": {"type": "object", "properties": {"request": {"type": "object", "properties": {"payload": {"type": "object", "properties": {"limit": {"type": "string"}}, "required": ["limit"]}}, "required": ["payload"]}}, "required": ["request"]}, "db": {"type": "object", "properties": {"maxRetriesPerRequest": {"type": "integer"}}, "required": ["maxRetriesPerRequest"]}}, "required": ["server", "db"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"beautifier.js": {"type": "string"}, "beautifier.min.js": {"type": "string"}, "beautify-css.js": {"type": "string"}, "beautify-css.min.js": {"type": "string"}, "beautify-html.js": {"type": "string"}, "beautify-html.min.js": {"type": "string"}, "beautify.js": {"type": "string"}, "beautify.min.js": {"type": "string"}}, "required": ["beautifier.js", "beautifier.min.js", "beautify-css.js", "beautify-css.min.js", "beautify-html.js", "beautify-html.min.js", "beautify.js", "beautify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"beautifier.js" : "sha512-jCrBBy+tiUunVMD4mxpXaNhH0InKvbCxG0B911W+NMHJi5csVwePBQpXrEQ+hwgpFayu4gZuDUcKzE5HE5bLRg==", "beautifier.min.js" : "sha512-zNLNVqKaq4xJOIfrJ6vV0YPSMdBlK2kcVzqUx4sdKjViOed1MiE5WGMfcseqhwDc7sSQPzqA8+RY+EevzuIjfg==", "beautify-css.js" : "sha512-M4T8i1wYZtKhdgWhsW6CRNE9SU4r1J55jucR/QqKdP4hiG7YCHd31dXztiYU3n7BtqfC4hhAyvcvYMWAZFW4tw==", "beautify-css.min.js" : "sha512-3ImEsZj9j3bB3KME5Fyqo8OGIJBO49FoZJVHkn/Nxi74xDVmsE9faS1BPMJHEYBoRLPWerNtGYy0dGLBZDZKMQ==", "beautify-html.js" : "sha512-rcne0g+Gvuom1CA9TmnYKEnyQYeOR4Pnwk6xbmox3OOFbxYzygROS1NMUqcGUj+MlPrKUHEV/ka0+26hnPOAkA==", "beautify-html.min.js" : "sha512-3+peQpJatQxO5Ee/HWR84Ozz5B0BCYAZYf1ezvXACnU3cSjaKnHbC0dLLaTe/CHTsDmP5DH1AzkSjFjtHnqbqw==", "beautify.js" : "sha512-MxHgMw+YUU+G9d+IOmo+S163oZeEIGgCU5uzYRlWAsCslkijQRw929GEdeQtWq8xl0WPHqN3XTSJGejp5SYJcA==", "beautify.min.js" : "sha512-xbHdUqQuZk9gDBYjAcOpJgZ3tXDnNnFTrDazKj1XhzqB94DZ2RQvfp/vdE/e4t+i3PQrkacqaywj/cKwuAGe0A=="} | json_instruct | {"type": "object", "properties": {"beautifier.js": {"type": "string"}, "beautifier.min.js": {"type": "string"}, "beautify-css.js": {"type": "string"}, "beautify-css.min.js": {"type": "string"}, "beautify-html.js": {"type": "string"}, "beautify-html.min.js": {"type": "string"}, "beautify.js": {"type": "string"}, "beautify.min.js": {"type": "string"}}, "required": ["beautifier.js", "beautifier.min.js", "beautify-css.js", "beautify-css.min.js", "beautify-html.js", "beautify-html.min.js", "beautify.js", "beautify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.49467, 0.389403, 0.905888, 0.495442, 0.436998, 0.903231, 0.41064, 0.429103, 0.826899, 0.381762, 0.39714, 0.877747, 0.381722, 0.341316, 0.877919, 0.579353, 0.444933, 0.835652, 0.650169, 0.413238, 0.827365, 0.635928, 0.349688, 0.840548, 0.508843, 0.595302, 0.936785, 0.480529, 0.59527, 0.879701, 0.494103, 0.706618, 0.843865, 0.494442, 0.794385, 0.882786, 0.565354, 0.595392, 0.861191, 0.537097, 0.706706, 0.82491, 0.522904, 0.794475, 0.845897, 0.480905, 0.373358, 0.814378, 0.508711, 0.381265, 0.90517, 0.438316, 0.397115, 0.268228, 0.537122, 0.404884, 0.771957, 0.523377, 0.82564, 0.526434, 0.565196, 0.825671, 0.541027, 0.523026, 0.809904, 0.670376, 0.494928, 0.810014, 0.638166, 0.480648, 0.809866, 0.616762, 0.494501, 0.810054, 0.6623], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "step1": {"type": "string"}, "step2": {"type": "string"}, "step3": {"type": "string"}, "extra1": {"type": "string"}}, "required": ["start", "step1", "step2", "step3", "extra1"]}, "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"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "prettier": {"type": "string"}, "serve": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-config-standard", "eslint-plugin-prettier", "eslint-plugin-standard", "prettier", "serve"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webmo-workshop-sample", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "serve ./public", "step1" : "serve ./step1", "step2" : "serve ./step2", "step3" : "serve ./step3", "extra1" : "serve ./extra1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kaneko656/webmo-workshop-sample.git"}, "author" : "kaneko656", "license" : "MIT", "bugs" : {"url" : "https://github.com/kaneko656/webmo-workshop-sample/issues"}, "homepage" : "https://github.com/kaneko656/webmo-workshop-sample#readme", "devDependencies" : {"eslint" : "^7.25.0", "eslint-config-prettier" : "^8.3.0", "eslint-config-standard" : "^16.0.2", "eslint-plugin-prettier" : "^3.4.0", "eslint-plugin-standard" : "^5.0.0", "prettier" : "^2.2.1", "serve" : "^11.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "step1": {"type": "string"}, "step2": {"type": "string"}, "step3": {"type": "string"}, "extra1": {"type": "string"}}, "required": ["start", "step1", "step2", "step3", "extra1"]}, "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"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "prettier": {"type": "string"}, "serve": {"type": "string"}}, "required": ["eslint", "eslint-config-prettier", "eslint-config-standard", "eslint-plugin-prettier", "eslint-plugin-standard", "prettier", "serve"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-vvwg-mm2q-wvgr", "modified" : "2022-04-29T00:00:24Z", "published" : "2022-04-29T00:00:24Z", "aliases" : ["CVE-2022-29820"], "details" : "In JetBrains PyCharm before 2022.1 exposure of the debugger port to the internal network was possible", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-29820"}, {"type" : "WEB", "url" : "https://www.jetbrains.com/privacy-security/issues-fixed/"}], "database_specific" : {"cwe_ids" : [], "severity" : null, "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-79.980006, 40.400437], [-79.979305, 40.40194], [-79.976555, 40.40392], [-79.96889, 40.405645], [-79.96377, 40.409502], [-79.956782, 40.41063], [-79.952955, 40.410659], [-79.951621, 40.405367], [-79.948135, 40.400422], [-79.943941, 40.397775], [-79.937758, 40.39695], [-79.936713, 40.395161], [-79.938793, 40.395026], [-79.938156, 40.39298], [-79.945308, 40.394929], [-79.944933, 40.395417], [-79.95284, 40.401705], [-79.95492, 40.406845], [-79.956032, 40.406617], [-79.956625, 40.407774], [-79.956131, 40.410309], [-79.959048, 40.40974], [-79.960909, 40.407561], [-79.963884, 40.408737], [-79.970106, 40.404756], [-79.970865, 40.402811], [-79.969054, 40.400468], [-79.963904, 40.399715], [-79.962989, 40.398068], [-79.959822, 40.397616], [-79.959961, 40.396236], [-79.958074, 40.39588], [-79.957731, 40.389844], [-79.957159, 40.389701], [-79.957543, 40.389773], [-79.958667, 40.390138], [-79.96064, 40.390863], [-79.961393, 40.390806], [-79.966749, 40.38691], [-79.967131, 40.385827], [-79.971024, 40.385781], [-79.974081, 40.384792], [-79.975756, 40.387212], [-79.975413, 40.38828], [-79.973083, 40.388717], [-79.973565, 40.392199], [-79.973035, 40.392463], [-79.973903, 40.393433], [-79.975788, 40.393122], [-79.980006, 40.400437]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 55330}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}, "name": {"type": "string"}, "locales": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "default": {"type": "boolean"}, "name": {"type": "string"}, "fallbackCode": {"type": "null"}}, "required": ["code", "default", "name", "fallbackCode"]}}}, "required": ["sys", "name", "locales"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sys" : {"type" : "Space", "id" : "dqpnpm0n4e75"}, "name" : "blog space", "locales" : [{"code" : "en-US", "default" : true, "name" : "U.S. English", "fallbackCode" : null}]} | json_instruct | {"type": "object", "properties": {"sys": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}, "name": {"type": "string"}, "locales": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "default": {"type": "boolean"}, "name": {"type": "string"}, "fallbackCode": {"type": "null"}}, "required": ["code", "default", "name", "fallbackCode"]}}}, "required": ["sys", "name", "locales"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"one_instance_allowed": {"type": "string"}}, "required": ["one_instance_allowed"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "wrong_credentials": {"type": "string"}}, "required": ["cannot_connect", "wrong_credentials"]}, "step": {"type": "object", "properties": {"options": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}}, "required": ["host", "name", "password", "port", "username"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["options", "user"]}, "title": {"type": "string"}}, "required": ["abort", "error", "step", "title"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"one_instance_allowed" : "\u00c8 necessaria solo una singola istanza."}, "error" : {"cannot_connect" : "Impossibile connettersi all'host", "wrong_credentials" : "Nome utente o password non validi"}, "step" : {"options" : {"data" : {"scan_interval" : "Frequenza di aggiornamento"}, "title" : "Configura opzioni"}, "user" : {"data" : {"host" : "Host", "name" : "Nome", "password" : "Password", "port" : "Porta", "username" : "Nome utente"}, "title" : "Configura client di Trasmissione"}}, "title" : "Trasmissione"}, "options" : {"step" : {"init" : {"data" : {"scan_interval" : "Frequenza di aggiornamento"}, "description" : "Configurare le opzioni per Trasmissione"}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"one_instance_allowed": {"type": "string"}}, "required": ["one_instance_allowed"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "wrong_credentials": {"type": "string"}}, "required": ["cannot_connect", "wrong_credentials"]}, "step": {"type": "object", "properties": {"options": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}}, "required": ["host", "name", "password", "port", "username"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["options", "user"]}, "title": {"type": "string"}}, "required": ["abort", "error", "step", "title"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "description": {"type": "string"}}, "required": ["data", "description"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"publisher_name" : "Iranian Society of Ophthalmology", "journals" : 1, "scihub" : 103, "crossref_open_access" : 0, "crossref_active" : 118, "crossref" : 118, "coverage" : 0.87288136, "publisher_slug" : "iranian-society-of-ophthalmology", "access_logs" : {"downloads" : 0.42857, "visitors" : 0.35714, "countries" : 0.28571, "days" : 0.35714, "months" : 0.35714, "n_articles_requested" : 4, "n_articles" : 14}} | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"USER": {"type": "string"}, "ID": {"type": "string"}, "NICKNAME": {"type": "string"}, "TIME": {"type": "string"}}, "required": ["USER", "ID", "NICKNAME", "TIME"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"USER" : "Z\u00e9Fumante", "ID" : "282221380483678209", "NICKNAME" : "ZeFumante", "TIME" : "2019-10-6 11:11:25"} | json_instruct | {"type": "object", "properties": {"USER": {"type": "string"}, "ID": {"type": "string"}, "NICKNAME": {"type": "string"}, "TIME": {"type": "string"}}, "required": ["USER", "ID", "NICKNAME", "TIME"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2013", "provinceId" : "18", "regencyId" : "08", "districtId" : "11", "name" : "Sari Jaya"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[6, 1, 7, 2], [3, 11, 4, 10], [7, 15, 8, 14], [13, 5, 14, 8], [18, 11, 19, 12], [20, 15, 21, 16], [22, 17, 9, 18], [16, 21, 17, 22], [12, 19, 13, 20], [2, 5, 3, 6], [9, 1, 10, 4]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "entity": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "object", "properties": {"impacted-user-count": {"type": "integer"}, "cost-usd": {"type": "integer"}, "actor": {"type": "string"}, "initial-access": {"type": "string"}, "motive": {"type": "string"}}, "required": ["impacted-user-count", "cost-usd", "actor", "initial-access", "motive"]}, "links": {"type": "array", "items": {"type": "string"}}}, "required": ["year", "month", "entity", "summary", "tags", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"year" : 2019, "month" : 10, "entity" : "City of Johannesburg", "summary" : "Data compromised and ransom requested to prevent public disclosure of data", "tags" : {"impacted-user-count" : 0, "cost-usd" : 0, "actor" : "Criminal:Shadow Kill Hackers", "initial-access" : "?", "motive" : "Money:Ransom"}, "links" : ["https://nakedsecurity.sophos.com/2019/10/28/johannesburg-hit-by-second-malware-attack/"]} | json_instruct | {"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "entity": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "object", "properties": {"impacted-user-count": {"type": "integer"}, "cost-usd": {"type": "integer"}, "actor": {"type": "string"}, "initial-access": {"type": "string"}, "motive": {"type": "string"}}, "required": ["impacted-user-count", "cost-usd", "actor", "initial-access", "motive"]}, "links": {"type": "array", "items": {"type": "string"}}}, "required": ["year", "month", "entity", "summary", "tags", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 7103091007, "parent" : 7103091, "name" : "TAPUANG", "latitude" : null, "longitude" : null, "postal" : [95859, 95815], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "city", "state", "stateShort", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "stl", "name" : "Lambert\u2013St. Louis International Airport", "city" : "St. Louis", "state" : "Missouri", "stateShort" : "MO", "country" : "USA", "description" : "Lambert-St. Louis International is named after Albert Bond Lambert, Olympic golfer and the first to receive a pilot\u2019s license in the city of *St*. *L*ouis.", "imageCredit" : "Rich", "imageCreditLink" : "https://www.flickr.com/photos/richmanwisco/"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "stateShort": {"type": "string"}, "country": {"type": "string"}, "description": {"type": "string"}, "imageCredit": {"type": "string"}, "imageCreditLink": {"type": "string"}}, "required": ["id", "name", "city", "state", "stateShort", "country", "description", "imageCredit", "imageCreditLink"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "url-parse": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "url-parse", "request"]}}, "required": ["name", "version", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "picrawler", "version" : "0.0.1", "description" : "Simple Webcrawler", "main" : "crawler.js", "author" : "Satrajit", "dependencies" : {"cheerio" : "^0.19.0", "url-parse" : "^1.0.5", "request" : "^2.65.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "url-parse": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "url-parse", "request"]}}, "required": ["name", "version", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tommasonegri.vue.serverRunning": {"type": "boolean"}}, "required": ["tommasonegri.vue.serverRunning"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tommasonegri.vue.serverRunning" : true} | json_instruct | {"type": "object", "properties": {"tommasonegri.vue.serverRunning": {"type": "boolean"}}, "required": ["tommasonegri.vue.serverRunning"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string"}, "sponsorships": {"type": "array", "items": {}}}, "required": ["name", "url", "logo", "sponsorships"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Re-factor", "url" : "https://re-factor.co/", "logo" : "/images/re-factor-co.jpg", "sponsorships" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "logo": {"type": "string"}, "sponsorships": {"type": "array", "items": {}}}, "required": ["name", "url", "logo", "sponsorships"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id_2284": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_2284"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_2284" : {"title" : "Short Poetry Collection 066", "language" : "English", "totaltime" : "0:40:05", "url_librivox" : "http://librivox.org/short-poetry-collection-066/", "url_iarchive" : "http://archive.org/details/short_poetry_066_librivox", "readers" : ["1944", "205", "2506", "2713", "2724", "2748", "2757", "2784", "2785", "2825", "2828", "2839"], "authors" : "18", "genres" : "Poetry"}} | json_instruct | {"type": "object", "properties": {"id_2284": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_2284"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "alias": {"type": "null"}, "history": {"type": "array", "items": {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"removed": {"type": "string"}, "added": {"type": "string"}, "field_name": {"type": "string"}}, "required": ["removed", "added", "field_name"]}}, "who": {"type": "string"}, "when": {"type": "string"}}, "required": ["changes", "who", "when"]}}}, "required": ["id", "alias", "history"]}}}, "required": ["bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bugs" : [{"id" : 1637145, "alias" : null, "history" : [{"changes" : [{"removed" : "NEW", "added" : "ASSIGNED", "field_name" : "status"}, {"removed" : "[email protected]", "added" : "[email protected]", "field_name" : "assigned_to"}, {"field_name" : "priority", "added" : "P1", "removed" : "--"}], "who" : "[email protected]", "when" : "2020-05-12T03:18:09Z"}, {"who" : "[email protected]", "when" : "2020-05-12T03:36:19Z", "changes" : [{"removed" : "", "added" : "[email protected]", "field_name" : "cc"}]}, {"changes" : [{"added" : "1639053", "removed" : "", "field_name" : "depends_on"}], "who" : "[email protected]", "when" : "2020-05-18T23:20:41Z"}, {"who" : "[email protected]", "when" : "2020-05-19T03:46:44Z", "changes" : [{"removed" : "Bug 1637145 Part 1 - Move generating FlexLines and FlexItems for flex container's next-in-flows into a helper methods.", "added" : "Bug 1637145 Part 1 - Create a helper method for the code that generates FlexLines and FlexItems for a flex container's next-in-flows.", "attachment_id" : 9148092, "field_name" : "attachments.description"}]}, {"changes" : [{"field_name" : "resolution", "removed" : "", "added" : "FIXED"}, {"field_name" : "status", "removed" : "ASSIGNED", "added" : "RESOLVED"}, {"removed" : "---", "added" : "mozilla78", "field_name" : "target_milestone"}, {"removed" : "", "added" : "2020-05-20T10:11:02Z", "field_name" : "cf_last_resolved"}, {"removed" : "---", "added" : "fixed", "field_name" : "cf_status_firefox78"}, {"comment_id" : 14832888, "removed" : "", "added" : "bugherder", "comment_count" : 6, "field_name" : "comment_tag"}], "who" : "[email protected]", "when" : "2020-05-20T10:11:02Z"}, {"changes" : [{"field_name" : "regressions", "removed" : "", "added" : "1648577"}], "who" : "[email protected]", "when" : "2020-06-25T22:40:40Z"}]}]} | json_instruct | {"type": "object", "properties": {"bugs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "alias": {"type": "null"}, "history": {"type": "array", "items": {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"removed": {"type": "string"}, "added": {"type": "string"}, "field_name": {"type": "string"}}, "required": ["removed", "added", "field_name"]}}, "who": {"type": "string"}, "when": {"type": "string"}}, "required": ["changes", "who", "when"]}}}, "required": ["id", "alias", "history"]}}}, "required": ["bugs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ELIOTT", "frequency" : 28462, "males" : "99.88756939076664 %", "females" : "0.11243060923336377 %"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"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"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "pusher/pusher-php-server": {"type": "string"}}, "required": ["yiisoft/yii2", "pusher/pusher-php-server"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"bariew\\yii2Pusher\\": {"type": "string"}}, "required": ["bariew\\yii2Pusher\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bariew/yii2-pusher", "description" : "yii2 web push for pusher.com", "type" : "helpers", "keywords" : ["pusher", "push", "yii2"], "license" : "BSD-3-Clause", "authors" : [{"name" : "Bariev Pavel", "email" : "[email protected]"}], "require" : {"yiisoft/yii2" : ">=2.0.7", "pusher/pusher-php-server" : "^2.2"}, "autoload" : {"psr-4" : {"bariew\\yii2Pusher\\" : ""}}} | 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"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "pusher/pusher-php-server": {"type": "string"}}, "required": ["yiisoft/yii2", "pusher/pusher-php-server"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"bariew\\yii2Pusher\\": {"type": "string"}}, "required": ["bariew\\yii2Pusher\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 60778, "cartId" : "f5e1424c-4ff4-44d2-8918-b8adbc67efe5", "preferredProducts" : [427, 4938, 1159, 1392, 4869, 4657], "productReviews" : [{"productId" : 4489, "reviewText" : "I saw one of these in Libya and I bought one.", "reviewDate" : "2018-12-08T21:20:53.4571565+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "testtemplateapp1234_23630", "displayName" : "testtemplateapp1234_23630"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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"}, "repository": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"match-ast": {"type": "string"}}, "required": ["match-ast"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-self": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "eslint-plugin-self", "jest", "prettier"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "repository", "license", "files", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@geekie/eslint-plugin", "version" : "1.0.3", "description" : "ESLint rules used at Geekie", "main" : "index.js", "repository" : "https://github.com/geekie/eslint-plugin", "license" : "MIT", "files" : ["configs", "rules/*.js", "index.js", "LICENSE", "README.md"], "dependencies" : {"match-ast" : "^1.0.0"}, "devDependencies" : {"eslint" : "^5.2.0", "eslint-plugin-prettier" : "^2.6.2", "eslint-plugin-self" : "^1.1.0", "jest" : "^23.4.1", "prettier" : "^1.13.7"}, "peerDependencies" : {"eslint" : "^5.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"match-ast": {"type": "string"}}, "required": ["match-ast"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-self": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "eslint-plugin-self", "jest", "prettier"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "repository", "license", "files", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 113996, "UUID" : "063FDFAE-8108-44DC-A823-DC1A270F88D9", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "47358", "UsageTypeID" : 7, "AddressInfo" : {"ID" : 114342, "Title" : "Hostellerie Val Fleuri", "AddressLine1" : "28 Rue Lohr", "Town" : "Mersch", "Postcode" : "7545", "CountryID" : 132, "Latitude" : 49.7502735, "Longitude" : 6.1149216, "ContactTelephone1" : " +35 232 98 910", "DistanceUnit" : 0}, "Connections" : [{"ID" : 160566, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "1 Tesla Connector, up to 22kW.Available by reservation only. Please call ahead.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-01-03T06:31:00Z", "DataQualityLevel" : 1, "DateCreated" : "2019-01-03T06:31:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 124567, "info" : {"name" : "Ars Technica - Homepage Listing", "description" : "Makes all articles on the homepage of ArsTechnica.com appear in a listing format.", "additionalInfo" : null, "format" : "uso", "category" : "arstechnica", "createdAt" : "2016-02-22T01:42:37.000Z", "updatedAt" : "2016-02-22T01:42:37.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 316792, "name" : "sr4136"}}, "stats" : {"installs" : {"total" : 108, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "124567_after.jpeg", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"arstechnica.com\") {\r\n\t.home .column-1, .column-2 {\r\n\t\tfloat: none;\r\n\t\twidth: auto;\r\n\t}\r\n\t.home article {\r\n\t\tclear: both;\r\n\t\toverflow: hidden;\r\n\t}\r\n\t.home figure.overlay {\r\n\t\tfloat: right;\r\n\t\tmax-height: 110px;\r\n\t\toverflow: hidden;\r\n\t}\r\n\t.home #stories-main h1 {\r\n\t\tmargin-top: 0;\r\n\t}\r\n\t.home .main-feature-alt {\r\n\t\tbackground-size: 300px;\r\n\t\tbackground-position: right top;\r\n\t}\r\n\t.home .main-feature-alt .feature-contents {\r\n\t\tmargin-top: 0;\r\n\t\tmargin-right: 300px;\r\n\t}\r\n\t.home #radar{\r\n\t\tfloat: none;\r\n\t\twidth: auto;\r\n\t}\r\n\t.home #stories-features img {\r\n\t\tfloat: right;\r\n\t}\r\n\t.home article .comments-hotness {\r\n\t\tbottom: 7px;\r\n\t}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "probably of foreign derivation;", "pron" : "hay-nah'", "outline" : "<span class=\"literal-meaning\">Hena = "troubling"</span><ol><li> a city in Mesopotamia which the Assyrian kings reduced shortly before the time of Sennacherib; site unknown</li></ol>", "kjv_def" : "Hena.", "lemma" : "\u05d4\u05b5\u05e0\u05b7\u05e2", "frequency" : 3, "strongs_def" : "Hena, a place apparently in Mesopotamia", "xlit" : "H\u00eana\u02bb"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"totalSize": {"type": "integer"}, "start": {"type": "integer"}, "limit": {"type": "integer"}, "size": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"DataDate": {"type": "string"}, "PlanNumber": {"type": "string"}, "IndividualId": {"type": "integer"}, "FullName": {"type": "string"}}, "required": ["DataDate", "PlanNumber", "IndividualId", "FullName"]}}}, "required": ["totalSize", "start", "limit", "size", "results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"totalSize" : 100, "start" : 20, "limit" : 10, "size" : 0, "results" : [{"DataDate" : "01/01/1900", "PlanNumber" : "111111-01", "IndividualId" : 1234, "FullName" : "John Doe"}, {"DataDate" : "01/01/1900", "PlanNumber" : "111111-01", "IndividualId" : 2345, "FullName" : "John Doe"}, {"DataDate" : "01/01/1900", "PlanNumber" : "111111-01", "IndividualId" : 3456, "FullName" : "John Doe"}, {"DataDate" : "01/01/1900", "PlanNumber" : "111111-01", "IndividualId" : 4567, "FullName" : "John Doe"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"totalSize": {"type": "integer"}, "start": {"type": "integer"}, "limit": {"type": "integer"}, "size": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"DataDate": {"type": "string"}, "PlanNumber": {"type": "string"}, "IndividualId": {"type": "integer"}, "FullName": {"type": "string"}}, "required": ["DataDate", "PlanNumber", "IndividualId", "FullName"]}}}, "required": ["totalSize", "start", "limit", "size", "results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inst_name" : "/home/decrypt/dogs/dogs-pfsp/insts/Large/VFR200_40_9_Gap.txt", "time_searched" : 120.0, "average_primal" : "13156.000000", "average_nb_iters" : "71301.100000", "primal_list" : [13159, 13141, 13191, 13112, 13164, 13180, 13117, 13181, 13137, 13178]} | json_instruct | {"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"individual_parts": {"type": "object", "properties": {"head": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "number"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}, "binding": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "number"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}, "handle": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "integer"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}}, "required": ["head", "binding", "handle"]}}, "required": ["individual_parts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"individual_parts" : {"head" : {"mining_level" : 3, "durability" : 1053, "mining_speed" : 8.0, "attack_damage" : 3.0, "attack_speed" : 0.6}, "binding" : {"mining_level" : 0, "durability" : 300, "mining_speed" : -0.1, "attack_damage" : 0.2, "attack_speed" : -0.1}, "handle" : {"mining_level" : 0, "durability" : 200, "mining_speed" : -0.1, "attack_damage" : 0, "attack_speed" : -0.1}}} | json_instruct | {"type": "object", "properties": {"individual_parts": {"type": "object", "properties": {"head": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "number"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}, "binding": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "number"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}, "handle": {"type": "object", "properties": {"mining_level": {"type": "integer"}, "durability": {"type": "integer"}, "mining_speed": {"type": "number"}, "attack_damage": {"type": "integer"}, "attack_speed": {"type": "number"}}, "required": ["mining_level", "durability", "mining_speed", "attack_damage", "attack_speed"]}}, "required": ["head", "binding", "handle"]}}, "required": ["individual_parts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 325 degrees F (160 degrees C).", "Place turkey breast in a shallow baking pan; coat outside of turkey with nonstick cooking spray. Tuck onion and celery in breast cavity; place butter between meat and skin. Pour chicken broth and white wine into bottom of pan.", "Combine lemon pepper, garlic powder, onion powder, sage, and paprika in a small bowl; rub seasoning mix over turkey.", "Bake in preheated oven until a meat thermometer reads 175 degrees F (80 degrees C), basting every 30 minutes, 2-1/2 to 3 hours. Remove turkey and keep warm. Pour pan drippings into a cup and discard grease.", "Combine flour and water in a saucepan until smooth. Pour in pan drippings and chicken bouillon. Bring to a boil over medium heat, stirring constantly, and cook until thickened, about 2 minutes. Slice turkey and serve with gravy."], "image" : "https://images.media-allrecipes.com/userphotos/560x315/7189967.jpg", "ingredients" : ["1 (6 pound) bone-in turkey breast", "cooking spray", "1 onion, quartered", "2 celery ribs, sliced", "1/4 cup butter, cut into 1 tablespoon sized pieces", "1 cup chicken broth", "1/4 cup dry white wine", "1 tablespoon lemon pepper", "1 1/2 teaspoons garlic powder", "1 1/2 teaspoons onion powder", "1 teaspoon rubbed sage", "1 teaspoon paprika", "2 tablespoons all-purpose flour", "1 cup water", "1 cube chicken bouillon"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Turkey Breast with Gravy", "url" : "http://allrecipes.com/recipe/222655/turkey-breast-with-gravy/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 26656, "name" : "Black Qiraji Battle Tank", "icon" : "inv_misc_qirajicrystal_05", "description" : "Summons and dismisses a rideable Black Qiraji Battle Tank.", "castTime" : "1.5 sec cast"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"app": {"type": "object", "properties": {"title": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "short_description", "category", "icon"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : {"title" : "Trustvox", "short_description" : "Integra\u00e7\u00e3o E-Com Plus e Trustvox.", "category" : "marketing", "icon" : "https://market.e-com.plus/media/H1_l4fs7VPmI.png"}} | json_instruct | {"type": "object", "properties": {"app": {"type": "object", "properties": {"title": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}}, "required": ["title", "short_description", "category", "icon"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "70363", "ProductId" : "P1000-05", "UserId" : "A126YLPKFPNQDS", "ProfileName" : "Neker", "HelpfulnessNumerator" : 2, "HelpfulnessDenominator" : 3, "Score" : 4, "Time" : "1338076800", "Summary" : "fruity blend", "text" : "I liked it a lot. Not too sweet and very fruity. I liked being able to have it available for a refreshing drink where ever i might be. I would recommend it."} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"canaldoviniboy": {"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": ["canaldoviniboy"]}}, "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" : {"canaldoviniboy" : {"title" : "CanalDoViniboy", "channel_id" : 119578992, "link" : "http://twitch.tv/canaldoviniboy", "desc" : null, "plans" : {"$4.99" : "234927", "$9.99" : "234928", "$24.99" : "234929"}, "id" : "canaldoviniboy", "first_seen" : "2017-07-04 18:40:08", "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" : 234927, "emotes" : [{"code" : "canald7What", "image_id" : 273280, "set" : 234927}]}}} | 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": {"canaldoviniboy": {"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": ["canaldoviniboy"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "pairId": {"type": "integer"}, "itemId": {"type": "integer"}}, "required": ["id", "pairId", "itemId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 21644, "pairId" : 1556, "itemId" : 26327}, {"id" : 21654, "pairId" : 1557, "itemId" : 26328}, {"id" : 21655, "pairId" : 1558, "itemId" : 26329}, {"id" : 21656, "pairId" : 1559, "itemId" : 26330}, {"id" : 21657, "pairId" : 1560, "itemId" : 26331}, {"id" : 21658, "pairId" : 1561, "itemId" : 26332}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "pairId": {"type": "integer"}, "itemId": {"type": "integer"}}, "required": ["id", "pairId", "itemId"]}, "$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": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "2822b291918a52b5e313", "c" : [3]} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xa717d0f45652fb430fd84d3d1b6b02e4510102ea", "tool" : "osiris", "start" : 1564584059.7950697, "end" : 1564584062.5285687, "duration" : 2.733499050140381, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "bib_ref": {"type": "string"}, "local_bib": {"type": "string"}, "local_doc": {"type": "string"}, "place": {"type": "string"}, "publish_iso_date": {"type": "string"}, "title": {"type": "string"}, "document_urls": {"type": "array", "items": {"type": "string"}}, "type": {"type": "object", "properties": {"name": {"type": "string"}, "peer_reviewed": {"type": "string"}, "scope": {"type": "string"}}, "required": ["name", "peer_reviewed", "scope"]}, "when": {"type": "string"}, "where": {"type": "string"}}, "required": ["authors", "bib_ref", "local_bib", "local_doc", "place", "publish_iso_date", "title", "document_urls", "type", "when", "where"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"name" : "77a4fb782e4f4d84"}, {"name" : "924b2f893dbca4b0"}, {"name" : "9199fa4b7395f48e"}, {"name" : "cd1f7a38fdde4536"}, {"name" : "cb97a7d6ac920c9d"}, {"name" : "befefe4e6bbe82be"}, {"name" : "4f0a84d5da4afc18"}, {"name" : "8c81ece32c41129a"}, {"name" : "581fe8fa5a2b8ee4"}, {"name" : "ed9526426ea833f1"}, {"name" : "49f0246b8908a7b3"}, {"name" : "be497e8265d2a1a5"}, {"name" : "f9b414cd11aa42f0"}, {"name" : "1a056b979b9852ad"}, {"name" : "147de8cd555997c9"}, {"name" : "b4af5f4b073b43c0"}, {"name" : "471a17a93afc4e11"}, {"name" : "87d215f435fb568f"}, {"name" : "43eb866fa44bf024"}, {"name" : "96b16074fa29207b"}, {"name" : "658ede1cb5f249c1"}, {"name" : "04e5d7cebf1e4d6f"}, {"name" : "0728a400aa1c86fe"}, {"name" : "1805ead10f4e0c8d"}, {"name" : "0f85b8c3be69da78"}, {"name" : "ecf2c021f5d94c36"}, {"name" : "bc96aa5aa44bd8b4"}, {"name" : "0e18457d9c93b21b"}, {"name" : "b2c7459ba8a6614b"}, {"name" : "2a7ac69747c7abcb"}, {"name" : "11884bab84e32bbc"}, {"name" : "6aa045523e9301f7"}, {"name" : "9489cb4fade814ec"}, {"name" : "7588f4fe46f096c0"}, {"name" : "35664f7893314215"}, {"name" : "40cf705f841b2905"}, {"name" : "af1fd4e60a071cc9"}, {"name" : "ec9f79b35377ab25"}, {"name" : "8b41978e04ff836e"}, {"name" : "8adcb089cb46d588"}, {"name" : "5a68cbed0e775ab6"}, {"name" : "81bbd640f46bdc73"}, {"name" : "d03a1d8e3189e247"}, {"name" : "14210ad096cc4d7a"}, {"name" : "646a1b543d36c230"}], "bib_ref" : "cm:29db2248aba45e59:00a9fe4c23a11145", "local_bib" : "doc.bib", "local_doc" : "doc.pdf", "place" : "", "publish_iso_date" : "2021-03-16", "title" : "Workflows Community Summit: Bringing the Scientific Workflows Community Together", "document_urls" : ["https://arxiv.org/pdf/2103.09181"], "type" : {"name" : "tech_report", "peer_reviewed" : "no", "scope" : "international"}, "when" : "March 2021", "where" : "arXiv:2103.09181"} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "bib_ref": {"type": "string"}, "local_bib": {"type": "string"}, "local_doc": {"type": "string"}, "place": {"type": "string"}, "publish_iso_date": {"type": "string"}, "title": {"type": "string"}, "document_urls": {"type": "array", "items": {"type": "string"}}, "type": {"type": "object", "properties": {"name": {"type": "string"}, "peer_reviewed": {"type": "string"}, "scope": {"type": "string"}}, "required": ["name", "peer_reviewed", "scope"]}, "when": {"type": "string"}, "where": {"type": "string"}}, "required": ["authors", "bib_ref", "local_bib", "local_doc", "place", "publish_iso_date", "title", "document_urls", "type", "when", "where"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "coffeecheese:block/ham_cooked_wood_pressure_plate"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:27.596486", "required_by" : ["django-segment", "pyramid_analytics", "flask-segmentio"], "requires" : ["requests", "six", "python-dateutil"], "package" : "analytics-python"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d687-171", "text" : "NAEB\nCHANGE\nORDER\nx New\u00ae-Letter Addressograph Lis t\n( ) Tap\u00a9 Network Address\u00a9graph List\n( x) r&mbershi (Associate B)\n( } Check Attached\n{ ) Letter Attached\nCHANGE (AS I1-5DIC ATED * ABOVE) $ \u25a0\u00ab\u00bb\nFROM?\n2\n3 COPIES TO*\nPR..... ;.'m x\n8 SECRETARY\n8 TREASURER\nTO? \u00bb\nMr. Howard S. Curtis, Director 3\nBrown University News Bureau\nBrown University _ ____^\nProvidence 12, E I*\n8\n8\nREGIONAL\nDIRECTOR^ x\nHEADQUARTER^., x\ni AILING\nCENTER .j|\nREASON\nNew Associate Member\nDAI 3-6-53\nSJ Ho.alipe T."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ID": {"type": "string"}, "project": {"type": "string"}, "bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}}, "required": ["ID", "project", "bug_id", "target", "tool", "correctness"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ID" : "JAID_commons-math32_Patch_2", "project" : "Math", "bug_id" : "32", "target" : ["org/apache/commons/math3/geometry/euclidean/twod/PolygonsSet.java:147"], "tool" : "Jaid", "correctness" : "Correct"} | json_instruct | {"type": "object", "properties": {"ID": {"type": "string"}, "project": {"type": "string"}, "bug_id": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}, "tool": {"type": "string"}, "correctness": {"type": "string"}}, "required": ["ID", "project", "bug_id", "target", "tool", "correctness"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Big Rock", "state_name" : "Tennessee", "state_abbrv" : "TN", "lat" : "36.5716", "long" : "-87.7378"} | 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": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY26-05-2022PE38800.00", "name" : "BANKNIFTY", "grapthData" : [[1646730911000, 0], [1646731059000, 0], [1646732141000, 0], [1646732199000, 0], [1646733953000, 0], [1646736014000, 0], [1646740086000, 0], [1646747119000, 0], [1646747735000, 0], [1646748050000, 0], [1646748366000, 0], [1646748656000, 0], [1646750452000, 0], [1646751263000, 0], [1646751326000, 0], [1646751420000, 0], [1646751836000, 0]], "closePrice" : 4165.7} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"instructions" : "Heat olive oil in a large Dutch over over medium-high heat. Saute beef in hot oil until completely browned, about 5 minutes. Remove browned beef with a slotted spoon to a plate, retaining beef drippings in the Dutch oven.\nSaute celery and onion in the beef drippings until tender, about 5 minutes. Return beef to the Dutch oven; add water, beef broth, petite diced tomatoes, diced tomatoes, potatoes, baby carrots, garlic powder, and bay leaves.\nPlace a cover on the Dutch oven, bring the mixture to a boil, reduce heat to low, remove cover from the pot, and simmer the mixture until thick, about 45 minutes.\nStir frozen corn, frozen green beans, and hot pepper sauce into the mixture in the pot. Place cover on the pot and cook at a simmer until the corn and green beans are just cooked through, about 30 minutes.", "ingredients" : ["1 tablespoon olive oil", "1 1/2 pounds beef top sirloin, cut into bite-sized pieces", "3 ribs celery, chopped", "1 small onion, chopped", "4 cups water", "2 (14 ounce) cans beef broth", "1 (14 ounce) can petite diced tomatoes", "1 (14 ounce) can diced tomatoes", "2 potatoes, cut into bite-sized pieces", "10 baby carrots, chopped", "2 teaspoons garlic powder", "2 small bay leaves", "1 cup frozen corn", "1 cup frozen green beans", "2 teaspoons hot pepper sauce (such as Tabasco\u00ae)"], "title" : "Dutch Oven Vegetable Beef Soup", "image" : "https://images.media-allrecipes.com/userphotos/560x315/4285063.jpg"} | json_instruct | {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$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"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Mia Loin Nng", "symbol" : "GLN", "address" : "0x03241323E870b4D4dF639F86188FABF256F7Fc57", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "item": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "item", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Tinker's Anvil", "item" : "tconstruct:tinkers_anvil", "text" : [{"text" : "Alright Tinker, it's time to put that puny Tinker Station away and create the mighty Tinker's Anvil. The ability to create the biggest and best tools is simply one hammer pound away."}, {"text" : "This anvil can only be made with the finest of alloys, but will bring you the broadest of tools.", "paragraph" : true}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "item": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["title", "item", "text"], "$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"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build-demo": {"type": "string"}, "start-demo": {"type": "string"}, "build-and-start-demo": {"type": "string"}}, "required": ["test", "start", "build-demo", "start-demo", "build-and-start-demo"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "nconf": {"type": "string"}}, "required": ["body-parser", "cors", "express", "nconf"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nexusse", "version" : "1.0.1", "description" : "A Pub/Sub HUB for Server-Sent Event", "main" : "src/nexusse.js", "repository" : "asiby/nexusse", "scripts" : {"test" : "jest", "start" : "node src/nexusse.js", "build-demo" : "npm install --prefix ./demo/ . && echo \"Start the demo projet by running: npm start-demo\"", "start-demo" : "cd demo && npm start", "build-and-start-demo" : "npm install --prefix ./demo/ . && cd demo && npm start"}, "keywords" : ["Server-Sent", "Event", "EventSource", "PubSub", "hub"], "author" : {"name" : "Abdoulaye Siby", "email" : "[email protected]", "url" : "https://abdoulaye.com"}, "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "cors" : "^2.8.5", "express" : "^4.17.1", "nconf" : "^0.10.0"}, "devDependencies" : {"jest" : "^25.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build-demo": {"type": "string"}, "start-demo": {"type": "string"}, "build-and-start-demo": {"type": "string"}}, "required": ["test", "start", "build-demo", "start-demo", "build-and-start-demo"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "nconf": {"type": "string"}}, "required": ["body-parser", "cors", "express", "nconf"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"and": {"type": "array", "items": {"type": "string"}}}, "required": ["and"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courseCode" : "YSC3245", "courseCredit" : "5", "description" : "In Operations Research (OR), we apply mathematical methods to model and solve decision-making problems from a wide range of domains, including Management or Engineering. This module will provide students with a broad overview of common problems and techniques from OR. In addition, there will also be continues practices of problem modelling and solving in order to build a solid knowledge of the field.", "faculty" : "Yale-NUS College", "prereqTree" : {"and" : ["YSC1212", "YSC2213"]}, "title" : "Operations Research and Applications"} | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "prereqTree": {"type": "object", "properties": {"and": {"type": "array", "items": {"type": "string"}}}, "required": ["and"]}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "prereqTree", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"item.strawdummy.strawdummy": {"type": "string"}, "item.strawdummy.strawdummy.tooltip1": {"type": "string"}, "item.strawdummy.strawdummy.tooltip2": {"type": "string"}, "item.strawdummy.strawdummy.too_tight": {"type": "string"}}, "required": ["item.strawdummy.strawdummy", "item.strawdummy.strawdummy.tooltip1", "item.strawdummy.strawdummy.tooltip2", "item.strawdummy.strawdummy.too_tight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"item.strawdummy.strawdummy" : "Straw Dummy", "item.strawdummy.strawdummy.tooltip1" : "You can only have %s dummy!", "item.strawdummy.strawdummy.tooltip2" : "You can only have %s dummies!", "item.strawdummy.strawdummy.too_tight" : "Cannot place a Straw Dummy here!"} | json_instruct | {"type": "object", "properties": {"item.strawdummy.strawdummy": {"type": "string"}, "item.strawdummy.strawdummy.tooltip1": {"type": "string"}, "item.strawdummy.strawdummy.tooltip2": {"type": "string"}, "item.strawdummy.strawdummy.too_tight": {"type": "string"}}, "required": ["item.strawdummy.strawdummy", "item.strawdummy.strawdummy.tooltip1", "item.strawdummy.strawdummy.tooltip2", "item.strawdummy.strawdummy.too_tight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "451001", "text" : "\u5e02\u8f96\u533a"}, {"id" : "451002", "text" : "\u53f3\u6c5f\u533a"}, {"id" : "451021", "text" : "\u7530\u9633\u53bf"}, {"id" : "451022", "text" : "\u7530\u4e1c\u53bf"}, {"id" : "451023", "text" : "\u5e73\u679c\u53bf"}, {"id" : "451024", "text" : "\u5fb7\u4fdd\u53bf"}, {"id" : "451026", "text" : "\u90a3\u5761\u53bf"}, {"id" : "451027", "text" : "\u51cc\u4e91\u53bf"}, {"id" : "451028", "text" : "\u4e50\u4e1a\u53bf"}, {"id" : "451029", "text" : "\u7530\u6797\u53bf"}, {"id" : "451030", "text" : "\u897f\u6797\u53bf"}, {"id" : "451031", "text" : "\u9686\u6797\u5404\u65cf\u81ea\u6cbb\u53bf"}, {"id" : "451081", "text" : "\u9756\u897f\u5e02"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"MNRE": {"type": "string"}, "MNPE": {"type": "string"}, "AMNRE": {"type": "string"}}, "required": ["MNRE", "MNPE", "AMNRE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MNRE" : "**/results/slcp-mnre-adv_roc.h5", "MNPE" : "**/results/slcp-mnpe-adv_roc.h5", "AMNRE" : "**/results/slcp-amnre-adv_roc.h5"} | json_instruct | {"type": "object", "properties": {"MNRE": {"type": "string"}, "MNPE": {"type": "string"}, "AMNRE": {"type": "string"}}, "required": ["MNRE", "MNPE", "AMNRE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "set": {"type": "string"}, "code": {"type": "string"}, "rarity": {"type": "string"}, "thumbnailImage": {"type": "string"}, "cardImage": {"type": "string"}}, "required": ["name", "attribute", "type", "cmc", "racesOrTraits", "text", "set", "code", "rarity", "thumbnailImage", "cardImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Frederica Lipps", "attribute" : "Fire", "type" : "Resonator", "cmc" : 6, "racesOrTraits" : ["Military", "Nameless"], "text" : "When this card enters your field \u21d2 Gain control of target recovered resonator your opponent controls until end of turn. It gains Swiftness until end of turn.", "set" : "Vingolf 2 - Valkyria Chronicles", "code" : "VIN002-022", "rarity" : "C", "thumbnailImage" : "../assets/img/cards/VIN002/022.jpg", "cardImage" : "http://db.fowtcg.us/cards/vin002/022.jpg"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "set": {"type": "string"}, "code": {"type": "string"}, "rarity": {"type": "string"}, "thumbnailImage": {"type": "string"}, "cardImage": {"type": "string"}}, "required": ["name", "attribute", "type", "cmc", "racesOrTraits", "text", "set", "code", "rarity", "thumbnailImage", "cardImage"], "$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"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kt", "fields" : [{"name" : "a", "descriptor" : "Lbsv;"}, {"name" : "b", "descriptor" : "Lbsv;"}, {"name" : "c", "descriptor" : "Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;"}], "methods" : [{"name" : "<clinit>", "descriptor" : "()V"}, {"name" : "<init>", "descriptor" : "()V"}, {"name" : "a", "descriptor" : "(I)Lvj;", "parameters" : [{"index" : 0, "name" : "pId"}]}, {"name" : "a", "descriptor" : "(ILvj;Lbsv;)Lbsv;", "parameters" : [{"index" : 0, "name" : "pId"}, {"index" : 1, "name" : "pKey"}, {"index" : 2, "name" : "pBiome"}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://lema.rae.es/drae/srv/search?val=ajorar", "word" : "ajorar", "infinitivo" : "ajorar", "participio" : ["ajorado"], "gerundio" : ["ajorando"], "tenses" : {"3" : [["ajoro"], ["ajoras", "ajor\u00e1s"], ["ajora"], ["ajoramos"], ["ajor\u00e1is", "ajoran"], ["ajoran"]], "4" : [["ajor\u00e9"], ["ajoraste"], ["ajor\u00f3"], ["ajoramos"], ["ajorasteis", "ajoraron"], ["ajoraron"]], "5" : [["ajoraba"], ["ajorabas"], ["ajoraba"], ["ajor\u00e1bamos"], ["ajorabais", "ajoraban"], ["ajoraban"]], "6" : [["ajorar\u00eda"], ["ajorar\u00edas"], ["ajorar\u00eda"], ["ajorar\u00edamos"], ["ajorar\u00edais", "ajorar\u00edan"], ["ajorar\u00edan"]], "7" : [["ajorar\u00e9"], ["ajorar\u00e1s"], ["ajorar\u00e1"], ["ajoraremos"], ["ajorar\u00e9is", "ajorar\u00e1n"], ["ajorar\u00e1n"]], "8" : [["ajore"], ["ajores"], ["ajore"], ["ajoremos"], ["ajor\u00e9is", "ajoren"], ["ajoren"]], "9" : [["ajorara"], ["ajoraras"], ["ajorara"], ["ajor\u00e1ramos"], ["ajorarais", "ajoraran"], ["ajoraran"]], "10" : [["ajorase"], ["ajorases"], ["ajorase"], ["ajor\u00e1semos"], ["ajoraseis", "ajorasen"], ["ajorasen"]], "11" : [["ajorare"], ["ajorares"], ["ajorare"], ["ajor\u00e1remos"], ["ajorareis", "ajoraren"], ["ajoraren"]], "12" : {"1" : ["ajora"], "2" : ["ajore"], "3" : ["ajoremos"], "4" : ["ajorad"], "5" : ["ajoren"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "isDomainIsolated": {"type": "boolean"}, "includeClientSideAssets": {"type": "boolean"}, "features": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "id", "version"]}}, "developer": {"type": "object", "properties": {"name": {"type": "string"}, "privacyUrl": {"type": "string"}, "termsOfUseUrl": {"type": "string"}, "websiteUrl": {"type": "string"}, "mpnId": {"type": "string"}}, "required": ["name", "privacyUrl", "termsOfUseUrl", "websiteUrl", "mpnId"]}, "metadata": {"type": "object", "properties": {"shortDescription": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "longDescription": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "screenshotPaths": {"type": "array", "items": {}}, "videoUrl": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["shortDescription", "longDescription", "screenshotPaths", "videoUrl", "categories"]}}, "required": ["name", "id", "version", "isDomainIsolated", "includeClientSideAssets", "features", "developer", "metadata"]}, "paths": {"type": "object", "properties": {"zippedPackage": {"type": "string"}}, "required": ["zippedPackage"]}}, "required": ["$schema", "solution", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", "solution" : {"name" : "react-async-await-sp-pnp-js-client-side-solution", "id" : "c3bd0bfa-1bee-4af0-ad3d-a72d02b4dc7c", "version" : "2.0.0.0", "isDomainIsolated" : false, "includeClientSideAssets" : true, "features" : [{"title" : "react-async-await-sp-pnp-js Feature", "description" : "The feature that activates elements of the react-async-await-sp-pnp-js solution.", "id" : "f603896e-4507-4787-a6bf-1f44b985645e", "version" : "1.0.0.0"}], "developer" : {"name" : "", "privacyUrl" : "", "termsOfUseUrl" : "", "websiteUrl" : "", "mpnId" : "M365PnPJS"}, "metadata" : {"shortDescription" : {"default" : "react-async-await-sp-pnp-js description"}, "longDescription" : {"default" : "react-async-await-sp-pnp-js description"}, "screenshotPaths" : [], "videoUrl" : "", "categories" : []}}, "paths" : {"zippedPackage" : "solution/react-async-await-sp-pnp-js.sppkg"}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}, "isDomainIsolated": {"type": "boolean"}, "includeClientSideAssets": {"type": "boolean"}, "features": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "description", "id", "version"]}}, "developer": {"type": "object", "properties": {"name": {"type": "string"}, "privacyUrl": {"type": "string"}, "termsOfUseUrl": {"type": "string"}, "websiteUrl": {"type": "string"}, "mpnId": {"type": "string"}}, "required": ["name", "privacyUrl", "termsOfUseUrl", "websiteUrl", "mpnId"]}, "metadata": {"type": "object", "properties": {"shortDescription": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "longDescription": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "screenshotPaths": {"type": "array", "items": {}}, "videoUrl": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["shortDescription", "longDescription", "screenshotPaths", "videoUrl", "categories"]}}, "required": ["name", "id", "version", "isDomainIsolated", "includeClientSideAssets", "features", "developer", "metadata"]}, "paths": {"type": "object", "properties": {"zippedPackage": {"type": "string"}}, "required": ["zippedPackage"]}}, "required": ["$schema", "solution", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1220051010, "parent" : 1220051, "name" : "JAMBU TONANG", "latitude" : null, "longitude" : null, "postal" : [22746], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"173010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "254031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151150": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "172141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "5191XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119XXX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "172081": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["173010", "count", "119051", "499071", "254031", "151150", "472031", "151199", "373010", "352010", "172141", "N.A.//", "5191XX", "119XXX", "172081"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"173010" : {"count" : 1}, "count" : 26, "119051" : {"count" : 1}, "499071" : {"count" : 1}, "254031" : {"count" : 1}, "151150" : {"count" : 1}, "472031" : {"count" : 1}, "151199" : {"count" : 1}, "373010" : {"count" : 1}, "352010" : {"count" : 2}, "172141" : {"count" : 1}, "N.A.//" : {"count" : 12}, "5191XX" : {"count" : 1}, "119XXX" : {"count" : 1}, "172081" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"173010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "254031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151150": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "151199": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "172141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "5191XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119XXX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "172081": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["173010", "count", "119051", "499071", "254031", "151150", "472031", "151199", "373010", "352010", "172141", "N.A.//", "5191XX", "119XXX", "172081"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : ["Stir the mango, tomato, onion, jalapeno pepper, cilantro, and lime juice together in a bowl; season with salt and pepper."], "ingredients" : ["2 mangoes - peeled, seeded, and chopped", "1 large tomato, diced", "1 small onion, minced", "1 small jalapeno pepper, seeded and minced", "1 tablespoon minced fresh cilantro", "1 lime, juiced", "salt and ground black pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Quick Mango Salsa", "url" : "http://allrecipes.com/recipe/217283/quick-mango-salsa/"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"phpdocumentor/reflection-docblock": {"type": "string"}, "clean/view": {"type": "string"}, "clean/phpatlas": {"type": "string"}}, "required": ["phpdocumentor/reflection-docblock", "clean/view", "clean/phpatlas"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "clean/mpr": {"type": "string"}, "codeclimate/php-test-reporter": {"type": "string"}}, "required": ["phpunit/phpunit", "clean/mpr", "codeclimate/php-test-reporter"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Clean\\PhpDocMd\\": {"type": "string"}}, "required": ["Clean\\PhpDocMd\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Clean\\PhpDocMd\\Example\\": {"type": "string"}}, "required": ["Clean\\PhpDocMd\\Example\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "type", "license", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "autoload-dev", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "clean/phpdoc-md", "description" : "Parse PHP classes and writes documentation to markdown files", "keywords" : ["phpdoc", "markdown"], "type" : "library", "license" : "MIT", "minimum-stability" : "dev", "prefer-stable" : true, "require" : {"phpdocumentor/reflection-docblock" : "^3|^4|^5", "clean/view" : "0.1.0", "clean/phpatlas" : "0.2.0"}, "require-dev" : {"phpunit/phpunit" : "<6", "clean/mpr" : "dev-master", "codeclimate/php-test-reporter" : "dev-master"}, "autoload" : {"psr-4" : {"Clean\\PhpDocMd\\" : "src/"}, "files" : ["src/snippets.php"]}, "autoload-dev" : {"psr-4" : {"Clean\\PhpDocMd\\Example\\" : "example/"}}, "bin" : ["bin/phpdoc-md"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"phpdocumentor/reflection-docblock": {"type": "string"}, "clean/view": {"type": "string"}, "clean/phpatlas": {"type": "string"}}, "required": ["phpdocumentor/reflection-docblock", "clean/view", "clean/phpatlas"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "clean/mpr": {"type": "string"}, "codeclimate/php-test-reporter": {"type": "string"}}, "required": ["phpunit/phpunit", "clean/mpr", "codeclimate/php-test-reporter"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Clean\\PhpDocMd\\": {"type": "string"}}, "required": ["Clean\\PhpDocMd\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Clean\\PhpDocMd\\Example\\": {"type": "string"}}, "required": ["Clean\\PhpDocMd\\Example\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "keywords", "type", "license", "minimum-stability", "prefer-stable", "require", "require-dev", "autoload", "autoload-dev", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {"documentation-url": {"type": "string"}, "listed-building": {"type": "string"}, "start-date": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "listed-building", "start-date", "point", "listed-building-grade", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.951727, 51.230634]}, "properties" : {"documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1023967", "listed-building" : "1023967", "start-date" : "1985-07-04", "point" : "POINT (-1.951727 51.230634)", "listed-building-grade" : "II", "name" : "CHURCH HOUSE", "slug" : "/listed-building/1023967", "entry-date" : "2021-05-28"}} | 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": {"documentation-url": {"type": "string"}, "listed-building": {"type": "string"}, "start-date": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "listed-building", "start-date", "point", "listed-building-grade", "name", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0627\u06cc\u0646 \u062d\u0642\u06cc\u0642\u062a \u062f\u0631 \u0647\u0645\u0647 \u0633\u0627\u0631\u06cc \u0628\u0648\u062f", "m2" : "\u0628\u0627 \u0647\u0645\u0647 \u062f\u0631 \u063a\u0627\u06cc\u062a \u06cc\u0627\u0631\u06cc \u0628\u0648\u062f"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"backbone.collectionView.js": {"type": "string"}, "backbone.collectionView.min.js": {"type": "string"}}, "required": ["backbone.collectionView.js", "backbone.collectionView.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backbone.collectionView.js" : "sha512-KRQ01xkrYQQdzRavzolvWasrBYEAITn6iy3Z01BekxVRb8HNOjozaypeh/2w/+MoRnFHOu5KkresAAlYMaz1aQ==", "backbone.collectionView.min.js" : "sha512-KMTfekmjjzoqLxm+Tk8MEOr+E7/r6Uv/066EzrlLxVi0KtADHuU1iqhejC+qc2rbEw3HLyaFEkoapojnXjT3iA=="} | json_instruct | {"type": "object", "properties": {"backbone.collectionView.js": {"type": "string"}, "backbone.collectionView.min.js": {"type": "string"}}, "required": ["backbone.collectionView.js", "backbone.collectionView.min.js"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-local": {"type": "string"}, "test-db": {"type": "string"}, "test-groups": {"type": "string"}, "test-auth": {"type": "string"}}, "required": ["test", "test-local", "test-db", "test-groups", "test-auth"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "neo4j-driver": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash", "neo4j-driver", "uuid"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "moleculer": {"type": "string"}}, "required": ["jest", "moleculer"]}}, "required": ["name", "version", "author", "license", "description", "main", "scripts", "keywords", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "imicros-groups", "version" : "0.1.2", "author" : "Andreas Leinen <[email protected]> (www.imicros.de)", "license" : "MIT", "description" : "Moleculer Service for Managing Usergroups", "main" : "index.js", "scripts" : {"test" : "jest --coverage --no-cache --config=travis.js --silent", "test-local" : "jest --coverage --no-cache --config=local.js --silent", "test-db" : "jest test/db.neo4j.spec.js --no-cache --config=local.js", "test-groups" : "jest test/groups.spec.js --no-cache --config=local.js", "test-auth" : "jest test/authorization.spec.js --no-cache --config=local.js"}, "keywords" : ["Moleculer", "Usergroups", "Authorization"], "repository" : {"type" : "git", "url" : "git+https://github.com/al66/imicros-groups.git"}, "dependencies" : {"lodash" : "^4.17.21", "neo4j-driver" : "^4.4.1", "uuid" : "^8.3.2"}, "devDependencies" : {"jest" : "^27.4.5", "moleculer" : "^0.14.18"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-local": {"type": "string"}, "test-db": {"type": "string"}, "test-groups": {"type": "string"}, "test-auth": {"type": "string"}}, "required": ["test", "test-local", "test-db", "test-groups", "test-auth"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "neo4j-driver": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash", "neo4j-driver", "uuid"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "moleculer": {"type": "string"}}, "required": ["jest", "moleculer"]}}, "required": ["name", "version", "author", "license", "description", "main", "scripts", "keywords", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["./fonts/google/anton/files/anton-latin-400-normal.woff", "./fonts/google/anton/files/anton-latin-ext-400-normal.woff", "./fonts/google/anton/files/anton-vietnamese-400-normal.woff", "./fonts/google/anton/files/anton-vietnamese-400-normal.woff2", "./fonts/google/anton/files/anton-all-400-normal.woff", "./fonts/google/anton/files/anton-latin-ext-400-normal.woff2", "./fonts/google/anton/files/anton-latin-400-normal.woff2"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["type", "id", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "value", "id" : "3cb4254a-0a99-41b8-b6f4-b5dc6e13f7ff", "description" : "num_cpus / num_cpus_physical", "properties" : {"value" : "1"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["type", "id", "description", "properties"], "$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": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Person", "normalizedVertices" : [{"x" : 0.61388236, "y" : 0.5105882}, {"x" : 0.84, "y" : 0.5105882}, {"x" : 0.84, "y" : 0.8237648}, {"x" : 0.61388236, "y" : 0.8237648}], "score" : 0.8821928}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.10340178, "y" : 0.05323824}, {"x" : 0.34201, "y" : 0.05323824}, {"x" : 0.34201, "y" : 0.5789971}, {"x" : 0.10340178, "y" : 0.5789971}], "score" : 0.7753067}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"WinBM.PowerShell": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "executablePath", "commandLineArgs"]}}, "required": ["WinBM.PowerShell"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"WinBM.PowerShell" : {"commandName" : "Executable", "executablePath" : "pwsh.exe", "commandLineArgs" : "-ExecutionPolicy Unrestricted -NoExit -Command \"Import-Module .\\WinBM.PowerShell.dll; Update-FormatData .\\WinBM.PowerShell.ps1xml\""}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"WinBM.PowerShell": {"type": "object", "properties": {"commandName": {"type": "string"}, "executablePath": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "executablePath", "commandLineArgs"]}}, "required": ["WinBM.PowerShell"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.0.1"], "meta" : {"description" : "First-class Postgres feature support for the Django ORM", "homepage" : "UNKNOWN", "license" : "Public Domain"}, "versions" : {}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 19406, "cites" : 5, "cited_by" : 5, "reference" : ["Bettinger, Eric P., and Bridget T. Long. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093Does Cheaper Mean Better? The Impact of Using Adjunct Instructors on Student Outcomes.\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d Review of Economics and Statistics 92, no. 3 (August 2010): 598-613. Bettinger, Eric P., and Bridget T. Long. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093The Increasing Use of Adjunct Instructors at Public Institutions: Are We Hurting Students?\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d In What's Happening to Public Higher Education? The Shifting Financial Burden, edited by Ronald G.", "Betts, Julian R., and Jeff Grogger. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093The Impact of Grading Standards on Student Achievement, Educational Attainment, and Entry-Level Earnings.\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d Economics of Education Review 22, no. 4 (August 2003): 343-352.", "Carrell, Scott E., and James E. West. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093Does Professor Quality Matter? Evidence from Random Assignment of Students to Professors.\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d Journal of Political Economy 118, no. 3 (June 2010): 409-432.", "Ehrenberg, Ronald G. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093American Higher Education in Transition.\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d Journal of Economic Perspectives 26, no. 1 (Winter 2012): 193-216.", "Ehrenberg, Ronald G., and Liang Zhang. \u00c3\u00a2\u00e2\u0082\u00ac\u00c5\u0093Do Tenured and Tenure track Faculty Matter?\u00c3\u00a2\u00e2\u0082\u00ac\u00c2\u009d Journal of Human Resources 40, no. 3 (Summer 2005): 647-659."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "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-03-13T11:00:00Z", "Temp" : 19, "RelHum" : 49, "WindSpeed" : 1.1, "WindDir" : 238} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d0de8c239d45d184543b297829dc4ac60b10e8be"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.