input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "s... | {"name" : "readmefirst.io.backend", "version" : "1.0.0", "description" : "Backend for readmefirst.io", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "test" : "mocha test/"}, "repository" : {"type" : "git", "url" : "git+https://github.com/alvinberthelot/readmefirst.io.backend.git"}, "keywords" : ["Rea... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6106040008", "district_id" : "6106040", "name" : "LIMPANG"} | 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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "snowvariants:block/snow_petrified_oak_slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "componentType": {"type": "string"}, "mandatory": {"type": "boolean"}, "maxLength": {"type": "string"}, "label": ... | {"components" : [{"id" : "j3343qhx", "componentType" : "Input", "mandatory" : false, "maxLength" : "30", "label" : "\u27a1 3. Who is the producer?", "response" : {"name" : "PRODUCER"}}], "variables" : [{"variableType" : "COLLECTED", "name" : "PRODUCER", "componentRef" : "j3343qhx", "values" : {"PREVIOUS" : null, "COLLE... | json_instruct | {"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "componentType": {"type": "string"}, "mandatory": {"type": "boolean"}, "maxLength": {"type": "string"}, "label": {"type": "string"}, "response": {"type": "object", "properties": {"name"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"... | [{"namaKab" : "REMBANG", "originalFilename" : "Joko Suwito Photo 4x6.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 107272, "noUrut" : 1, "nama" : "JOKO SUWITO, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "REMBANG", "originalFilename" : "Chudlori Photo 4x6.jpg", "namaPartai" : "Partai Kebangkitan... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"especialidad": {"type": "string"}, "medicos": {"type": "array", "items": {"type": "object", "properties": {"medicoid": {"type": "string"}, "nombre": {"type": "string"}, "apellido": ... | [{"especialidad" : "Medicina General", "medicos" : [{"medicoid" : "120392019", "nombre" : "", "apellido" : "", "fechaDisponible" : [{"fecha" : "24-04-2022", "horasDisponibles" : ["06:00", "06:30", "07:00", "07:30", "14:00", "17:00"]}, {"fecha" : "25-04-2022", "horasDisponibles" : ["06:00", "06:30", "07:00", "14:00", "1... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"especialidad": {"type": "string"}, "medicos": {"type": "array", "items": {"type": "object", "properties": {"medicoid": {"type": "string"}, "nombre": {"type": "string"}, "apellido": {"type": "string"}, "fechaDisponible": {"type": "array", "items": {"type": "o... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "descriptio... | {"rajaongkir" : {"query" : {"city" : "70"}, "status" : {"code" : 200, "description" : "OK"}, "results" : [{"subdistrict_id" : "934", "province_id" : "34", "province" : "Sumatera Utara", "city_id" : "70", "city" : "Binjai", "type" : "Kota", "subdistrict_name" : "Binjai Barat"}, {"subdistrict_id" : "935", "province_id" :... | json_instruct | {"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"... |
Generate sample JSON data that conforms to the following schema definition:
{"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": {... | {"\u5de5\u5ee0\u540d\u7a31" : "\u4e2d\u9918\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99718704", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u5e97\u5340\u5bf6\u6a4b\u8def\u4e8c\u4e09\u4e94\u5df7\u516d\u... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "needle": {"type": "string"}}, "required"... | {"name" : "node-red-contrib-superhub2-reboot", "version" : "0.1.0", "description" : "When activated this will reboot a virgin media super hub 2", "dependencies" : {"cheerio" : "^1.0.0-rc.2", "needle" : "^2.2.0"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "microwavesafe", "license"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "needle": {"type": "string"}}, "required": ["cheerio", "needle"]}, "scripts": {"type": "object", "properties": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ... | {"resistors" : [{"polygon" : [{"x" : 183, "y" : 224}, {"x" : 375, "y" : 188}, {"x" : 387, "y" : 267}, {"x" : 204, "y" : 301}], "colors" : ["yellow", "violet", "black", "none", "gold", "none"]}]} | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 101931653, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "0633dee1f6b116bfb7f6b4a34db1f67a", "wof:id" : 101931653, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [149.58479, -32.57529, 149.58479, -32.57529], "geometry" : {"coordi... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "type": {"type": "string"}, "rating": {"type": "string"}, "remarks": {"type": "string"}, "homeSecti... | {"id" : "2", "version" : "1", "title" : "IMG Danbooru Post", "author" : "TsukiSeele", "type" : "Image", "rating" : "Q", "remarks" : "Booru\u56fe\u7ad9\uff0cACG\u56fe\uff0c\u56fe\u7247\u5f88\u591a\uff0c\u8d28\u91cf\u4e00\u822c", "homeSection" : {"indexUrl" : "https://danbooru.donmai.us/posts?page={page:0}", "gallerySele... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "type": {"type": "string"}, "rating": {"type": "string"}, "remarks": {"type": "string"}, "homeSection": {"type": "object", "properties": {"indexUrl": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"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" : "b402a14686e93f2abb93", "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#"} |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ... | {"name" : "fbx2gltf", "version" : "0.9.6", "description" : "Node wrapper around FBX2glTF tools.", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/facebookincubator/FBX2glTF.git"}, "contributors" : ["P\u00e4r Winzell <zell@fb.com>", "J.M.P. van Waveren", "Amanda Watson"], "license" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "contributors": {"type": "arra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required"... | {"md5" : "CBAE7643E7423581B692DE7F48CF4C9A", "size" : 393728, "compressed_size" : 195469, "node_id" : 0, "file_path" : "/var/cb/data/modulestore/CBA/E76/CBAE7643E7423581B692DE7F48CF4C9A.zip", "event_timestamp" : 1447703639.406} | json_instruct | {"type": "object", "properties": {"md5": {"type": "string"}, "size": {"type": "integer"}, "compressed_size": {"type": "integer"}, "node_id": {"type": "integer"}, "file_path": {"type": "string"}, "event_timestamp": {"type": "number"}}, "required": ["md5", "size", "compressed_size", "node_id", "file_path", "event_timesta... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/appcastlenet-api": {"type": "object", "properties": {"0.7.28": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "versi... | {"packages" : {"wpackagist-plugin/appcastlenet-api" : {"0.7.28" : {"name" : "wpackagist-plugin/appcastlenet-api", "version" : "0.7.28", "version_normalized" : "0.7.28.0", "uid" : 24412, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/appcastlenet-api.zip?timestamp=1387380357"}, "source" : {"ty... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/appcastlenet-api": {"type": "object", "properties": {"0.7.28": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "intege... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["entryway-documentdb", "entryway-dynamodb"] | 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": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type... | {"id" : 25014, "info" : {"name" : "about:3", "description" : "Addition to style 25011\r\n\r\nFor:\r\nabout:neterror\r\nabout:robot", "additionalInfo" : null, "format" : "uso", "category" : "browser", "createdAt" : "2010-02-08T08:52:28.000Z", "updatedAt" : "2010-02-10T01:59:07.000Z", "license" : "NO-REDISTRIBUTION", "au... | 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": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "icon": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "identifier": {"type": "string"}, "script": {"type": "... | {"$schema" : "https://raw.githubusercontent.com/BohemianCoding/SketchAPI/develop/docs/sketch-plugin-manifest-schema.json", "icon" : "icon.png", "commands" : [{"name" : "my-command", "identifier" : "{{ slug }}.my-command-identifier", "script" : "./my-command.js"}], "menu" : {"title" : "{{ name }}", "items" : ["{{ slug }... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "icon": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "identifier": {"type": "string"}, "script": {"type": "string"}}, "required": ["name", "identifier", "script"]}}, "menu": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "w... | [{"id" : 2363, "title" : "Diva", "year" : 2005, "type" : "novel", "imageName" : "mwt_diva.jpg", "nominations" : 0, "wins" : -1}, {"id" : 994, "title" : "Remains", "year" : 2005, "type" : "novel", "imageName" : "mwt_remains.jpg", "nominations" : 1, "wins" : -1}, {"id" : 4456, "title" : "Of Stars and Shadows", "year" : 2... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"conventionalCommits.promptScopes": {"type": "boolean"}}, "required": ["conventionalCommits.promptScopes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"conventionalCommits.promptScopes" : false} | json_instruct | {"type": "object", "properties": {"conventionalCommits.promptScopes": {"type": "boolean"}}, "required": ["conventionalCommits.promptScopes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"select2-bootstrap.css": {"type": "string"}, "select2-bootstrap.min.css": {"type": "string"}}, "required": ["select2-bootstrap.css", "select2-bootstrap.min.css"], "$schema": "http://json-schema.org/draft-07/sc... | {"select2-bootstrap.css" : "sha512-qOUjJf+QgWikvcsIJRCCcEQUCAjrKBrJzB/AWZTIw0q7y5ZV27tKzEGfGsa0ztJFW20ZAYJ/n+HlySLkCQwlqg==", "select2-bootstrap.min.css" : "sha512-dgnRLd4elEwUANhryqmbtM7EyWw0g0AMs2mY8FCquefsHo3WeUXf+0Qb2t331k9nNJZcy2zyngDHAbineUwS4Q=="} | json_instruct | {"type": "object", "properties": {"select2-bootstrap.css": {"type": "string"}, "select2-bootstrap.min.css": {"type": "string"}}, "required": ["select2-bootstrap.css", "select2-bootstrap.min.css"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "obje... | {"name" : "simple-secure-file-storage", "version" : "1.0.0", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "engines" : {"node" : ">=8"}, "repository" : {"type" : "git", "url" : "https://github.com/tonymcguckin/simple-secure-file-storage.git"}, "author" : "", "license" : "Apache-2.0", "dependencies" : {"@clo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "re... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"... | {"name" : "kamran/util-bundle", "type" : "symfony-bundle", "description" : "Helper functions to build symfony2 applications", "keywords" : ["util", "helper", "bundle"], "license" : "MIT", "authors" : [{"name" : "Kamran Shahzad", "email" : "bleak.unseen@gmail.com"}], "require" : {"php" : ">=5.4", "sensio/framework-extra... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angularjs": {"type": "string"}, "angular-b... | {"name" : "bower", "license" : "Apache-2.0", "private" : true, "dependencies" : {"bootstrap" : "~3.3.4", "angularjs" : "~1.4.0", "angular-bootstrap" : "~0.13.0", "angular-ui-grid" : "3.0.0-rc.21", "angular-ui-router" : "~0.2.14"}, "exportsOverride" : {"bootstrap" : {"js" : "dist/js/*.*", "css" : "dist/css/*.*", "fonts"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "angularjs": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "angular-ui-grid": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"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": {}... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Pierce squash several times with a fork, and place in a microwave-safe dish. Microwave on high for 10 minutes, turn over, and continue cooking 10 minutes more. Squash flesh should be very tender inside. Set aside to cool.", "Cut squash in half lengthwi... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"SmartContract": {"type": "object", "properties": {"_enum": {"type": "object", "properties": {"Evm": {"type": "string"}, "Wasm": {"type": "string"}}, "required": ["Evm", "Wasm"]}}, "required": ["_enum"]}, "EraRe... | {"SmartContract" : {"_enum" : {"Evm" : "H160", "Wasm" : "AccountId"}}, "EraRewardAndStake" : {"rewards" : "Balance", "staked" : "Balance"}, "EraIndex" : "u32", "StakingLedger" : {"total" : "Balance", "active" : "Balance"}, "EraStakingPoints" : {"total" : "Balance", "stakers" : "BTreeMap<AccountId, Balance>", "former_st... | json_instruct | {"type": "object", "properties": {"SmartContract": {"type": "object", "properties": {"_enum": {"type": "object", "properties": {"Evm": {"type": "string"}, "Wasm": {"type": "string"}}, "required": ["Evm", "Wasm"]}}, "required": ["_enum"]}, "EraRewardAndStake": {"type": "object", "properties": {"rewards": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"dateformat": {"type": "string"}, "di... | {"main" : "ses.js", "scripts" : {"start" : "node ses.js"}, "dependencies" : {"dateformat" : "^4.4.0", "discord.js" : "^12.5.0", "path" : "^0.12.7", "ffmpeg-static" : "4.2.7", "axios" : "^0.21.1", "node-superfetch" : "^0.1.10", "moment" : "^2.29.1", "wio" : "^0.9.0", "opusscript" : "0.0.7"}, "engines" : {"node" : "12.x"... | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"dateformat": {"type": "string"}, "discord.js": {"type": "string"}, "path": {"type": "string"}, "ffmpeg-stati... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "IndianGaming", "author" : "Am_I_Fricking_Clear", "count" : 20} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scheduled_date": {"type": "string"}, "season": {"type": "integer"}, "referees": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "integer"}, "player": {"type": "integer"}}, "required": ["... | {"scheduled_date" : "2017-09-08", "season" : 1, "referees" : [{"team" : 3, "player" : 26}, {"team" : 2, "player" : 14}], "completed" : true, "schedule_id" : 114, "gamestats" : [{"team" : 4, "goals" : [], "fouls" : 0, "team_type" : "home"}, {"team" : 1, "goals" : [{"player" : 10, "minute" : 12}, {"player" : 10, "minute"... | json_instruct | {"type": "object", "properties": {"scheduled_date": {"type": "string"}, "season": {"type": "integer"}, "referees": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "integer"}, "player": {"type": "integer"}}, "required": ["team", "player"]}}, "completed": {"type": "boolean"}, "schedule_id": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "name_short": {"type": "string"}}, "required": ["name", "name_long", "name_short"]}}, "required": ["fe... | {"features" : {"name" : "compatibility - Linux version 3.4.5", "name_long" : "Linux version 3.4.5 (android@android-desktop) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Mar 4 22:17:13 CST 2014", "name_short" : "Linux version 3.4.5"}} | json_instruct | {"type": "object", "properties": {"features": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "name_short": {"type": "string"}}, "required": ["name", "name_long", "name_short"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "Win... | {"Time" : "2021-07-07T08:00:00Z", "Temp" : 26.8, "RelHum" : 52, "WindSpeed" : 1.6, "WindDir" : 258} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"__default__": {"type": "object", "properties": {"h_rt": {"type": "string"}, "h_vmem": {"type": "string"}, "pe": {"type": "string"}}, "required": ["h_rt", "h_vmem", "pe"]}}, "required": ["__default__"], "$schema": "http://json-... | {"__default__" : {"h_rt" : "04:00:00", "h_vmem" : "8.00g", "pe" : "smp 1"}} | json_instruct | {"type": "object", "properties": {"__default__": {"type": "object", "properties": {"h_rt": {"type": "string"}, "h_vmem": {"type": "string"}, "pe": {"type": "string"}}, "required": ["h_rt", "h_vmem", "pe"]}}, "required": ["__default__"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "3174010003", "district_id" : "3174010", "name" : "MERUYA SELATAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript... | {"title" : "\u3010\u539f\u795e\u3011 Mind Control - Yae Miko \u516b\u91cd\u795e\u5b50\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "NaStay", "description" : "StartedundefinedPatreon.undefined<aundefinedhref='http://www.patreon.com/nastay0000'undefinedclass='bb-url'undefinedrel='nofollow'>Link</a><br>Iundefinedwould... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
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" : "Omni-word Feature and Soft Constraint for Chinese Relation Extraction.", "fields" : ["parsing", "lexicon", "text segmentation", "relationship extraction", "sentence"], "abstract" : "Chinese is an ancient hieroglyphic. It is inattentive to structure. Therefore, segmenting and parsing Chinese are more difficu... | 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": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"... | {"frame_id" : 4744, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giorgio_donatello", "right" : 0.843747, "bottom" : 0.522144, "top" : 0.022238, "confidence" : 49, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.465193}, {"artwork_id" : "david_br... | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "c... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.ns-autogrow.js": {"type": "string"}, "jquery.ns-autogrow.min.js": {"type": "string"}}, "required": ["jquery.ns-autogrow.js", "jquery.ns-autogrow.min.js"], "$schema": "http://json-schema.org/draft-07/sche... | {"jquery.ns-autogrow.js" : "sha512-QbbE2PMKmhtgDa0VPIai1IGmVTLskrf7lUetJTHY19f6a/qdkq7RPF7bzTEwenaenDZNpKLFuTutvAbagpVqww==", "jquery.ns-autogrow.min.js" : "sha512-h/YbiVm7ZVGheG1sOuTTA8LD2e7PtCRUaJnwKFB+FVAaEn4InRXMz/Y/ML0504a3DclEhYGlY9XSbxU2MDyE+g=="} | json_instruct | {"type": "object", "properties": {"jquery.ns-autogrow.js": {"type": "string"}, "jquery.ns-autogrow.min.js": {"type": "string"}}, "required": ["jquery.ns-autogrow.js", "jquery.ns-autogrow.min.js"], "$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"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Calagasan, Argao, Cebu, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.cebu.argao.calagasan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_refere... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Using the following JSON schema, generate a compatible 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": "st... | {"files" : {"main.css" : "/me/static/css/main.2cce8147.chunk.css", "main.js" : "/me/static/js/main.255f98fa.chunk.js", "main.js.map" : "/me/static/js/main.255f98fa.chunk.js.map", "runtime~main.js" : "/me/static/js/runtime~main.7f73a39c.js", "runtime~main.js.map" : "/me/static/js/runtime~main.7f73a39c.js.map", "static/j... | 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.b41502e9.chunk.js": {"type": "string"}, "static/js... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"25380": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["25380"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"25380" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"25380": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["25380"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": ... | {"success" : true, "code" : "SUCCESS", "data" : {"hoverDataList" : [{"name" : "serchhip district", "metric" : [{"type" : "TOTAL", "count" : 691, "amount" : 1729998.4078016216}]}, {"name" : "aizawl district", "metric" : [{"type" : "TOTAL", "count" : 12006, "amount" : 27918980.947612707}]}, {"name" : "lunglei district", ... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": "array", "items": {"type": "object", "properties": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 39446, "cartId" : "76a25471-ddbc-447f-a29f-bfabec3cdc87", "preferredProducts" : [3928, 3388, 4959], "productReviews" : [{"productId" : 2420, "reviewText" : "This Clothing, Outdoors & Home works outstandingly well. It grudgingly improves my baseball by a lot.", "reviewDate" : "2019-07-06T08:26:02.5302415+03:... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["xorg-libxau"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "ad16f5d94def4332e24b", "c" : {"main" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"main": {"type": "boolean"}}, "required": ["main"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "sh... | {"department" : "NURS", "description" : ["Students synthesize knowledge and apply evidence-based practice in the care and management of", "patients with multiple complex health conditions. The focus of this course is on caring for", "patients with", "limitations in their ability to function due to physical, mental, an... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "... |
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" : "masticator", "definition" : "1. One who masticates. 2. A machine for cutting meat into fine pieces for toothless people; also, a machine for cutting leather, India rubber, or similar tough substances, into fine pieces, in some processes of manufacture."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"generator-swiftserver": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["generator-swiftserver"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generator-swiftserver" : {"version" : "4.8.8"}} | json_instruct | {"type": "object", "properties": {"generator-swiftserver": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["generator-swiftserver"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "authorUrl": {"type": "string"}, "manualUrl": {"type": "string"}, "pluginUrl": {"type": "string"}, "donateUrl": {"type": "string"}, "lates... | {"name" : "Turing Machine + Blank", "author" : "Stellare Modular", "license" : "MIT", "authorUrl" : "https://www.facebook.com/stellaremodular", "manualUrl" : "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", "pluginUrl" : "https://github.com/stellare-modular/vcv-rack/releases/tag/0.6.0", "donateUrl"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "authorUrl": {"type": "string"}, "manualUrl": {"type": "string"}, "pluginUrl": {"type": "string"}, "donateUrl": {"type": "string"}, "latestVersion": {"type": "string"}}, "required": ["name", "autho... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o... | {"hash" : "0x9e52c72e4de19ef704f8907e9540698a4715b0fedc615ce4612b95504fcd451a", "parentHash" : "0x1afba4e852d5d2e996eb0a1dcd138aca81a3fde0bdcb3fadb10f54198c26b555", "number" : 13280, "timestamp" : 1438379929, "nonce" : "0x1ff346591f2fcbdd", "difficulty" : 798692298008, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h... | 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"]... |
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": "string"}, "format": {"type": "string"}, "category":... | {"id" : 64670, "info" : {"name" : "TwitPic - No Ads (April 2012)", "description" : "Hides all Ads on twitpic.com", "additionalInfo" : "/* +++ changelog +++\r\nApril 26th, 2012\r\n - original release\r\n*/", "format" : "uso", "category" : "twitpic", "createdAt" : "2012-04-26T12:17:33.000Z", "updatedAt" : "2012-04-26T12:... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "h... | {"yield" : "serves 6", "nutritionEstimates" : [], "totalTime" : "1 hr 20 min", "images" : [{"hostedSmallUrl" : "http://lh3.googleusercontent.com/vlugGw1WwKESES1-_Kp0lLAvhF7jUEr62LUSmS8C3Wf8wgC_Pg341L_EM1dRRDCE1d6n5zYiTVcTlCISQaNXRQ=s90", "hostedMediumUrl" : "http://lh3.googleusercontent.com/vlugGw1WwKESES1-_Kp0lLAvhF7j... | json_instruct | {"type": "object", "properties": {"yield": {"type": "string"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"ty... | {"accession_number" : "1996.149", "actors" : [], "creation_date" : null, "credit_line" : "Bequest of Kurt F. Pantzer", "cultures" : [], "dimensions" : "8 15/16 x 11 3/8 in. | 22.7 x 28.9 cm. (image and sheet)", "dynasty" : null, "images" : [], "irn" : 15286, "materials" : "watercolor and gouache on off-white paper", "... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"total_time_consume": {"type": "number"}, "preprocess": {"type": "object", "properties": {"total_time": {"type": "number"}}, "required": ["total_time"]}, "classifier": {"type": "array", "items": {"type": "object", "properties": {... | {"total_time_consume" : 5.640697240829468, "preprocess" : {"total_time" : 0.0329594612121582}, "classifier" : [{"ins_id" : 0, "dataset_partition" : {"hashing_time" : 0.0004134178161621094, "total_time" : 0.001476287841796875, "cluster_number_distribution" : [596, 619, 643, 614, 624, 575, 626, 609, 647, 638, 649, 647, 6... | json_instruct | {"type": "object", "properties": {"total_time_consume": {"type": "number"}, "preprocess": {"type": "object", "properties": {"total_time": {"type": "number"}}, "required": ["total_time"]}, "classifier": {"type": "array", "items": {"type": "object", "properties": {"ins_id": {"type": "integer"}, "dataset_partition": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript... | {"title" : "\u3010MMD\u3011\u3000\u5c0f\u3063\u3061\u3083\u3044\u5922\u83dc\u3067 \u300e\u771f\u590f\u306e\u30ec\u30bf\u30fc\u30ec\u30a4\u30f3\u30dc\u30fc\u300f", "author" : "\u30cf\u30eb\u30eb\u30f3 moto syun", "description" : "R18<br><aundefinedhref='https://fantia.jp/posts/201643'>https://fantia.jp/posts/201643</a>"... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array... | {"ast" : null, "code" : "const questions = [{\n question: \"Do I need a Passport to come on this trip?\",\n answer: \"Yes, you will need a Passport with at least 6 months of validity past the date of your departure from Spain.\"\n}, {\n question: \"Do I need a Passport to come on this trip?\",\n answer: \"Yes, you ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"bv": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "bvd": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "requi... | {"bv" : {"w" : "BV", "t" : "abbr. \u6cd5\u56fd\u56fd\u9645\u68c0\u9a8c\u5c40\uff08Bureau Veritas\uff09\uff1b\u5723\u6bcd\u739b\u5229\u4e9a\uff08Blessed Virgin\uff09\uff1b\u7968\u9762\u4ef7\u503c\uff08Book Value\uff09\uff1b\u5e03\u97e6\u5c9b\uff08Bouvet Island\uff09"}, "bvd" : {"w" : "BVD", "t" : "abbr. \u725b\u75c5\u6b... | json_instruct | {"type": "object", "properties": {"bv": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "bvd": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "bvd's": {"type": "object", "properties": {"w": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"instance_num": {"type": "integer"}}, "required": ["instance_num"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"instance_num" : 15} | json_instruct | {"type": "object", "properties": {"instance_num": {"type": "integer"}}, "required": ["instance_num"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a... | {"title" : "CTSUM: extracting more certain summaries for news articles.", "fields" : ["sentence", "ranking", "certainty", "multi document summarization", "automatic summarization"], "abstract" : "People often read summaries of news articles in order to get reliable information about an event or a topic. However, the in... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cd0sa": {"type": "number"}, "cd0fp": {"type": "number"}, "cd1sa": {"type": "number"}, "cl1sa": {"type": "number"}, "cd1fp": {"type": "number"}, "coeff_drag_shift": {"type": "number"}, "coeff_lift_shift": {"type": "n... | {"cd0sa" : -0.38015605295463034, "cd0fp" : -369.74395045417896, "cd1sa" : 0.976702053802994, "cl1sa" : -4.286255559841872, "cd1fp" : 1165.7772172055022, "coeff_drag_shift" : -7.41192544959689, "coeff_lift_shift" : 20.636166477388034, "coeff_lift_gain" : 44.848836391401825, "train_sc_a" : [9.463710408729412], "train_sc_... | json_instruct | {"type": "object", "properties": {"cd0sa": {"type": "number"}, "cd0fp": {"type": "number"}, "cd1sa": {"type": "number"}, "cl1sa": {"type": "number"}, "cd1fp": {"type": "number"}, "coeff_drag_shift": {"type": "number"}, "coeff_lift_shift": {"type": "number"}, "coeff_lift_gain": {"type": "number"}, "train_sc_a": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"state": {"type": "string"}, "id": {"type": "string"}, "actionPlanId": {"type": "string"}, "collectionInstrumentId": {"type": "string"}, "partyId": {"type": "string"}, "iac": {"type": "string"}, "c... | [{"state" : "ACTIONABLE", "id" : "10b04906-f478-47f9-a985-783400dd8482", "actionPlanId" : "878c3462-766a-4cf6-8fb3-867d5124cc0f", "collectionInstrumentId" : "a227b807-d475-4fa0-bc47-e8d8f6243e84", "partyId" : "b3ba864b-7cbc-4f44-84fe-88dc018a1a4c", "iac" : "jkbvyklkwj88", "caseRef" : "1000000000000010", "createdBy" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"state": {"type": "string"}, "id": {"type": "string"}, "actionPlanId": {"type": "string"}, "collectionInstrumentId": {"type": "string"}, "partyId": {"type": "string"}, "iac": {"type": "string"}, "caseRef": {"type": "string"}, "createdBy": {"type": "string"}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "stri... | {"id" : 27482, "citation_title" : "Real-Time Real Economic Activity: Exiting the Great Recession and Entering the Pandemic Recession", "citation_author" : ["Francis X. Diebold"], "citation_publication_date" : "2020-07-06", "issue_date" : "2020-07-02", "revision_date" : "None", "topics" : ["Macroeconomics", "Business Cy... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "3f0c20b7c4397e908d5c", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "i... | {"time_fct_id" : 17, "time_fct" : "time_62090", "affiliate_fct_id" : 4062, "affiliate_fct" : "Kreiseinrichtungen", "affiliate_fct_occurrence" : 318, "affiliates" : [{"affiliate_fct_id" : 4062, "affiliate_fct" : "Kreiseinrichtungen", "affiliate_fct_occurrence" : 318}, {"affiliate_fct_id" : 464127, "affiliate_fct" : "Sch... | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required"... | {"name" : "@swissquote/crafty-preset-maven", "version" : "1.0.0", "license" : "Apache-2.0", "repository" : "https://github.com/swissquote/crafty.git", "publishConfig" : {"access" : "public"}, "dependencies" : {"tmp" : "0.0.33", "xml2js" : "0.4.19"}, "devDependencies" : {"merge" : "1.2.0"}, "engines" : {"node" : ">=6.0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "dependencies": {"type": "object", "properties": {"tmp"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "prop... | {"versionEnd" : {"versionNum" : 3665, "commit" : "3db19e12e703d174738e6f5ce1e9f6911cbfe748", "date" : "2021-09-17T17:04:34.308Z"}, "versionStart" : {"versionNum" : 3664, "commit" : "d5fb89d811990f2145e8d64f967a29918ad41373", "date" : "2021-09-17T16:52:54.189Z"}, "changes" : ["blockchains/smartchain/assets/0x5B2b5BD1e5C... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPositi... | {"relation" : [["Author", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid"], ["Title", "Pokey-Bot", "Pole Vaulting", "Poo", "Poo's Fighter Stance", "Possessed Paula"], ["Description", "My submission to SaturnStorm's Porky/Pokey-Bot community project.", "How far can he throw it?", "Preparing to unleash th... | json_instruct | {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tab... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type... | {"id" : 34442949, "name" : "Mechanical Snail", "is_illegal" : false, "is_custom" : false, "text" : "A cyborg snail that still travels at a slow pace.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/34442949.jpg"], "type" : "Monster", "attribute" : "DARK", "atk" : 800, "species" : "Machine", "monster_t... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map... | {"ast" : null, "code" : "import { useLayoutEffect, useEffect } from 'react';\nvar isBrowser = typeof window !== \"undefined\";\nvar useIsomorphicLayoutEffect = isBrowser ? useLayoutEffect : useEffect;\nexport { useIsomorphicLayoutEffect };", "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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "object", "properties": {"major": {"type": "integer"}, "minor": {"type": "integer"}}, "required": ["major", "minor"]}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : {"major" : 0, "minor" : 1425}} | json_instruct | {"type": "object", "properties": {"version": {"type": "object", "properties": {"major": {"type": "integer"}, "minor": {"type": "integer"}}, "required": ["major", "minor"]}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/... | [{"year" : 2003, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 2004, "sex" : "F", "n" : 9, "prop" : 4.46e-06}, {"year" : 2005, "sex" : "F", "n" : 18, "prop" : 8.87e-06}, {"year" : 2006, "sex" : "F", "n" : 12, "prop" : 5.74e-06}, {"year" : 2007, "sex" : "F", "n" : 12, "prop" : 5.67e-06}, {"year" : 2008, "sex" : "F... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"t... | {"kind" : "Property", "name" : "GamepadButton.value", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/GamepadButton/value", "description" : "The GamepadButton.value property of the GamepadButton interface returns a double value used to represent the current state of analog buttons on many modern gamepads, su... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/mode": {"type": "string"}, "user/angle": {"type": "number"}}, "required": ["cam/image_array", "user/t... | {"cam/image_array" : "3181_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:58:00.220712", "user/mode" : "user", "user/angle" : -1.0} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/mode": {"type": "string"}, "user/angle": {"type": "number"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/mode", "user/angle"], "$schema": "http://... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"General": {"type": "object", "properties": {"Verbosity": {"type": "string"}, "version": {"type": "string"}}, "required": ["Verbosity", "version"]}, "Logging": {"type": "object", "properties": {"Path": {"type": "string"}, "MaxF... | {"General" : {"Verbosity" : "Normal", "version" : "1.0.0"}, "Logging" : {"Path" : "Default", "MaxFiles" : 200, "MaxTotalSize" : "5MB"}, "Assets" : {"Path" : "Default"}} | json_instruct | {"type": "object", "properties": {"General": {"type": "object", "properties": {"Verbosity": {"type": "string"}, "version": {"type": "string"}}, "required": ["Verbosity", "version"]}, "Logging": {"type": "object", "properties": {"Path": {"type": "string"}, "MaxFiles": {"type": "integer"}, "MaxTotalSize": {"type": "strin... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"210111001": {"type": "string"}, "210111003": {"type": "string"}, "210111004": {"type": "string"}, "210111005": {"type": "string"}, "210111006": {"type": "string"}, "210111007": {"type": "string"}, "210111008": {"type": "str... | {"210111001" : "\u89e3\u653e\u8857\u9053", "210111003" : "\u6c11\u4e3b\u8857\u9053", "210111004" : "\u4e34\u6e56\u8857\u9053", "210111005" : "\u4e2d\u5174\u8857\u9053", "210111006" : "\u6e56\u897f\u8857\u9053", "210111007" : "\u516b\u4e00\u8857\u9053", "210111008" : "\u7ea2\u83f1\u8857\u9053", "210111009" : "\u6797\u76... | json_instruct | {"type": "object", "properties": {"210111001": {"type": "string"}, "210111003": {"type": "string"}, "210111004": {"type": "string"}, "210111005": {"type": "string"}, "210111006": {"type": "string"}, "210111007": {"type": "string"}, "210111008": {"type": "string"}, "210111009": {"type": "string"}, "210111010": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"filename": {"type": "string"}, "folder": {"type": "string"}, "image_w_h": {"type": "array", "items": {"type": "integer"}}, "objects": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "x... | {"filename" : "G0015085.JPG", "folder" : "GoPro_0727", "image_w_h" : [4000, 3000], "objects" : [{"label" : "Bench", "x_y_w_h" : [1301, 1396, 88, 128]}, {"label" : "Sit", "x_y_w_h" : [1955, 1296, 125, 203]}, {"label" : "Sit", "x_y_w_h" : [2259, 1288, 231, 329]}]} | json_instruct | {"type": "object", "properties": {"filename": {"type": "string"}, "folder": {"type": "string"}, "image_w_h": {"type": "array", "items": {"type": "integer"}}, "objects": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "x_y_w_h": {"type": "array", "items": {"type": "integer"}}}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance"... | {"solution_size" : 3790, "ok" : true, "resemblance" : 0.66045, "problem_id" : 675, "solution_spec_hash" : "eb25037ef6b40f10f6a018cae2d31b9e02bf8aed"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Saonnet", "dpt" : "Calvados", "inscrits" : 196, "abs" : 33, "votants" : 163, "blancs" : 15, "nuls" : 1, "exp" : 147, "res" : [{"panneau" : "2", "voix" : 83}, {"panneau" : "1", "voix" : 64}]} | 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"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requ... | {"generated_at" : "2017-01-27T09:37:38.322961", "required_by" : ["todos", "emoji-ipython-magic", "monzo-api-stub", "py_support", "mr_bot"], "requires" : [], "package" : "emoji"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_... | {"generated_at" : "2017-01-27T09:37:27.087165", "required_by" : ["mkdocs-pandoc", "mkdocs_tree", "mkdocs-cluster", "django_mkdocs", "weblocust"], "requires" : ["click", "Jinja2", "livereload", "PyYAML", "tornado"], "package" : "mkdocs"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"source": {"type": "string"}, "repo": {"type": "string"}}, "required": ["source", "repo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "~/.grunt-sources/web", "repo" : "https://github.com/jpillora/grunt-source-web.git"} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "repo": {"type": "string"}}, "required": ["source", "repo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": ... | {"author" : "Tina Chang", "classification" : "", "keywords" : ["Love", "Desire", "Relationships", "Family", "Ancestors", "Men", "Women", "Arts", "Sciences", "Poetry", "Poets"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/248646", "region" : "U.S., Mid-Atlantic", "text" : ["I am haunted by how muc... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema... | {"id" : 163740, "name" : "Lichess Pink Peices", "description" : "Turns the white Merida peices into pink ones! I spent a lot of time on these so you have to enjoy.", "user" : {"id" : 710714, "name" : "Declan Gould", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "upda... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/pom.xml": {"type": "integer"}}, "required": ["/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_... | {"project_name" : "AnujaK/restfiddle", "files" : {"/pom.xml" : 1}, "pull_request" : "https://github.com/AnujaK/restfiddle/pull/448", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 1}} | json_instruct | {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/pom.xml": {"type": "integer"}}, "required": ["/pom.xml"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"input": {"type": "object", "properties": {"data": {"type": "object", "properties": {}, "required": []}}, "required": ["data"]}, "spec": {"type": "object", "properties": {"data": {"type": "object", "properties": {"a?": {"type":... | {"input" : {"data" : {}}, "spec" : {"data" : {"a?" : "x", "b?" : "y", "c" : "z"}}, "context" : {}, "OVERWRITR" : {"data" : {"c" : "z"}}, "DEFAULTR" : {"data" : {"c" : "z"}}, "DEFINR" : {"data" : {"c" : "z"}}} | json_instruct | {"type": "object", "properties": {"input": {"type": "object", "properties": {"data": {"type": "object", "properties": {}, "required": []}}, "required": ["data"]}, "spec": {"type": "object", "properties": {"data": {"type": "object", "properties": {"a?": {"type": "string"}, "b?": {"type": "string"}, "c": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "mitreid": {"type": "string"}, "description": {"type": "string"}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "mitreid", "description", "instruc... | {"name" : "Enumerate domain users and groups", "mitreid" : "T1087.002", "description" : "Getting the domain users and groups via net command.", "instructions" : ["exec cmd /cnet user /domain", "exec cmd /cnet group \"domain admins\" /domain"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "mitreid": {"type": "string"}, "description": {"type": "string"}, "instructions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "mitreid", "description", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["410702007014", "\u660e\u73e0\u82b1\u56ed\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["410702007015", "\u5b66\u5e9c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["410702007016", "\u5f18\u6cf0\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["410702007017", "\u5efa\u6587\u793e\u533a", "111", "0"], ["410702007018", "\u6... | 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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1982, 5], [1983, 5], [1984, 5], [1985, 5], [1986, 6], [1990, 8], [1991, 7], [1992, 5], [1993, 7], [1994, 9], [2005, 5], [2007, 5], [2009, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type"... | {"name" : "aboodma/btcturk", "description" : "BTC TURK API PHP", "version" : "1.0.0", "type" : "library", "license" : "MIT", "autoload" : {"psr-4" : {"Aboodma\\Btcturk\\" : "src/"}}, "authors" : [{"name" : "aboodma58", "email" : "34406204+aboodma@users.noreply.github.com"}], "require" : {"guzzlehttp/guzzle" : "7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Aboodma\\Btcturk\\": {"type": "string"}}, "... |
Generate a valid JSON object that conforms to the following 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" : "MAXILYNN", "frequency" : 1, "gender" : "female"}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.307373, 51.397178]}, "properties" : {"site-plan-url" : "https://data.london.gov.uk/dataset/brownfield-land-register", "planning-permission-history" : "https://maps.kingston.gov.uk/propertyServices/planning/Details?caseNo=14/12933/FUL", "maximum-ne... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type... | {"versionEnd" : {"versionNum" : 2881, "commit" : "7fa250d84a438684b761cbfa74cbccb565242fe4", "date" : "2021-07-09T17:37:50.751Z"}, "versionStart" : {"versionNum" : 2880, "commit" : "3a3e297d57df913f8bfe95bee66fbb34d69ced51", "date" : "2021-07-09T17:28:08.389Z"}, "changes" : ["blockchains/smartchain/assets/0xAECf6d1afF2... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"teamdojoApp": {"type": "object", "properties": {"skill": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type":... | {"teamdojoApp" : {"skill" : {"home" : {"title" : "Skills", "createLabel" : "Create a new Skill", "createOrEditLabel" : "Create or edit a Skill"}, "created" : "A new Skill is created with identifier {{ param }}", "updated" : "A Skill is updated with identifier {{ param }}", "deleted" : "A Skill is deleted with identifie... | json_instruct | {"type": "object", "properties": {"teamdojoApp": {"type": "object", "properties": {"skill": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "createOr... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1922, "sex" : "F", "n" : 5, "prop" : 4.01e-06}, {"year" : 1925, "sex" : "F", "n" : 6, "prop" : 4.75e-06}, {"year" : 1926, "sex" : "F", "n" : 7, "prop" : 5.69e-06}, {"year" : 1927, "sex" : "F", "n" : 8, "prop" : 6.47e-06}, {"year" : 1928, "sex" : "F", "n" : 5, "prop" : 4.18e-06}, {"year" : 1932, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "version", "mai... | {"name" : "@superstructure.net/scroll-lock", "version" : "0.0.2", "main" : "scroll-lock.js", "description" : "Reliably lock body scroll.", "license" : "MIT", "repository" : "hatsumatsu/scroll-lock"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}}, "required": ["name", "version", "main", "description", "license", "repository"], "$schema": "http:... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f80af6c5dab1022d971a379c83820fc3b63d332b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Schema": {"type": "string"}, "ConnectionString": {"type": "string"}, "ConfigurationFile": {"type": "string"}, "AuditTableTemplateFile": {"type": "string"}, "TriggerTemplateFile": {"type": "string"}, "OutputFile": {"type": "strin... | {"Schema" : "T4MY_SAMPLE", "ConnectionString" : "server=127.0.0.1;port=3306;user=t4my-user-ro;password=acbd83c3e7e0;database=T4MY_SAMPLE", "ConfigurationFile" : "configs/t4my.default-config.json", "AuditTableTemplateFile" : "templates/t4my.default-audittable-template.txt", "TriggerTemplateFile" : "templates/t4my.defaul... | json_instruct | {"type": "object", "properties": {"Schema": {"type": "string"}, "ConnectionString": {"type": "string"}, "ConfigurationFile": {"type": "string"}, "AuditTableTemplateFile": {"type": "string"}, "TriggerTemplateFile": {"type": "string"}, "OutputFile": {"type": "string"}, "PlaceHolderValues": {"type": "object", "properties"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it... | {"ast" : null, "code" : "const set = require('regenerate')(0x5F, 0x2054, 0xFF3F);\n\nset.addRange(0x203F, 0x2040).addRange(0xFE33, 0xFE34).addRange(0xFE4D, 0xFE4F);\nmodule.exports = set;", "map" : {"version" : 3, "sources" : ["/Users/johncomonitski/Programming Projects/Dashboard V2/Dashboard/node_modules/regenerate-un... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "pathRules": {"type": "array", "items": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {... | {"extends" : ["config:base"], "pathRules" : [{"paths" : ["website/package.json"], "extends" : ["config:base"]}, {"paths" : ["website/live/package.json"], "extends" : ["config:base"]}, {"paths" : ["actions/cleanup/package.json"], "extends" : ["config:base"]}, {"paths" : ["actions/merged/package.json"], "extends" : ["con... | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "pathRules": {"type": "array", "items": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}}, "required": ["paths", "extends"]}}},... |
Create an example JSON object that satisfies this 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": "integer"}, ... | {"author" : {"id" : "t2_70mxf", "name" : "mdr270"}, "date" : {"day" : 1513209600, "full" : 1513224833, "month" : 1512086400, "week" : 1512864000}, "id" : "t3_7jp5po", "misc" : {"postHint" : "link"}, "picture" : {"filesize" : 67063, "fullUrl" : "https://external-preview.redd.it/BW-2G31EuJcpmJdcmO2wV7q3yLmuWtqXvKHVjRPkyT... | 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"}},... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.