input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees (175 degrees C). In a microwave oven, melt 1 cup mint chocolate chips, stirring frequently until smooth; set aside to cool.", "In a large bowl, cream butter and sugar until smooth. Stir in the melted chocolate, eggs, and vanilla. Blend in flour, baking powder, and salt. Then mix in the remaining mint chocolate chips.", "Wrap about 1 tablespoon of dough around each peppermint patty quarter. Roll balls in confectioners' sugar, and place 1 1/2 inches apart on the cookie sheet.", "Bake for 10 to 12 minutes in preheated oven. Roll warm cookies in confectioners' sugar again."], "ingredients" : ["2 cups mint chocolate chips, divided", "1/2 cup butter", "1 cup white sugar", "2 egg", "1 1/2 teaspoons vanilla extract", "1 1/2 cups all-purpose flour", "1 1/2 teaspoons baking powder", "1/4 teaspoon salt", "27 mini peppermint patties, quartered", "2/3 cup confectioners' sugar for rolling"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Peppermint Patty Surprise", "url" : "http://allrecipes.com/recipe/11522/peppermint-patty-surprise/"} | 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"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "version", "description", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "heroAcademia", "version" : "0.0.1", "description" : "Teacher and student hero registry for Hero Academia", "title" : "heroAcademia documentation.", "url" : "http://localhost:3300"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "version", "description", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"css/intlTelInput.css": {"type": "string"}, "js/intlTelInput.js": {"type": "string"}, "js/intlTelInput.min.js": {"type": "string"}, "lib/libphonenumber/build/utils.js": {"type": "string"}}, "required": ["css/intlTelInput.css", "js/intlTelInput.js", "js/intlTelInput.min.js", "lib/libphonenumber/build/utils.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/intlTelInput.css" : "sha256-9FoCQqAI713m+3T5Pi5UU+6Emn9j36Z20PG/c4iQUmE=", "js/intlTelInput.js" : "sha256-LFl1WVvkU2yc/O0vH02puV8TdnSZW/964OZLbQeAul4=", "js/intlTelInput.min.js" : "sha256-YOPCJG638JP04PPRvNwJj34R9ZTU2q7jUCwECxsjBF8=", "lib/libphonenumber/build/utils.js" : "sha256-3xngDsnCxIBQmUdih6CEDC0ZtRRIG8AYIppCCotvG8g="} | json_instruct | {"type": "object", "properties": {"css/intlTelInput.css": {"type": "string"}, "js/intlTelInput.js": {"type": "string"}, "js/intlTelInput.min.js": {"type": "string"}, "lib/libphonenumber/build/utils.js": {"type": "string"}}, "required": ["css/intlTelInput.css", "js/intlTelInput.js", "js/intlTelInput.min.js", "lib/libphonenumber/build/utils.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"type=bottom" : {"model" : "dimensional_expansion:block/end_slab"}, "type=double" : {"model" : "dimensional_expansion:block/end_planks"}, "type=top" : {"model" : "dimensional_expansion:block/end_slab_top"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.125, 28.0], [143.125, 28.083333333333332], [143.25, 28.083333333333332], [143.25, 28.0], [143.125, 28.0]]]}, "properties" : {"code" : 424301, "url" : "http://madefor.github.io/0410/api/v1/424301.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/424301.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 165376, "UUID" : "D603B189-E01C-4F36-A6BF-745A9E685FAA", "DataProviderID" : 28, "DataProvidersReference" : "FR*S64*PMB64*60", "OperatorID" : 3407, "UsageTypeID" : 5, "AddressInfo" : {"ID" : 165735, "Title" : "HELETTE - Parking D645 Mairie", "AddressLine1" : "Parking D645 Mairie 64640 HELETTE", "CountryID" : 80, "Latitude" : 43.306766, "Longitude" : -1.244016, "AccessComments" : "24h/24 7j/7", "DistanceUnit" : 0}, "Connections" : [{"ID" : 238310, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 20}, {"ID" : 238311, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 10}, {"ID" : 238312, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 20}, {"ID" : 238313, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 18, "CurrentTypeID" : 10}], "GeneralComments" : "Recharge par badge et avec une application smartphone", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-08-27T05:10:00Z", "DataQualityLevel" : 2, "DateCreated" : "2020-08-27T05:10:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Locale": {"type": "integer"}, "Version": {"type": "integer"}, "Compressed": {"type": "integer"}, "Reserved": {"type": "string"}, "Entries": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}, "DataLength": {"type": "string"}, "Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Group": {"type": "string"}, "Instance": {"type": "string"}}, "required": ["Type", "Group", "Instance"]}}, "required": ["Locale", "Version", "Compressed", "Reserved", "Entries", "DataLength", "Key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Locale" : 3, "Version" : 5, "Compressed" : 0, "Reserved" : "AAA=", "Entries" : [{"Key" : "0x28F6C433", "Value" : "Ovl\u00e1dat Sim\u00edka"}, {"Key" : "0xB195FFA1", "Value" : "P\u0159estat ovl\u00e1dat Sim\u00edka"}, {"Key" : "0x098A53E9", "Value" : "Moment\u00e1ln\u011b pou\u017e\u00edv\u00e1te ControlAnySim verze {0.String}, co\u017e je experiment\u00e1ln\u00ed verze!\\n\\nExperiment\u00e1ln\u00ed verze nejsou ur\u010deny pro b\u011b\u017en\u00e9 hr\u00e1\u010de, ale pro testov\u00e1n\u00ed oprav chyb a nov\u00fdch vlastnost\u00ed!\\n\\nPokud jste tuto verzi nenainstalovali schv\u00e1ln\u011b, nem\u011bli byste ji pou\u017e\u00edvat!"}, {"Key" : "0x39BA3179", "Value" : "Ukon\u010dit hru"}, {"Key" : "0x688D35BF", "Value" : "V\u00edm, co d\u011bl\u00e1m"}, {"Key" : "0x915E911B", "Value" : "VAROV\u00c1N\u00cd Control Any Sim"}, {"Key" : "0x083C2912", "Value" : "P\u0159idat mezi spolubydl\u00edc\u00ed"}, {"Key" : "0xA7E24CAA", "Value" : "Odstranit ze spolubydl\u00edc\u00edch"}, {"Key" : "0x284AD579", "Value" : "P\u0159em\u011bnit na NPC dom\u00e1cnosti"}, {"Key" : "0xDECE0085", "Value" : "P\u0159em\u011bnit na \u010dlena dom\u00e1cnosti"}], "DataLength" : "0x000001C8", "Key" : {"Type" : "0x220557DA", "Group" : "0x00000000", "Instance" : "0x032152B569947D97"}} | json_instruct | {"type": "object", "properties": {"Locale": {"type": "integer"}, "Version": {"type": "integer"}, "Compressed": {"type": "integer"}, "Reserved": {"type": "string"}, "Entries": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}, "DataLength": {"type": "string"}, "Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Group": {"type": "string"}, "Instance": {"type": "string"}}, "required": ["Type", "Group", "Instance"]}}, "required": ["Locale", "Version", "Compressed", "Reserved", "Entries", "DataLength", "Key"], "$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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export { default as DropComponent } from './DropComponent';\nexport { default as DragComponent } from './DragComponent';", "map" : {"version" : 3, "sources" : ["/Users/rizki/Downloads/dasboard-material/new-dashboard/src/views/Maps/components/index.jsx"], "names" : ["default", "DropComponent", "DragComponent"], "mappings" : "AAAA,SAASA,OAAO,IAAIC,aAApB,QAAyC,iBAAzC;AACA,SAASD,OAAO,IAAIE,aAApB,QAAyC,iBAAzC", "sourcesContent" : ["export { default as DropComponent } from './DropComponent';\nexport { default as DragComponent } from './DragComponent';\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "axios": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "react-material-responsive-grid": {"type": "string"}, "react-redux": {"type": "string"}, "react-resizable-grid": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}, "react-color": {"type": "string"}, "jquery": {"type": "string"}, "redux": {"type": "string"}, "sockjs-client": {"type": "string"}, "sprintf-js": {"type": "string"}, "underscore": {"type": "string"}, "file-saver": {"type": "string"}, "universal-cookie": {"type": "string"}, "color": {"type": "string"}}, "required": ["@material-ui/core", "@material-ui/icons", "axios", "react", "react-dom", "react-grid-layout", "react-material-responsive-grid", "react-redux", "react-resizable-grid", "react-router", "react-router-dom", "react-scripts", "react-tap-event-plugin", "react-color", "jquery", "redux", "sockjs-client", "sprintf-js", "underscore", "file-saver", "universal-cookie", "color"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cellular", "version" : "0.1.0", "private" : true, "dependencies" : {"@material-ui/core" : "^1.5.0", "@material-ui/icons" : "latest", "axios" : "^0.17.1", "react" : "^16.2.0", "react-dom" : "^16.2.0", "react-grid-layout" : "^0.16.2", "react-material-responsive-grid" : "^1.2.1", "react-redux" : "^5.0.6", "react-resizable-grid" : "^1.0.1", "react-router" : "^4.2.0", "react-router-dom" : "^4.2.2", "react-scripts" : "1.0.17", "react-tap-event-plugin" : "^3.0.2", "react-color" : "latest", "jquery" : "latest", "redux" : "^3.7.2", "sockjs-client" : "^1.1.4", "sprintf-js" : "^1.1.1", "underscore" : "^1.8.3", "file-saver" : "latest", "universal-cookie" : "^2.1.2", "color" : "latest"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "axios": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "react-material-responsive-grid": {"type": "string"}, "react-redux": {"type": "string"}, "react-resizable-grid": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "react-tap-event-plugin": {"type": "string"}, "react-color": {"type": "string"}, "jquery": {"type": "string"}, "redux": {"type": "string"}, "sockjs-client": {"type": "string"}, "sprintf-js": {"type": "string"}, "underscore": {"type": "string"}, "file-saver": {"type": "string"}, "universal-cookie": {"type": "string"}, "color": {"type": "string"}}, "required": ["@material-ui/core", "@material-ui/icons", "axios", "react", "react-dom", "react-grid-layout", "react-material-responsive-grid", "react-redux", "react-resizable-grid", "react-router", "react-router-dom", "react-scripts", "react-tap-event-plugin", "react-color", "jquery", "redux", "sockjs-client", "sprintf-js", "underscore", "file-saver", "universal-cookie", "color"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}}, "required": ["name", "version", "private", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tweet-count": {"type": "integer"}, "tweet-length": {"type": "integer"}, "bucket-name": {"type": "string"}, "dynamodb-table": {"type": "string"}, "tweet-file": {"type": "string"}, "hashtag-file": {"type": "string"}, "reddit-account-file": {"type": "string"}, "twitter-account-file": {"type": "string"}, "instagram-account-file": {"type": "string"}}, "required": ["tweet-count", "tweet-length", "bucket-name", "dynamodb-table", "tweet-file", "hashtag-file", "reddit-account-file", "twitter-account-file", "instagram-account-file"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tweet-count" : 24, "tweet-length" : 240, "bucket-name" : "lifetips", "dynamodb-table" : "lifetips", "tweet-file" : "res/tweets.txt", "hashtag-file" : "inc/hashtags.txt", "reddit-account-file" : "inc/reddit.json", "twitter-account-file" : "inc/twitter.json", "instagram-account-file" : "inc/instagram.json"} | json_instruct | {"type": "object", "properties": {"tweet-count": {"type": "integer"}, "tweet-length": {"type": "integer"}, "bucket-name": {"type": "string"}, "dynamodb-table": {"type": "string"}, "tweet-file": {"type": "string"}, "hashtag-file": {"type": "string"}, "reddit-account-file": {"type": "string"}, "twitter-account-file": {"type": "string"}, "instagram-account-file": {"type": "string"}}, "required": ["tweet-count", "tweet-length", "bucket-name", "dynamodb-table", "tweet-file", "hashtag-file", "reddit-account-file", "twitter-account-file", "instagram-account-file"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 52706, "cartId" : "0bab1b5e-67d7-4d26-a0ab-783f7cf113b3", "preferredProducts" : [4605, 4688, 2778, 125, 4563, 812], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.375, 26.416666666666668], [141.375, 26.5], [141.5, 26.5], [141.5, 26.416666666666668], [141.375, 26.416666666666668]]]}, "properties" : {"code" : 394153, "url" : "http://madefor.github.io/0410/api/v1/394153.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/394153.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_token": {"type": "string"}, "facebook_client_id": {"type": "string"}, "facebook_client_secret": {"type": "string"}, "facebook_redirect_url": {"type": "string"}, "google_client_id": {"type": "null"}, "google_client_secret": {"type": "null"}, "google_redirect_url": {"type": "null"}, "youtube_client_id": {"type": "null"}, "facebook_link": {"type": "string"}, "google_link": {"type": "null"}, "youtube_link": {"type": "string"}, "twitter_link": {"type": "string"}}, "required": ["_token", "facebook_client_id", "facebook_client_secret", "facebook_redirect_url", "google_client_id", "google_client_secret", "google_redirect_url", "youtube_client_id", "facebook_link", "google_link", "youtube_link", "twitter_link"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_token" : "taEGkHsByESpHk0r8LG7LLMMRFEeXIfCCjMqDGB2", "facebook_client_id" : "Facebook.com", "facebook_client_secret" : "client secret", "facebook_redirect_url" : "redirect", "google_client_id" : null, "google_client_secret" : null, "google_redirect_url" : null, "youtube_client_id" : null, "facebook_link" : "https://www.facebook.com/pal.heart10", "google_link" : null, "youtube_link" : "https://www.youtube.com", "twitter_link" : "https://twitter.com"} | json_instruct | {"type": "object", "properties": {"_token": {"type": "string"}, "facebook_client_id": {"type": "string"}, "facebook_client_secret": {"type": "string"}, "facebook_redirect_url": {"type": "string"}, "google_client_id": {"type": "null"}, "google_client_secret": {"type": "null"}, "google_redirect_url": {"type": "null"}, "youtube_client_id": {"type": "null"}, "facebook_link": {"type": "string"}, "google_link": {"type": "null"}, "youtube_link": {"type": "string"}, "twitter_link": {"type": "string"}}, "required": ["_token", "facebook_client_id", "facebook_client_secret", "facebook_redirect_url", "google_client_id", "google_client_secret", "google_redirect_url", "youtube_client_id", "facebook_link", "google_link", "youtube_link", "twitter_link"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["NUMBERICSORT", "REVERSE"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 4833224912, "program" : 935800}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See nmcn on Metamath](http://us.metamath.org/mpegif/nmcn.html)"}], "names" : ["nmcn"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cN", "#T_wceq", "#T_cnm", "#T_cfv", "#T_cG", "#T_cJ", "#T_wceq", "#T_ctopn", "#T_cfv", "#T_cG", "#T_cK", "#T_wceq", "#T_ctg", "#T_cfv", "#T_crn", "#T_cioo", "#T_cG", "#T_wcel", "#T_cngp", "#T_wi", "#T_cN", "#T_wcel", "#T_cJ", "#T_ccn", "#T_cK"], "metaLanguage" : "METAMATH", "remarks" : " The norm of a normed group is a continuous function. (Contributed by Mario Carneiro, 4-Oct-2015.) ", "statement" : "nmcn.n $e |- N = ( norm ` G ) $.\nnmcn.j $e |- J = ( TopOpen ` G ) $.\nnmcn.k $e |- K = ( topGen ` ran (,) ) $.\nnmcn $p |- ( G e. NrmGrp -> N e. ( J Cn K ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "number"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}}, "required": ["speed", "deg"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"coord" : {"lon" : -46.6995, "lat" : -23.6375}, "weather" : [{"id" : 803, "main" : "Clouds", "description" : "broken clouds", "icon" : "04d"}], "base" : "stations", "main" : {"temp" : 23.42, "feels_like" : 24.12, "temp_min" : 20.16, "temp_max" : 25.32, "pressure" : 989, "humidity" : 88}, "visibility" : 10000, "wind" : {"speed" : 3.6, "deg" : 130}, "clouds" : {"all" : 75}, "dt" : 1639506862, "sys" : {"type" : 1, "id" : 8446, "country" : "BR", "sunrise" : 1639469659, "sunset" : 1639518539}, "timezone" : -10800, "id" : 3467722, "name" : "Campo Limpo", "cod" : 200} | json_instruct | {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "main", "description", "icon"]}}, "base": {"type": "string"}, "main": {"type": "object", "properties": {"temp": {"type": "number"}, "feels_like": {"type": "number"}, "temp_min": {"type": "number"}, "temp_max": {"type": "number"}, "pressure": {"type": "integer"}, "humidity": {"type": "integer"}}, "required": ["temp", "feels_like", "temp_min", "temp_max", "pressure", "humidity"]}, "visibility": {"type": "integer"}, "wind": {"type": "object", "properties": {"speed": {"type": "number"}, "deg": {"type": "integer"}}, "required": ["speed", "deg"]}, "clouds": {"type": "object", "properties": {"all": {"type": "integer"}}, "required": ["all"]}, "dt": {"type": "integer"}, "sys": {"type": "object", "properties": {"type": {"type": "integer"}, "id": {"type": "integer"}, "country": {"type": "string"}, "sunrise": {"type": "integer"}, "sunset": {"type": "integer"}}, "required": ["type", "id", "country", "sunrise", "sunset"]}, "timezone": {"type": "integer"}, "id": {"type": "integer"}, "name": {"type": "string"}, "cod": {"type": "integer"}}, "required": ["coord", "weather", "base", "main", "visibility", "wind", "clouds", "dt", "sys", "timezone", "id", "name", "cod"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.375, 20.333333333333332], [152.375, 20.416666666666668], [152.5, 20.416666666666668], [152.5, 20.333333333333332], [152.375, 20.333333333333332]]]}, "properties" : {"code" : 305243, "url" : "http://madefor.github.io/0410/api/v1/305243.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/305243.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt-nodejs": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["bcrypt-nodejs", "mongoose"]}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "lint": {"type": "string"}}, "required": ["tsc", "lint"]}, "devDependencies": {"type": "object", "properties": {"tsc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["tsc", "typescript"]}}, "required": ["version", "name", "private", "main", "types", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.1.0", "name" : "@crime-alert/shared", "private" : true, "main" : "dist/index.js", "types" : "dist/index.d.ts", "dependencies" : {"bcrypt-nodejs" : "^0.0.3", "mongoose" : "^5.10.0"}, "scripts" : {"tsc" : "tsc", "lint" : "eslint src/**/*.ts"}, "devDependencies" : {"tsc" : "^1.20150623.0", "typescript" : "^3.9.7"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt-nodejs": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["bcrypt-nodejs", "mongoose"]}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "lint": {"type": "string"}}, "required": ["tsc", "lint"]}, "devDependencies": {"type": "object", "properties": {"tsc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["tsc", "typescript"]}}, "required": ["version", "name", "private", "main", "types", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"mappings": {"type": "object", "properties": {"_doc": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"timestamp": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "geohash": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "pickup_count": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sum_trip_duration": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_duration": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sum_trip_distance": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_distance": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_speed": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "hotspot": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["timestamp", "location", "geohash", "pickup_count", "sum_trip_duration", "avg_trip_duration", "sum_trip_distance", "avg_trip_distance", "avg_trip_speed", "hotspot"]}}, "required": ["properties"]}}, "required": ["_doc"]}}, "required": ["mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mappings" : {"_doc" : {"properties" : {"timestamp" : {"type" : "date"}, "location" : {"type" : "geo_point"}, "geohash" : {"type" : "geo_point"}, "pickup_count" : {"type" : "long"}, "sum_trip_duration" : {"type" : "long"}, "avg_trip_duration" : {"type" : "long"}, "sum_trip_distance" : {"type" : "long"}, "avg_trip_distance" : {"type" : "long"}, "avg_trip_speed" : {"type" : "double"}, "hotspot" : {"type" : "keyword"}}}}} | json_instruct | {"type": "object", "properties": {"mappings": {"type": "object", "properties": {"_doc": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"timestamp": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "geohash": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "pickup_count": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sum_trip_duration": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_duration": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sum_trip_distance": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_distance": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "avg_trip_speed": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "hotspot": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["timestamp", "location", "geohash", "pickup_count", "sum_trip_duration", "avg_trip_duration", "sum_trip_distance", "avg_trip_distance", "avg_trip_speed", "hotspot"]}}, "required": ["properties"]}}, "required": ["_doc"]}}, "required": ["mappings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "CWE-342", "name" : "Predictable Exact Value from Previous Values", "href" : "AIP/quality-standards/CWE/items/CWE-342", "url" : "https://cwe.mitre.org/data/definitions/342.html", "count" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "expect": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["electron", "expect", "lodash", "mocha", "typescript", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jp.nerry.vpc", "version" : "1.0.0", "description" : "", "main" : "boot.js", "scripts" : {"test" : "mocha test/test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/neri/vpc.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/neri/vpc/issues"}, "homepage" : "https://github.com/neri/vpc#readme", "devDependencies" : {"electron" : "latest", "expect" : "latest", "lodash" : "latest", "mocha" : "latest", "typescript" : "latest", "webpack" : "latest", "webpack-cli" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "expect": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["electron", "expect", "lodash", "mocha", "typescript", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"video_discount_factor": {"type": "string"}, "video_min_items_for_discount": {"type": "integer"}, "checkout_base_price": {"type": "integer"}, "checkout_currency": {"type": "string"}, "checkout_event_name": {"type": "string"}, "checkout_image": {"type": "string"}}, "required": ["video_discount_factor", "video_min_items_for_discount", "checkout_base_price", "checkout_currency", "checkout_event_name", "checkout_image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"video_discount_factor" : ".2", "video_min_items_for_discount" : 2, "checkout_base_price" : 2000, "checkout_currency" : "usd", "checkout_event_name" : "Spring Academy Concert", "checkout_image" : "https://d37ugbyn3rpeym.cloudfront.net/partner-program/edu/kidvert.jpeg"} | json_instruct | {"type": "object", "properties": {"video_discount_factor": {"type": "string"}, "video_min_items_for_discount": {"type": "integer"}, "checkout_base_price": {"type": "integer"}, "checkout_currency": {"type": "string"}, "checkout_event_name": {"type": "string"}, "checkout_image": {"type": "string"}}, "required": ["video_discount_factor", "video_min_items_for_discount", "checkout_base_price", "checkout_currency", "checkout_event_name", "checkout_image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "editor.insertSpaces": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "css.lint.unknownAtRules": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}}, "required": ["editor.tabSize", "editor.insertSpaces", "workbench.colorTheme", "editor.defaultFormatter", "css.lint.unknownAtRules", "editor.formatOnSave", "editor.fontFamily", "editor.fontLigatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.tabSize" : 2, "editor.insertSpaces" : true, "workbench.colorTheme" : "Night Owl", "editor.defaultFormatter" : "esbenp.prettier-vscode", "css.lint.unknownAtRules" : "ignore", "editor.formatOnSave" : true, "editor.fontFamily" : "'Fira Code', Menlo, Monaco, 'Courier New', monospace", "editor.fontLigatures" : true} | json_instruct | {"type": "object", "properties": {"editor.tabSize": {"type": "integer"}, "editor.insertSpaces": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "css.lint.unknownAtRules": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.fontFamily": {"type": "string"}, "editor.fontLigatures": {"type": "boolean"}}, "required": ["editor.tabSize", "editor.insertSpaces", "workbench.colorTheme", "editor.defaultFormatter", "css.lint.unknownAtRules", "editor.formatOnSave", "editor.fontFamily", "editor.fontLigatures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cells": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["cells"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cells" : [{"title" : "Intro to React", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React1", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React2", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React3", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React4", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React5", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}, {"title" : "Intro to React6", "image" : "https://i.picsum.photos/id/0/5616/3744.jpg"}]} | json_instruct | {"type": "object", "properties": {"cells": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}}, "required": ["title", "image"]}}}, "required": ["cells"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "1616756", "rx_recvCnt" : "233", "rx_gpsDate" : "100319", "rx_gpsTime" : "63125", "rx_lat" : 35.721468, "rx_long" : 139.762224, "rx_alt" : "66", "rx_temp" : "33.95", "rx_airP" : "101643", "rx_bSize" : "35", "tx_id" : "23", "tx_cnt" : "240", "payload" : 1, "tx_gpsTime" : "63116", "tx_lat" : 35.721424, "tx_long" : 139.762112, "tx_alt" : 51}} | json_instruct | {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 2506, "hash" : 2335497814, "artDyeHash" : 2335497814, "redacted" : false, "dyeManifestHash" : 3051050070, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900728291": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728292": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728293": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728294": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900728291", "900728292", "900728293", "900728294"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900728291" : {"nama" : "TPS 1", "dapil" : [7302, 17308, 2731305]}, "900728292" : {"nama" : "TPS 2", "dapil" : [7302, 17308, 2731305]}, "900728293" : {"nama" : "TPS 3", "dapil" : [7302, 17308, 2731305]}, "900728294" : {"nama" : "TPS 4", "dapil" : [7302, 17308, 2731305]}} | json_instruct | {"type": "object", "properties": {"900728291": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728292": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728293": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900728294": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900728291", "900728292", "900728293", "900728294"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "contributors": {"type": "array", "items": {}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"alinex-builder": {"type": "string"}, "chai": {"type": "string"}}, "required": ["alinex-builder", "chai"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "os": {"type": "array", "items": {}}}, "required": ["name", "version", "description", "copyright", "private", "keywords", "homepage", "repository", "bugs", "author", "contributors", "license", "main", "scripts", "directories", "dependencies", "devDependencies", "optionalDependencies", "engines", "os"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "alinex-media", "version" : "0.0.0", "description" : "Media analyzation and manipulation controller.", "copyright" : "Alexander Schilling 2016", "private" : false, "keywords" : ["Media", "Files", "Audio", "Video", "Images", "Convert"], "homepage" : "http://alinex.github.io/node-media/", "repository" : {"type" : "git", "url" : "https://github.com/alinex/node-media"}, "bugs" : "https://github.com/alinex/node-media/issues", "author" : {"email" : "info@alinex.de", "name" : "Alexander Schilling", "url" : "http://alinex.de"}, "contributors" : [], "license" : "Apache-2.0", "main" : "./lib/index.js", "scripts" : {"prepublish" : "node_modules/.bin/builder -c compile --uglify", "test" : "node_modules/.bin/builder -c test"}, "directories" : {"lib" : "./lib"}, "dependencies" : {}, "devDependencies" : {"alinex-builder" : "1.x", "chai" : "2.x"}, "optionalDependencies" : {}, "engines" : {"node" : ">=0.10"}, "os" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "name", "url"]}, "contributors": {"type": "array", "items": {}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"alinex-builder": {"type": "string"}, "chai": {"type": "string"}}, "required": ["alinex-builder", "chai"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "os": {"type": "array", "items": {}}}, "required": ["name", "version", "description", "copyright", "private", "keywords", "homepage", "repository", "bugs", "author", "contributors", "license", "main", "scripts", "directories", "dependencies", "devDependencies", "optionalDependencies", "engines", "os"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101820269, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ae6ecae792f3da4f3132005de8c8bf19", "wof:id" : 101820269, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [15.037405, 52.309852, 15.09155, 52.31998], "geometry" : {"coordinates" : [[[15.085902, 52.31627], [15.085799, 52.315373], [15.088726, 52.315248], [15.088623, 52.314352], [15.09155, 52.314226], [15.091447, 52.31333], [15.089984, 52.313393], [15.089881, 52.312497], [15.088417, 52.312559], [15.088315, 52.311663], [15.086851, 52.311726], [15.086749, 52.31083], [15.085286, 52.310893], [15.085183, 52.309996], [15.082256, 52.310122], [15.082462, 52.311914], [15.080999, 52.311977], [15.081101, 52.312873], [15.076711, 52.313061], [15.076609, 52.312165], [15.075146, 52.312227], [15.074941, 52.310435], [15.073477, 52.310498], [15.07358, 52.311394], [15.06919, 52.311582], [15.069088, 52.310685], [15.067625, 52.310748], [15.067522, 52.309852], [15.066059, 52.309914], [15.066161, 52.31081], [15.061772, 52.310998], [15.061669, 52.310102], [15.055817, 52.310351], [15.056123, 52.31304], [15.051733, 52.313227], [15.051835, 52.314123], [15.045982, 52.314372], [15.046084, 52.315268], [15.041694, 52.315455], [15.041796, 52.316351], [15.037405, 52.316538], [15.037609, 52.31833], [15.040536, 52.318206], [15.040638, 52.319102], [15.042101, 52.31904], [15.041897, 52.317247], [15.057995, 52.316562], [15.058097, 52.317458], [15.063951, 52.317209], [15.063746, 52.315416], [15.081307, 52.314665], [15.081409, 52.315562], [15.082873, 52.315499], [15.083386, 52.31998], [15.08485, 52.319917], [15.084439, 52.316332], [15.085902, 52.31627]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"TITLE": {"type": "string"}, "english": {"type": "string"}, "spanish": {"type": "string"}, "language": {"type": "string"}, "SIGN IN": {"type": "string"}, "Home": {"type": "string"}, "CONTACT": {"type": "string"}, "profile": {"type": "string"}, "admin": {"type": "string"}, "TECHNICIANS": {"type": "string"}, "WELLCOME": {"type": "string"}, "LOGOUT": {"type": "string"}, "INFORMATION": {"type": "string"}, "ABOUT": {"type": "string"}, "FOLLOW": {"type": "string"}, "STAY_POSTED": {"type": "string"}}, "required": ["TITLE", "english", "spanish", "language", "SIGN IN", "Home", "CONTACT", "profile", "admin", "TECHNICIANS", "WELLCOME", "LOGOUT", "INFORMATION", "ABOUT", "FOLLOW", "STAY_POSTED"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TITLE" : "Repair on time", "english" : "EN", "spanish" : "ES", "language" : "Lenguaje", "SIGN IN" : "Sign in", "Home" : "Inicio", "CONTACT" : "Contacto", "profile" : "Perfil", "admin" : "Administrador", "TECHNICIANS" : "T\u00e9cnicos", "WELLCOME" : "Bienvenido", "LOGOUT" : "Salir", "INFORMATION" : "Informaci\u00f3n", "ABOUT" : "Acerca de", "FOLLOW" : "Seguir", "STAY_POSTED" : "Manterese Informado"} | json_instruct | {"type": "object", "properties": {"TITLE": {"type": "string"}, "english": {"type": "string"}, "spanish": {"type": "string"}, "language": {"type": "string"}, "SIGN IN": {"type": "string"}, "Home": {"type": "string"}, "CONTACT": {"type": "string"}, "profile": {"type": "string"}, "admin": {"type": "string"}, "TECHNICIANS": {"type": "string"}, "WELLCOME": {"type": "string"}, "LOGOUT": {"type": "string"}, "INFORMATION": {"type": "string"}, "ABOUT": {"type": "string"}, "FOLLOW": {"type": "string"}, "STAY_POSTED": {"type": "string"}}, "required": ["TITLE", "english", "spanish", "language", "SIGN IN", "Home", "CONTACT", "profile", "admin", "TECHNICIANS", "WELLCOME", "LOGOUT", "INFORMATION", "ABOUT", "FOLLOW", "STAY_POSTED"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 21, "n_trials" : 80, "objective" : "deap_combo1_on_cube", "white" : "hyperopt_tpe", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [78.95135379164896, 2.19538107956546], "best_x" : [[0.679265670434464, 0.7422748778786828, 0.38072268979601825, 0.6549312132729945, 0.7503261625671891, 0.3307788487133121, 0.7358991968604024, 0.21901583483410708, 0.6841306852105856, 0.30618454326193056, 0.5585116172195317, 0.3659546989937836, 0.6083354076997396, 0.8021132595716394, 0.5092598830481443, 0.5720722511913963, 0.6835043774159781, 0.5422649600645583, 0.29886619371171874, 0.32711353106621777, 0.7318843525464455], [0.5249694542463458, 0.525782653951057, 0.5258947186862272, 0.5247843117393868, 0.5271547529657695, 0.5254792356617337, 0.527386090242898, 0.525842641336667, 0.5265498668261397, 0.5252651826941632, 0.5259661715401377, 0.5270893517192534, 0.5264238346675268, 0.5264294873380455, 0.526973839670447, 0.5259360339025823, 0.5257867064072111, 0.5255218585378686, 0.5255311922444162, 0.5262011673258721, 0.5258571812784404]], "feval_count" : [80, 771], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"package": {"type": "string"}, "full_package": {"type": "string"}, "python_package": {"type": "string"}}, "required": ["package", "full_package", "python_package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"package" : "package-name", "full_package" : "{{ 'chmp-app-' + cookiecutter.package }}", "python_package" : "{{ cookiecutter.package.replace('-', '_') }}"} | json_instruct | {"type": "object", "properties": {"package": {"type": "string"}, "full_package": {"type": "string"}, "python_package": {"type": "string"}}, "required": ["package", "full_package", "python_package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"requestId": {"type": "integer"}, "status": {"type": "array", "items": {"type": "object", "properties": {"currentItemId": {"type": "integer"}, "currentTime": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"autoplay": {"type": "boolean"}, "customData": {"type": "object", "properties": {"payload": {"type": "object", "properties": {"thumb": {"type": "null"}, "title:": {"type": "string"}}, "required": ["thumb", "title:"]}}, "required": ["payload"]}, "itemId": {"type": "integer"}, "media": {"type": "object", "properties": {"contentId": {"type": "string"}, "contentType": {"type": "string"}, "duration": {"type": "number"}, "streamType": {"type": "string"}}, "required": ["contentId", "contentType", "duration", "streamType"]}}, "required": ["autoplay", "customData", "itemId", "media"]}}, "media": {"type": "object", "properties": {"contentId": {"type": "string"}, "contentType": {"type": "string"}, "duration": {"type": "number"}, "streamType": {"type": "string"}}, "required": ["contentId", "contentType", "duration", "streamType"]}, "mediaSessionId": {"type": "integer"}, "playbackRate": {"type": "integer"}, "playerState": {"type": "string"}, "repeatMode": {"type": "string"}, "supportedMediaCommands": {"type": "integer"}, "volume": {"type": "object", "properties": {"level": {"type": "integer"}, "muted": {"type": "boolean"}, "stepInterval": {"type": "number"}, "controlType": {"type": "string"}}, "required": ["level", "muted", "stepInterval", "controlType"]}}, "required": ["currentItemId", "currentTime", "items", "media", "mediaSessionId", "playbackRate", "playerState", "repeatMode", "supportedMediaCommands", "volume"]}}, "type": {"type": "string"}}, "required": ["requestId", "status", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requestId" : 3, "status" : [{"currentItemId" : 1, "currentTime" : 0, "items" : [{"autoplay" : true, "customData" : {"payload" : {"thumb" : null, "title:" : "Example Track Title"}}, "itemId" : 1, "media" : {"contentId" : "http://192.168.1.6:8192/audio-123-mp3", "contentType" : "audio/mpeg", "duration" : 389.355102, "streamType" : "buffered"}}], "media" : {"contentId" : "http://192.168.1.6:8192/audio-123-mp3", "contentType" : "audio/mpeg", "duration" : 389.355102, "streamType" : "buffered"}, "mediaSessionId" : 1, "playbackRate" : 1, "playerState" : "BUFFERING", "repeatMode" : "REPEAT_OFF", "supportedMediaCommands" : 15, "volume" : {"level" : 1, "muted" : false, "stepInterval" : 0.05000000074505806, "controlType" : "attenuation"}}], "type" : "MEDIA_STATUS"} | json_instruct | {"type": "object", "properties": {"requestId": {"type": "integer"}, "status": {"type": "array", "items": {"type": "object", "properties": {"currentItemId": {"type": "integer"}, "currentTime": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"autoplay": {"type": "boolean"}, "customData": {"type": "object", "properties": {"payload": {"type": "object", "properties": {"thumb": {"type": "null"}, "title:": {"type": "string"}}, "required": ["thumb", "title:"]}}, "required": ["payload"]}, "itemId": {"type": "integer"}, "media": {"type": "object", "properties": {"contentId": {"type": "string"}, "contentType": {"type": "string"}, "duration": {"type": "number"}, "streamType": {"type": "string"}}, "required": ["contentId", "contentType", "duration", "streamType"]}}, "required": ["autoplay", "customData", "itemId", "media"]}}, "media": {"type": "object", "properties": {"contentId": {"type": "string"}, "contentType": {"type": "string"}, "duration": {"type": "number"}, "streamType": {"type": "string"}}, "required": ["contentId", "contentType", "duration", "streamType"]}, "mediaSessionId": {"type": "integer"}, "playbackRate": {"type": "integer"}, "playerState": {"type": "string"}, "repeatMode": {"type": "string"}, "supportedMediaCommands": {"type": "integer"}, "volume": {"type": "object", "properties": {"level": {"type": "integer"}, "muted": {"type": "boolean"}, "stepInterval": {"type": "number"}, "controlType": {"type": "string"}}, "required": ["level", "muted", "stepInterval", "controlType"]}}, "required": ["currentItemId", "currentTime", "items", "media", "mediaSessionId", "playbackRate", "playerState", "repeatMode", "supportedMediaCommands", "volume"]}}, "type": {"type": "string"}}, "required": ["requestId", "status", "type"], "$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"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "27415", "name" : {"en" : "Dubna (ctbt) / Aleksandrovka"}, "country" : "RU", "region" : "MOS", "identifiers" : {"wmo" : "27415"}, "location" : {"latitude" : 56.74, "longitude" : 37.25, "elevation" : 110}, "timezone" : "Europe/Moscow"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 34265, "UUID" : "492DF102-ACC4-4EE1-A018-8446BF6D2C3F", "DataProviderID" : 26, "DataProvidersReference" : "45939", "OperatorID" : 73, "OperatorsReference" : "EV-Box EVB-P1349066", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 34611, "Title" : "Tongelaarweg 133", "AddressLine1" : "Tongelaarweg 133", "Town" : "Rotterdam", "Postcode" : "3077 TC", "CountryID" : 159, "Latitude" : 51.89539, "Longitude" : 4.56314, "RelatedURL" : "http://www.ev-box.nl", "DistanceUnit" : 0}, "Connections" : [{"ID" : 37776, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}, {"ID" : 47142, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2016-06-04T02:42:00Z", "DataQualityLevel" : 3, "DateCreated" : "2015-01-09T06:04:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pli-tv-pvr2.7:1.1": {"type": "string"}, "pli-tv-pvr2.7:2.1": {"type": "string"}, "pli-tv-pvr2.7:3.1": {"type": "string"}}, "required": ["pli-tv-pvr2.7:1.1", "pli-tv-pvr2.7:2.1", "pli-tv-pvr2.7:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pli-tv-pvr2.7:1.1" : "bj6.274, ms5V_1003, msdiv245, vri91.160", "pli-tv-pvr2.7:2.1" : "ms5V_1004, pts-vp-pli5.81, sya8.206", "pli-tv-pvr2.7:3.1" : "ms5V_1005"} | json_instruct | {"type": "object", "properties": {"pli-tv-pvr2.7:1.1": {"type": "string"}, "pli-tv-pvr2.7:2.1": {"type": "string"}, "pli-tv-pvr2.7:3.1": {"type": "string"}}, "required": ["pli-tv-pvr2.7:1.1", "pli-tv-pvr2.7:2.1", "pli-tv-pvr2.7:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1.1"], "meta" : {"description" : "Fails test that are slow, make network calls, use the django test client, etc", "homepage" : "https://github.com/chase-seibert/django-nose-lint", "license" : "LICENSE.txt"}, "versions" : {"0.1" : {"sha256" : "a19b7ca896b7b201b224aca74e428594b253319d6f2bc6e69e2834eff7c78a9b", "url" : "https://files.pythonhosted.org/packages/92/f4/f1c02a3fe4908748be29bac9d3034064c7ba95cf7e64876922dfad673cc2/django-nose-lint-0.1.tar.gz"}, "0.1.1" : {"sha256" : "6e65ff902dc16afa6a1a825730f009c3720c345631e18d3f1233f3b22ad2ca4e", "url" : "https://files.pythonhosted.org/packages/4e/cc/6e3e58cf35d5bf487d003b58f2c8da6dc30e0d17516fba0d209daad67d64/django-nose-lint-0.1.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["173886"], "\uc81c\uc548\uc77c\uc790" : ["2006-02-08"], "\uc81c\uc548\uc790" : ["\uae40\ud55c\uae38\uc758\uc6d0\ub4f16\uc778\uc678290\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\uc81c258\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["2006-02-09"], "\uc758\uacb0\uc77c" : ["2006-02-09"], "\ud68c\uc758\uba85" : ["\uc81c258\ud68c\uad6d\ud68c(\uc784\uc2dc\ud68c)\uc81c3\ucc28\ubcf8\ud68c\uc758"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}} | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"datasets": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "object", "properties": {"institution": {"type": "object", "properties": {"ENVEO IT GmbH": {"type": "string"}}, "required": ["ENVEO IT GmbH"]}}, "required": ["institution"]}, "defaults": {"type": "object", "properties": {"ecv": {"type": "string"}, "institution": {"type": "string"}, "data_type": {"type": "string"}, "platform": {"type": "string"}, "sensor": {"type": "string"}, "product_version": {"type": "string"}, "time_coverage_resolution": {"type": "string"}, "product_string": {"type": "string"}, "processing_level": {"type": "string"}}, "required": ["ecv", "institution", "data_type", "platform", "sensor", "product_version", "time_coverage_resolution", "product_string", "processing_level"]}, "overrides": {"type": "object", "properties": {"product_version": {"type": "string"}}, "required": ["product_version"]}, "realisations": {"type": "object", "properties": {"/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/": {"type": "string"}}, "required": ["/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/"]}}, "required": ["datasets", "mappings", "defaults", "overrides", "realisations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datasets" : ["/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/"], "mappings" : {"institution" : {"ENVEO IT GmbH" : "ENVironmental Earth Observation IT GmbH"}}, "defaults" : {"ecv" : "ice sheets", "institution" : "ENVironmental Earth Observation IT GmbH", "data_type" : "ice sheet velocity", "platform" : "Sentinel-1A", "sensor" : "SAR-C (Sentinel-1)", "product_version" : "1.2", "time_coverage_resolution" : "Unspecified", "product_string" : "UNSPECIFIED", "processing_level" : "Unspecified"}, "overrides" : {"product_version" : "1.2"}, "realisations" : {"/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/" : "greenland_map_winter_2015_2016"}} | json_instruct | {"type": "object", "properties": {"datasets": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "object", "properties": {"institution": {"type": "object", "properties": {"ENVEO IT GmbH": {"type": "string"}}, "required": ["ENVEO IT GmbH"]}}, "required": ["institution"]}, "defaults": {"type": "object", "properties": {"ecv": {"type": "string"}, "institution": {"type": "string"}, "data_type": {"type": "string"}, "platform": {"type": "string"}, "sensor": {"type": "string"}, "product_version": {"type": "string"}, "time_coverage_resolution": {"type": "string"}, "product_string": {"type": "string"}, "processing_level": {"type": "string"}}, "required": ["ecv", "institution", "data_type", "platform", "sensor", "product_version", "time_coverage_resolution", "product_string", "processing_level"]}, "overrides": {"type": "object", "properties": {"product_version": {"type": "string"}}, "required": ["product_version"]}, "realisations": {"type": "object", "properties": {"/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/": {"type": "string"}}, "required": ["/neodc/esacci/ice_sheets_greenland/data/greenland_ice_velocity/greenland_ice_velocity_map_winter_2015_2016/v1.2/"]}}, "required": ["datasets", "mappings", "defaults", "overrides", "realisations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Gr\u00e9zieux-le-Fromental", "dpt" : "Loire", "inscrits" : 114, "abs" : 25, "votants" : 89, "blancs" : 15, "nuls" : 2, "exp" : 72, "res" : [{"panneau" : "2", "voix" : 37}, {"panneau" : "1", "voix" : 35}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Canet-en-Roussillon", "dpt" : "Pyr\u00e9n\u00e9es-Orientales", "inscrits" : 11310, "abs" : 2729, "votants" : 8581, "blancs" : 708, "nuls" : 274, "exp" : 7599, "res" : [{"panneau" : "1", "voix" : 3855}, {"panneau" : "2", "voix" : 3744}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$id": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "title": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"function": {"type": "object", "properties": {"type": {"type": "string"}, "const": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "const", "title", "description", "$comment"]}, "base_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "base_random_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "per_level_random_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "per_level_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}}, "required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"]}}, "required": ["$id", "additionalProperties", "description", "title", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$id" : "blockception.minecraft.behavior.loot_tables.enchant_book_for_trading", "additionalProperties" : false, "description" : "The function enchant_book_for_trading", "title" : "Enchant Book For Trading", "required" : ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"], "properties" : {"function" : {"type" : "string", "const" : "enchant_book_for_trading", "title" : "Function", "description" : "UNDOCUMENTED", "$comment" : "UNDOCUMENTED"}, "base_cost" : {"type" : "integer", "title" : "Base Cost", "description" : "UNDOCUMENTED", "$comment" : "UNDOCUMENTED"}, "base_random_cost" : {"type" : "integer", "title" : "Base Cost", "description" : "UNDOCUMENTED", "$comment" : "UNDOCUMENTED"}, "per_level_random_cost" : {"type" : "integer", "title" : "Base Cost", "description" : "UNDOCUMENTED", "$comment" : "UNDOCUMENTED"}, "per_level_cost" : {"type" : "integer", "title" : "Base Cost", "description" : "UNDOCUMENTED", "$comment" : "UNDOCUMENTED"}}} | json_instruct | {"type": "object", "properties": {"$id": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "title": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"function": {"type": "object", "properties": {"type": {"type": "string"}, "const": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "const", "title", "description", "$comment"]}, "base_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "base_random_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "per_level_random_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}, "per_level_cost": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comment": {"type": "string"}}, "required": ["type", "title", "description", "$comment"]}}, "required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"]}}, "required": ["$id", "additionalProperties", "description", "title", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "element": {"type": "string"}, "weapontype": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "rarity": {"type": "string"}, "birthday": {"type": "string"}, "constellation": {"type": "string"}, "substat": {"type": "string"}, "images": {"type": "object", "properties": {"image": {"type": "string"}, "card": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["image", "card", "portrait"]}, "cv": {"type": "object", "properties": {"english": {"type": "string"}, "japanese": {"type": "string"}, "korean": {"type": "string"}, "chinese": {"type": "string"}}, "required": ["english", "japanese", "korean", "chinese"]}, "affiliation": {"type": "string"}, "description": {"type": "string"}, "talentmaterialtype": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "titles", "element", "weapontype", "gender", "region", "rarity", "birthday", "constellation", "substat", "images", "cv", "affiliation", "description", "talentmaterialtype", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ganyu", "titles" : ["Plenilune Gaze"], "element" : "Cryo", "weapontype" : "Bow", "gender" : "Female", "region" : "Liyue", "rarity" : "5", "birthday" : "December 2", "constellation" : "Sinae Unicornis", "substat" : "CRIT DMG%", "images" : {"image" : "https://static.wikia.nocookie.net/gensin-impact/images/0/0a/Character_Ganyu_Thumb.png", "card" : "https://static.wikia.nocookie.net/gensin-impact/images/8/8d/Character_Ganyu_Card.png", "portrait" : "https://static.wikia.nocookie.net/gensin-impact/images/a/a0/Character_Ganyu_Portrait.png"}, "cv" : {"english" : "Jennifer Losi", "japanese" : "Reina Ueda", "korean" : "Kim Seonhye", "chinese" : "Su Lin"}, "affiliation" : "Yuehai Pavilion", "description" : "The secretary to the Liyue Qixing. The blood of both human and illuminated beast flows within her veins.", "talentmaterialtype" : "Diligence", "url" : "https://genshin-impact.fandom.com/wiki/Ganyu"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "element": {"type": "string"}, "weapontype": {"type": "string"}, "gender": {"type": "string"}, "region": {"type": "string"}, "rarity": {"type": "string"}, "birthday": {"type": "string"}, "constellation": {"type": "string"}, "substat": {"type": "string"}, "images": {"type": "object", "properties": {"image": {"type": "string"}, "card": {"type": "string"}, "portrait": {"type": "string"}}, "required": ["image", "card", "portrait"]}, "cv": {"type": "object", "properties": {"english": {"type": "string"}, "japanese": {"type": "string"}, "korean": {"type": "string"}, "chinese": {"type": "string"}}, "required": ["english", "japanese", "korean", "chinese"]}, "affiliation": {"type": "string"}, "description": {"type": "string"}, "talentmaterialtype": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "titles", "element", "weapontype", "gender", "region", "rarity", "birthday", "constellation", "substat", "images", "cv", "affiliation", "description", "talentmaterialtype", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"save_path": {"type": "string"}, "n_epochs": {"type": "integer"}, "n_samples_tsne": {"type": "integer"}, "n_samples_posterior_density": {"type": "integer"}, "train_size": {"type": "number"}, "M_permutation": {"type": "integer"}, "M_sampling": {"type": "integer"}, "rate": {"type": "number"}}, "required": ["save_path", "n_epochs", "n_samples_tsne", "n_samples_posterior_density", "train_size", "M_permutation", "M_sampling", "rate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"save_path" : "tests/data/", "n_epochs" : 1, "n_samples_tsne" : 10, "n_samples_posterior_density" : 2, "train_size" : 0.5, "M_permutation" : 10, "M_sampling" : 10, "rate" : 1.0} | json_instruct | {"type": "object", "properties": {"save_path": {"type": "string"}, "n_epochs": {"type": "integer"}, "n_samples_tsne": {"type": "integer"}, "n_samples_posterior_density": {"type": "integer"}, "train_size": {"type": "number"}, "M_permutation": {"type": "integer"}, "M_sampling": {"type": "integer"}, "rate": {"type": "number"}}, "required": ["save_path", "n_epochs", "n_samples_tsne", "n_samples_posterior_density", "train_size", "M_permutation", "M_sampling", "rate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404570155, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "d32a2e0a2bbd33f01baa8a01b21e4386", "wof:id" : 404570155, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [6.3731, 46.55485, 6.3731, 46.55485], "geometry" : {"coordinates" : [6.3731, 46.55485], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.25, 43.916666666666664], [141.25, 44.0], [141.375, 44.0], [141.375, 43.916666666666664], [141.25, 43.916666666666664]]]}, "properties" : {"code" : 654172, "url" : "http://madefor.github.io/0410/api/v1/654172.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/654172.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"region": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["region", "stub", "type"]}, "info": {"type": "object", "properties": {"grade": {"type": "string"}, "name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["grade", "name", "types"]}}, "required": ["meta", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"region" : "fairly_tall_wall", "stub" : "illusions_of_ecstasy", "type" : "route"}, "info" : {"grade" : "5.10a", "name" : "Illusions of Ecstasy", "types" : ["unknown"]}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"region": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["region", "stub", "type"]}, "info": {"type": "object", "properties": {"grade": {"type": "string"}, "name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["grade", "name", "types"]}}, "required": ["meta", "info"], "$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-03-08T03:00:00Z", "Temp" : 7.3, "RelHum" : 93, "WindSpeed" : 5.5, "WindDir" : 277} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "In a medium bowl, cream together the margarine, peanut butter, and sugar. Beat in the eggs, one at a time, then stir in the vanilla. Combine the flour, baking powder and salt; stir into the peanut butter mixture. Drop by rounded spoonfuls onto the unprepared cookie sheet.", "Bake for 8 to 10 minutes in the preheated oven. Do not overbake: cookies will be soft and chewy. Allow cookies to cool on baking sheet for 5 minutes before removing to a wire rack to cool completely."], "ingredients" : ["1/2 cup margarine", "1/2 cup peanut butter", "1 cup white sugar", "2 eggs", "1/2 teaspoon vanilla extract", "1 cup all-purpose flour", "1 teaspoon baking powder", "1/4 teaspoon salt"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Peanut Butter Cookies VI", "url" : "http://allrecipes.com/recipe/16544/peanut-butter-cookies-vi/"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"home" : "https://cecinestpasun.com/", "name" : "Russell Keith-Magee", "twitter" : "freakboy3742"} | json_instruct | {"type": "object", "properties": {"home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"5e37bc72098669f2819a108c14a13a521c3751af6dab8f1b03ccfc23ab5da231\"", "Last-Modified" : "Wed, 02 Jun 2021 19:47:31 GMT", "base" : {"repo" : {"name" : "fswatch-feedstock"}}, "closed_at" : "2021-06-02T19:47:30Z", "created_at" : "2021-06-02T19:16:02Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/fswatch-feedstock/pull/12", "id" : 660329376, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-06-02T19:47:30Z", "number" : 12, "state" : "closed", "updated_at" : "2021-06-02T19:47:31Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Shantou University", "alt_name" : "(STU)", "country" : "China", "state" : null, "address" : {"street" : "243 Daxue Road,", "city" : "Shantou", "province" : "Guangdong Province", "postal_code" : "515063"}, "contact" : {"telephone" : "+86(754) 86503821", "website" : "http://www.stu.edu.cn", "email" : "icd@stu.edu.cn", "fax" : "+86(754) 86500050"}, "funding" : "Public", "languages" : null, "academic_year" : "September to July (September-January; February-July)", "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "core-js": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "@angular/platform-browser", "core-js", "rxjs"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}}, "required": ["@types/lodash"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ngx-restangular", "version" : "3.0.0", "description" : "ngx-restangular", "repository" : {"type" : "git", "url" : "git+https://github.com/2muchcoffeecom/ngx-restangular.git"}, "keywords" : ["ng2-rest", "ng2-restangular", "ngx-restangular", "angular2-restangular", "angular4-restangular", "angular2-rest", "angular4-rest", "restangular", "angular 2 restangular", "angular 4 restangular", "angular 2 rest", "angular 4 rest"], "author" : "logvinoleg89 <logvinoleg89@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/2muchcoffeecom/ngx-restangular/issues"}, "homepage" : "https://github.com/2muchcoffeecom/ngx-restangular#readme", "peerDependencies" : {"@angular/core" : "^6.0", "@angular/common" : "^6.0", "@angular/platform-browser" : "^6.0", "core-js" : ">=2.4.1", "rxjs" : "^6.0"}, "dependencies" : {"@types/lodash" : "^4.14.62"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "core-js": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "@angular/platform-browser", "core-js", "rxjs"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}}, "required": ["@types/lodash"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}}, "required": ["outDir", "sourceMap", "inlineSourceMap", "inlineSources"]}}, "required": ["extends", "files", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./tsconfig.json", "files" : ["./webpack.config.ts"], "compilerOptions" : {"outDir" : "../", "sourceMap" : false, "inlineSourceMap" : false, "inlineSources" : false}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}}, "required": ["outDir", "sourceMap", "inlineSourceMap", "inlineSources"]}}, "required": ["extends", "files", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}}, "required": ["icao"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "KF170", "name" : {"en" : "Center / North Jericho"}, "country" : "US", "region" : "TX", "identifiers" : {"icao" : "KF17"}, "location" : {"latitude" : 31.8316, "longitude" : -94.1564, "elevation" : 97}, "timezone" : "America/Chicago"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}}, "required": ["icao"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$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"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "parcel-bundler": {"type": "string"}, "parcel-plugin-compress": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "parcel-bundler", "parcel-plugin-compress", "tailwindcss"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}}, "required": ["name", "version", "description", "main", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "whymyulauncherextensiondoestwork", "version" : "1.0.0", "description" : "Explanation of the common reason of Ulauncher Extension load failure", "main" : "index.js", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"autoprefixer" : "^9.8.4", "parcel-bundler" : "^1.12.4", "parcel-plugin-compress" : "^2.0.2", "tailwindcss" : "^1.4.6"}, "scripts" : {"dev" : "parcel src/index.html", "build" : "parcel build src/index.html"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "parcel-bundler": {"type": "string"}, "parcel-plugin-compress": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "parcel-bundler", "parcel-plugin-compress", "tailwindcss"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}}, "required": ["name", "version", "description", "main", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["name", "code", "timezone"]}, "birthday": {"type": "string"}, "deathday": {"type": "null"}, "gender": {"type": "string"}, "image": {"type": "object", "properties": {"medium": {"type": "string"}, "original": {"type": "string"}}, "required": ["medium", "original"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}}, "required": ["id", "url", "name", "country", "birthday", "deathday", "gender", "image", "_links"]}, "character": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "object", "properties": {"medium": {"type": "string"}, "original": {"type": "string"}}, "required": ["medium", "original"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}}, "required": ["id", "url", "name", "image", "_links"]}, "self": {"type": "boolean"}, "voice": {"type": "boolean"}}, "required": ["person", "character", "self", "voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"person" : {"id" : 25439, "url" : "https://www.tvmaze.com/people/25439/hugh-laurie", "name" : "Hugh Laurie", "country" : {"name" : "United Kingdom", "code" : "GB", "timezone" : "Europe/London"}, "birthday" : "1959-06-11", "deathday" : null, "gender" : "Male", "image" : {"medium" : "https://static.tvmaze.com/uploads/images/medium_portrait/46/117107.jpg", "original" : "https://static.tvmaze.com/uploads/images/original_untouched/46/117107.jpg"}, "_links" : {"self" : {"href" : "https://api.tvmaze.com/people/25439"}}}, "character" : {"id" : 32873, "url" : "https://www.tvmaze.com/characters/32873/house-dr-gregory-house", "name" : "Dr. Gregory House", "image" : {"medium" : "https://static.tvmaze.com/uploads/images/medium_portrait/0/1348.jpg", "original" : "https://static.tvmaze.com/uploads/images/original_untouched/0/1348.jpg"}, "_links" : {"self" : {"href" : "https://api.tvmaze.com/characters/32873"}}}, "self" : false, "voice" : false} | json_instruct | {"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "timezone": {"type": "string"}}, "required": ["name", "code", "timezone"]}, "birthday": {"type": "string"}, "deathday": {"type": "null"}, "gender": {"type": "string"}, "image": {"type": "object", "properties": {"medium": {"type": "string"}, "original": {"type": "string"}}, "required": ["medium", "original"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}}, "required": ["id", "url", "name", "country", "birthday", "deathday", "gender", "image", "_links"]}, "character": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "object", "properties": {"medium": {"type": "string"}, "original": {"type": "string"}}, "required": ["medium", "original"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self"]}}, "required": ["id", "url", "name", "image", "_links"]}, "self": {"type": "boolean"}, "voice": {"type": "boolean"}}, "required": ["person", "character", "self", "voice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sapisafolaaw", "h" : [{"d" : [{"f" : "\u60f3\u611a\u5f04\u4ed6\u4eba\u3002", "e" : ["\ufff9`O~ `maan~ `a~ `tamdawan~ `kiso~, `sapisafola~`aw~ `sa~ `kiso~ `kami~`ana~`n~ `han~?\ufffa\ufffb\u4f60\u662f\u4ec0\u9ebc\u6a23\u4eba\uff0c\u9084\u60f3\u611a\u5f04\u6211\u5011\u55ce\uff1f"]}]}], "stem" : "fola"} | 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"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$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"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "repo": {"type": "string"}, "distribution_name": {"type": "string"}}, "required": ["name", "name_pretty", "product_documentation", "client_documentation", "issue_tracker", "release_level", "language", "repo", "distribution_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "google-events", "name_pretty" : "Google CloudEvents - Python", "product_documentation" : "https://googleapis.dev/python/google-events/latest", "client_documentation" : "https://googleapis.dev/python/google-events/latest", "issue_tracker" : "https://github.com/googleapis/google-cloudevents-python/issues", "release_level" : "alpha", "language" : "python", "repo" : "googleapis/google-cloudevents-python", "distribution_name" : "google-events"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "repo": {"type": "string"}, "distribution_name": {"type": "string"}}, "required": ["name", "name_pretty", "product_documentation", "client_documentation", "issue_tracker", "release_level", "language", "repo", "distribution_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "gcm_sender_id": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}}, "required": ["name", "gcm_sender_id", "short_name", "description", "start_url", "display", "background_color", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Submission3.2", "gcm_sender_id" : "377986068848", "short_name" : "DicodSbu", "description" : "Submission 2 PWA", "start_url" : "/index.html", "display" : "standalone", "background_color" : "#455a64", "theme_color" : "#455a64", "icons" : [{"src" : "asset/icon.png", "sizes" : "512x512", "type" : "image/png"}, {"src" : "asset/icon192.png", "sizes" : "192x192", "type" : "image/png"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "gcm_sender_id": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}}, "required": ["name", "gcm_sender_id", "short_name", "description", "start_url", "display", "background_color", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"jquery.cropit.js": {"type": "string"}, "jquery.cropit.min.js": {"type": "string"}}, "required": ["jquery.cropit.js", "jquery.cropit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.cropit.js" : "sha512-USIzw82Pi1HvlXMcSBoLo/8rgc2vJK/KFQ/699t9TOyHva2hICA7FOetHBSZv8Ew2sK28lHQBGy1c6evmRFOKg==", "jquery.cropit.min.js" : "sha512-L6xbg9+dbMRg5xxTggUjN2DuyWB76WhKoKW41zv21flc48S+YnsnWl++FQMmiEp5vaWCeuerYoARi+AHNSO5rQ=="} | json_instruct | {"type": "object", "properties": {"jquery.cropit.js": {"type": "string"}, "jquery.cropit.min.js": {"type": "string"}}, "required": ["jquery.cropit.js", "jquery.cropit.min.js"], "$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"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1906022001", "nama" : "Gantung"}, {"id" : "1906022002", "nama" : "Selingsing"}, {"id" : "1906022003", "nama" : "Jangkar Asam"}, {"id" : "1906022004", "nama" : "Lilangan"}, {"id" : "1906022009", "nama" : "Lenggang"}, {"id" : "1906022010", "nama" : "Batu Penyu"}, {"id" : "1906022011", "nama" : "Limbongan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"angular-translate-storage-local.js": {"type": "string"}, "angular-translate-storage-local.min.js": {"type": "string"}}, "required": ["angular-translate-storage-local.js", "angular-translate-storage-local.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-translate-storage-local.js" : "sha512-NHTGB06NwO9fGJ4IyT0PvTLkjZ3UbSUGjN8pMzJu1hmbDKQJAQCF8t1xxn41kBwssTuElNG8ne1iWQsNCD3CsQ==", "angular-translate-storage-local.min.js" : "sha512-bkqKVMpM0Le4/R/gmFpTmQ6AYBwI3KHgOnrQkj8cykcGvt08T7aJ5T8DogCImQTVrmrkZ8qGY4lCOO+0DM6HLw=="} | json_instruct | {"type": "object", "properties": {"angular-translate-storage-local.js": {"type": "string"}, "angular-translate-storage-local.min.js": {"type": "string"}}, "required": ["angular-translate-storage-local.js", "angular-translate-storage-local.min.js"], "$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"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "host_permissions": {"type": "array", "items": {}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["name", "description", "version", "manifest_version", "background", "permissions", "action", "host_permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "AUTO_UPDATED", "description" : "AUTO_UPDATED", "version" : "AUTO_UPDATED", "manifest_version" : 3, "background" : {"service_worker" : "background.js"}, "permissions" : ["storage"], "action" : {"default_popup" : "ui.html?type=popup"}, "host_permissions" : [], "icons" : {"16" : "manifest/icons/sui-icon-16.png", "32" : "manifest/icons/sui-icon-32.png", "48" : "manifest/icons/sui-icon-48.png", "128" : "manifest/icons/sui-icon-128.png"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "host_permissions": {"type": "array", "items": {}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["name", "description", "version", "manifest_version", "background", "permissions", "action", "host_permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.7.7"], "meta" : {"description" : "Source Browser and Software Developers Toolkit", "homepage" : "luke-sdk.berlios.de", "license" : "Copyright (c) 2007-8 Eur Ing Christopher Thoday, cthoday@mail.berlios.de.\r\n\r\nPermission to use, copy, modify and distribute this software and its\r\ndocumentation for any purpose and without fee is hereby granted, provided\r\nthat the above copyright notice appear in all copies and that both the\r\ncopyright notice and this permission notice appear in supporting documentation.\r\n\r\nChristopher Thoday makes no representations about the suitability of this\r\nsoftware for any purpose. It is provided \"as is\" without express or implied\r\nwarranty."}, "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"fees" : -2500000000, "ts" : "1534313101", "txid" : "6e7e2c90f26726627f97fc3c076e5322d8df7c77abc1f843d315123dd7d6bcab", "block" : 1411609, "in" : [{"coinbase" : "03198a150484c2735b08fabe6d6d39353432322e32353530322f343833363120666669642074612039393531313401000000000000000fffee24aa0200000d2f6e6f64655374726174756d2f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MC7JWqUyPx5K21hHunDYJPSzpojBr4GVoe", "value" : 2500000000, "spent" : "f744c3fecdede953ac1557db0422f359c7f312cf3bbd47f2ee9aaadfb25c2bad"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "integer"}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}}, "required": ["fees", "ts", "txid", "block", "in", "sent", "out"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:bs": {"type": "string"}, "name:ca": {"type": "string"}, "name:en": {"type": "string"}, "name:fr": {"type": "string"}, "name:hr": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:bs", "name:ca", "name:en", "name:fr", "name:hr", "name:ro", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[17.084, 43.538], [17.088, 43.555], [17.195, 43.56], [17.255, 43.559], [17.272, 43.544], [17.332, 43.547], [17.362, 43.576], [17.415, 43.602], [17.451, 43.577], [17.503, 43.618], [17.535, 43.655], [17.552, 43.655], [17.592, 43.63], [17.577, 43.594], [17.608, 43.576], [17.584, 43.558], [17.562, 43.567], [17.513, 43.549], [17.548, 43.513], [17.617, 43.464], [17.641, 43.433], [17.672, 43.427], [17.722, 43.399], [17.681, 43.38], [17.697, 43.364], [17.689, 43.338], [17.735, 43.312], [17.702, 43.284], [17.662, 43.291], [17.624, 43.307], [17.591, 43.301], [17.566, 43.28], [17.583, 43.267], [17.565, 43.244], [17.623, 43.218], [17.645, 43.186], [17.64, 43.128], [17.621, 43.113], [17.631, 43.093], [17.554, 43.131], [17.516, 43.144], [17.449, 43.177], [17.432, 43.179], [17.428, 43.218], [17.378, 43.249], [17.342, 43.26], [17.297, 43.32], [17.252, 43.401], [17.288, 43.44], [17.286, 43.463], [17.269, 43.479], [17.224, 43.498], [17.155, 43.493], [17.124, 43.518], [17.084, 43.538]]]}, "properties" : {"name" : "West Herzegovina Canton", "iso2" : "BA-08", "admin_level" : 5, "osm_id" : 2528154, "countrylevel_id" : "iso2:BA-08", "osm_data" : {"localname" : "\u017dupanija zapadnohercegova\u010dka", "official_name" : "", "alltags" : {"name:bs" : "Zapadnohercegova\u010dki kanton", "name:ca" : "Cant\u00f3 d'Hercegovina Occidental", "name:en" : "West Herzegovina Canton", "name:fr" : "Canton de l'Herz\u00e9govine de l'Ouest", "name:hr" : "\u017dupanija zapadnohercegova\u010dka", "name:ro" : "Cantonul Her\u021begovina de Vest", "name:ru" : "\u0417\u0430\u043f\u0430\u0434\u043d\u043e\u0433\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0441\u043a\u0438\u0439 \u043a\u0430\u043d\u0442\u043e\u043d"}}, "center_lat" : 43.39, "center_lon" : 17.46, "area_m2" : 1355520153, "timezone" : "Europe/Sarajevo", "wikidata_id" : "Q18275", "wikipedia_id" : "en:West Herzegovina Canton"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:bs": {"type": "string"}, "name:ca": {"type": "string"}, "name:en": {"type": "string"}, "name:fr": {"type": "string"}, "name:hr": {"type": "string"}, "name:ro": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:bs", "name:ca", "name:en", "name:fr", "name:hr", "name:ro", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "default_locale": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "homepage_url": {"type": "string"}}, "required": ["name", "version", "manifest_version", "default_locale", "description", "icons", "action", "homepage_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "__MSG_name__", "version" : "0.3.1", "manifest_version" : 3, "default_locale" : "en", "description" : "__MSG_description__", "icons" : {"16" : "images/icon16.png", "48" : "images/icon48.png", "128" : "images/icon128.png"}, "action" : {"default_popup" : "popup.html"}, "homepage_url" : "https://github.com/marc0468/password-generator-chrome-extension"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "default_locale": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "homepage_url": {"type": "string"}}, "required": ["name", "version", "manifest_version", "default_locale", "description", "icons", "action", "homepage_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 7775, "cartId" : "58c11129-beaa-4091-a421-7989acc54b21", "preferredProducts" : [1300], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:coverage": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test:coverage", "lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "commander": {"type": "string"}, "node-dir": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "commander", "node-dir", "request"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "jest": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "jest"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "book-manager", "version" : "1.0.0", "description" : "", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "jest --config test/jest.conf.js", "test:coverage" : "jest --config test/jest.conf.js --coverage", "lint" : "eslint src/**"}, "keywords" : [], "author" : "", "license" : "MIT", "dependencies" : {"cheerio" : "^1.0.0-rc.2", "commander" : "^2.19.0", "node-dir" : "^0.1.17", "request" : "^2.88.0"}, "devDependencies" : {"eslint" : "5.3.0", "eslint-config-standard" : "11.0.0", "eslint-plugin-import" : "2.14.0", "eslint-plugin-jest" : "21.21.0", "eslint-plugin-node" : "7.0.1", "eslint-plugin-promise" : "3.8.0", "eslint-plugin-standard" : "3.1.0", "jest" : "23.5.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:coverage": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "test:coverage", "lint"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "commander": {"type": "string"}, "node-dir": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "commander", "node-dir", "request"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "jest": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "jest"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"script": {"type": "string"}, "watch": {"type": "boolean"}, "ignore_watch": {"type": "array", "items": {"type": "string"}}, "watch_options": {"type": "object", "properties": {"followSymlinks": {"type": "boolean"}}, "required": ["followSymlinks"]}, "name": {"type": "string"}}, "required": ["script", "watch", "ignore_watch", "watch_options", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"script" : "bot.js", "watch" : true, "ignore_watch" : ["node_modules", "art_imgs", ".data"], "watch_options" : {"followSymlinks" : false}, "name" : "bot"} | json_instruct | {"type": "object", "properties": {"script": {"type": "string"}, "watch": {"type": "boolean"}, "ignore_watch": {"type": "array", "items": {"type": "string"}}, "watch_options": {"type": "object", "properties": {"followSymlinks": {"type": "boolean"}}, "required": ["followSymlinks"]}, "name": {"type": "string"}}, "required": ["script", "watch", "ignore_watch", "watch_options", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"BeadyEyedLoser": {"type": "array", "items": {"type": "string"}}}, "required": ["BeadyEyedLoser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BeadyEyedLoser" : ["UnluckyEverydude", "InformedDeformity", "HollywoodHomely", "GenericCuteness", "OnlySixFaces", "BeautyEqualsGoodness", "GoodEyesEvilEyes", "Gonk", "Bishonen", "BishieSparkle", "FaceOfAThug", "GoodEyesEvilEyes", "HotBlooded", "WalkingShirtlessScene", "CharacterDevelopment", "NextTierPowerUp", "LovableCoward", "DeadpanSnarker", "TheCaptain", "CharacterDevelopment", "AdventurerArchaeologist", "IntrepidReporter", "CastOfSnowflakes", "Gonk", "UglyCute", "ButtMonkey", "FriendlessBackground", "Bishonen", "TheNondescript", "SuperMode", "DeathGlare", "MusicalEpisode", "LovableCoward", "BlackBeadEyes"]} | json_instruct | {"type": "object", "properties": {"BeadyEyedLoser": {"type": "array", "items": {"type": "string"}}}, "required": ["BeadyEyedLoser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}, "IdentityServer": {"type": "object", "properties": {"Clients": {"type": "object", "properties": {"AbpBlazorCustomizeLoginPage_Web": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_App": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_Blazor": {"type": "object", "properties": {"ClientId": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_BlazorServerTiered": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_Swagger": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}}, "required": ["AbpBlazorCustomizeLoginPage_Web", "AbpBlazorCustomizeLoginPage_App", "AbpBlazorCustomizeLoginPage_Blazor", "AbpBlazorCustomizeLoginPage_BlazorServerTiered", "AbpBlazorCustomizeLoginPage_Swagger"]}}, "required": ["Clients"]}}, "required": ["ConnectionStrings", "IdentityServer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"Default" : "Server=(LocalDb)\\MSSQLLocalDB;Database=AbpBlazorCustomizeLoginPage;Trusted_Connection=True"}, "IdentityServer" : {"Clients" : {"AbpBlazorCustomizeLoginPage_Web" : {"ClientId" : "AbpBlazorCustomizeLoginPage_Web", "ClientSecret" : "1q2w3e*", "RootUrl" : "https://localhost:44395"}, "AbpBlazorCustomizeLoginPage_App" : {"ClientId" : "AbpBlazorCustomizeLoginPage_App", "ClientSecret" : "1q2w3e*", "RootUrl" : "http://localhost:4200"}, "AbpBlazorCustomizeLoginPage_Blazor" : {"ClientId" : "AbpBlazorCustomizeLoginPage_Blazor", "RootUrl" : "https://localhost:44307"}, "AbpBlazorCustomizeLoginPage_BlazorServerTiered" : {"ClientId" : "AbpBlazorCustomizeLoginPage_BlazorServerTiered", "ClientSecret" : "1q2w3e*", "RootUrl" : "https://localhost:44314"}, "AbpBlazorCustomizeLoginPage_Swagger" : {"ClientId" : "AbpBlazorCustomizeLoginPage_Swagger", "ClientSecret" : "1q2w3e*", "RootUrl" : "https://localhost:44346"}}}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}, "IdentityServer": {"type": "object", "properties": {"Clients": {"type": "object", "properties": {"AbpBlazorCustomizeLoginPage_Web": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_App": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_Blazor": {"type": "object", "properties": {"ClientId": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_BlazorServerTiered": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}, "AbpBlazorCustomizeLoginPage_Swagger": {"type": "object", "properties": {"ClientId": {"type": "string"}, "ClientSecret": {"type": "string"}, "RootUrl": {"type": "string"}}, "required": ["ClientId", "ClientSecret", "RootUrl"]}}, "required": ["AbpBlazorCustomizeLoginPage_Web", "AbpBlazorCustomizeLoginPage_App", "AbpBlazorCustomizeLoginPage_Blazor", "AbpBlazorCustomizeLoginPage_BlazorServerTiered", "AbpBlazorCustomizeLoginPage_Swagger"]}}, "required": ["Clients"]}}, "required": ["ConnectionStrings", "IdentityServer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"blacklistSideEffects": {"type": "boolean"}, "collectOwnProperties": {"type": "boolean"}, "collectStackTraces": {"type": "boolean"}, "detailedStackTraces": {"type": "boolean"}, "enableUnifications": {"type": "boolean"}, "libraryModuleName": {"type": "string"}, "output": {"type": "string"}, "regressionInfo": {"type": "null"}, "testDistillationMode": {"type": "boolean"}, "withUnifications": {"type": "boolean"}}, "required": ["blacklistSideEffects", "collectOwnProperties", "collectStackTraces", "detailedStackTraces", "enableUnifications", "libraryModuleName", "output", "regressionInfo", "testDistillationMode", "withUnifications"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blacklistSideEffects" : true, "collectOwnProperties" : false, "collectStackTraces" : true, "detailedStackTraces" : false, "enableUnifications" : false, "libraryModuleName" : "lib", "output" : "/home/torp/development/type-regression/api-inference/test-runner/res/sampleVOPCombi/model.json", "regressionInfo" : null, "testDistillationMode" : true, "withUnifications" : false} | json_instruct | {"type": "object", "properties": {"blacklistSideEffects": {"type": "boolean"}, "collectOwnProperties": {"type": "boolean"}, "collectStackTraces": {"type": "boolean"}, "detailedStackTraces": {"type": "boolean"}, "enableUnifications": {"type": "boolean"}, "libraryModuleName": {"type": "string"}, "output": {"type": "string"}, "regressionInfo": {"type": "null"}, "testDistillationMode": {"type": "boolean"}, "withUnifications": {"type": "boolean"}}, "required": ["blacklistSideEffects", "collectOwnProperties", "collectStackTraces", "detailedStackTraces", "enableUnifications", "libraryModuleName", "output", "regressionInfo", "testDistillationMode", "withUnifications"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 11277, "citation_title" : "Boys Named Sue: Disruptive Children and their Peers", "citation_author" : ["David N. Figlio"], "citation_publication_date" : "2005-04-25", "issue_date" : "2005-04-25", "revision_date" : "None", "topics" : ["Health, Education, and Welfare", "Education"], "program" : ["Corporate Finance", "Economic Fluctuations and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper proposes an unusual identification strategy to estimate the effects of disruptive students on peer behavior and academic outcomes. I suggest that boys with names most commonly given to girls may be more prone to misbehavior as they get older. This paper utilizes data on names, classroom assignment, behavior problems and student test scores from a large Florida school district in the school years spanning 1996-97 through 1999-2000 to directly study the relationship between behavior and peer outcomes. I find that boys with female-sounding names tend to misbehave disproportionately upon entry to middle school, as compared to other boys and to their previous (relative) behavior patterns. In addition, I find that behavior problems, instrumented with the distribution of boys' names in the class, are associated with increased peer disciplinary problems and reduced peer test scores, indicating that disruptive behavior of students has negative ramifications for their peers.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}, "prettier": {"type": "string"}, "vscode-jsonrpc": {"type": "string"}, "vscode-languageserver-protocol": {"type": "string"}, "vscode-languageserver-types": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "ts-jest", "typescript", "prettier", "vscode-jsonrpc", "vscode-languageserver-protocol", "vscode-languageserver-types"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test-e2e", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "jest"}, "author" : "", "license" : "MIT", "devDependencies" : {"@types/jest" : "^23.3.10", "@types/node" : "^10.12.12", "jest" : "^23.6.0", "ts-jest" : "^23.10.5", "typescript" : "^3.2.2", "prettier" : "*", "vscode-jsonrpc" : "^4.0.0", "vscode-languageserver-protocol" : "^3.13.0", "vscode-languageserver-types" : "^3.13.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}, "prettier": {"type": "string"}, "vscode-jsonrpc": {"type": "string"}, "vscode-languageserver-protocol": {"type": "string"}, "vscode-languageserver-types": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "ts-jest", "typescript", "prettier", "vscode-jsonrpc", "vscode-languageserver-protocol", "vscode-languageserver-types"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"lastid": {"type": "integer"}, "texts": {"type": "object", "properties": {"id1": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "size": {"type": "integer"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["x", "y", "size", "text", "id"]}, "id437": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "size": {"type": "integer"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["x", "y", "size", "text", "id"]}}, "required": ["id1", "id437"]}}, "required": ["lastid", "texts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastid" : 438, "texts" : {"id1" : {"x" : 1230, "y" : 721, "size" : 20, "text" : "Hello people, enter a message anywhere", "id" : "id1"}, "id437" : {"x" : 1370, "y" : 610, "size" : 20, "text" : "@ThisIsAndela", "id" : "id437"}}} | json_instruct | {"type": "object", "properties": {"lastid": {"type": "integer"}, "texts": {"type": "object", "properties": {"id1": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "size": {"type": "integer"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["x", "y", "size", "text", "id"]}, "id437": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "size": {"type": "integer"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["x", "y", "size", "text", "id"]}}, "required": ["id1", "id437"]}}, "required": ["lastid", "texts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3507280014", "district_id" : "3507280", "name" : "CANDIRENGGO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"8782": {"type": "string"}, "8780": {"type": "string"}}, "required": ["8782", "8780"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"8782" : "8783", "8780" : "8781"} | json_instruct | {"type": "object", "properties": {"8782": {"type": "string"}, "8780": {"type": "string"}}, "required": ["8782", "8780"], "$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": {"test": {"type": "string"}, "jsdoc": {"type": "string"}, "private-jsdoc": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "jsdoc", "private-jsdoc", "coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "redux": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["pouchdb", "redux", "uuid"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "codecov": {"type": "string"}, "jsdoc": {"type": "string"}, "jsdoc-to-markdown": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "chai-as-promised", "codecov", "jsdoc", "jsdoc-to-markdown", "mocha", "nyc", "sinon", "sinon-chai"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "panmnesia", "version" : "0.1.0", "description" : "An action registry and redux-based aggregate store for a PouchDB-based event stream.", "main" : "src/index.js", "scripts" : {"test" : "nyc _mocha", "jsdoc" : "jsdoc -c jsdoc.json", "private-jsdoc" : "jsdoc -c jsdoc.json -p", "coverage" : "nyc --reporter=lcov _mocha test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/EternalDeiwos/panmnesia.git"}, "keywords" : ["event-sourcing", "eventsourcing", "event-source", "eventsource", "event-store", "eventstore", "event-stream", "eventstream", "event", "command", "selector", "cqrs", "redux", "pouchdb", "couchdb", "couchbase", "cloudant"], "author" : "@EternalDeiwos", "license" : "MIT", "bugs" : {"url" : "https://github.com/EternalDeiwos/panmnesia/issues"}, "homepage" : "https://github.com/EternalDeiwos/panmnesia#readme", "dependencies" : {"pouchdb" : "^6.3.4", "redux" : "^3.7.2", "uuid" : "^3.1.0"}, "devDependencies" : {"chai" : "^4.1.2", "chai-as-promised" : "^7.1.1", "codecov" : "^2.3.1", "jsdoc" : "^3.5.5", "jsdoc-to-markdown" : "^3.0.1", "mocha" : "^4.0.1", "nyc" : "^11.2.1", "sinon" : "^4.1.2", "sinon-chai" : "^2.14.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "jsdoc": {"type": "string"}, "private-jsdoc": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "jsdoc", "private-jsdoc", "coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "redux": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["pouchdb", "redux", "uuid"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "codecov": {"type": "string"}, "jsdoc": {"type": "string"}, "jsdoc-to-markdown": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "chai-as-promised", "codecov", "jsdoc", "jsdoc-to-markdown", "mocha", "nyc", "sinon", "sinon-chai"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x6cfddfeca2d22f3611e35c4915994472b07ca315", "tool" : "maian", "start" : 1565274767.5107412, "end" : 1565274782.507153, "duration" : 14.996411800384521, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [180.562, 226.323, 0.860727, 142.759, 266.722, 0.837351, 120.586, 265.497, 0.800692, 120.565, 337.21, 0.801635, 153.254, 399.885, 0.853845, 166.266, 266.787, 0.771034, 183.24, 316.375, 0.84203, 226.336, 338.545, 0.847195, 132.325, 402.526, 0.526389, 0, 0, 0, 0, 0, 0, 170.123, 398.587, 0.554228, 0, 0, 0, 0, 0, 0, 172.794, 217.18, 0.89029, 0, 0, 0, 145.374, 215.882, 0.872651, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}, {"pose_keypoints_2d" : [420.78, 183.216, 0.938079, 458.629, 224.954, 0.797179, 444.256, 227.591, 0.610685, 420.753, 274.572, 0.0664829, 0, 0, 0, 474.265, 223.631, 0.793822, 414.223, 270.681, 0.684784, 355.519, 298.08, 0.87487, 461.238, 367.256, 0.426174, 467.777, 465.137, 0.126675, 0, 0, 0, 483.387, 367.256, 0.49211, 495.173, 466.456, 0.164249, 0, 0, 0, 420.768, 177.978, 0.250475, 425.97, 174.064, 0.886551, 0, 0, 0, 453.388, 174.093, 0.899309], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "picamar", "definition" : "An oily liquid hydrocarbon extracted from the creosote of beechwood tar. It consists essentially of certain derivatives of pyrogallol."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "name": {"type": "string"}, "district_items": {"type": "array", "items": {"type": "string"}}, "clues": {"type": "array", "items": {}}, "characters": {"type": "array", "items": {}}, "short_description": {"type": "string"}, "long_description": {"type": "string"}}, "required": ["x", "y", "name", "district_items", "clues", "characters", "short_description", "long_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"x" : 1, "y" : 2, "name" : "Washington Heights", "district_items" : ["etc/items/lotto_ticket.json", "etc/items/note.json"], "clues" : [], "characters" : [], "short_description" : "Washington Heights is a highly commercialized neighborhood of the City of New San Diego.", "long_description" : "Washington Heights is a highly commercialized neighborhood of the City of New San Diego. The area, with over 150,000 inhabitants as of 2010, is named for the historic Fort Washington."} | json_instruct | {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "name": {"type": "string"}, "district_items": {"type": "array", "items": {"type": "string"}}, "clues": {"type": "array", "items": {}}, "characters": {"type": "array", "items": {}}, "short_description": {"type": "string"}, "long_description": {"type": "string"}}, "required": ["x", "y", "name", "district_items", "clues", "characters", "short_description", "long_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Mehtar Lam": {"type": "string"}}, "required": ["Mehtar Lam"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Mehtar Lam" : "MEH"} | json_instruct | {"type": "object", "properties": {"Mehtar Lam": {"type": "string"}}, "required": ["Mehtar Lam"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"TEST_DESCRIPTION": {"type": "string"}, "HOME": {"type": "object", "properties": {"TITLE": {"type": "string"}, "SELECT": {"type": "string"}}, "required": ["TITLE", "SELECT"]}}, "required": ["TEST_DESCRIPTION", "HOME"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TEST_DESCRIPTION" : "en: test description in en.json, {{ interpolateParams1 }} of {{ interpolateParams2 }}", "HOME" : {"TITLE" : "Hello Angular with ngx-translate!", "SELECT" : "Change language"}} | json_instruct | {"type": "object", "properties": {"TEST_DESCRIPTION": {"type": "string"}, "HOME": {"type": "object", "properties": {"TITLE": {"type": "string"}, "SELECT": {"type": "string"}}, "required": ["TITLE", "SELECT"]}}, "required": ["TEST_DESCRIPTION", "HOME"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-12-15T09:16:53Z", "data" : [{"data_type" : "pm10", "value" : "15.67", "max" : "17.00", "min" : "14.00", "sd" : "0.85"}, {"data_type" : "pm2.5", "value" : "15.20", "max" : "17.00", "min" : "14.00", "sd" : "0.93"}, {"data_type" : "pm1", "value" : "10.47", "max" : "11.00", "min" : "10.00", "sd" : "0.72"}, {"data_type" : "pm10", "value" : "15.67", "max" : "17.00", "min" : "13.00", "sd" : "1.16", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "15.20", "max" : "17.00", "min" : "13.00", "sd" : "1.10", "sensor" : 2}, {"data_type" : "pm1", "value" : "12.47", "max" : "14.00", "min" : "11.00", "sd" : "1.00", "sensor" : 2}, {"data_type" : "pm10", "value" : "2179.20", "max" : "2331.00", "min" : "2022.00", "sd" : "9.69", "sensor" : 3}, {"data_type" : "pm2.5", "value" : "593.20", "max" : "631.00", "min" : "552.00", "sd" : "4.79", "sensor" : 3}, {"data_type" : "pm1", "value" : "103.27", "max" : "118.00", "min" : "91.00", "sd" : "6.98", "sensor" : 3}, {"data_type" : "pm10", "value" : "6.07", "max" : "11.00", "min" : "4.00", "sd" : "1.91", "sensor" : 4}, {"data_type" : "noise", "value" : "33.17", "max" : "37.04", "min" : "30.08", "sd" : "1.23"}, {"data_type" : "illuminance", "value" : "98.94", "max" : "99.00", "min" : "98.00", "sd" : "0.24"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "23.81", "max" : "23.81", "min" : "23.80", "sd" : "0.00"}, {"data_type" : "humidity", "value" : "64.56", "max" : "64.62", "min" : "64.49", "sd" : "0.03"}, {"data_type" : "presure", "value" : "907.85", "max" : "907.90", "min" : "907.83", "sd" : "0.02"}, {"data_type" : "rain", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "precipitation", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"fichier": {"type": "string"}}, "required": ["fichier"]}}, "id": {"type": "string"}, "private": {"type": "string"}, "last_publication": {"type": "string"}}, "required": ["name", "data", "id", "private", "last_publication"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Les contes \u00e9tiologiques", "data" : [{"fichier" : "http://www.crdp-lyon.fr/educatouch/uploads/expos/74/raw/a23ed4b4f3b1fb796f3897f875df2187.zip"}, {"fichier" : "http://www.crdp-lyon.fr/educatouch/uploads/expos/74/raw/ebecaeb7cc1e9a6cb05ae31b607bc396.jpg"}], "id" : "74", "private" : "0", "last_publication" : "0000-00-00 00:00:00"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"fichier": {"type": "string"}}, "required": ["fichier"]}}, "id": {"type": "string"}, "private": {"type": "string"}, "last_publication": {"type": "string"}}, "required": ["name", "data", "id", "private", "last_publication"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"git": {"type": "object", "properties": {"tagName": {"type": "string"}, "commitMessage": {"type": "string"}}, "required": ["tagName", "commitMessage"]}, "npm": {"type": "object", "properties": {"publish": {"type": "boolean"}, "access": {"type": "string"}}, "required": ["publish", "access"]}, "plugins": {"type": "object", "properties": {"@release-it/conventional-changelog": {"type": "object", "properties": {"infile": {"type": "string"}, "preset": {"type": "object", "properties": {"name": {"type": "string"}, "header": {"type": "string"}, "types": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "section": {"type": "string"}}, "required": ["type", "section"]}}}, "required": ["name", "header", "types"]}}, "required": ["infile", "preset"]}}, "required": ["@release-it/conventional-changelog"]}}, "required": ["git", "npm", "plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"git" : {"tagName" : "v${version}", "commitMessage" : "chore: release v${version}"}, "npm" : {"publish" : true, "access" : "public"}, "plugins" : {"@release-it/conventional-changelog" : {"infile" : "CHANGELOG.md", "preset" : {"name" : "conventionalcommits", "header" : "# \ud83d\udccb change log \n\n", "types" : [{"type" : "feat", "section" : "\u2728 Features | \u65b0\u529f\u80fd"}, {"type" : "fix", "section" : "\ud83d\udc1b Bug Fixes | Bug \u4fee\u590d"}, {"type" : "perf", "section" : "\u26a1 Performance Improvements | \u6027\u80fd\u4f18\u5316"}, {"type" : "revert", "section" : "\u23ea Reverts | \u56de\u9000"}, {"type" : "chore", "section" : "\ud83d\udce6 Chores | \u5176\u4ed6\u66f4\u65b0", "hidden" : true}, {"type" : "docs", "section" : "\ud83d\udcdd Documentation | \u6587\u6863"}, {"type" : "style", "section" : "\ud83d\udc84 Styles | \u98ce\u683c"}, {"type" : "refactor", "section" : "\u267b Code Refactoring | \u4ee3\u7801\u91cd\u6784"}, {"type" : "test", "section" : "\u2705 Tests | \u6d4b\u8bd5"}, {"type" : "build", "section" : "\ud83d\udc77\u200d Build System | \u6784\u5efa", "hidden" : true}, {"type" : "ci", "section" : "\ud83d\udd27 Continuous Integration | CI \u914d\u7f6e", "hidden" : true}]}}}} | json_instruct | {"type": "object", "properties": {"git": {"type": "object", "properties": {"tagName": {"type": "string"}, "commitMessage": {"type": "string"}}, "required": ["tagName", "commitMessage"]}, "npm": {"type": "object", "properties": {"publish": {"type": "boolean"}, "access": {"type": "string"}}, "required": ["publish", "access"]}, "plugins": {"type": "object", "properties": {"@release-it/conventional-changelog": {"type": "object", "properties": {"infile": {"type": "string"}, "preset": {"type": "object", "properties": {"name": {"type": "string"}, "header": {"type": "string"}, "types": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "section": {"type": "string"}}, "required": ["type", "section"]}}}, "required": ["name", "header", "types"]}}, "required": ["infile", "preset"]}}, "required": ["@release-it/conventional-changelog"]}}, "required": ["git", "npm", "plugins"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@config/*": {"type": "array", "items": {"type": "string"}}, "@users/*": {"type": "array", "items": {"type": "string"}}, "@auth/*": {"type": "array", "items": {"type": "string"}}, "@type/*": {"type": "array", "items": {"type": "string"}}, "@utils/*": {"type": "array", "items": {"type": "string"}}, "@middlewares/*": {"type": "array", "items": {"type": "string"}}, "@roles/*": {"type": "array", "items": {"type": "string"}}, "@games/*": {"type": "array", "items": {"type": "string"}}, "@gameusers/*": {"type": "array", "items": {"type": "string"}}, "@gamerooms/*": {"type": "array", "items": {"type": "string"}}, "@socketio/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@config/*", "@users/*", "@auth/*", "@type/*", "@utils/*", "@middlewares/*", "@roles/*", "@games/*", "@gameusers/*", "@gamerooms/*", "@socketio/*"]}}, "required": ["module", "declaration", "removeComments", "emitDecoratorMetadata", "experimentalDecorators", "allowSyntheticDefaultImports", "target", "sourceMap", "outDir", "baseUrl", "incremental", "skipLibCheck", "paths"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"module" : "commonjs", "declaration" : true, "removeComments" : true, "emitDecoratorMetadata" : true, "experimentalDecorators" : true, "allowSyntheticDefaultImports" : true, "target" : "es2017", "sourceMap" : false, "outDir" : "./dist", "baseUrl" : "./", "incremental" : true, "skipLibCheck" : true, "paths" : {"@app/*" : ["src/app/*"], "@config/*" : ["src/config/*"], "@users/*" : ["src/users/*"], "@auth/*" : ["src/auth/*"], "@type/*" : ["src/types/*"], "@utils/*" : ["src/utils/*"], "@middlewares/*" : ["src/middlewares/*"], "@roles/*" : ["src/roles/*"], "@games/*" : ["src/games/*"], "@gameusers/*" : ["src/gameusers/*"], "@gamerooms/*" : ["src/gamerooms/*"], "@socketio/*" : ["src/socketio/*"]}}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "declaration": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "emitDecoratorMetadata": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "outDir": {"type": "string"}, "baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@config/*": {"type": "array", "items": {"type": "string"}}, "@users/*": {"type": "array", "items": {"type": "string"}}, "@auth/*": {"type": "array", "items": {"type": "string"}}, "@type/*": {"type": "array", "items": {"type": "string"}}, "@utils/*": {"type": "array", "items": {"type": "string"}}, "@middlewares/*": {"type": "array", "items": {"type": "string"}}, "@roles/*": {"type": "array", "items": {"type": "string"}}, "@games/*": {"type": "array", "items": {"type": "string"}}, "@gameusers/*": {"type": "array", "items": {"type": "string"}}, "@gamerooms/*": {"type": "array", "items": {"type": "string"}}, "@socketio/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@config/*", "@users/*", "@auth/*", "@type/*", "@utils/*", "@middlewares/*", "@roles/*", "@games/*", "@gameusers/*", "@gamerooms/*", "@socketio/*"]}}, "required": ["module", "declaration", "removeComments", "emitDecoratorMetadata", "experimentalDecorators", "allowSyntheticDefaultImports", "target", "sourceMap", "outDir", "baseUrl", "incremental", "skipLibCheck", "paths"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"snippets-javascript": {"type": "object", "properties": {"faintColorOnWhite": {"type": "string"}, "goodColorOnBlack": {"type": "string"}, "goodColorOnWhite": {"type": "string"}, "palette": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"path": {"type": "string"}, "revHash": {"type": "string"}}, "required": ["path", "revHash"]}}, "required": ["faintColorOnWhite", "goodColorOnBlack", "goodColorOnWhite", "palette", "source"]}}, "required": ["snippets-javascript"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"snippets-javascript" : {"faintColorOnWhite" : "rgba(128, 109, 5, 0.1)", "goodColorOnBlack" : "#FCF0B0", "goodColorOnWhite" : "#806D05", "palette" : ["#f4dc4c", "#fcfbfb", "#f4e990", "#f4de68", "#fcf0b0"], "source" : {"path" : "apps/snippets-javascript/snippets-javascript-icon.png", "revHash" : "3b979b10db"}}} | json_instruct | {"type": "object", "properties": {"snippets-javascript": {"type": "object", "properties": {"faintColorOnWhite": {"type": "string"}, "goodColorOnBlack": {"type": "string"}, "goodColorOnWhite": {"type": "string"}, "palette": {"type": "array", "items": {"type": "string"}}, "source": {"type": "object", "properties": {"path": {"type": "string"}, "revHash": {"type": "string"}}, "required": ["path", "revHash"]}}, "required": ["faintColorOnWhite", "goodColorOnBlack", "goodColorOnWhite", "palette", "source"]}}, "required": ["snippets-javascript"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=cb7ee4f9975d9f215b33", "/css/app.css" : "/css/app.css?id=fba68bca95caf393ecca"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"1.4.0": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}, "1.3.0": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}, "1.2.1": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}}, "required": ["1.4.0", "1.3.0", "1.2.1"]}}, "required": ["author", "description", "license", "keywords", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Michael Hackstein", "description" : "This a demo application implementing a ToDo list based on TodoMVC.", "license" : "Apache-2.0", "keywords" : ["demo", "service", "todo"], "versions" : {"1.4.0" : {"type" : "github", "location" : "arangodb-foxx/demo-aye-aye", "tag" : "v1.4.0", "engines" : {"arangodb" : "3 - 3.3"}}, "1.3.0" : {"type" : "github", "location" : "arangodb-foxx/demo-aye-aye", "tag" : "v1.3.0", "engines" : {"arangodb" : "^2.7.0"}}, "1.2.1" : {"type" : "github", "location" : "arangodb-foxx/demo-aye-aye", "tag" : "v1.2.1", "engines" : {"arangodb" : "2 - 2.6"}}}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"1.4.0": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}, "1.3.0": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}, "1.2.1": {"type": "object", "properties": {"type": {"type": "string"}, "location": {"type": "string"}, "tag": {"type": "string"}, "engines": {"type": "object", "properties": {"arangodb": {"type": "string"}}, "required": ["arangodb"]}}, "required": ["type", "location", "tag", "engines"]}}, "required": ["1.4.0", "1.3.0", "1.2.1"]}}, "required": ["author", "description", "license", "keywords", "versions"], "$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"}, "devDependencies": {"type": "object", "properties": {"@grpc/proto-loader": {"type": "string"}, "google-protobuf": {"type": "string"}, "grpc": {"type": "string"}, "grpc-web": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@grpc/proto-loader", "google-protobuf", "grpc", "grpc-web", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"pixi-scrollbox": {"type": "string"}, "pixi-viewport": {"type": "string"}, "pixi.js-legacy": {"type": "string"}, "pixi.js": {"type": "string"}}, "required": ["pixi-scrollbox", "pixi-viewport", "pixi.js-legacy", "pixi.js"]}}, "required": ["name", "version", "description", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "otns-web", "version" : "0.0.1", "description" : "otns-web site", "devDependencies" : {"@grpc/proto-loader" : "^0.3.0", "google-protobuf" : "^3.6.1", "grpc" : "^1.15.0", "grpc-web" : "^1.0.0", "webpack" : "^4.16.5", "webpack-cli" : "^3.1.0"}, "dependencies" : {"pixi-scrollbox" : "2.1.5", "pixi-viewport" : "^4.13.2", "pixi.js-legacy" : "^5.3.3", "pixi.js" : "^5.3.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@grpc/proto-loader": {"type": "string"}, "google-protobuf": {"type": "string"}, "grpc": {"type": "string"}, "grpc-web": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@grpc/proto-loader", "google-protobuf", "grpc", "grpc-web", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"pixi-scrollbox": {"type": "string"}, "pixi-viewport": {"type": "string"}, "pixi.js-legacy": {"type": "string"}, "pixi.js": {"type": "string"}}, "required": ["pixi-scrollbox", "pixi-viewport", "pixi.js-legacy", "pixi.js"]}}, "required": ["name", "version", "description", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3523110005", "district_id" : "3523110", "name" : "PLIWETAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Rafal Sroka": {"type": "string"}}, "required": ["Rafal Sroka"]}, "social_media_url": {"type": "string"}, "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": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "exclude_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "UIView+AnimationExtensions", "version" : "1.0.0", "summary" : "UIView Animation Extensions is a useful category on UIView containing a set of most commonly used animations.", "description" : " ##UIView Animation Extensions \n\nA **useful** category on `UIView` containing a set of most commonly used animations like rotation or flip and others.\n\nIt is designed to be **as easy to use as possible to integrate and use** to speed up everyday development tasks. All the methods are well documented and described. \n\nFurthermore, the category comes along with **a small demo project** where you can see the animations in action. Current version of the category includes following animations:\n\n - Rotation\n - Flip\n - Horizontal Shake\n - Vertical Shake\n - Motion Effects\n - Pulse\n", "homepage" : "http://wp.me/p4yiBH-wr", "license" : "CC0", "authors" : {"Rafal Sroka" : "rafal.sroka.it@gmail.com"}, "social_media_url" : "http://twitter.com/r3econ", "platforms" : {"ios" : "6.0"}, "source" : {"git" : "https://github.com/r3econ/UIView-Animation-Extensions.git", "tag" : "1.0.0"}, "source_files" : ["Classes", "Classes/*.{h,m}"], "exclude_files" : "Classes/Exclude", "requires_arc" : true} | 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": {"Rafal Sroka": {"type": "string"}}, "required": ["Rafal Sroka"]}, "social_media_url": {"type": "string"}, "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": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "exclude_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"user": {"type": "string"}, "login": {"type": "object", "properties": {"google": {"type": "string"}, "facebook": {"type": "string"}, "patreon": {"type": "string"}, "success": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["google", "facebook", "patreon", "success"]}, "details": {"type": "object", "properties": {"welcome": {"type": "string"}, "description": {"type": "string"}}, "required": ["welcome", "description"]}, "loggedIn": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "logout": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "title": {"type": "string"}, "description": {"type": "string"}, "privacy": {"type": "string"}, "loading": {"type": "string"}}, "required": ["user", "login", "details", "loggedIn", "logout", "title", "description", "privacy", "loading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Utilisateur", "login" : {"google" : "Se connecter avec Google", "facebook" : "Se connecter avec Facebook", "patreon" : "Se connecter avec Patreon", "success" : {"title" : "Connect\u00e9 avec succ\u00e8s"}}, "details" : {"welcome" : "Bienvenue", "description" : "Vos informations de dresseur ci-dessous seront utilis\u00e9s pour personnaliser le site et seront affich\u00e9s aux autres utilisateurs."}, "loggedIn" : {"title" : "Profil public"}, "logout" : {"title" : "Se d\u00e9connecter", "description" : "Vous avez \u00e9t\u00e9 d\u00e9connect\u00e9 avec succ\u00e8s. Revenez plus tard sur n'importe quel appareil et votre Pokebox sera l\u00e0 pour vous!"}, "title" : "Se connecter \u00e0 Pokebattler", "description" : "Se connecter pour acc\u00e9der \u00e0 la Pokebox et aux simulations personnalis\u00e9es", "privacy" : "Pour plus d'informations, r\u00e9f\u00e9rez vous \u00e0 notre politique de confidentialit\u00e9", "loading" : "Chargement des donn\u00e9es de l'utilisateur"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "login": {"type": "object", "properties": {"google": {"type": "string"}, "facebook": {"type": "string"}, "patreon": {"type": "string"}, "success": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["google", "facebook", "patreon", "success"]}, "details": {"type": "object", "properties": {"welcome": {"type": "string"}, "description": {"type": "string"}}, "required": ["welcome", "description"]}, "loggedIn": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "logout": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "title": {"type": "string"}, "description": {"type": "string"}, "privacy": {"type": "string"}, "loading": {"type": "string"}}, "required": ["user", "login", "details", "loggedIn", "logout", "title", "description", "privacy", "loading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"storeId" : "2160", "name" : "Brooklands Extra", "latitude" : 51.34482, "longitude" : -0.47527, "postalCode" : "KT13 0XF", "country" : "gb", "addressLines" : ["Barnes Wallis Dr", "Weybridge"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"action": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["action", "files", "args"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"action" : "zip", "files" : [{"name" : "file1.txt", "url" : "https://ipfs.io/ipfs/Qmc5gCcjYypU7y28oCALwfSvxCBskLuPKWpK4qpterKC7z"}, {"name" : "file2.txt", "url" : "https://ipfs.io/ipfs/Qmc5gCcjYypU7y28oCALwfSvxCBskLuPKWpK4qpterKC7z"}], "args" : ["/files/archive.zip", "/files/file1.txt", "/files/file2.txt"]} | json_instruct | {"type": "object", "properties": {"action": {"type": "string"}, "files": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["action", "files", "args"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "start_offset": {"type": "integer"}, "end_offset": {"type": "integer"}, "tag": {"type": "string"}, "document_id": {"type": "integer"}, "user_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "data": {"type": "null"}, "edition_id": {"type": "null"}, "hsdata": {"type": "object", "properties": {"ref": {"type": "string"}, "type": {"type": "string"}}, "required": ["ref", "type"]}, "user_name": {"type": "string"}}, "required": ["id", "start_offset", "end_offset", "tag", "document_id", "user_id", "created_at", "updated_at", "data", "edition_id", "hsdata", "user_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 6220, "start_offset" : 22, "end_offset" : 27, "tag" : "place", "document_id" : 195, "user_id" : 1, "created_at" : "2015-05-05T12:52:09.903Z", "updated_at" : "2015-05-05T13:46:13.559Z", "data" : null, "edition_id" : null, "hsdata" : {"ref" : "http://localhost:4000/api/entries/place:32705", "type" : "place"}, "user_name" : "admin"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "start_offset": {"type": "integer"}, "end_offset": {"type": "integer"}, "tag": {"type": "string"}, "document_id": {"type": "integer"}, "user_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "data": {"type": "null"}, "edition_id": {"type": "null"}, "hsdata": {"type": "object", "properties": {"ref": {"type": "string"}, "type": {"type": "string"}}, "required": ["ref", "type"]}, "user_name": {"type": "string"}}, "required": ["id", "start_offset", "end_offset", "tag", "document_id", "user_id", "created_at", "updated_at", "data", "edition_id", "hsdata", "user_name"], "$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.