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"... | {"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. The... | 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"}}, "r... |
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"], "... | {"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/int... | {"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-3xngDsnCxIBQmUdih6CEDC0ZtRRIG8AYI... | 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/libpho... |
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":... | {"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", "pr... |
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"}}}}}, "r... | {"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/... | 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": "ob... |
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"},... | {"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 646... | 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"... |
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"}... | {"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 {... | 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"... |
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... | {"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", "... | 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"}, "sourcesCont... |
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"}, "ax... | {"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", "reac... | 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"}, "rea... |
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-accou... | {"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": {"t... |
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", "... | {"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.... |
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"... | {"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.... | 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": "ob... |
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_cl... | {"_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://... | 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"}, "y... |
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": "in... | {"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", "progra... |
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": "strin... | {"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"... | 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": "st... |
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": ... | {"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" :... | 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"... |
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"}... | {"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... | 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": "ob... |
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": ... | {"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" : "... | 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": ["bcry... |
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"}}, "requ... | {"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_dist... | 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... |
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/... | {"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"]}, "repo... | {"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" : "htt... | 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": "s... |
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": "s... | {"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_d... |
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": "... | {"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": ... |
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... | {"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:/... | 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": "objec... | {"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"... | 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_re... |
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", "... | {"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", "blackl... |
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... | {"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": ... |
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"}... | {"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"... | 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", "p... |
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"}, "wo... | {"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" :... | 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": ["... |
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... | {"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",... | 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"... |
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"}}, "b... | {"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.75032616256718... | 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": {... |
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": ... | {"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, "s... | 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"}, "cus... |
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"... | {"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"... |
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"}... | {"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", "Add... | 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": "str... |
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-sc... | {"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": ["descript... | {"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" : "a19b7ca896b7b201b224aca74e428594b253319d6f2bc6e69e283... | 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": "obje... |
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"}}, "\u... | {"\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)\... | 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": "s... |
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"]}}, "... | {"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",... | 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",... |
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": "int... | {"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"... |
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"}, "e... | {"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"... |
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": {"typ... | {"$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"], "properti... | 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... |
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"}, "rari... | {"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... | 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"}, "constellatio... |
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"}, ... | {"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": "numb... |
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":... | {"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" :... | 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": ["... |
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": "num... | {"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... | 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": "ob... |
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"... | {"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":... |
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"... | {"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": {}}, "t... | {"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 unpr... | 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"}}, "r... |
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"]}, "c... | {"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... | 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": "stri... |
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": "stri... | {"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.... | 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"}... |
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": ["typ... | {"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", "ang... | 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"}}... |
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"}, "inlineSour... | {"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"}}, "r... |
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": {"... | {"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"]}, "locatio... |
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": []}, "... | {"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" :... | 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": {"autoprefi... |
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": ... | {"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/im... | 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... |
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... | {"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"]}}, "s... |
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": "s... | {"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", "re... | 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"}, ... |
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_c... | {"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"}, ... | 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": {"ty... |
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": "... | {"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": "strin... | {"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"... | 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"... |
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": ["descri... | {"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\ndocumentati... | 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": "obje... |
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"... | [{"fees" : -2500000000, "ts" : "1534313101", "txid" : "6e7e2c90f26726627f97fc3c076e5322d8df7c77abc1f843d315123dd7d6bcab", "block" : 1411609, "in" : [{"coinbase" : "03198a150484c2735b08fabe6d6d39353432322e32353530322f343833363120666669642074612039393531313401000000000000000fffee24aa0200000d2f6e6f64655374726174756d2f"}],... | 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": "... |
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"}}}}}, "requ... | {"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... | 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": "ob... |
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", "propertie... | {"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/marc0... | 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": "s... |
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", "p... | {"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.... |
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"]}, "... | {"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"... | 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": "... |
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"}},... | {"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... |
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", "Lovab... | 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": {"AbpB... | {"ConnectionStrings" : {"Default" : "Server=(LocalDb)\\MSSQLLocalDB;Database=AbpBlazorCustomizeLoginPage;Trusted_Connection=True"}, "IdentityServer" : {"Clients" : {"AbpBlazorCustomizeLoginPage_Web" : {"ClientId" : "AbpBlazorCustomizeLoginPage_Web", "ClientSecret" : "1q2w3e*", "RootUrl" : "https://localhost:44395"}, "A... | 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": {"Client... |
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"}, "librar... | {"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, "te... | 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": "strin... |
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": "stri... | {"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... | 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... |
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"]}... | {"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" : "*", "vscod... | 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"}, "devDe... |
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"}, ... | {"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", "tex... |
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"}, ... | {"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 ... | 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": "str... |
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": "boo... | {"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"}, "i... |
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", "item... | {"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,... | 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": {}}, "han... |
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": "... | {"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 hi... | 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_descri... |
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":... | {"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"... | {"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.7... | 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",... |
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"... | [{"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_publicatio... | 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"}}, "requ... |
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": "b... | {"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" : [{"typ... | 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", "acce... |
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"}, "experimen... | {"compilerOptions" : {"module" : "commonjs", "declaration" : true, "removeComments" : true, "emitDecoratorMetadata" : true, "experimentalDecorators" : true, "allowSyntheticDefaultImports" : true, "target" : "es2017", "sourceMap" : false, "outDir" : "./dist", "baseUrl" : "./", "incremental" : true, "skipLibCheck" : true... | 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": {"t... |
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", "ite... | {"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... |
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": {"typ... | {"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... | 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": {... |
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"},... | {"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... | 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"}... |
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": "... | {"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 commo... | 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": ["Raf... |
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... | {"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 ... | 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",... |
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... | {"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", ... |
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": {"typ... | {"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"], "... |
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": {"t... | {"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"}, "us... | 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"}... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.