input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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" : "P49Q2", "name" : {"en" : "Waterville Cambridge"}, "country" : "CA", "region" : "NS", "identifiers" : {"national" : "6497"}, "location" : {"latitude" : 45.05, "longitude" : -64.65, "elevation" : 31}, "timezone" : "America/Halifax"} | 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": {"national": {"type": "string"}}, "required": ["national"]}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "d3": {"type": "string"}, "lodash": {"type": "strin... | {"name" : "venezuelan-elections-map", "ignore" : ["**/.*", "node_modules", "bower_components"], "dependencies" : {"async" : "~0.9.2", "d3" : "~3.5.5", "lodash" : "~3.9.3", "jquery" : "~2.1.4"}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "d3": {"type": "string"}, "lodash": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["async", "d3", "lodas... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 108, Kalookan City, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.kalookan-city.barangay-108", "country_id" : 177, "country_reference" : 177, "country_name" : "Phi... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}... | {"source" : "Clayton Gunnells", "trackCount" : 1, "tracks" : [{"_id" : "4553", "names" : ["Get Up I Feel Like Being A Sex Machine"], "releases" : [{"_id" : "929", "names" : ["Sex Machine"]}], "artists" : [{"_id" : "731", "names" : ["James Brown"]}]}], "targets" : [{"name" : "Bootsy Collins", "targetId" : "207", "trackC... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "propert... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 1326788813, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "39bd8efb33cb3b3873caba5584c229ab", "wof:id" : 1326788813, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [27.18952, 47.16005, 27.18952, 47.16005], "geometry" : {"coordinates" : [27.18952... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "... | {"id" : "2018", "provinceId" : "62", "regencyId" : "03", "districtId" : "12", "name" : "Jakatan Pari"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : [[[134.625, 21.166666666666668], [134.625, 21.25], [134.75, 21.25], [134.75, 21.166666666666668], [134.625, 21.166666666666668]]]}, "properties" : {"code" : 313465, "url" : "http://madefor.github.io/0410/api/v1/313465.geojson", "view" : "https://git... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1111125, "stations" : ["1111125"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "Ashtabula", "state_name" : "Ohio", "state_abbrv" : "OH", "lat" : "41.8651", "long" : "-80.7898"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["de... | {"name" : "full", "version" : "1.0.0", "description" : "", "main" : "elm.js", "scripts" : {"dev" : "node dev_server.js"}, "author" : "", "license" : "ISC", "dependencies" : {"ace-css" : "^1.0.1", "css-loader" : "^0.23.1", "elm-webpack-loader" : "^3.0.1", "express" : "^4.13.4", "file-loader" : "^0.8.5", "style-loader" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depende... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 3529060004, "parent" : 3529060, "name" : "KERTASADA", "latitude" : null, "longitude" : null, "postal" : [69471], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["4_Organizations_Dynamic_Street_Tools_An_For_,_NH_19593-1724", "55_Using_Documents_Street_Simulation_And_Systems_,_WA_19593-1724", "178_Of_Standards_Street_Technologies_Files_To_,_SD_19593-1724", "7887_For_Use_Street_Transforming_Reference_Test_,_OK_19593-1724", "63_Schemas_With_Street_Nist_Industry_Product... | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type":... | {"body" : "Sorry, forgot to mention that the view taken of the image is a plan \nview.\n\n\n\n\n\n\nOn Jan 4, 2004, at 12:25 PM, John S. An wrote:\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2004-January/001373.html).</sup>", "attachment... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Kotton beresi", "ShortName" : "Kotton", "Description" : "\u00d6rme Kotton marka bere. S\u0131cak ve s\u00fcsl\u00fc\u00fc\u00fc\u00fc\u00fc."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"ju... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"jujibla" : {"title" : "Jujibla", "channel_id" : 36846367, "link" : "http://twi... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"jujibla": {"type": "object", "properties": {"title": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "img": {"type": "string"}, "ingredients_key": {"type": "array", "items": {"type": "string"}}, "ingredients_value": {"type": "array", "items": {"type": "string"}}, "recipe": {"type": "array", "items"... | {"title" : "WatermelonBlackberryMargaritaPopsicles", "img" : "https:////cdn.liquor.com/wp-content/uploads/2017/06/19111119/Blackberry-Watermelon-Margarita-Popsicle_720x720.jpg", "ingredients_key" : ["Watermelon (1/2 a small watermelon)", "Blackberries (79 regular-size berries)", "Limeade", "Pura Vida tequila", "Triple ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "img": {"type": "string"}, "ingredients_key": {"type": "array", "items": {"type": "string"}}, "ingredients_value": {"type": "array", "items": {"type": "string"}}, "recipe": {"type": "array", "items": {"type": "string"}}, "profile_key": {"type": "array", "it... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "con... | {"acno" : "T03852", "acquisitionYear" : 1984, "all_artists" : "Allan Ramsay", "catalogueGroup" : {}, "classification" : "painting", "contributorCount" : 1, "contributors" : [{"birthYear" : 1713, "date" : "1713\u20131784", "displayOrder" : 1, "fc" : "Allan Ramsay", "gender" : "Male", "id" : 438, "mda" : "Ramsay, Allan",... | json_instruct | {"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023326": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01023326" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00118495", "LAD11CD" : "E07000095"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023326": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["runiq-vdom"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "sho... | {"key" : "concursive-pl-1.0", "short_name" : "Concursive Public License 1.0", "name" : "Concursive Public License 1.0", "category" : "Proprietary Free", "owner" : "Concursive", "spdx_license_key" : "LicenseRef-scancode-concursive-pl-1.0"} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key"], "$schema": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ui:field": {"type": "string"}, "ui:fieldsets": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "group_name": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:pl... | {"ui:field" : "fields", "ui:fieldsets" : [["group_name"], ["description"], ["member"]], "group_name" : {"ui:widget" : "text", "ui:placeholder" : "\u8bf7\u586b\u5165\u5c0f\u7ec4\u540d\u79f0"}, "description" : {"ui:widget" : "textarea", "ui:placeholder" : "\u8bf7\u7528\u4e00\u53e5\u8bdd\u4ecb\u7ecd\u4f60\u7684\u5c0f\u7ec... | json_instruct | {"type": "object", "properties": {"ui:field": {"type": "string"}, "ui:fieldsets": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "group_name": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:placeholder": {"type": "string"}}, "required": ["ui:widget", "ui:placeholder"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Testimonial": {"type": "boolean"}, "Blog": {"type": "boolean"}, "RightsManagement": {"type": "boolean"}, "Media": {"type": "boolean"}}, "required": ["Testimonial", "Blog", "RightsManagement", "Media"], "$schema": "http://json-... | {"Testimonial" : true, "Blog" : true, "RightsManagement" : true, "Media" : true} | json_instruct | {"type": "object", "properties": {"Testimonial": {"type": "boolean"}, "Blog": {"type": "boolean"}, "RightsManagement": {"type": "boolean"}, "Media": {"type": "boolean"}}, "required": ["Testimonial", "Blog", "RightsManagement", "Media"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900748434": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900748435": {"type": "object", "properties": {"... | {"900748434" : {"nama" : "TPS 1", "dapil" : [7501, 17506, 2750201]}, "900748435" : {"nama" : "TPS 2", "dapil" : [7501, 17506, 2750201]}, "900748436" : {"nama" : "TPS 3", "dapil" : [7501, 17506, 2750201]}, "900748437" : {"nama" : "TPS 4", "dapil" : [7501, 17506, 2750201]}, "900748438" : {"nama" : "TPS 5", "dapil" : [750... | json_instruct | {"type": "object", "properties": {"900748434": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900748435": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accessKeyId" : "rE90IZP0hlrW5olhZz2C", "secretAccessKey" : "wAl0s3v8a/2XJNuHeFrSWnJH7T3I+0iGxq5AO8PT", "region" : "us-west-2"} | json_instruct | {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author_name": {"type": "string"}, "author_email": {"type": "string"}, "git_username": {"type": "string"}, "repository_namespace": {"type": "string"}, "repository_slug": {"type": "string"}, "repository_descripti... | {"author_name" : "Abner G Jacobsen", "author_email" : "abner@apoana.com.br", "git_username" : "abnerjacobsen", "repository_namespace" : "abnerjacobsen", "repository_slug" : "daspanel-project", "repository_description" : "An example Daspanel project template", "package_name" : "src", "create_remote" : ["yes", "no"], "re... | json_instruct | {"type": "object", "properties": {"author_name": {"type": "string"}, "author_email": {"type": "string"}, "git_username": {"type": "string"}, "repository_namespace": {"type": "string"}, "repository_slug": {"type": "string"}, "repository_description": {"type": "string"}, "package_name": {"type": "string"}, "create_remote... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "description": {"type"... | {"name" : "InAppHelper", "version" : "0.0.5", "summary" : "This project will help you for In App Purchase.", "platforms" : {"ios" : "8.0"}, "description" : "With the help of storekit framework , We build this project to easily interact with InAppPurchase.This project is developed in Objective-C", "homepage" : "http://g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "It's an Black key purple."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "console": {"type": "st... | {"configurations" : [{"type" : "java", "name" : "Spring Boot-EhconsumerApplication<ehconsumer>", "request" : "launch", "cwd" : "${workspaceFolder}", "console" : "internalConsole", "mainClass" : "wt.consumer.ehconsumer.EhconsumerApplication", "projectName" : "ehconsumer", "envFile" : "${workspaceFolder}/.env", "env" : {... | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "console": {"type": "string"}, "mainClass": {"type": "string"}, "projectName": {"type": "stri... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"DTDproc_z0p0125_bw500_1.15<mwd<1.25_3e-09<mdot<3e-08": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p0125_bw500_1.15<mwd<1.25_3e-09<mdot<3e-08", "arrbool"], "$schema"... | {"DTDproc_z0p0125_bw500_1.15<mwd<1.25_3e-09<mdot<3e-08" : [2.4677942857560878e-08, 8.836935396948436e-09, 2.090921343259043e-09, 2.2032502003398656e-09, 1.3681217401386184e-09, 8.531155856814092e-10, 1.1552571528426404e-09, 1.4263753416479046e-07, 1.5389309621298841e-09, 4.9856703334243386e-08, 9.802301851462981e-08, 1... | json_instruct | {"type": "object", "properties": {"DTDproc_z0p0125_bw500_1.15<mwd<1.25_3e-09<mdot<3e-08": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTDproc_z0p0125_bw500_1.15<mwd<1.25_3e-09<mdot<3e-08", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s... | {"name" : "Overberg Schule Kath. Grundschule", "id" : "NRW-123602", "address" : "Jahnstra\u00dfe 3, 49509 Recke", "school_type" : "Grundschule", "fax" : "05453 96012", "phone" : "05453 3688", "website" : "", "email" : " 123602@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : fals... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"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" : "1111110033", "district_id" : "1111110", "name" : "ULEE TANOH"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iEEGCoordinateProcessingReference", "description" : "A reference to a paper that defines in more detail the method used to\nlocalize the electrodes and to post-process the electrode positions.\n", "type" : "string"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}}, "required": ["client_id", "client_secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"client_id" : "XXXXXXXXXXXXXXXXX", "client_secret" : "gYmaXXXXXXXXXXXXXXXXXZxt0P1yS"} | json_instruct | {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}}, "required": ["client_id", "client_secret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"noticias": {"type": "array", "items": {"type": "object", "properties": {"titulo": {"type": "string"}, "noticia": {"type": "string"}}, "required": ["titulo", "noticia"]}}}, "required": ["noticias"], "$schema": "htt... | {"noticias" : [{"titulo" : "Primeira not\u00edcia", "noticia" : "conte\u00fado da not\u00edcia 1"}, {"titulo" : "Segunda not\u00edcia", "noticia" : "conte\u00fado da not\u00edcia 2"}, {"titulo" : "Tres not\u00edcia", "noticia" : "conte\u00fado da not\u00edcia 3"}]} | json_instruct | {"type": "object", "properties": {"noticias": {"type": "array", "items": {"type": "object", "properties": {"titulo": {"type": "string"}, "noticia": {"type": "string"}}, "required": ["titulo", "noticia"]}}}, "required": ["noticias"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draf... | {"symbol" : "AUTOLP", "name" : "AutoLP Token", "decimals" : 18, "address" : "0x01d84a33acb680e55c56df377328884863f922af"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "no-framework"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"typ... | {"$schema" : "http://json-schema.org/draft-04/schema#", "version" : "4.2.0", "title" : "MeasureType", "description" : "A measure is a numeric value determined by measuring an object along with the specified unit of measure.", "type" : "object", "properties" : {"value" : {"description" : "The numeric value of the measur... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description": {"type": "string"}, "type"... |
The schema below describes a JSON structure. Generate a valid example:
{"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 F (175 degrees C).", "Place chicken breasts into a 9x13-inch baking dish. Whisk butter, honey, mustard, salt, and curry powder together in a bowl until smooth; pour sauce evenly over chicken.", "Bake in the preheated oven until sauce is bubbling and chicken is no longer pin... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"... | {"birth_date" : "1965-06-21", "birth_place" : "Suizhong County , Liaoning Province , China", "died" : null, "fai_flight_count" : 1, "fai_flight_list" : [{"date" : "2003-10-15", "duration" : "21h 22m 45s", "mission" : "ShenZhou 5"}], "first_name" : "Yang", "img" : "https://www.worldspaceflight.com/bios/photos/china/yang... | json_instruct | {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "null"}, "fai_flight_count": {"type": "integer"}, "fai_flight_list": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "duration": {"type": "string"}, "mission":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "ht... | {"elapsed" : "0.474", "endpoint-url" : "https://www.chelmsford.gov.uk/EasySiteWeb/GatewayLink.aspx?alId=1095043", "entry-date" : "2020-05-18T00:06:11.656401", "exception" : "SSLError"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":... | {"name" : "Dark Armed, the Dragon of Annihilation", "number" : "78144171", "is_illegal" : false, "text" : "2+ Level 7 monsters\nOnce per turn, if you have exactly 5 DARK monsters in your GY, you can also Xyz Summon \"Dark Armed, the Dragon of Annihilation\" by using 1 Level 5 or higher DARK Dragon monster you control a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}... | {"category" : ["Sushi Bars", "Japanese", "Restaurants"], "city" : "Las Vegas", "em_sigma_b" : 0.3030200848445758, "cum_star" : 4.037931034482758, "name" : "Naka Sushi", "em_sigma_p" : 0.009954390889024977, "lat" : 36.199816342, "lng" : -115.27929157, "em_star" : 3.4263948289416746, "id" : "Bm8nRUsZ-dK6g2eJLxMTOw"} | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compil... | {"name" : "OneForArt #1162 - Oracle", "description" : "A Oracle pixel.", "file_url" : "https://ipfs.io/ipfs/bafkreic7z4rgumlsmzgnvbbc4bm75xcj37xfqelbeoctar4nicathj5pae", "custom_fields" : {"edition" : 1, "date" : 1642619894221, "compiler" : "HashLips Art Engine"}, "attributes" : [{"trait_type" : "name", "value" : "Orac... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "urn:xiot-spec:action:start-wash:00002824", "description" : "Start Wash"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07... | [{"Similarity" : "0.994", "Title" : "Emotion-Based Reinforcement Learning", "Year" : 2012}, {"Similarity" : "0.99", "Title" : "Modeling Gain-Loss Asymmetries in Risky Choice The Critical Role of Probability Weighting", "Year" : 2013}, {"Similarity" : "0.99", "Title" : "Boredom Information-Seeking and Exploration", "Yea... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": ... | {"WorkItem" : {"AffectedComponent" : {"Name" : "Docs", "DisplayName" : "Docs"}, "ClosedComment" : "added docs for save/import/export", "ClosedDate" : "2013-02-28T21:55:40.363-08:00", "CommentCount" : 0, "Custom" : null, "Description" : "More usage samples for saving/loading/importing/exporting/etc", "LastUpdatedDate" :... | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCoun... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": ... | {"limit" : 2, "name" : "Penguin mask", "value" : 800, "highalch" : 480, "id" : 13109, "lowalch" : 320, "name_pt" : "M\u00e1scara de pinguim", "price" : 1362146, "last" : 1362146} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Tesla": {"type": "number"}, "Toyota": {"type": "number"}, "Volkswagen": {"type": "number"}, "Honda": {"type": "number"}, "Daimler": {"type": "number"}, "BMW": {"type": "number"}}, "required": ["Tesla", "Toyota", "Volkswagen... | {"Tesla" : 57.371031869182644, "Toyota" : 55.95695412057861, "Volkswagen" : 59.537268523981076, "Honda" : 63.02500493319748, "Daimler" : 75.44749247628754, "BMW" : 53.34174180438711} | json_instruct | {"type": "object", "properties": {"Tesla": {"type": "number"}, "Toyota": {"type": "number"}, "Volkswagen": {"type": "number"}, "Honda": {"type": "number"}, "Daimler": {"type": "number"}, "BMW": {"type": "number"}}, "required": ["Tesla", "Toyota", "Volkswagen", "Honda", "Daimler", "BMW"], "$schema": "http://json-schema.... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"er... | {"contract" : "0x778e7132383bfe51d8a3b73d641f959deb3c8f03", "tool" : "honeybadger", "start" : 1565808976.6890097, "end" : 1565809313.1905153, "duration" : 336.501505613327, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0x778e7132383bfe51d8a3b73d641f959deb3c8f03.sol", "name" : "BasicToken"}, {"errors" : [], "... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "... | {"index" : 248, "hash" : 3105953707, "blacklisted" : false, "redacted" : false, "displayProperties" : {"hasIcon" : false, "description" : "\"They're Travelers. Little snowy Travelers.\"\n\nJazla looked down at the snowman again. The lower body, with ice pieces held in orbit by twigs. Just like what was in the sky behin... | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "requir... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "serve": {"type": "string"}, "shell": {"type": "string"}, "star... | {"name" : "functions", "description" : "Cloud Functions for Firebase", "scripts" : {"lint" : "eslint .", "test" : "mocha --reporter spec --color", "serve" : "firebase emulators:start --only functions", "shell" : "firebase functions:shell", "start" : "npm run shell", "deploy" : "firebase deploy --only functions", "logs"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "serve": {"type": "string"}, "shell": {"type": "string"}, "start": {"type": "string"}, "deploy": {"type": "string"}, "logs... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "countr... | {"name" : "Falkirk Retail Park", "addressLines" : ["Unit 3b Central Retail Park", "Falkirk", "Falkirk"], "postalCode" : "FK1 1LW", "country" : "gb"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/... | {"variants" : {"" : {"model" : "element:block/magic_forge"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pack": {"type": "string"}}, "required": ["build", "pack"]}, "author": {"type": "string"}, "licen... | {"name" : "export-env-action", "main" : "lib/index.js", "scripts" : {"build" : "tsc", "pack" : "ncc build"}, "author" : "cardinalby", "license" : "MIT", "dependencies" : {"@actions/core" : "^1.6.0", "dotenv" : "^10.0.0", "dotenv-expand" : "^5.1.0"}, "devDependencies" : {"@types/node" : "^16.11.27", "@vercel/ncc" : "^0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pack": {"type": "string"}}, "required": ["build", "pack"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": ... | {"name" : "@climb/partition", "version" : "1.0.0-alpha.8", "description" : "", "main" : "partition.js", "keywords" : [], "author" : "Francisco Ryan Tolmasky I", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "ke... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1fe82cdcc55fa0c9178236d21a1f143da7536ce7"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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": {"range": {"type": "object", "properties": {"begin": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["begin", "end"]}, "type": {"type": "string"}}, "required": ["range"... | [{"range" : {"begin" : 2, "end" : 5}, "type" : "text-delete"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"range": {"type": "object", "properties": {"begin": {"type": "integer"}, "end": {"type": "integer"}}, "required": ["begin", "end"]}, "type": {"type": "string"}}, "required": ["range", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200902656237000, "key" : "/static/403e1f23c46e171db28aeb1b727b5c92/62915/gatsby-icon.png", "val" : "ef1f3c6764c583c3dbf4eedbd961f40f"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["advanced-boilerplate", "electron-react-app-scripts", "ember-mapp", "feds-cli", "modern-spa-boilerplate", "neato", "postcss-fixes", "react-app-tools-telesoho", "reboot-server", "stoke-react-scripts"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "book": {"type": "object", "properties": {"price": {"type": "integer"}, "title": {"type": "string"}, "category": {"ty... | {"authors" : [{"name" : "Nigel Rees", "book" : {"price" : 9, "title" : "--Sayings of the century--", "category" : "REFERENCE"}}]} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "book": {"type": "object", "properties": {"price": {"type": "integer"}, "title": {"type": "string"}, "category": {"type": "string"}}, "required": ["price", "title", "category"]}}, "requi... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000... | {"configuration" : ["MAX_BUFFERED_DOCS", "USE_COMPOUND_FILE", "RAM_PER_THREAD_HARD_LIMIT", "MERGED_SEGMENT_WARMER"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 31088306519}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}}, "required": ["configuration", "regionsToPerf"], "$sc... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"freq": {"type": "string"}}, "required": ["freq"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"freq" : "5min"} | json_instruct | {"type": "object", "properties": {"freq": {"type": "string"}}, "required": ["freq"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier",... | {"identifier" : "OPTIDXNIFTY24-03-2022CE17750.00", "name" : "NIFTY", "grapthData" : [[1646730906000, 0], [1646731748000, 0], [1646731975000, 0], [1646733047000, 0], [1646733064000, 0], [1646733111000, 0], [1646733115000, 0], [1646733120000, 0], [1646733934000, 0], [1646736814000, 0], [1646739715000, 0], [1646741773000,... | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http://json-schema.o... | [{"url" : "ipfs://QmYiLMeKDXMSNuQmtxNdxm53xR588pcRXMf7zuiZLjQnc6", "width" : 1501, "height" : 1501, "format" : "png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-angular": {"type": "str... | {"name" : "xspec", "version" : "0.0.0", "description" : "This package is configured only for testing the XSpec repository", "devDependencies" : {"@commitlint/cli" : "^8.3.5", "@commitlint/config-angular" : "^8.3.4", "prettier" : "^2.0.4"}, "scripts" : {"prettier:check" : "prettier --check .", "prettier:write" : "pretti... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/config-angular": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@co... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.suggest.preview": {"type": "boolean"}, "workbench.view.alwaysShowHeaderActions": {"type": "boolean"}, "javascript.in... | {"editor.formatOnSave" : true, "editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.suggest.preview" : true, "workbench.view.alwaysShowHeaderActions" : true, "javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName" : true} | json_instruct | {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.suggest.preview": {"type": "boolean"}, "workbench.view.alwaysShowHeaderActions": {"type": "boolean"}, "javascript.inlayHints.parameterNames.suppressWhenArgumentMatchesName": {"type": "boo... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"typ... | {"id" : "courtyard_wall_peace_across", "originalId" : 371209, "rarity" : 4, "name" : "Hofmauer \u2013 \u201eFriede \u00fcberall\u201c", "description" : "Ein zentrales Mauersegment, das das horizontale und vertikale Mauersegment verbindet.\\nHofmauern sind sozusagen die heutige Form der Feldgrenzen aus der Geschichte. S... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dataset_name": {"type": "string"}, "descr": {"type": "string"}, "extra": {"type": "object", "properties": {}, "required": []}, "hashes": {"type": "object", "properties": {"data": {"type": "string"}, "target":... | {"dataset_name" : "dataset-challenge", "descr" : "\nThe `.DESCR` is where Easydata keeps a description of the dataset. In this example, you'll see that we have a Dataset object container with metadata, but no data.\n\nFor this dataset, if you do a ds.data, you will return NONE. \n\nA basic description of the data is so... | json_instruct | {"type": "object", "properties": {"dataset_name": {"type": "string"}, "descr": {"type": "string"}, "extra": {"type": "object", "properties": {}, "required": []}, "hashes": {"type": "object", "properties": {"data": {"type": "string"}, "target": {"type": "string"}}, "required": ["data", "target"]}, "license": {"type": "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/popper.js": {"type": "string"}, "/js/search.js": {"type": "string"}, "/js/tomtom.js": {"type": "string"}}, "required... | {"/js/admin.js" : "/js/admin.js", "/js/app.js" : "/js/app.js", "/css/app.css" : "/css/app.css", "/js/popper.js" : "/js/popper.js", "/js/search.js" : "/js/search.js", "/js/tomtom.js" : "/js/tomtom.js"} | json_instruct | {"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/popper.js": {"type": "string"}, "/js/search.js": {"type": "string"}, "/js/tomtom.js": {"type": "string"}}, "required": ["/js/admin.js", "/js/app.js", "/css/app.css", "/js/popp... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1999, 7], [2000, 5], [2001, 5], [2003, 5], [2004, 7], [2006, 6], [2008, 5], [2010, 5], [2011, 7], [2013, 6], [2014, 8]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3602070007", "district_id" : "3602070", "name" : "MARGAMULYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-sche... | [{"date" : "2022-03-27", "total" : 278, "delta" : 5, "version" : "0.1.1"}, {"date" : "2022-04-01", "total" : 287, "delta" : 9, "version" : "0.1.1"}, {"date" : "2022-04-02", "total" : 289, "delta" : 2, "version" : "0.1.1"}, {"date" : "2022-04-08", "total" : 303, "delta" : 14, "version" : "0.1.1"}, {"date" : "2022-04-10"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"exercises": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "default": {"type": "boolean"}, "exercise_name": {"type": "string"}, "description": {"type": "string"}, "att... | {"exercises" : [{"id" : 29103, "default" : true, "exercise_name" : "Supinated Barbell Bent Over Row", "description" : "Supinated Bent Over Barbell Row starts with the bar on the floor. The client bends over and grabs the bar with their palms facing upward. Then the client pulls the bar against their lower chest while k... | json_instruct | {"type": "object", "properties": {"exercises": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "default": {"type": "boolean"}, "exercise_name": {"type": "string"}, "description": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "trainer_id": {"type": "null"}, "o... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : [[[134.0, 30.333333333333332], [134.0, 30.416666666666668], [134.125, 30.416666666666668], [134.125, 30.333333333333332], [134.0, 30.333333333333332]]]}, "properties" : {"code" : 453440, "url" : "http://madefor.github.io/0410/api/v1/453440.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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "method-overri... | {"name" : "UserManagement", "version" : "0.0.1", "main" : "server.js", "dependencies" : {"body-parser" : "~1.4.2", "express" : "~4.5.1", "method-override" : "~2.0.2", "mongoose" : "~3.8.0", "ng-cordova" : "^0.1.26-alpha"}, "cordovaPlugins" : ["cordova-plugin-whitelist"], "cordovaPlatforms" : ["ios"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "string"}, "ng-cordova"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"props": {"type": "object", "properties": {"language": {"type": "string"}, "region": {"type": "array", "items": {"type": "string"}}, "direction": {"type": "string"}}, "required": ["language", "region", "direction"]}},... | {"props" : {"language" : "Ndonga", "region" : ["Namibia"], "direction" : "ltr"}} | json_instruct | {"type": "object", "properties": {"props": {"type": "object", "properties": {"language": {"type": "string"}, "region": {"type": "array", "items": {"type": "string"}}, "direction": {"type": "string"}}, "required": ["language", "region", "direction"]}}, "required": ["props"], "$schema": "http://json-schema.org/draft-07/s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-... | {"word" : "Elongation", "definitions" : ["The action or process of lengthening something.", "An elongated part.", "The amount of extension of an object under stress, usually expressed as a percentage of the original length.", "The angular separation of a planet from the sun or of a satellite from a planet, as seen by a... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["532926101001", "\u5357\u8857\u793e\u533a", "121", "0"], ["532926101002", "\u6da7\u6cb3\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["532926101003", "\u5b89\u5b9a\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["532926101004", "\u5c0f\u519b\u5e84\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["532926101202", "\u897f\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string... | {"name" : "canvas-composite-types", "version" : "1.0.4", "repository" : {"type" : "git", "url" : "git+https://github.com/vicapow/canvas-composite-types.git"}, "description" : "An array of the canvas composite types", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : {... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", ... |
Based on the schema below, produce a valid JSON object:
{"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": {"typ... | {"timestamp" : "2021-01-02T16:04:22Z", "data" : [{"data_type" : "noise", "value" : "37.57", "max" : "42.84", "min" : "31.82", "sd" : "1.60"}, {"data_type" : "illuminance", "value" : "2901.00", "max" : "2901.00", "min" : "2901.00", "sd" : "0.00"}, {"data_type" : "irradiance", "value" : "22150.15", "max" : "22227.18", "m... | 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",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object"... | {"name" : "1BAIDUSDKSYDemo", "version" : "0.0.3", "summary" : "The first one test framework.", "description" : "I will be very careful to do this framework.", "homepage" : "https://github.com/tanglimei/1BAIDUSDKSYDemo.git", "license" : "MIT", "authors" : {"tanglimei" : "562630424@qq.com"}, "platforms" : {"ios" : "7.0"}... | 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": {"tanglimei": {"type": "string"}}, "required": ["tangl... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"checkJs": {"type": "boolean"}, "target": {"type": "string"}, "allowJs": {"type": "boolean"}, "declaration": {"type": "boolean"}, "emitDeclarationOnly": {"type": "boolean"}, ... | {"compilerOptions" : {"checkJs" : true, "target" : "es5", "allowJs" : true, "declaration" : true, "emitDeclarationOnly" : true, "allowSyntheticDefaultImports" : true, "lib" : ["ESNext", "ScriptHost"], "maxNodeModuleJsDepth" : 10}, "exclude" : ["node_modules", "**/node_modules/*", "./tests/**"], "include" : ["index.js"]... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"checkJs": {"type": "boolean"}, "target": {"type": "string"}, "allowJs": {"type": "boolean"}, "declaration": {"type": "boolean"}, "emitDeclarationOnly": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "lib":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ncube": {"type": "string"}, "axes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "hasDefault": {"type": "boolean"}, "type": {"type": "string"}... | {"ncube" : "sys.menu.global", "axes" : [{"id" : 1, "name" : "menu", "hasDefault" : true, "type" : "DISCRETE", "valueType" : "STRING", "preferredOrder" : 1, "fireAll" : true, "columns" : []}], "cells" : [{"id" : [], "type" : "exp", "value" : "['title':'Global Title','tab-menu':['n-cube':[html:'html/ntwobe.html',img:'img... | json_instruct | {"type": "object", "properties": {"ncube": {"type": "string"}, "axes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "hasDefault": {"type": "boolean"}, "type": {"type": "string"}, "valueType": {"type": "string"}, "preferredOrder": {"type": "integer"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"], "$sc... | {"mocha.css" : "sha512-BsXJWei7/LHwlCKoeSTG8u2+g6Fm1CXXJVckjcfDoeNHBcWCyfUi/vBP3ilhXgCDI6KnrbJETMDwYDfVTSFxLw==", "mocha.js" : "sha512-4cU1zHMlX6GoDUcoJcYR+Ui1UYhFMb29qv9WSX68KzEd+5Mah1a6kDuLbpRZHcRcg3uBj3H0aCdjLWIsTRsjLw==", "mocha.min.css" : "sha512-HR0askbaJqCDQkmCIJO2qLVaceXSsTqpZpV8msKdohoVwqLS4IpMdPyYZJT7j4nnRiXt... | json_instruct | {"type": "object", "properties": {"mocha.css": {"type": "string"}, "mocha.js": {"type": "string"}, "mocha.min.css": {"type": "string"}, "mocha.min.js": {"type": "string"}}, "required": ["mocha.css", "mocha.js", "mocha.min.css", "mocha.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : 404359413, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d723948b94c66d44b6caebefca7c822e", "wof:id" : 404359413, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.58835621875602, 46.53136201292687, 4.65822402553204, 46.56938868238416... | 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": {"contact": {"type": "object", "properties": {"customerName": {"type": "null"}, "contactPerson": {"type": "null"}, "mobile": {"type": "null"}, "email": {"type": "null"}, "productName": {"type": "null"}, "count": ... | {"contact" : {"customerName" : null, "contactPerson" : null, "mobile" : null, "email" : null, "productName" : null, "count" : 2}} | json_instruct | {"type": "object", "properties": {"contact": {"type": "object", "properties": {"customerName": {"type": "null"}, "contactPerson": {"type": "null"}, "mobile": {"type": "null"}, "email": {"type": "null"}, "productName": {"type": "null"}, "count": {"type": "integer"}}, "required": ["customerName", "contactPerson", "mobile... |
Create a JSON structure that matches this schema definition:
{"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... | {"n_dim" : 21, "n_trials" : 130, "objective" : "markowitz_skew_on_cube", "white" : "optuna_random_clone", "black" : "ultraopt_forest", "traceback" : ["passing", "passing"], "best_val" : [6.4745040629695705, 4.131543168537964], "best_x" : [[0.14124527213671578, 0.180589881489431, 0.5562244668167041, 0.9357153290069709, ... | 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": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "... | {"author" : "Hayden Carruth", "classification" : "Free Verse", "keywords" : ["Religion", "Death", "Living"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/171316", "region" : "U.S., New England", "text" : ["Both of us had been close", "to Joel, and at Joel\u2019s death", "my friend had gone to the ... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"follower": {"type": "string"}, "following": {"type": "string"}, "what": {"type": "array", "items": {"type": "string"}}}, "required": ["follower", "following", "what"]}, "$schema": "http:... | [{"follower" : "shadowspub", "following" : "foxkoit", "what" : ["ignore"]}, {"follower" : "shadowspub", "following" : "fintech-jesus", "what" : ["ignore"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"follower": {"type": "string"}, "following": {"type": "string"}, "what": {"type": "array", "items": {"type": "string"}}}, "required": ["follower", "following", "what"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e"... | {"h" : [{"d" : [{"e" : ["\ufff9`Kahengang~ `ko~ `'amamosa~ `no~ `miso~.\ufffa\ufffb\u59b3\u7684\u77b3\u5b54\u767c\u7d05\u3002"], "f" : "\u773c\u73e0\uff0c\u77b3\u5b54\u3002"}]}], "t" : "'amamosa"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "colorbrewer": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ui"... | {"name" : "qtlcharts", "version" : "0.9-5", "dependencies" : {"d3" : "^4.8.0", "colorbrewer" : "^1.0.0", "jquery" : "^3.2.1", "jquery-ui" : "^1.12.1", "d3-tip" : "^0.7.1", "d3panels" : "^1.3.7"}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "colorbrewer": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ui": {"type": "string"}, "d3-tip": {"type": "string"}, "d3panels": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1174021005", "district_id" : "1174021", "name" : "MEURIA"} | 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": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["minecraft:string", "minecraft:bone", "minecraft:rotten_flesh", "minecraft:gunpowder", "minecraft:blaze_rod", "minecraft:blaze_powder", "minecraft:ender_pearl", "minecraft:prismarine_shard", "minecraft:prismarine_crystals", "minecraft:magma_cream", "minecraft:phantom_membrane", "minecraft:arrow", "minecraf... | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "internetofcrafts:block/cube_mini_pink"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "require... | {"name" : "darkstat", "pkg_version" : "3.0.719", "rebuild" : 1, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/darkstat/blobs/sha256:f118133e9435512691870171effd65220c2340328860a7b22ae32ad1ba3c369e"}, "big_sur" : {"url" : "https://ghcr.io/v2/linuxbrew/core/darkstat/blobs/sha256:384197a3882c6... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"... | {"name" : "Internationale Dance Academy Berlin", "id" : "BE-16865", "address" : "Rheinstr. 45-46, 12161 Berlin", "website" : "http://www.international-dance-academy-berlin.de", "email" : "information@ballettakademie.de", "school_type" : "K\u00fcnstlerische Schule", "legal_status" : 1, "fax" : "", "phone" : "8738818", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"victory.js" : "sha256-BpyN6Fxn4WKsBLHOqC03mGKfdT/C86u09AM1DUaGnt8=", "victory.min.js" : "sha256-lGITTTWESYbQNg+V7CUF42Y4FhK2aZayiCPXzJxbwkI="} | json_instruct | {"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "st... | {"player_id" : 2535, "name" : "Greg Bright", "position" : "DB", "height" : "6-0", "weight" : "208", "current_team" : null, "birth_date" : "1957-08-02", "birth_place" : "Fort Campbell, KY", "death_date" : null, "college" : "Morehead St.", "high_school" : "Butler, KY", "draft_team" : "Cincinnati Bengals", "draft_round" :... | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"... | {"configuration" : ["READER_POOLING", "MAX_BUFFERED_DOCS", "CHECK_PENDING_FLUSH_UPDATE", "RAM_PER_THREAD_HARD_LIMIT", "SIMILARITY", "NO_CFS_RATIO"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 30591603383}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}}, "required": ["configuration", "regionsToPerf"], "$sc... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type... | {"name" : "generator-spontaneous-combustion", "version" : "4.0.0", "description" : "Yeoman generator for a barebones SCSS-styled, Foundation-frameworked, AngularJS-wired, PHP-infrastructued web app.", "license" : "MIT", "main" : "app/index.js", "author" : {"name" : "Jan Baykara", "email" : "jan@baykara.co.uk", "url" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.