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": {"site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "url"]}, "author": {"type": "object", "proper... | {"site" : {"title" : "Kethlyn Saibert", "description" : "Est\u00e1giaria de reda\u00e7\u00e3o na Central de Not\u00edcias Uninter. Formada em Tecnologia em Produ\u00e7\u00e3o Multim\u00eddia pela Faculdade Opet (2016) e cursando Jornalismo pelo Centro Universit\u00e1rio Internacional Uninter (2019 - 2023).", "url" : "h... | json_instruct | {"type": "object", "properties": {"site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "url"]}, "author": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "bio... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "it... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=7080", "name" : "DR.K.R.ADHIKARY COLLEGE OF OPTOMETRY AND PARAMEDICAL TECHNOLOGY", "primaryEmail" : "kradhikarycollege@gmail.com", "website" : "www.kradhikarycollege.org", "organisationType" : ["Advocacy & Campaigning", "Support"], "te... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Based on the schema below, produce a valid JSON object:
{"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"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[28.619, 47.703], [28.641, 47.713], [28.664, 47.742], [28.737, 47.722], [28.775, 47.725], [28.751, 47.763], [28.758, 47.782], [28.819, 47.78], [28.853, 47.817], [28.904, 47.81], [28.91, 47.844], [28.95, 47.868], [28.927, 47.885], [28.997, 47.871],... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["fro... | {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Bermuda_at_the_2020_Summer_Olympics", "to" : "Bermuda at the 2020 Summer Olympics"}], "pages" : {"62682439" : {"pageid" : 62682439, "ns" : 0, "title" : "Bermuda at the 2020 Summer Olympics", "pageprops" : {"page_image_free" : "Flag_of_Bermuda.svg", "wikibase-... | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"62... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines... | {"name" : "push-manager", "version" : "1.2.0", "description" : "Easily send notifications on Firebase using FCM and Firestore!", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "engines" : {"node" : ">=8.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/it... | 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"]}, "engines": {"type": "object", "properties": {"node": {"type": "stri... |
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" : "0x8a70cf25cf32e728be9e30c20b2781f60cb0ed6d", "tool" : "osiris", "start" : 1564620975.2323222, "end" : 1564621028.5703673, "duration" : 53.33804512023926, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0x8a70cf25cf32e728be9e30c20b2781f60cb0ed6d.sol", "name" : "MyToken"}]} | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": ... | {"errors" : [], "warnings" : [], "namedChunkGroups" : {"app" : {"chunks" : [3, 2, 1, 0], "assets" : ["webpack-runtime-40b374800dff4b23421d.js", "webpack-runtime-40b374800dff4b23421d.js.map", "styles.92ec7aa701688eef2c3b.css", "styles-4d17f790d1d12a99712f.js", "styles-4d17f790d1d12a99712f.js.map", "commons-f6783ede68f8c... | json_instruct | {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}}, "required": ["active", "synopsis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"active" : true, "synopsis" : "AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS."} | json_instruct | {"type": "object", "properties": {"active": {"type": "boolean"}, "synopsis": {"type": "string"}}, "required": ["active", "synopsis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e... | {"nom" : "Tournans", "dpt" : "Doubs", "inscrits" : 107, "abs" : 19, "votants" : 88, "blancs" : 7, "nuls" : 5, "exp" : 76, "res" : [{"panneau" : "1", "voix" : 47}, {"panneau" : "2", "voix" : 29}]} | 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"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema... | {"version" : "5.1.0-alpha.34", "info" : {"plain" : "### Features\n\n- Addon-contexts: Add URL query param feature ([#6601](https://github.com/storybooks/storybook/pull/6601))\n- UI: Add classNames to sidebar nav elements ([#6571](https://github.com/storybooks/storybook/pull/6571))\n\n### Bug Fixes\n\n- Addon-knobs: Che... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "st... | {"name" : "client", "version" : "0.1.0", "private" : true, "dependencies" : {"@material-ui/core" : "^3.9.3", "@material-ui/icons" : "^3.0.2", "axios" : "^0.18.0", "dotenv" : "^7.0.0", "material-ui-dropzone" : "^2.3.5", "react" : "^16.8.6", "react-dom" : "^16.8.6", "react-router-dom" : "^5.0.0", "react-scripts" : "3.0.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "axios": {"type": "string"}, "dotenv": {"type": "string"}, "ma... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit":... | {"id" : 13280, "source" : "wen", "verse_id" : 18846, "verse_count" : 1, "reference" : "61:2", "title" : "", "html" : "Vengeance\u2014It being necessary, that where God will deliver his people, he should take vengeance on their enemies; principally on the enemies of his church, and the spiritual ones chiefly, Satan, sin... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07... | {"towns" : [{"name" : "Gyumri", "url" : "gyumri"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$... | {"id" : "2004", "provinceId" : "16", "regencyId" : "03", "districtId" : "11", "name" : "Tanjung Raman"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Capital goods", "path" : "Capital goods", "value" : 1230179.41}, {"name" : "Consumer goods", "path" : "Consumer goods", "value" : 3537652.415}, {"name" : "Intermediate goods", "path" : "Intermediate goods", "value" : 1227080.958}, {"name" : "Mach and Elec", "path" : "Mach and Elec", "value" : 1290243.664}, ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "ite... | {"name" : "tfc-base-angular5-library", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "https://github.com/mitesh007/tfc_base_angular5_library_master.git"}, "keywords" : ["angular", "example", "library"], "license" : "MIT", "bugs" : {"url" : "https://github.com/mitesh007/tfc_base_angular5_library_master/is... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "b... |
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": {"start": {"type": "string"}, "dev": {"type": "string"}, "tes... | {"name" : "jtf-lib", "version" : "0.1.4", "description" : "JSON Transliteration Format (JTF) API & ATF parser.", "main" : "./src/index.js", "scripts" : {"start" : "node ./src/start.js", "dev" : "nodemon ./src/start.js", "test" : "test"}, "bin" : {"jtf" : "./src/CLI/cli.js"}, "keywords" : ["cuneiform", "transliteration"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test... |
Generate a valid JSON object that conforms to the following 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"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.625, 40.583333333333336], [134.625, 40.666666666666664], [134.75, 40.666666666666664], [134.75, 40.583333333333336], [134.625, 40.583333333333336]]]}, "properties" : {"code" : 603475, "url" : "http://madefor.github.io/0410/api/v1/603475.geojs... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"ty... | {"name" : "json-db", "version" : "1.0.0", "description" : "Simple json db for usage with pipelines.", "main" : "index.js", "dependencies" : {}, "devDependencies" : {}, "author" : "Joost van der Griendt <joostvdg@gmail.com>", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "d... | {"name" : "tones", "displayName" : "tones", "description" : "test", "version" : "0.1.7", "publisher" : "circledev", "license" : "UNLICENSED", "homepage" : "https://github.com/actarian/tones/blob/master/README.md", "devDependencies" : {"uglify-js" : "^3.3.21", "gulp" : "^3.9.1", "gulp-autoprefixer" : "^5.0.0", "gulp-cof... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"uglify-... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "window_size": {"type": "integer"}, "return_sequences": {"type": "boolean"}, "scaler": {"type": "string"}, "model": {"type": "string"}, "model_args": {... | {"epochs" : 1000, "batch_size" : 64, "window_size" : 512, "return_sequences" : true, "scaler" : "processing.StandardScaler", "model" : "models.conv_models.wavenet", "model_args" : {"loss" : "dodge", "num_filters" : 8, "blocks" : 9}} | json_instruct | {"type": "object", "properties": {"epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "window_size": {"type": "integer"}, "return_sequences": {"type": "boolean"}, "scaler": {"type": "string"}, "model": {"type": "string"}, "model_args": {"type": "object", "properties": {"loss": {"type": "string"}, "num_fil... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id": {"... | {"group_id" : "bench_group", "function_id" : "kangarootwelve", "value_str" : "12288", "throughput" : {"Bytes" : 12288}, "full_id" : "bench_group/kangarootwelve/12288", "directory_name" : "bench_group/kangarootwelve/12288", "title" : "bench_group/kangarootwelve/12288"} | json_instruct | {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "string"}, "value_str": {"type": "string"}, "throughput": {"type": "object", "properties": {"Bytes": {"type": "integer"}}, "required": ["Bytes"]}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Carregador de 10 cartuchos 7.62x54r para o conjunto Archangel OPFOR do rifle Mosin", "ShortName" : "AA762R 02", "Description" : "Carregador destac\u00e1vel para o conjunto Archangel do rifle Mosin, produzido pela ProMag."} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"TEST": {"type": "string"}}, "required": ["TEST"]}}, "required": ["addons", "env"], "$schema": "http://json-schema.org/draft-07/sc... | {"addons" : ["redistogo:nano"], "env" : {"TEST" : "testing"}} | json_instruct | {"type": "object", "properties": {"addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"TEST": {"type": "string"}}, "required": ["TEST"]}}, "required": ["addons", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000932": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"... | {"type" : "Topology", "objects" : {"E01000932" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00004615", "LAD11CD" : "E09000007"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000932": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "facu... | {"attributes" : {"grsu" : true}, "courseCode" : "MT5012", "courseCredit" : "4", "description" : "This course has been developed to equip students with the knowledge and skills to assume marketing responsibilities in High Technologies organizations. With the practical knowledge and skills on the marketing of high techno... | json_instruct | {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["attri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"buildSignMethod:timestamp:path:body:": {"type": "string"}, "buildRequestHeaderMethod:path:body:": {"type": "string"}, "buildSignMethod:path:body:": {"type": "string"}, "path:withOp... | {"instance" : {"buildSignMethod:timestamp:path:body:" : "nymch 1/29/2018 16:49", "buildRequestHeaderMethod:path:body:" : "nymch 1/29/2018 16:49", "buildSignMethod:path:body:" : "nymch 1/29/2018 16:48", "path:withOptions:" : "nymch 1/23/2018 14:32", "buildRequestHeaderMethod:timestamp:path:body:" : "nymch 1/29/2018 16:4... | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"buildSignMethod:timestamp:path:body:": {"type": "string"}, "buildRequestHeaderMethod:path:body:": {"type": "string"}, "buildSignMethod:path:body:": {"type": "string"}, "path:withOptions:": {"type": "string"}, "buildRequestHeaderMethod:time... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"... | {"license" : "MIT", "name" : "@revaturecloud/forecast", "version" : "0.1.0", "author" : {"name" : "fred belotte", "url" : "https://www.npmjs.com/~fredbelotte"}, "peerDependencies" : {"@angular/common" : "6.0.3", "@angular/core" : "6.0.3"}} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "peerDependencies": {"type": "object", "properties": {"@angular/co... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Keys": {"type": "array", "items": {"type": "string"}}}, "required": ["Keys"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Keys" : ["QIBASE"]} | json_instruct | {"type": "object", "properties": {"Keys": {"type": "array", "items": {"type": "string"}}}, "required": ["Keys"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin": {"type": "object", "properties": {"dan.7.7|13": {"type": "array", "items": {"type": "string"}}}, "required": ["... | {"pos" : "n", "translits" : {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin" : {"dan.7.7|13" : ["exceedingly\u2013", "and teeth.", "Iron"]}}, "meanings" : {"tooth" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u0161in\u00b7na\u00b7yin": {"type": "object", "properties": {"dan.7.7|13": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.7.7|13"]}}, "required": ["w\u0259\u00b7\u0161in\u00b7na... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulner... | {"contract" : "0x6682195e2a0048ce38b727a3711802d58244606e", "tool" : "maian", "start" : 1565469789.3760977, "end" : 1565469801.1967535, "duration" : 11.820655822753906, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"to": {"type": "string"}, "from": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}}, "required": ["to", "from", "recipient", "text"], "$schema": "http://json-schema.org/draft-07/schem... | {"to" : "\u51b0\u51b0", "from" : "\u4e00\u4e2a\u9163\u4e8e\u7f8e\u68a6\u7684\u50bb\u74dc", "recipient" : "\u4eb2\u7231\u7684\u674e\u601d\u5a55\u5c0f\u670b\u53cb", "text" : "\u73b0\u5728\u662f2022\u5e74\u76842\u670825\u65e5\uff0c\u5343\u8a00\u4e07\u8bed\u6ee1\u5934\u601d\u7eea\u4e71\u6210\u4e86\u4e00\u56e2\uff0c\u4e0d\u... | json_instruct | {"type": "object", "properties": {"to": {"type": "string"}, "from": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}}, "required": ["to", "from", "recipient", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ng-token-auth.js": {"type": "string"}, "ng-token-auth.min.js": {"type": "string"}}, "required": ["ng-token-auth.js", "ng-token-auth.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng-token-auth.js" : "sha256-JZaZJI2oRZXxiwFH45bBbfQUQcFMcFot7Z9k+8zv6No=", "ng-token-auth.min.js" : "sha256-ytAS6Sm2kzPBSUsMCMC8dC4D7lXIP9khJz3H6N8T4io="} | json_instruct | {"type": "object", "properties": {"ng-token-auth.js": {"type": "string"}, "ng-token-auth.min.js": {"type": "string"}}, "required": ["ng-token-auth.js", "ng-token-auth.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Compose .docx documents", "home" : "https://github.com/4teamwork/docxcompose", "license" : "MIT license"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900076701": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076702": {"type": "object", "properties": {"nama": {"t... | {"900076701" : {"nama" : "TPS 1", "dapil" : [1402, 11407, 2140405]}, "900076702" : {"nama" : "TPS 2", "dapil" : [1402, 11407, 2140405]}, "900076703" : {"nama" : "TPS 3", "dapil" : [1402, 11407, 2140405]}, "900076704" : {"nama" : "TPS 4", "dapil" : [1402, 11407, 2140405]}, "900076705" : {"nama" : "TPS 5", "dapil" : [140... | json_instruct | {"type": "object", "properties": {"900076701": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900076702": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phon... | {"slug" : "kirchengemeinde-zum-heiligen-leiden-christi-zu-braunschweig-stoeckheim", "relevant-countries" : ["de"], "categories" : ["church"], "name" : "Kirchengemeinde Zum Heiligen Leiden Christi zu Braunschweig (St\u00f6ckheim)", "address" : "Kirchenbrink 3 C\n38124 Braunschweig\nDeutschland", "phone" : "+49 531 61127... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "strin... | {"name" : "@allspark-js/core", "version" : "0.16.0-alpha.10", "description" : "Core library to create js applications.", "keywords" : ["js", "ts", "allspark"], "author" : "Andrew Cavalcante pacifico <andrew.pacifico@meliuz.com.br>", "homepage" : "https://github.com/andrewcpacifico/allspark-ts#readme", "license" : "MIT"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"generator-nodecg": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["author... | {"generator-nodecg" : {"promptValues" : {"authorName" : "Chris Hanel", "authorEmail" : "chrishanel@gmail.com", "authorUrl" : "supportclass.net"}}} | json_instruct | {"type": "object", "properties": {"generator-nodecg": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptV... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"preact.dev.js": {"type": "string"}, "preact.js": {"type": "string"}, "preact.min.js": {"type": "string"}}, "required": ["preact.dev.js", "preact.js", "preact.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"preact.dev.js" : "sha256-IBL3nHL0HXsRnwUd1nuBEU296XJFcNbHnh6+YqR0c0k=", "preact.js" : "sha256-EFdgWeHjJtC+0azLs+f90k9bVlizbYYiolLI0gfMBLE=", "preact.min.js" : "sha256-MoutYH6SQXjNXTAZvdtsmuBi118t9smWrntkUcVUhDo="} | json_instruct | {"type": "object", "properties": {"preact.dev.js": {"type": "string"}, "preact.js": {"type": "string"}, "preact.min.js": {"type": "string"}}, "required": ["preact.dev.js", "preact.js", "preact.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, "pri... | {"limit" : 100, "name" : "Pirate shirt (red)", "value" : 300, "highalch" : 180, "id" : 7122, "lowalch" : 120, "name_pt" : "Camisa de pirata (vermelha)", "price" : 977, "last" : 977} | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"confirmed" : "278644", "deaths" : "350", "recovered" : "179436"} | json_instruct | {"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "template": {"type": "string"}, "url": {"type": "string"}, "widgets": {"type": "array", "items": {"type": "object", "properties": {"widgetName": {"type": "strin... | {"name" : "clientedit", "title" : "Client Edit", "template" : "DashboardView", "url" : "/screen/client/view/clientedit", "widgets" : [{"widgetName" : "clientCreationHeader", "position" : 1, "gridWidth" : 4}, {"widgetName" : "clientEdit", "position" : 2, "gridWidth" : 4}, {"widgetName" : "contactEditList", "position" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "template": {"type": "string"}, "url": {"type": "string"}, "widgets": {"type": "array", "items": {"type": "object", "properties": {"widgetName": {"type": "string"}, "position": {"type": "integer"}, "gridWidth": {"type": "integer"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array... | {"title" : "User-centred multimodal reminders for assistive living.", "fields" : ["autonomy", "telecare", "living systems", "shared space", "personalization"], "abstract" : "While there has been a lot of research on the usability of reminders and alarms in the work context, the home has been somewhat neglected despite ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.125, 27.75], [127.125, 27.833333333333332], [127.25, 27.833333333333332], [127.25, 27.75], [127.125, 27.75]]]}, "properties" : {"code" : 412751, "url" : "http://madefor.github.io/0410/api/v1/412751.geojson", "view" : "https://github.com/madef... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prettier:hardhat-rollups": {"type": "string"}, "prettier:rollups": {"type": "string"}, "prettier:rollups-cli": {"type": "string"}}, "required": ["pre... | {"private" : true, "scripts" : {"prettier:hardhat-rollups" : "yarn workspace @cartesi/hardhat-rollups prettier", "prettier:rollups" : "yarn workspace @cartesi/rollups prettier", "prettier:rollups-cli" : "yarn workspace @cartesi/rollups-cli prettier"}, "workspaces" : ["hardhat-rollups", "rollups", "rollups-cli"], "devDe... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prettier:hardhat-rollups": {"type": "string"}, "prettier:rollups": {"type": "string"}, "prettier:rollups-cli": {"type": "string"}}, "required": ["prettier:hardhat-rollups", "prettier:rollups", "prettier:rollu... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}}, "required": ["title", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Burak Ozenc", "email" : "brk.ozenc@gmail.com"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}}, "required": ["title", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"... | {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [114.393700787402, 37.7018181818182, 0.898513987660408, 89.9527559055118, 96.3490909090909, 0.607349425554276, 47.8740157480315, 104.029090909091, 0.542407661676407, 44.8503937007874, 184.552727272727, 0.536111779510975, 35.2755905511811, 243.2, 0... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "license": {"type": "string"... | {"name" : "tw-ui-listbox-vite", "author" : {"name" : "Thorsten Luenborg", "url" : "http://www.github.com/LinusBorg"}, "version" : "0.0.0", "license" : "MIT", "private" : "true", "scripts" : {"dev" : "vite", "build" : "vite build"}, "dependencies" : {"tailwindcss" : "^1.4.6", "vue" : "^3.0.0-beta.14"}, "devDependencies"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "string"}, "scripts": {"type": "object", "prop... |
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": {"data.json": {"type": "objec... | {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "GxoKRPOBiGfjzW8KteHHzQW6tIBtM76KXw5qZSwL3AQTrvHlPcqzbi9jyxkp4G5w/yG7ThBoIHaRCMpTsRqWvLw=", "cert_user_id" : "shrimpx@zeroid.bit", "files" : {"data.json" : {"sha512" : "1a5a20f71e4c3e426545f0b69a0d76700bcbc1d99c0795f254886ed67711f... | 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": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "n... | {"braindata" : {}, "piedata" : [{"color" : "#17b02c", "label" : "comm:im (3.93%)", "value" : 3.93}, {"color" : "#2bdd6d", "label" : "music:play (21.25%)", "value" : 21.25}, {"color" : "#8a96d2", "label" : "pp (4.62%)", "value" : 4.62}, {"color" : "#ebdb2c", "label" : "tv:youtube (11.32%)", "value" : 11.32}, {"color" : ... | json_instruct | {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"data_raw": {"type": "string"}, "data_cleaned": {"type": "string"}, "data_processed": {"type": "string"}, "data_ground_truth": {"type": "string"}, "visualizations": {"type": "string"}, "artifacts": {"type": "string"}, "temp": {... | {"data_raw" : "./data/raw", "data_cleaned" : "./data/cleaned", "data_processed" : "./data/processed", "data_ground_truth" : "./data/ground_truth", "visualizations" : "./data/visualizations", "artifacts" : "./data/artifacts", "temp" : "./temp", "data" : "./data", "remote_storage_config" : {"key" : null, "secret" : null,... | json_instruct | {"type": "object", "properties": {"data_raw": {"type": "string"}, "data_cleaned": {"type": "string"}, "data_processed": {"type": "string"}, "data_ground_truth": {"type": "string"}, "visualizations": {"type": "string"}, "artifacts": {"type": "string"}, "temp": {"type": "string"}, "data": {"type": "string"}, "remote_stor... |
Create an example JSON object that satisfies 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" : "3529050005", "district_id" : "3529050", "name" : "POTERAN"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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"}}, ... | {"h" : [{"d" : [{"e" : ["\ufff9`Ssa'ikayen~ `no~ `wawa~ `ko~ `sota'~ `a~ `mitepa~.\ufffa\ufffb\u5b69\u5b50\u628a\u6ce5\u5df4\u62cd\u6210\u7247\u72c0\u3002"], "f" : "\u628a\u2026\u505a\u6210\u584a\u72c0\u3001\u7247\u72c0\u3002"}]}], "stem" : "'ikay", "t" : "sa'ikayen"} | 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"]}}, "stem": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ALPECIMBRA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string... | {"ALPECIMBRA" : {"resource_folder" : "config/instances/ALPECIMBRA", "widget_id" : "it.smartcommunitylab.viaggiaalpecimbra", "version" : "1.0.5", "version_code" : "9", "app_name" : "Viaggia Alpe Cimbra"}, "TRENTO" : {"resource_folder" : "config/instances/TRENTO", "widget_id" : "eu.trentorise.smartcampus.viaggiatrento", ... | json_instruct | {"type": "object", "properties": {"ALPECIMBRA": {"type": "object", "properties": {"resource_folder": {"type": "string"}, "widget_id": {"type": "string"}, "version": {"type": "string"}, "version_code": {"type": "string"}, "app_name": {"type": "string"}}, "required": ["resource_folder", "widget_id", "version", "version_c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ... | {"nom" : "Gimeaux", "circ" : "2\u00e8me circonscription", "dpt" : "Puy-de-D\u00f4me", "inscrits" : 318, "abs" : 98, "votants" : 220, "blancs" : 3, "nuls" : 1, "exp" : 216, "res" : [{"nuance" : "SOC", "nom" : "Mme Christine PIR\u00c8S BEAUNE", "voix" : 82}, {"nuance" : "REM", "nom" : "M. Mohand HAMOUMOU", "voix" : 57}, ... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "2aadcd40e35d3dbdb46b", "c" : {"pages/index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"... | {"info" : {"project" : "PhilJay/MPAndroidChart", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 193, "agedays" : 310, "refactorings" : 2, "group" : "Overtime", "language" : "Java", "level" : "Method", "summary" : ""}, "commits_list" : ["0a5202da", "3f79bb53"], "edges" : [{"id" : 410, "before" : "M... | json_instruct | {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 12215, "cartId" : "e2c1b846-5c08-4a71-a098-9d39cb404bd2", "preferredProducts" : [1237, 2667, 397, 4713, 3022, 4651, 2653, 771], "productReviews" : [{"productId" : 2140, "reviewText" : "The box this comes in is 3 kilometer by 5 foot and weights 16 megaton!!!", "reviewDate" : "2017-05-14T20:12:58.0861944+03:0... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-changerightslink": {"type": "string"}, "cleanchanges-desc": {"type":... | {"@metadata" : {"authors" : ["Purodha"]}, "cleanchanges-changerightslink" : "Jroppe aanpasse", "cleanchanges-desc" : "M\u00e4\u00e4t en k\u00f6\u00f6tere [[Special:RecentChanges|Le\u00df met de {{lcfirst:{{int:Recentchanges}}}}]].", "cleanchanges-language" : "Schprohch:", "cleanchanges-language-na" : "jehde", "cleancha... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-changerightslink": {"type": "string"}, "cleanchanges-desc": {"type": "string"}, "cleanchanges-language": {"type": "string"}, "cleanchanges-... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "ownerType": {"type": "integer"}, "ownerId": {"type": "string"}, "private": {"type": "boolean"}, "screening": {"type": "object", "properties": {"status": {"type": "integer"}, "history": {"type": "arra... | {"_id" : "58c91546d567962953e1292c", "ownerType" : 1, "ownerId" : "58a1c7009445d60f1d274079", "private" : true, "screening" : {"status" : 1, "history" : []}, "createDate" : "2017-03-15T10:19:50.490Z", "createUserId" : "561b43d499a0478551eab839", "editDate" : "2017-03-15T10:19:50.490Z", "editUserId" : "561b43d499a047855... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "ownerType": {"type": "integer"}, "ownerId": {"type": "string"}, "private": {"type": "boolean"}, "screening": {"type": "object", "properties": {"status": {"type": "integer"}, "history": {"type": "array", "items": {}}}, "required": ["status", "history"]}, "cre... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsPath" : "../app/assets/javascripts/board", "modules" : "cjs"} | json_instruct | {"type": "object", "properties": {"jsPath": {"type": "string"}, "modules": {"type": "string"}}, "required": ["jsPath", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "string"}, "platforms... | {"name" : "MXPhotoBrowser", "version" : "1.0.0", "summary" : "A photo browser for iOS.", "description" : "The first stable version of MXPhotoBrowser, a photo browser for iOS.", "homepage" : "https://github.com/Meniny/MXPhotoBrowser-in-Objective-C", "license" : "MIT", "authors" : "Elias Abel", "platforms" : {"ios" : "8.... | 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": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "str... |
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": "object", "properties": {"type": {"type... | {"name" : "MXBaseComponent", "version" : "0.1.0", "summary" : "A short description of MXBaseComponent.", "description" : "tool to use", "homepage" : "https://gitee.com/dream_union/MXBaseComponent", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"dgyiOS" : "dengguangyang@mxtrip.cn"}, "source" : {"git"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "163a7527f17bb1e2b08d1446360d9fc4d2a01d3f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "... | {"shape" : "triangle", "rotation" : -314, "hash" : -3757639768010427015, "points" : [[95.33333333333334, 66.66666666666666], [109.33333333333334, 116.66666666666666], [95.33333333333334, 116.66666666666666]], "center" : [100.0, 100.0], "sides" : [51.92301994298868, 14.0, 50.0], "perimeter" : 115.92301994298867, "angles... | json_instruct | {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"c... | [{"fees" : -2500000000, "ts" : "1534623692", "txid" : "6bcaefd32635eb142c24fb901bad55315331aa6c58f0e39de31d4bee4ff5e5f9", "block" : 1414902, "in" : [{"coinbase" : "03f6961504cc7f785b087005a57900000000052f79736c2f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MKDHddtFBrnvTtvyztayegmmyYHgssZ11u", "value" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"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... | {"\u5de5\u5ee0\u540d\u7a31" : "\u512a\u751f\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99638380", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07610006166192", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc\u6c38\u5e73\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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}... | {"schema_version" : "1.2.0", "id" : "GHSA-gq8f-fx39-v9hv", "modified" : "2022-05-02T03:30:18Z", "published" : "2022-05-02T03:30:18Z", "aliases" : ["CVE-2009-1950"], "details" : "SQL injection vulnerability in yorum.asp in WebEyes Guest Book 3 allows remote attackers to execute arbitrary SQL commands via the mesajid par... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "objec... | {"nft" : {"id" : "3864", "name" : "PixelFreak #03864", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmXiFYPWdXenJ8UXuhKcZ3eJKFAxVnFJ3uzky2pDZteNZ4", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Blue Shirt"}, {... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"typ... | {"status" : "error", "knowledge" : ["\u865a\u62df\u5b58\u50a8\uff1a\u7f6e\u6362\u7b97\u6cd5"], "degree_of_difficulty" : 1, "explain" : "\u89e3\u91ca\n", "question" : "4.\u65f6\u949f\u7f6e\u6362\u7b97\u6cd5 \u4e00\u3001(10\u5206) \uff081\uff09\u8bd5\u63cf\u8ff0\u865a\u62df\u5b58\u50a8\u7ba1\u7406\u7cfb\u7edf\u4e2d\u7684... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "message": {"ty... | {"data" : {"id" : "100002438955325_224550747571079", "from" : {"name" : "Eric Doe", "id" : "100002438955325"}, "message" : "Secret weapon!", "link" : "http://singly.com/", "name" : "Singly", "caption" : "singly.com", "description" : "Singly is the home of the Locker Project and personal data resources.", "icon" : "http... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "message": {"type": "string"}, "link": {"type": "string"}, "name": {"type": "string"}, "capt... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-sche... | {"name" : "LGO Token", "website" : "https://lgo.group", "short_description" : "LGO provides a wide range of financial services on digital assets to an international and professional client base.", "explorer" : "https://etherscan.io/token/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"karlsruhe institute of technology": {"type": "object", "properties": {"Citation Count": {"type": "number"}, "Publication Count": {"type": "number"}}, "required": ["Citation Count", "Publication Count"]}}, "requ... | {"karlsruhe institute of technology" : {"Citation Count" : 23.333333333333332, "Publication Count" : 0.3333333333333333}} | json_instruct | {"type": "object", "properties": {"karlsruhe institute of technology": {"type": "object", "properties": {"Citation Count": {"type": "number"}, "Publication Count": {"type": "number"}}, "required": ["Citation Count", "Publication Count"]}}, "required": ["karlsruhe institute of technology"], "$schema": "http://json-schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "s... | {"slug" : "video-playlist-and-gallery-plugin", "name" : "Post video players, slideshow albums, photo galleries and music / podcast playlist", "latest_version" : "1.147", "last_updated" : "2018-03-27T17:50:57.088Z", "vulnerabilities" : [{"id" : "8314", "title" : "Post video players <= 1.136 - Authenticated Stored Cross-... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "i... | {"author" : {"id" : "t2_63igf7uy", "name" : "adasmialczynski3"}, "date" : {"day" : 1597536000, "full" : 1597587466, "month" : 1596240000, "week" : 1597536000}, "id" : "t3_iat2m4", "picture" : {"filesize" : 1335544, "fullUrl" : "https://preview.redd.it/a3w46h5vhdh51.png?auto=webp&s=9e7b3f61c0457faf6af958f5340ae3b214b3c9... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Generate sample JSON data that conforms to the following 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" : "8202030023", "district_id" : "8202030", "name" : "GOENG"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["In a large saucepan let the beans soak in cold water to cover for 1 hour, drain them, and in the pan combine them with 2 quarts of the water. Bring the water to a boil and cook the beans at a slow boil for 1 hour, or until they are tender.", "While the beans are cooking, in a large heavy skillet cook ... | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
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#"}
| [["654026206200", "\u5854\u4ec0\u5c14\u7eb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["654026206201", "\u5bdf\u6c57\u4e4c\u82cf\u4e0b\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["654026206202", "\u970d\u56fe\u683c\u5c14\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["654026206203", "\u8fbe\u529b\u56fe\u6751\u6c11\... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "prefixes": {"type": "object", "properties": {}, "required": []}, "queryType": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "prefixes", "quer... | {"type" : "query", "prefixes" : {}, "queryType" : "DESCRIBE", "variables" : ["http://example.org/"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "prefixes": {"type": "object", "properties": {}, "required": []}, "queryType": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "prefixes", "queryType", "variables"], "$schema": "http://json-schema.org/dr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "... | {"name" : "torneo-urban-terror", "version" : "1.0.0", "private" : true, "description" : "Sitio web de soporte del Torneo de UrbanTerror Latinoamericano", "main" : "index.js", "scripts" : {"start" : "LOG_LEVEL=${LOG_LEVEL:=debug} nodemon tut.js", "test" : "echo \"Error: no test specified\" && exit 1", "db:migrate:make" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "db:migrate:make": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "reusablePlugItems": {"type": "array", "items": {"type": "object", "properties": {"alte... | {"index" : 1801, "hash" : 1244, "blacklisted" : false, "redacted" : false, "reusablePlugItems" : [{"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 2931483505}, {"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 12695374}, {"alternateWeight" : 0.0, "weight" : 0.0, "plugItemHash" : 12695375}], "isFakePl... | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "reusablePlugItems": {"type": "array", "items": {"type": "object", "properties": {"alternateWeight": {"type": "number"}, "weight": {"type": "number"}, "plugIt... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type"... | {"course_code" : "GEOS3401", "course_name" : "Advanced Science Research Topic in Geographical Science", "faculty" : "Science", "school" : "Earth and Environment Sc Schl", "units" : "4", "duration" : "Two Semesters", "description" : "Individual research project in an area of specialisation offered (on a discretionary ba... | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array"... | {"name" : "dic$1", "fields" : [{"name" : "a", "descriptor" : "Ldic;"}], "methods" : [{"name" : "<init>", "descriptor" : "(Ldic;Ljava/lang/String;)V"}, {"name" : "a", "descriptor" : "(Ldgk;)Ldic$a;"}, {"name" : "a", "descriptor" : "(Ljava/util/List;)V"}, {"name" : "run", "descriptor" : "()V"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"typ... | [{"path" : "/test1", "responses" : [{"headers" : [{"name" : "test", "value" : "test1"}], "body" : "test1"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "211381471501", "text" : "\u897f\u4ed3\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "object", "properties": {"ver... | {"name" : "toad_modules", "version" : "2.6.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"async" : {"version" : "1.4.2", "resolved" : "https://registry.npmjs.org/async/-/async-1.4.2.tgz", "integrity" : "sha1-bJ7csRztTw3S8tQNsNSaEJwIiqs="}, "gar" : {"version" : "1.0.2", "resolved" : "https://registry.n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "t... | {"web" : [{"value" : ["\u9ad8\u5927", "\u9ad8\u7684", "\u9ad8\u6311"], "key" : "Tall"}, {"value" : ["\u5a01\u9707\u516b\u65b9", "\u7247", "\u4ee5\u66b4\u6613\u66b4"], "key" : "Walking Tall"}, {"value" : ["\u8352\u8bde\u4e0d\u7ecf\u7684\u6545\u4e8b", "\u8352\u8bde\u4e0d\u7ecf\u7684\u6545\u4e8b", "\u6d77\u5916\u5947\u8c0... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mm3_kernel10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type... | {"mm3_kernel10" : {"write" : {"device_start" : 1586199794.9540596, "host_queued_start" : 1586199877.99229, "device_queued" : 1586199794.9540443, "device_end" : 1586199794.954079, "host_queued_end" : 1586199877.992649}, "device" : "gpu", "nd_range" : {"device_start" : 1586199794.9540846, "device_end" : 1586199794.954104... | json_instruct | {"type": "object", "properties": {"mm3_kernel10": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type... | {"IsRecentlyVerified" : false, "ID" : 161658, "UUID" : "E62C5741-AAEB-48C5-ABDD-73DF31426723", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "kostenlos", "AddressInfo" : {"ID" : 162015, "Title" : "Lidl Tinnum", "AddressLine1" : "Kiarwai 18", "Town" : "Sylt", "StateOrProvince" : "Schleswig-Hol... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["generator-localwebdevtoolkit"] | json_instruct | {"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": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "requir... | {"name" : "bon$c", "methods" : [{"name" : "a", "descriptor" : "()Ljava/util/Collection;"}, {"name" : "b", "descriptor" : "()Lcom/google/gson/JsonObject;"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "methods"], "$schema": "http://json-schema.org/draft-07/schema#... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"state": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "serie": {"type": "string"}, "package": {"type": "object", "properties": {}, "required": []}}, "required": ["state", "name", "v... | {"state" : true, "name" : "core", "version" : "2.2.1", "serie" : "2", "package" : {}} | json_instruct | {"type": "object", "properties": {"state": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "serie": {"type": "string"}, "package": {"type": "object", "properties": {}, "required": []}}, "required": ["state", "name", "version", "serie", "package"], "$schema": "http://json-schema.org/draft... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["minecraft:generic.armor", "minecraft:generic.armor_toughness", "minecraft:generic.attack_damage", "minecraft:generic.attack_knockback", "minecraft:generic.attack_speed", "minecraft:generic.flying_speed", "minecraft:generic.follow_range", "minecraft:generic.knockback_resistance", "minecraft:generic.luck", "minecraft:g... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vsco... | {"name" : "@rxjs-debugging/extension-integrationtest", "version" : "1.1.1", "license" : "MIT", "private" : true, "engines" : {"vscode" : "^1.61.0"}, "scripts" : {"test" : "jest"}, "dependencies" : {"rxjs-debugging-for-vs-code" : "^1.1.1"}, "devDependencies" : {"@types/jest" : "27.0.3", "@types/node" : "16.11.11", "@typ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "scripts": {"type": "object", "properties": {"test": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ags-stream", "arcgis-featureservice", "esri-gnip", "express-geoservices-adaptor", "featureservice2trigger", "fulcrum-ags-import", "koop", "koop-cloudant", "koop-provider", "koop-server", "nxus-data-loader", "nxus-data-manager", "shapefile-ags", "soda-geoservices", "winnow"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2"... | {"no_of_atoms" : 95, "centre_of_mass" : [-7.230687894366011, 6.386231121317292, 17.273841644703065], "maximum_diameter" : {"diameter" : 14.120654295305595, "atom_1" : 6, "atom_2" : 90}, "pore_diameter" : {"diameter" : 3.1997486078039246, "atom" : 9}, "pore_volume" : 17.15324136445775, "pore_diameter_opt" : {"diameter" ... | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360725500598", "text" : "\u5929\u53f0\u5c71\u6797\u573a\u865a\u62df\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"go-debug.js": {"type": "string"}, "go.js": {"type": "string"}}, "required": ["go-debug.js", "go.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"go-debug.js" : "sha512-XPup6Iwd+CvNy50TkfbEoAcN38gvv41WigGUk4LAnHgxwMAbuvz4bxee7ggtXRkwzfQsunV5A3igkW1MDNa+6g==", "go.js" : "sha512-R0wORD8wNQyYPmUUVdFaLlxAA7BspkGiAMOyFzw3AsR9MH04ax8enpB/l+P6gqzz9h91uBdNJh9QN1Wm3KWa1w=="} | json_instruct | {"type": "object", "properties": {"go-debug.js": {"type": "string"}, "go.js": {"type": "string"}}, "required": ["go-debug.js", "go.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "... | {"name" : "server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "watch" : "concurrently -r -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"cyan.bold,green.bold\" \"npm run watch:ts\" \"npm run watch:node\"", "watch:node" : "nodemon di... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "watch:node": {"type": "string"}, "watch:ts": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "str... | {"name" : "autodrop", "version" : "0.0.4", "description" : "Tool to create ready to use skeleton directories", "main" : "./lib/autodrop.js", "bin" : "./bin/autodrop.js", "scripts" : {"test" : "jest"}, "keywords" : ["React", "Component", "Quick", "Directory"], "author" : "marcosn <marcos@aftertype.com>", "license" : "MI... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.