input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "smeller", "definition" : "1. One who smells, or perceives by the sense of smell; one who gives out smell. 2. The nose. [Pugilists' Slang]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "chipped:block/jack_o_lantern_owo"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"css/mobile-angular-ui-base.css": {"type": "string"}, "css/mobile-angular-ui-base.min.css": {"type": "string"}, "css/mobile-angular-ui-desktop.css": {"type": "string"}, "css/mobile-angular-ui-desktop.min.css": {"type": "string"... | {"css/mobile-angular-ui-base.css" : "sha256-xgGK3+E+weZhC0KfaITVXCunoALgLiKgxNWaFf+q68A=", "css/mobile-angular-ui-base.min.css" : "sha256-BECQY6j2jdpBhuOJgUntcWSMCWxhnQkA6bzjyIcqneg=", "css/mobile-angular-ui-desktop.css" : "sha256-NdBwmAP9ZFrF2R71ol7eJuz/5aPvL8lYUoGjoOPD+f0=", "css/mobile-angular-ui-desktop.min.css" : ... | json_instruct | {"type": "object", "properties": {"css/mobile-angular-ui-base.css": {"type": "string"}, "css/mobile-angular-ui-base.min.css": {"type": "string"}, "css/mobile-angular-ui-desktop.css": {"type": "string"}, "css/mobile-angular-ui-desktop.min.css": {"type": "string"}, "css/mobile-angular-ui-hover.css": {"type": "string"}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "strin... | {"name" : "hackmuds", "version" : "0.0.1", "author" : "Asbra <codes@asbra.pw> (https://asbra.net/)", "description" : "Build system for the game hackmud, to minify and allow linting of hackmud scripts", "keywords" : "hackmud", "repository" : "Asbra/hackmud-scripts", "license" : "MIT", "dependencies" : {"grunt" : "^0.4.5... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"grunt": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer... | {"IsRecentlyVerified" : false, "ID" : 29560, "UUID" : "F31FD86C-A907-40B1-8D2B-B41F4ECE3DA6", "DataProviderID" : 15, "DataProvidersReference" : "32008", "OperatorID" : 5, "AddressInfo" : {"ID" : 29906, "Title" : "5159 Federal Blvd", "AddressLine1" : "5159 Federal Blvd", "Town" : "San Diego", "StateOrProvince" : "Califo... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "int... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 23}, "AGE_AT_FIRST_DI... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"1a83e01f-13a9-4f53-b7b8-46ef03129cdb": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "Co... | {"Version" : 1, "ProjectMap" : {"1a83e01f-13a9-4f53-b7b8-46ef03129cdb" : {"ProjectGuid" : "1a83e01f-13a9-4f53-b7b8-46ef03129cdb", "DisplayName" : "SimpleChatApp.Server", "ColorIndex" : 0}, "742d00b1-7748-4e25-a2e6-d583ba268d94" : {"ProjectGuid" : "742d00b1-7748-4e25-a2e6-d583ba268d94", "DisplayName" : "SimpleChatApp.Cl... | json_instruct | {"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"1a83e01f-13a9-4f53-b7b8-46ef03129cdb": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "ColorIndex": {"type": "integer"}}, "required": ["ProjectGuid"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "module": {"type": "string"}, "target": {"type": "string"}, "moduleResolution": {"type": "string"}, "strict": {"type": "boolean"}, "... | {"compilerOptions" : {"baseUrl" : ".", "module" : "es2020", "target" : "es2020", "moduleResolution" : "node", "strict" : true, "declaration" : true, "noUnusedLocals" : true, "skipLibCheck" : true, "esModuleInterop" : true, "useUnknownInCatchVariables" : false, "lib" : ["ESNext", "DOM"], "types" : ["node", "@peeky/runne... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "module": {"type": "string"}, "target": {"type": "string"}, "moduleResolution": {"type": "string"}, "strict": {"type": "boolean"}, "declaration": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":... | {"index" : 1487, "hash" : 2283075841, "artDyeHash" : 2283075841, "redacted" : false, "dyeManifestHash" : 3453468417, "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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "summary": {"type": "string"}, "keyLinks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "contex... | {"title" : "Prose", "summary" : "Simple rules to help longform content\u2014prose\u2014read as niceley as it can.", "keyLinks" : [{"label" : "Sass File", "url" : "https://github.com/GoogleChrome/web.dev/tree/main/src/scss/blocks/_prose.scss"}], "context" : {}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "summary": {"type": "string"}, "keyLinks": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "context": {"type": "object", "properties": {}, "required": []}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Authenticatable", "Corbacho's", "Npkj", "Surr", "bitmasks", "hashmark", "phpredis", "sslmode"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"strapiMovies": {"type": "object", "properties": {"id": {"type": "string"... | {"componentChunkName" : "component---src-templates-movie-movie-detail-gen-js", "path" : "/movie/greyhound", "result" : {"data" : {"strapiMovies" : {"id" : "Movies_78", "slug" : "greyhound", "title" : "\u7070\u730e\u72ac\u53f7", "author" : "\u4f5a\u540d", "description" : "\u5f71\u7247\u8bb2\u8ff0\u4e8c\u6218\u521d\u671f... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"strapiMovies": {"type": "object", "properties": {"id": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"person": {"type": "object", "properties": {"gender": {"type": "string"}, "lastname": {"type": "string"}, "firstname": {"type": "string"}, "visible": {"type": "boolean"}}, "required": ["gender", "lastname", "firstnam... | {"person" : {"gender" : "male", "lastname" : "mustermann", "firstname" : "max", "visible" : false}} | json_instruct | {"type": "object", "properties": {"person": {"type": "object", "properties": {"gender": {"type": "string"}, "lastname": {"type": "string"}, "firstname": {"type": "string"}, "visible": {"type": "boolean"}}, "required": ["gender", "lastname", "firstname", "visible"]}}, "required": ["person"], "$schema": "http://json-sche... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "Preferred Explanations: Theory and Generation via Planning.", "fields" : ["linear temporal logic", "exploit", "dynamical system", "activity recognition", "dynamical systems theory"], "abstract" : "In this paper we examine the general problem of generating preferred explanations for observed behavior with re... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId",... | [{"id" : "2001", "provinceId" : "12", "regencyId" : "04", "districtId" : "05", "name" : "Ononamolo I Bot"}, {"id" : "2021", "provinceId" : "12", "regencyId" : "04", "districtId" : "05", "name" : "Dima"}, {"id" : "2022", "provinceId" : "12", "regencyId" : "04", "districtId" : "05", "name" : "Sinarikhi"}, {"id" : "2023",... | json_instruct | {"type": "array", "items": {"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.or... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"chai.js": {"type": "string"}, "chai.min.js": {"type": "string"}}, "required": ["chai.js", "chai.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"chai.js" : "sha512-awBQ1evWd+8FoZB4JQfnT57Q5o18NNjt4NVL7SRrsZ3k5bsXXopCU4evxLz3S68rmRpPvKSg8bVUAPtrabtflA==", "chai.min.js" : "sha512-hETOA43ErEaVypYRsYMSPPs4UVJu3V5SPxOtKh/CKiSk4sMGfWOAsxjhUJ7bDF4XsfefxPM8f+yjUBu2K1SsKg=="} | json_instruct | {"type": "object", "properties": {"chai.js": {"type": "string"}, "chai.min.js": {"type": "string"}}, "required": ["chai.js", "chai.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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": "strin... | {"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_pattern", "black" : "hyperopt_tpe", "traceback" : ["passing", "Black took 212 function evals when instructed to use 212"], "best_val" : [-0.07329136679342338, -0.07195608365766643], "best_x" : [[0.21875, 0.015625, 0.0, 0.0, 0.5... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "a Galilean", "long" : "a Galilean, an inhabitant of Galilee."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "pro... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "http://schema.org/HealthClub", "title" : "HealthClub", "description" : "A health club.", "type" : "object", "allOf" : [{"description" : "Health and beauty.", "$ref" : "http://schema.org/HealthAndBeautyBusiness"}, {"description" : "A sports location, such ... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"... | {"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "uTUsjF7bymOuKvXbW2BpkK/w4Vg=", "path" : "github.com/lib/pq", "revision" : "2704adc878c21e1329f46f6e56a1c387d788ff94", "revisionTime" : "2017-03-24T20:46:54Z"}, {"checksumSHA1" : "Gk3jTNQ5uGDUE0WMJFWcYz9PMps=", "path" : "github.com/lib/pq/oid", "revisio... | json_instruct | {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checks... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"md5": {"type": "string"}, "scores": {"type": "object", "properties": {}, "required": []}, "watchlists": {"type": "object", "properties": {}, "required": []}, "event_timestamp": {"type": "number"}}, "required": ["md5"... | {"md5" : "8F333DC9683B4454B58638B8D2EFDD4E", "scores" : {}, "watchlists" : {}, "event_timestamp" : 1447697628.75} | json_instruct | {"type": "object", "properties": {"md5": {"type": "string"}, "scores": {"type": "object", "properties": {}, "required": []}, "watchlists": {"type": "object", "properties": {}, "required": []}, "event_timestamp": {"type": "number"}}, "required": ["md5", "scores", "watchlists", "event_timestamp"], "$schema": "http://json... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"notExist": {"type": "string"}, "dismissInvitationLogin": {"type": "string"}, "alias": {"type": "string"}, "username": {"type": "string"}, "isOfficial": {"type": "string"}, "descriptionProfile": {"type": "string"}, "u... | {"notExist" : ".dialog-404", "dismissInvitationLogin" : ".coreSpriteDismissLarge", "alias" : "h1", "username" : "h1", "isOfficial" : "span.coreSpriteVerifiedBadge", "descriptionProfile" : "span:first-child", "urlImgProfile" : "header img", "website" : "a", "isPrivate" : "h2", "numberPosts" : "ul li:first-child span spa... | json_instruct | {"type": "object", "properties": {"notExist": {"type": "string"}, "dismissInvitationLogin": {"type": "string"}, "alias": {"type": "string"}, "username": {"type": "string"}, "isOfficial": {"type": "string"}, "descriptionProfile": {"type": "string"}, "urlImgProfile": {"type": "string"}, "website": {"type": "string"}, "is... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": ... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G7pFt6e1P1RvXa0ghstTdPnY/RUBaUo7U7i86RexceyTjlUF0C61W9EiS1UHUy3xsE8k+BLcdG4ryvySZkuWMc8=", "cert_user_id" : "bratomo96@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1KbuE2vTPFVbEwkfcx4AtsCS3ZaxDHqPv4/content.json", "modi... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_p... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HGn6AoVbbq5/08uMH2Xs+7Pg9wHJqz7b6m+xPzEk7VBdgtrnqm8bOV2JsxROENRwQrvMyijqsRUls0RUJjBlEag=", "cert_user_id" : "mydf@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/18kDuSDb2D5QTtabXj6Ert7dTvnUA3FSHN/content.json", "modified"... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "... |
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" : "UBX", "name" : "UBIX Network", "decimals" : 0, "address" : "0xf5b5efc906513b4344ebabcf47a04901f99f09f3"} | 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": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "numb... | {"id" : "98032846", "name" : "Lyveden Road", "nodes" : [{"type" : "node", "id" : 1134371199, "lat" : 52.457049, "lon" : -0.6054606}, {"type" : "node", "id" : 1134371212, "lat" : 52.4573105, "lon" : -0.6059756}, {"type" : "node", "id" : 1134371239, "lat" : 52.4576199, "lon" : -0.6069878}, {"type" : "node", "id" : 113437... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object... | {"author" : "TheTrevDev", "name" : "angular-input-directives", "description" : "Angular Input Directives", "version" : "0.0.1", "homepage" : "http://thetrevdev.github.com/input-directives", "main" : "./modules/utils.js", "dependencies" : {"angular" : ">= 1.0.2"}, "devDependencies" : {"angular-mocks" : "~1.0.5", "angula... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angula... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "prop... | {"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" : {"pilotplaysgames" : {"title" : "PilotPlaysGames", "channel_id" : 72115541, "lin... | 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": {"pilotplaysgames": {"type": "object", "properties": {"title": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type... | {"1" : "1. Is it described as \u201cproduction ready\u201d?", "2" : "2. Is there sufficient documentation?", "3" : "3. Is there a changelog?", "4" : "4. Is someone responding to bug reports?", "5" : "5. Are there sufficient tests?", "6" : "6. Are the tests running with the latest <Language> version?", "7" : "7. Are the... | json_instruct | {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},... | {"\u5de5\u5ee0\u540d\u7a31" : "\u5609\u5802\u5efa\u6750\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99652853", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08310008000571", "\u5de5\u5ee0\u5730\u5740" : "\u5357\u6295\u7e23\u8349\u5c6f\u93ae\u5bcc\u5bee\u91cc\u5bcc\u9802\u8def... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"errorsExist": {"type": "boolean"}, "errorList": {"type": "object", "properties": {"error": {"type": "array", "items": {"type": "object", "properties": {"errorCode": {"type": "string"}, "errorMessage": {"type": "string"}, "trac... | {"errorsExist" : true, "errorList" : {"error" : [{"errorCode" : "40166415", "errorMessage" : "Must send at least one of the following parameters: [circ_desk,department]", "trackingId" : "E01-1702184810-FVCA7-AWAE980040178"}]}, "result" : null} | json_instruct | {"type": "object", "properties": {"errorsExist": {"type": "boolean"}, "errorList": {"type": "object", "properties": {"error": {"type": "array", "items": {"type": "object", "properties": {"errorCode": {"type": "string"}, "errorMessage": {"type": "string"}, "trackingId": {"type": "string"}}, "required": ["errorCode", "er... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "img": {"type": "string"}}, "required": ["name", "url", "img"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Fictizia", "url" : "https://www.fictizia.com/", "img" : "/img/sponsor/fictizia.svg"}, {"name" : "Hiwook", "url" : "https://hiwook.com/", "img" : "/img/sponsor/hiwook.png"}, {"name" : "OVH", "url" : "https://www.ovh.es/", "img" : "/img/sponsor/ovh.png"}, {"name" : "Google Developers", "url" : "https://develo... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "img": {"type": "string"}}, "required": ["name", "url", "img"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userID": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "... | {"html" : "ClassicTraveller.html", "css" : "ClassicTraveller.css", "authors" : "gizmo m.", "roll20userID" : "790584", "preview" : "ClassicTraveller.png", "instructions" : "Bare bones start. All questions concerning this sheet should be addressed to gizmo m.", "legacy" : true} | json_instruct | {"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userID": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["html", "css", "authors", "roll20userID", "preview",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"input": {"type": "object", "properties": {"foo": {"type": "integer"}, "bar": {"type": "integer"}, "baz": {"type": "integer"}, "tuna": {"type": "integer"}}, "required": ["foo", "bar", "baz", "tuna"]}, "spec": {"type": "object",... | {"input" : {"foo" : 3, "bar" : 14, "baz" : 15, "tuna" : 9}, "spec" : {"*" : {"@" : "a.b.originalValues", "$" : "a.b.originalKeys"}}, "expected" : {"a" : {"b" : {"originalKeys" : ["foo", "bar", "baz", "tuna"], "originalValues" : [3, 14, 15, 9]}}}} | json_instruct | {"type": "object", "properties": {"input": {"type": "object", "properties": {"foo": {"type": "integer"}, "bar": {"type": "integer"}, "baz": {"type": "integer"}, "tuna": {"type": "integer"}}, "required": ["foo", "bar", "baz", "tuna"]}, "spec": {"type": "object", "properties": {"*": {"type": "object", "properties": {"@":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"registrar": {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "language": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"class": {"typ... | {"registrar" : [{"provider" : "symfony.services", "language" : "php", "signatures" : [{"class" : "Enlight_Controller_Action", "method" : "get", "type" : "type"}, {"class" : "Enlight_Plugin_Bootstrap", "method" : "get", "type" : "type"}]}]} | json_instruct | {"type": "object", "properties": {"registrar": {"type": "array", "items": {"type": "object", "properties": {"provider": {"type": "string"}, "language": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "method": {"type": "string"}, "type": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "... | {"parent" : "rifts:block/corrupted_cube_column", "textures" : {"end" : "rifts:block/corrupted_melon_top", "side" : "rifts:block/corrupted_melon_side"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"typ... | {"name" : "dotty", "version" : "0.1.2", "description" : "Access properties of nested objects using dot-path notation", "main" : "lib/index.js", "scripts" : {"test" : "vows", "prepare" : "docco \"./lib/index.js\""}, "repository" : {"type" : "git", "url" : "git://github.com/deoxxa/dotty.git"}, "keywords" : ["object", "ac... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["test", "prepare"]}, "repository": {"type": "o... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"FlipDiv.js": {"type": "string"}, "FlipDiv.min.js": {"type": "string"}}, "required": ["FlipDiv.js", "FlipDiv.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"FlipDiv.js" : "sha512-+jg0XwN0sFQ9UfrvtZGpclQrPQj1cWVjJ2s1+eapMRF+bmEmvf+t0VPXVrMCzlUVQe56P+DzJUa8M2mYogncZw==", "FlipDiv.min.js" : "sha512-xrnvD+BbcjvZC+Jit/MSNlDafy3jSiwzk8nx34KpZFSfOdYwd6SEWVwGUTql8bg/MiRObWvJWAH86K/m9CZGtw=="} | json_instruct | {"type": "object", "properties": {"FlipDiv.js": {"type": "string"}, "FlipDiv.min.js": {"type": "string"}}, "required": ["FlipDiv.js", "FlipDiv.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"... | {"nom" : "Saint-Yrieix-la-Perche", "dpt" : "Haute-Vienne", "inscrits" : 5605, "abs" : 1145, "votants" : 4460, "blancs" : 93, "nuls" : 99, "exp" : 4268, "res" : [{"panneau" : "3", "voix" : 1197}, {"panneau" : "9", "voix" : 844}, {"panneau" : "2", "voix" : 785}, {"panneau" : "11", "voix" : 764}, {"panneau" : "4", "voix" ... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"miaoxing/app": {"type": "stri... | {"name" : "miaoxing/wallet", "description" : "Miaoxing wallet Plugin", "keywords" : ["miaoxing", "wallet"], "license" : "MIT", "require" : {"miaoxing/app" : "dev-master@dev", "miaoxing/wechat" : "dev-master@dev", "miaoxing/queue" : "dev-master@dev"}, "require-dev" : {"miaoxing/coding-standards" : "^2.0.0"}, "autoload" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"miaoxing/app": {"type": "string"}, "miaoxing/wechat": {"type": "string"}, "miaoxing/qu... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cpciif_buy_title": {"type": "string"}, "cpciif_buy_cloud_info": {"type": "string"}, "cpciif_buy_quantity_select": {"type": "string"}, "cpciif_buy_instance_select": {"type": "string"}, "cpciif_buy_instance_select_plur... | {"cpciif_buy_title" : "Acheter des IPs Failover Cloud", "cpciif_buy_cloud_info" : "Les adresses IPs Failover Cloud sont d\u00e9pla\u00e7ables d'un serveur \u00e0 l'autre au sein d'un m\u00eame projet Cloud et d'un m\u00eame continent.", "cpciif_buy_quantity_select" : "S\u00e9lectionnez le nombre d'IP Failover Cloud que... | json_instruct | {"type": "object", "properties": {"cpciif_buy_title": {"type": "string"}, "cpciif_buy_cloud_info": {"type": "string"}, "cpciif_buy_quantity_select": {"type": "string"}, "cpciif_buy_instance_select": {"type": "string"}, "cpciif_buy_instance_select_plural": {"type": "string"}, "cpciif_buy_country_select": {"type": "strin... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "m... | {"ast" : null, "code" : "/**\r\n * @author Richard Davey <rich@photonstorm.com>\r\n * @copyright 2019 Photon Storm Ltd.\r\n * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}\r\n */\n\n/**\r\n * @namespace Phaser.Structs\r\n */\nmodule.exports = {\n List: require... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.917043, 40.633077], [-73.916224, 40.633606], [-73.913198, 40.631934], [-73.911437, 40.633857], [-73.908943, 40.631617], [-73.899682, 40.627369], [-73.90178, 40.624816], [-73.918604, 40.632096], [-73.917043, 40.633077]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND EACH OF THEM DOES THAT, BY BEING A SIGN OF AN ABSTRACT IDEA IN THE MIND, TO WHICH IDEA, AS THINGS EXISTING ARE FOUND TO AGREE,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9393.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "s... | {"name" : "pcp-grafana-app", "description" : "Performance Co-Pilot Grafana Plugin", "version" : "3.0.0", "scripts" : {"build" : "grafana-toolkit plugin:build", "test" : "grafana-toolkit plugin:test", "dev" : "grafana-toolkit plugin:dev", "watch" : "grafana-toolkit plugin:dev --watch"}, "author" : "Performance Co-Pilot ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "test", "de... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "requi... | {"text" : "\n\u00a0 \u00a0 \u00a0The Director of Health, or his or her designee, shall be responsible for implementing and assessing an educational program about AIDS addressed to City employees. Funds for this program shall be from existing sources. All departments, officers and employees of the City and County of San... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "requi... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Dataset": {"type": "string"}, "Dataset Size": {"type": "integer"}, "Model": {"type": "string"}, "Params": {"type": "object", "properties": {"num_topics": {"type": "integer"}, "random_state... | [{"Dataset" : "un_dtm", "Dataset Size" : 48494, "Model" : "LDAseq", "Params" : {"num_topics" : 50, "random_state" : 21}, "Scores" : {"0" : {"npmi" : 0.16903294910900032, "diversity" : 0.836}, "1" : {"npmi" : 0.1693879238257309, "diversity" : 0.828}, "2" : {"npmi" : 0.1675970078931664, "diversity" : 0.816}, "3" : {"npmi... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Dataset": {"type": "string"}, "Dataset Size": {"type": "integer"}, "Model": {"type": "string"}, "Params": {"type": "object", "properties": {"num_topics": {"type": "integer"}, "random_state": {"type": "integer"}}, "required": ["num_topics", "random_state"]}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "numbe... | {"artist_id" : "ART89ZM1187B9A348E", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "HORKYZE SLIZE", "duration" : 105.87383, "num_songs" : 1, "song_id" : "SOXVCTF12A8C13C9AD", "title" : "NIKTO_ NIC", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}... | {"display" : {"icon" : {"item" : "minecraft:enchanting_table"}, "title" : {"translate" : "Enchanter"}, "description" : {"color" : "#75E1FF", "translate" : "Craft an enchanting table"}, "announce_to_chat" : "true", "frame" : "goal"}, "parent" : "minecraft:story/form_obsidian", "rewards" : {"function" : "bc_rewards:minin... | json_instruct | {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "propert... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "car... | {"userId" : 67581, "cartId" : "5d1e70f0-6740-4416-8dc8-fd772be05ad9", "preferredProducts" : [907, 2129, 3600, 98, 4534, 1997, 2506, 2560, 3230], "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.... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"idArt": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "country": {"type": "string"}, "location": {"type": "object", "properties": {"la... | {"idArt" : "324", "placeAut" : [{"place" : "Vannes", "country" : "France", "location" : {"lat" : 47.658236, "lon" : -2.7608470000000125}}]} | json_instruct | {"type": "object", "properties": {"idArt": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "string"}, "country": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"secret_key": {"type": "string"}, "domain_id": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["secret_key", "domain_id", "start_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"secret_key" : "RANDOMKEY", "domain_id" : "123456", "start_date" : "2021-07-01"} | json_instruct | {"type": "object", "properties": {"secret_key": {"type": "string"}, "domain_id": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["secret_key", "domain_id", "start_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"policyDefinitionId": {"type": "string"}, "parameters": {"type": "object", "properties": {}, "required": []}, "dependsOn": {"type": "array", "items": {}}, "displayName": {"type": "s... | {"properties" : {"policyDefinitionId" : "/providers/Microsoft.Authorization/policyDefinitions/9677b740-f641-4f3c-b9c5-466005c85278", "parameters" : {}, "dependsOn" : [], "displayName" : "Advanced data security settings for SQL server should contain an email address to receive security alerts"}, "kind" : "policyAssignme... | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"policyDefinitionId": {"type": "string"}, "parameters": {"type": "object", "properties": {}, "required": []}, "dependsOn": {"type": "array", "items": {}}, "displayName": {"type": "string"}}, "required": ["policyDefinitionId", "parameters"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 129665, "info" : {"name" : "Zoom Out Customize - tumblr", "description" : "A style that zooms out the preview section of tumblr customise but not the coding section.", "additionalInfo" : null, "format" : "uso", "category" : "tumblr", "createdAt" : "2016-07-01T11:50:54.000Z", "updatedAt" : "2016-07-01T11:50:54.0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ... | {"userId" : 85550, "cartId" : "4ef7fcaf-67fc-46a0-b4c1-ab7a110611d9", "preferredProducts" : [3287, 3371, 1057, 2635], "productReviews" : [{"productId" : 4680, "reviewText" : "My co-worker Merwin has one of these. He says it looks bubbly.", "reviewDate" : "2018-11-22T11:55:54.4637038+02:00"}, {"productId" : 4486, "revie... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "i... | {"autoplayTransitionDelay" : 5, "author" : "", "timestamp" : "2021-56-22 15:11:7", "loopSlideshow" : 0, "filename" : "pdm-slide", "autoplayBuildDelay" : 2, "comment" : "", "title" : "pdm-slide", "showMode" : 0, "creator" : "Apple Keynote \u8bb2\u6f14 11.2", "slideList" : ["C8287A77-426D-4E31-9DA2-A6D1528DA506", "F9B181... | json_instruct | {"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "comment": {"type": "string"}, "title": {"type": "string"}, "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, ... | {"symbol" : "STAK", "address" : "0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13", "overview" : {"en" : ""}, "email" : "", "website" : "https://jigstack.org/", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/jigstack", "twitter" : "https://twitter.com/jigstack", "telegram" : "", "github" : ""}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "prop... | [{"scope" : "http://ip-api.com:80", "method" : "GET", "path" : "/json", "body" : "", "status" : 200, "response" : {"as" : "AS46562 Total Server Solutions L.L.C.", "city" : "Seattle", "country" : "United States", "countryCode" : "US", "isp" : "LogicWeb Inc", "lat" : 47.6062, "lon" : -122.3321, "org" : "Total Server Solu... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "properties": {"as": {"type": "string"}, "city": {"type": "string"}, "country": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"provider_url": {"type": "string"}, "abi_file": {"type": "string"}, "bytecode_file": {"type": "string"}, "owner_addr": {"type": "string"}, "gas": {"type": "integer"}, "gasPrice": {"type": "number"}}, "required": ["pr... | {"provider_url" : "http://localhost:8545", "abi_file" : "./build/SangoPKSystem/SangoPKSystem.abi", "bytecode_file" : "./build/SangoPKSystem/SangoPKSystem.bin", "owner_addr" : "0xda83aee0f49802a331d455f503341a5fdcbde923", "gas" : 4500000, "gasPrice" : 1000000000.0} | json_instruct | {"type": "object", "properties": {"provider_url": {"type": "string"}, "abi_file": {"type": "string"}, "bytecode_file": {"type": "string"}, "owner_addr": {"type": "string"}, "gas": {"type": "integer"}, "gasPrice": {"type": "number"}}, "required": ["provider_url", "abi_file", "bytecode_file", "owner_addr", "gas", "gasPri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type":... | {"files" : {"main.css" : "/static/css/main.a98150b7.chunk.css", "main.js" : "/static/js/main.00e2be4e.chunk.js", "main.js.map" : "/static/js/main.00e2be4e.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.112f52ad.js", "runtime-main.js.map" : "/static/js/runtime-main.112f52ad.js.map", "static/js/2.1723b90b.ch... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.1723b90b.chunk.js": {"type": "string"}, "static/js... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "inv... | [{"results" : [{"tech" : 2, "pts" : 115, "connections" : 6952, "capacity" : 346279, "investments" : 475243}, {"tech" : 4, "pts" : 1394, "connections" : 237644, "capacity" : 11829690, "investments" : 43920653}, {"tech" : 3, "pts" : 61, "connections" : 3104, "capacity" : 239791, "investments" : 1318859}, {"tech" : 1, "pt... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 44237, "cartId" : "8e3e2db8-4b4f-4953-a971-b0054a06baa0", "preferredProducts" : [3814, 24, 257, 1100, 1642], "productReviews" : [{"productId" : 1795, "reviewText" : "My co-worker Aurthur has one of these. He says it looks white.", "reviewDate" : "2019-03-01T19:23:33.6303195+02:00"}, {"productId" : 1195, "re... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "... | {"ast" : null, "code" : "export var SQRT2Docs = {\n name: 'SQRT2',\n category: 'Constants',\n syntax: ['SQRT2'],\n description: 'Returns the square root of 2, approximately equal to 1.414',\n examples: ['SQRT2', 'sqrt(2)'],\n seealso: []\n};", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"ty... | {"type" : "Feature", "properties" : {"name" : "Dickey County", "name_long" : "Dickey County, ND", "fips" : "38021", "state_code_int" : 38, "state_code_postal" : "ND", "state_code_iso" : "US-ND", "county_code" : 21, "population" : 4872, "countrylevel_id" : "fips:38021", "census_data" : {"COUNTYNS" : "01035622", "AFFGEOI... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ... | {"id" : "2001", "provinceId" : "74", "regencyId" : "13", "districtId" : "11", "name" : "Masara"} | 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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_rig... | {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [78.3622047244095, 38.6327272727273, 0.90482933819294, 102.299212598425, 80.0581818181818, 0.74284040927887, 68.0314960629921, 85.6436363636364, 0.716181099414825, 68.7874015748031, 124.276363636364, 0.366151336580515, 67.2755905511811, 145.687272... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.1728, 46.73977], [-117.17086, 46.74329], [-117.17239, 46.74874], [-117.17041, 46.75329], [-117.16829, 46.76282], [-117.16613, 46.76745], [-117.16175, 46.7724], [-117.15162, 46.77996], [-117.14839, 46.78578], [-117.14... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "stri... | {"id" : "f18a1ff3-a0cf-425d-87f8-0af61b8b12e6", "name" : "Brent Beers", "img" : "https://avatars2.githubusercontent.com/u/29563723?v=4", "links" : {"website" : "", "linkedin" : "https://www.linkedin.com/in/brent-beers-2394371b8/", "github" : "https://github.com/chironjon"}, "jobTitle" : "Full Stack ReactJS Web Develope... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "myMoney", "version" : "0.0.1", "description" : "Personal Finance Managment Applicaiton ", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/arameshraju/myMoney"}, "keywords" : ["Personal", "Accounting", "PFM"... | 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": {"12 kDa protein": {"type": "string"}, "Triple gene block 2 protein": {"type": "string"}, "TGBp2": {"type": "string"}, "165 kDa protein": {"type": "string"}, "ORF1 protein": {"type": "string"}, "25 kDa protein": {"type... | {"12 kDa protein" : "P0C786", "Triple gene block 2 protein" : "P0C786", "TGBp2" : "P0C786", "165 kDa protein" : "P17779", "ORF1 protein" : "P17779", "25 kDa protein" : "P17780", "Silencing suppressor P25" : "P17780", "Triple gene block 1 protein" : "P17780", "TGBp1" : "P17780", "Capsid protein" : "P17782", "CP" : "P177... | json_instruct | {"type": "object", "properties": {"12 kDa protein": {"type": "string"}, "Triple gene block 2 protein": {"type": "string"}, "TGBp2": {"type": "string"}, "165 kDa protein": {"type": "string"}, "ORF1 protein": {"type": "string"}, "25 kDa protein": {"type": "string"}, "Silencing suppressor P25": {"type": "string"}, "Triple... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 138809, "info" : {"name" : "Diesel_Gray_by_skrip", "description" : "\u0421\u043f\u043e\u043a\u043e\u0439\u043d\u0430\u044f \u0441\u0435\u0440\u0430\u044f \u0442\u0435\u043c\u0430. \u041d\u0435 \u0440\u0430\u0437\u0434\u0440\u0430\u0436\u0430\u0435\u0442 \u0433\u043b\u0430\u0437\u0430.", "additionalInfo" : null,... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "constraints": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "summary", "constraints", "url"], "$schema": "http://json-schema.org/draft-07/sch... | {"name" : "Pascals Triangle", "summary" : "Print out pascals triangle upto a certain depth.", "constraints" : "Each line of input contains one positive integer. The number of input lines is unconstrained.", "url" : "https://www.codeeval.com/browse/66"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "summary": {"type": "string"}, "constraints": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "summary", "constraints", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "plover", "definition" : "1. (Zo\u00f6l.) Any one of numerous species of limicoline birds belonging to the family Charadrid\u00e6, and especially those belonging to the subfamily Charadrins\u00e6. They are prized as game birds. 2. (Zo\u00f6l.) Any grallatorial bird allied to, or resembling, the true plovers... | 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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1704071003", "district_id" : "1704071", "name" : "AIR KERING I"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":... | {"index" : 11972, "hash" : 1438270300, "artDyeHash" : 1438270300, "redacted" : false, "dyeManifestHash" : 1775376732, "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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_p... | {"type" : "Feature", "properties" : {"name" : "Waupaca County", "name_long" : "Waupaca County, WI", "fips" : "55135", "state_code_int" : 55, "state_code_postal" : "WI", "state_code_iso" : "US-WI", "county_code" : 135, "population" : 50990, "countrylevel_id" : "fips:55135", "census_data" : {"COUNTYNS" : "01581127", "AFF... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$schema": "http://json-schema.org/draft-07/... | [{"type" : "message", "user" : "U13TWBRBL", "text" : "<@U1GN670VD> do you know where the java SDK code is?", "ts" : "1475766887.000038"}, {"type" : "message", "user" : "U13TWBRBL", "text" : "seeing that the others are offline at this point", "ts" : "1475766895.000039"}, {"type" : "message", "user" : "U13TWBRBL", "text"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "user": {"type": "string"}, "text": {"type": "string"}, "ts": {"type": "string"}}, "required": ["type", "user", "text", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0xa90a4738401a7759aa295d26bf4a452f5dcbb3b10c22da052e7f0f1c7e0c5031", "parentHash" : "0x074559e420ea36e23aeba46cbf317479f01b172de3ce5211560f025a0413a8b4", "number" : 80587, "timestamp" : 1439487741, "nonce" : "0x2cd4c33815d3f421", "difficulty" : 2415588746053, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "health": {"type": "integer"}, "range": {"type": "integer"}, "minRange": {"type": "integer"}, "reloadTime": {"type": "integer"}, "shots": {"type": "integer"}... | {"type" : "ItemTurret", "size" : 4, "health" : 800, "range" : 5000, "minRange" : 1, "reloadTime" : 240, "shots" : 360, "spread" : 1, "velocityInaccuracy" : 12, "recoilAmount" : 0, "hasItems" : true, "targetAir" : false, "itemCapacity" : 12, "inaccuracy" : 0, "maxAmmo" : 1, "rotateSpeed" : 12, "shootSound" : "artillery"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "size": {"type": "integer"}, "health": {"type": "integer"}, "range": {"type": "integer"}, "minRange": {"type": "integer"}, "reloadTime": {"type": "integer"}, "shots": {"type": "integer"}, "spread": {"type": "integer"}, "velocityInaccuracy": {"type": "integer... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : "Crude", "1" : "Cracked", "2" : "Damaged", "3" : "Low Quality"} | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "resourceNamespace": {"type": "string"}, "resourceType": {"type":... | {"parameters" : {"api-version" : "2019-01-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "resourceGroupName" : "rg1", "resourceNamespace" : "Microsoft.Compute", "resourceType" : "virtualMachines", "resourceName" : "vm1", "serverVulnerabilityAssessment" : "default"}, "responses" : {"200" : {"bod... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "resourceNamespace": {"type": "string"}, "resourceType": {"type": "string"}, "resourceName": {"type": "string"}, "serverVuln... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"513223100": {"type": "string"}, "513223101": {"type": "string"}, "513223102": {"type": "string"}, "513223103": {"type": "string"}, "513223104": {"type": "string"}, "513223201": {"type": "string"}, "513223202": {"type": "str... | {"513223100" : "\u51e4\u4eea\u9547", "513223101" : "\u5357\u65b0\u9547", "513223102" : "\u53e0\u6eaa\u9547", "513223103" : "\u5149\u660e\u9547", "513223104" : "\u96c5\u90fd\u9547", "513223201" : "\u6e2d\u95e8\u4e61", "513223202" : "\u6c38\u548c\u4e61", "513223203" : "\u6c9f\u53e3\u4e61", "513223205" : "\u5bcc\u987a\u4e... | json_instruct | {"type": "object", "properties": {"513223100": {"type": "string"}, "513223101": {"type": "string"}, "513223102": {"type": "string"}, "513223103": {"type": "string"}, "513223104": {"type": "string"}, "513223201": {"type": "string"}, "513223202": {"type": "string"}, "513223203": {"type": "string"}, "513223205": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainI... | {"name" : "Token 9izc", "symbol" : "9izc2", "decimals" : 6, "address" : "9izc2xUMM1HQHPxp5fD1jgYxVM5TEYCjgkXAZ3nLQ1Zj", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy:dev:all": {"type": "string"}, "deploy:dev:function":... | {"name" : "serverless-demo", "version" : "1.0.0", "description" : "", "main" : "src/handler.js", "scripts" : {"deploy:dev:all" : "./bin/deploy.sh -s dev", "deploy:dev:function" : "./bin/deploy.sh -s dev -f simple", "invoke:local" : "serverless invoke local -f simple", "invoke:dev" : "./bin/invoke.sh -s dev -f simple", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy:dev:all": {"type": "string"}, "deploy:dev:function": {"type": "string"}, "invoke:local": {"type": "string"}, "i... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "releasenote": {"type... | {"name" : "buddy", "description" : "Your friendly BDD testing library for Haxe!", "url" : "https://github.com/ciscoheat/buddy", "license" : "MIT", "tags" : ["cross", "bdd", "testing"], "version" : "2.10.2", "releasenote" : "Static ordering fix for should.", "contributors" : ["ciscoheat"], "dependencies" : {"promhx" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "releasenote": {"type": "string"}, "contributors": {"type": "array", "items": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 1.0, 0.0, 1.0, 2.0, 1.0, 0.0, 1.0, 2.0, 4.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pre": {"type": "integer"}, "raw": {"type": "integer"}, "iq": {"type": "integer"}, "percentile": {"type": "integer"}}, "required": ["pre", "raw", "iq", "percentile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pre" : 10, "raw" : 21, "iq" : 106, "percentile" : 65} | json_instruct | {"type": "object", "properties": {"pre": {"type": "integer"}, "raw": {"type": "integer"}, "iq": {"type": "integer"}, "percentile": {"type": "integer"}}, "required": ["pre", "raw", "iq", "percentile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "source": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"ty... | {"version" : 1.0, "source" : "github", "owner" : "howl-anderson", "repo" : "hanzi_char_featurizer", "name" : "Hanzi Character Featurizer", "shortDescription" : "In deep learning, the characteristics of Chinese characters (pronunciation characteristics, font characteristics) need to be extracted in many cases. This proj... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "source": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"}, "content": {"type": "string"}, "tags": {"type": "array", "ite... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "id": {"type": "string"}, "jsonClass": {"type": "string"}, "shlokas": {"type": "array", "items": {"type": "string"}}, ... | {"description" : {"en" : "Perform danam of clothes, food and water."}, "id" : "SaDazIti-mithunaraviH", "jsonClass" : "HinduCalendarEvent", "shlokas" : ["vastrAnnapAnadAnAni mithunE vihitAni tu.."], "tags" : ["sun-sankranti"], "timing" : {"angam_number" : 1, "angam_type" : "day", "jsonClass" : "HinduCalendarEventTiming"... | json_instruct | {"type": "object", "properties": {"description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "id": {"type": "string"}, "jsonClass": {"type": "string"}, "shlokas": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "timing": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900690363": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900690364": {"type": "object", "properties": {"nama": {"t... | {"900690363" : {"nama" : "TPS 1", "dapil" : [6401, 16406, 2640304]}, "900690364" : {"nama" : "TPS 2", "dapil" : [6401, 16406, 2640304]}, "900690365" : {"nama" : "TPS 3", "dapil" : [6401, 16406, 2640304]}, "900690366" : {"nama" : "TPS 4", "dapil" : [6401, 16406, 2640304]}, "900690367" : {"nama" : "TPS 5", "dapil" : [640... | json_instruct | {"type": "object", "properties": {"900690363": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900690364": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
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" : "5307010046", "district_id" : "5307010", "name" : "KABIR"} | 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": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["azcopy"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Hello", "arrow", "functions"], ["The", "quick", "brown", "fox", "jumped", "over", "the", "lazy", "dog"], ["Technical", "Committee", "Thirty", "Nine"], ["Teenage", "Mutant", "Ninja", "Turtles"], ["Do", "Not", "Track"], ["Strategic", "Hazard", "Intervention", "Enforcement", "Logistics", "Division"], ["Camp", "Java", "... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array... | {"AGE_AT_FIRST_EXPOSURE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [16, 16], "P10_VALUE" : [35, 31], "P25_VALUE" : [40, 45], "MEDIAN_VALUE" : [58, 54], "P75_VALUE" : [70, 65], "P90_VALUE" : [76, 76], "MAX_VALUE" : [84, 82]}, "PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "70-79", "SERIES_NAME" : "MALE", "X... | json_instruct | {"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "periwig", "definition" : "A headdress of false hair, usually covering the whole head, and representing the natural hair; a wig. Shak.\n\nTo dress with a periwig, or with false hair. Swift."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tearDownPackageList": {"type": "string"}, "tearDownRepositories": {"type": "string"}, "testExernalX": {"type": "string"... | {"class" : {}, "instance" : {"tearDownPackageList" : "dkh 6/12/2012 15:41:23.319", "tearDownRepositories" : "dkh 10/18/2014 09:26", "testExernalX" : "dkh 6/12/2012 15:41:23.319", "testExernalXX" : "dkh 10/09/2014 16:53", "testExernalXXXa" : "dkh 6/12/2012 15:41:23.319", "testExernalXXXb" : "dkh 6/12/2012 15:41:23.319",... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tearDownPackageList": {"type": "string"}, "tearDownRepositories": {"type": "string"}, "testExernalX": {"type": "string"}, "testExernalXX": {"type": "string"}, "testExernalXXXa"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "PRAYONG", "frequency" : 3, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["filter-tree", "list-dragon"] | json_instruct | {"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": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"],... | {"id" : "2068", "provinceId" : "12", "regencyId" : "20", "districtId" : "02", "name" : "Parigi"} | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "p... | {"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.0", "parameters" : {"location" : {"type" : "string", "metadata" : {"description" : "location of resources"}}, "namingInfix" : {"type" : "string"}, "subnet" : {"type" : "object"}}, "variables" : {"re... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"description": {"type": "string"}}, "required": [... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.