input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["...
{"name" : "evg_tick_generator", "version" : "1.0.1", "description" : "Single entry point for listener calls at time intervals", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts'", "remove" : "rm -rf ./src/Libraries; rm -rf ./test; rm .mocha...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required...
{"ETag" : "W/\"cf0fba7b2636f5587514812c228480c495e612ceb2ce4c897bf2d90809a4acf9\"", "Last-Modified" : "Tue, 09 Mar 2021 13:34:47 GMT", "base" : {"repo" : {"name" : "tokenizers-feedstock"}}, "closed_at" : "2021-03-09T13:34:45Z", "created_at" : "2021-01-16T17:40:17Z", "draft" : false, "head" : {"ref" : "bot-pr_arch_hd167...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"device": {"type": "object", "properties": {"FriendlyName": {"type": "string"}, "ModelNumber": {"type": "string"}, "FirmwareName": {"type": "string"}, "TunerCount": {"type": "integer"}, "FirmwareVersion": {"type": "string"}, "Dev...
{"device" : {"FriendlyName" : "HDHomeRun Connect Live", "ModelNumber" : "HDHR5-4DT", "FirmwareName" : "hdhomerun5_dvbt", "TunerCount" : 4, "FirmwareVersion" : "20200521", "DeviceID" : "0x1068A145", "DeviceAuth" : "AbBEnn7WhVV4wICYC9vj6Oz5"}, "app" : {"type" : "app", "SkipScan" : true, "Debug" : true, "ChromePath" : "/A...
json_instruct
{"type": "object", "properties": {"device": {"type": "object", "properties": {"FriendlyName": {"type": "string"}, "ModelNumber": {"type": "string"}, "FirmwareName": {"type": "string"}, "TunerCount": {"type": "integer"}, "FirmwareVersion": {"type": "string"}, "DeviceID": {"type": "string"}, "DeviceAuth": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["210381107008", "\u5bcc\u5f3a\u793e\u533a", "121", "0"], ["210381107028", "\u6d77\u9541\u793e\u533a", "121", "0"], ["210381107201", "\u5317\u7092\u94c1\u6751\u59d4\u4f1a", "220", "0"], ["210381107202", "\u5357\u7092\u94c1\u6751\u59d4\u4f1a", "220", "0"], ["210381107203", "\u9ec4\u5821\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"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": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"t...
{"COB" : "Q85IN7", "CYTB" : "Q85IN7", "MTCYB" : "Q85IN7", "Complex III subunit 3" : "Q85IN7", "Complex III subunit III" : "Q85IN7", "Cytochrome b-c1 complex subunit 3" : "Q85IN7", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit" : "Q85IN7", "Q85IN7" : "Q85IN7", "CYB_GALVI" : "Q85IN7", "Cytochrome b" : "Q...
json_instruct
{"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:block/cyan_wool"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [0.674368, 0.448186, 0.866598, 0.665157, 0.50817, 0.85034, 0.634526, 0.510893, 0.802804, 0.617665, 0.598016, 0.588416, 0.616201, 0.671653, 0.42453, 0.692675, 0.500006, 0.824548, 0.701892, 0.576293, 0.296803, 0.721803, 0.560028, 0.195689, 0.666631, 0.682513, 0.704385,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Keine anzuzeigenden Daten", "description" : "\u00c4ndern Sie die Datums- oder Filtereinstellungen."}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "549755885175", "name" : "Salads"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"isEnabled": {"type": "boolean"}, "version": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "configs": {"type": "object", "properties": {"endpoint": ...
{"isEnabled" : true, "version" : 1, "type" : "s3", "name" : "testservice", "description" : "FOR TESTING PURPOSES, test service", "configs" : {"endpoint" : "http://ceph:8010", "password" : "secretkey", "accesskey" : "accesskey"}}
json_instruct
{"type": "object", "properties": {"isEnabled": {"type": "boolean"}, "version": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "configs": {"type": "object", "properties": {"endpoint": {"type": "string"}, "password": {"type": "string"}, "accesskey": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cordova": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["cordova"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cordova" : [["platform", "add", "browser"]]}
json_instruct
{"type": "object", "properties": {"cordova": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["cordova"], "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 4, "pts" : 738, "connections" : 106743, "capacity" : 5315971, "investments" : 20857881}, {"tech" : 2, "pts" : 160, "connections" : 11783, "capacity" : 585161, "investments" : 803140}, {"tech" : 7, "pts" : 5, "connections" : 1334, "capacity" : 46565, "investments" : 449069}, {"tech" : 1, "pts" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s...
{"id" : 17974, "title" : ["[Rogue Guild, Masters' Garden]"], "description" : ["An open garden has been cleared between the buildings, bounded by a fence of dark polished wood. A few scattered iceblossoms bloom in the corners of the enclosure, but the main expanse of the garden is a square of snowy, open ground surroun...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"17973"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer...
{"id" : 150, "status" : "Invalid", "summary" : "Italian/Sardinian Translation", "labels" : ["Type-Defect", "Priority-Medium"], "stars" : 0, "commentCount" : 3, "comments" : [{"id" : 0, "commenterId" : -8233392148197635470, "content" : "Hello!\r\n\r\nI translated this software in italian and in sardinian language. Pleas...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer"}, "comments": {"type": "array", "items": {"type": "object", "properties": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_remote_check" : 1583953293, "hooks" : []}
json_instruct
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"SXL2": {"type": "string"}, "O01671": {"type": "string"}, "SXL_MEGSC": {"type": "string"}, "Sex-lethal homolog": {"type": "string"}, "SXL": {"type": "string"}}, "required": ["SXL2", "O01671", "SXL_MEGSC", "Sex-letha...
{"SXL2" : "O01671", "O01671" : "O01671", "SXL_MEGSC" : "O01671", "Sex-lethal homolog" : "O01671", "SXL" : "O01671"}
json_instruct
{"type": "object", "properties": {"SXL2": {"type": "string"}, "O01671": {"type": "string"}, "SXL_MEGSC": {"type": "string"}, "Sex-lethal homolog": {"type": "string"}, "SXL": {"type": "string"}}, "required": ["SXL2", "O01671", "SXL_MEGSC", "Sex-lethal homolog", "SXL"], "$schema": "http://json-schema.org/draft-07/schema#...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d209-46", "text" : "COPY\nM. S. NOVIK\n300 West 23rd Street \u2022\nRoom 500\nNew York 11, New York\nRadio\nConsultant March 22nd, 1954\nMr. Harry J. Skornia\nExecutive Director, Natl. Assn, of Educational Broadcasters\nUniversity of Illinois, 119 Gregory Hall\nUrbana, Illinois\nMy dear Harry*\nI will see you ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "pr...
{"name" : "wyrihaximus/cli-fly", "description" : "Flysystem Service Provider for Cilex", "license" : "MIT", "keywords" : ["flysystem", "filesystem", "cilex", "service-provider"], "authors" : [{"name" : "Cees-Jan Kiewiet", "email" : "ceesjank@gmail.com", "homepage" : "http://wyrihaximus.net/"}], "require" : {"php" : ">=...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "ho...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 2.0, 12.0, 0.0, 0.0, 2.0, 0.0, 0.0, 1.0, 4.0, 2.0, 6.0, 3.0, 0.0, 3.0, 2.0, 3.0, 4.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 3.0, 5.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2004, 7], [2009, 5], [2011, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "strin...
{"accession_number" : "1993.177", "actors" : [], "creation_date" : "about 1935", "credit_line" : "Gift of Dr. Steven Conant", "cultures" : [], "dimensions" : "9 1/8 x 11 3/4 in. | 23.1 x 29.8 cm. (image) | 15 1/2 x 19 in. | 39.3 x 48.2 cm. (sheet)", "dynasty" : null, "images" : [], "irn" : 23800, "materials" : "colo...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/atmospheric_aspen_planks_pattern"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "caribou", "version" : "1.0.0-alpha.1", "description" : "Solid kernel for loosely coupled, event-driven applications.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["kernel", "loose coupling", "loosely coupled", "event-driven"], "author" : "Ozan M\u0...
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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"topojson.js": {"type": "string"}, "topojson.min.js": {"type": "string"}}, "required": ["topojson.js", "topojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topojson.js" : "sha256-n9XNrUucm0Qlbg9sj14e4vhTtDlX77Dz3D12bQtnMFo=", "topojson.min.js" : "sha256-jZCvLEG97SSztb7ICvHHGVccgj0Wl6YK0aNrGa+poLo="}
json_instruct
{"type": "object", "properties": {"topojson.js": {"type": "string"}, "topojson.min.js": {"type": "string"}}, "required": ["topojson.js", "topojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "likes": {"type": "string"}, "text": {"type": "string"}}, "required": ["tags", "author", "likes", "text"], "$schema": "http://json-schema.org...
{"tags" : ["attributed-no-source"], "author" : "Marilyn Monroe", "likes" : "18651 likes", "text" : " \u201cI am good, but not an angel. I do sin, but I am not the devil. I am just a small girl in a big world trying to find someone to love.\u201d "}
json_instruct
{"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "likes": {"type": "string"}, "text": {"type": "string"}}, "required": ["tags", "author", "likes", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ok": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}}, "required": ["ok", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ok" : true, "members" : ["U024BLAH", "U024BLAH2"]}
json_instruct
{"type": "object", "properties": {"ok": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}}, "required": ["ok", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type":...
{"name" : "browser", "version" : "1.0.0", "description" : "", "scripts" : {"start" : "webpack-dev-server --open"}, "author" : "OJ Kwon <kwon.ohjoong@gmail.com>", "license" : "MIT", "devDependencies" : {"html-webpack-plugin" : "^2.29.0", "ts-loader" : "^2.3.1", "typescript" : "^2.4.2", "wasm-loader" : "^1.0.0", "webpack...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "obj...
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": "object", "properties": {"activejade": {"type": "string"}}, "required": ["act...
{"name" : "activejade", "version" : "1.1.12", "description" : "ActiveJade is a variant of original Jade(jade-lang.com) project aimed to work properly with MVVM frameworks", "main" : "lib/index.js", "bin" : {"activejade" : "bin/activejade.js"}, "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"activejade": {"type": "string"}}, "required": ["activejade"]}, "scripts": {"type": "object", "properties": {"test": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": ...
{"1" : "Janeiro", "2" : "Fevereiro", "3" : "Mar\u00e7o", "4" : "Abril", "5" : "Maio", "6" : "Junho", "7" : "Julho", "8" : "Agosto", "9" : "Setembro", "10" : "Outubro", "11" : "Novembro", "12" : "Dezembro"}
json_instruct
{"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Jishpah", "long" : "<i>Meaning:</i> \"Jishpah\", an Israelite.<br/><i>Usage:</i> Ispah.<br/><i>Source:</i> perhaps from \"H8192\"; \"he will scratch\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$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"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "start_url": {...
{"name" : "Plan lekcji ZSB", "short_name" : "Plan lekcji", "description" : "Aplikacja internetowa z planem lekcji.", "theme_color" : "#e05416", "background_color" : "#fff", "display" : "standalone", "start_url" : "/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["name", "short_name", "description",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "strin...
{"t" : "mi'olic", "h" : [{"d" : [{"f" : "\u541f\u5531\u3001\u8b9a\u980c\u3002", "e" : ["\ufff9`Mi~`'olic~ `to~ `mato'asay~.\ufffa\ufffb\u6b4c\u980c\u9577\u8001\u3002"]}]}], "stem" : "'olic"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "s...
{"name" : "archive-artifacts-s3", "version" : "1.1.0", "description" : "Archive artifacts in S3 and optionally generate presigned links", "main" : "dist/index.js", "author" : "Comtravo GmbH", "license" : "MIT", "private" : true, "scripts" : {"build" : "tsc && ncc build --source-map ./lib/main.js -o dist"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name...
{"name" : "yarooob/laravel-service-generator", "description" : "make your service layer classes easily", "authors" : [{"name" : "Yarob Al Mostafa", "email" : "yarob.hm@gmail.com"}], "autoload" : {"psr-4" : {"Yarob\\LaravelServiceGenerator\\" : "src/", "Yarob\\LaravelServiceGenerator\\Tests\\" : "tests"}}, "extra" : {"l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "Not Found", "documentation_url" : "https://docs.github.com/rest/reference/repos#get-repository-clones"}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "l...
{"name" : "throw", "version" : "0.0.1", "homepage" : "https://github.com/vinitlee/throw", "authors" : ["Vincent Lee <vinitlee@gmail.com>"], "description" : "Realtime communal playlisting using YouTube", "main" : "app.js", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dep...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"basic_info": {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "social": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "stri...
{"basic_info" : {"name" : "Ntshembo Hlongwane", "titles" : ["Front-end Web-Developer", "Back-end Developer"], "social" : [{"name" : "github", "url" : "https://github.com/Ntshembo-Hlongwane1", "class" : "fab fa-github"}, {"name" : "instagram", "url" : "https://www.instagram.com/needyboii.scott/", "class" : "fab fa-inst...
json_instruct
{"type": "object", "properties": {"basic_info": {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "social": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "class": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "it...
{"name" : "angular-form-group", "version" : "1.0.0", "authors" : ["Edward paulino xuluc chulim <edward.xuluc@gmail.com>"], "description" : "Alternar las clases has-error y has-success de acuerdo al input del formulario", "main" : "angular-form-group.js", "keywords" : ["angular", "form", "group", "class", "has-success",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": ...
{"versionEnd" : {"versionNum" : 2949, "commit" : "7a4533cba744f1e0627181a809938e1801c574de", "date" : "2021-07-15T06:15:38.695Z"}, "versionStart" : {"versionNum" : 2948, "commit" : "f3b3ba077af99357d65d76356574170d34b6ab84", "date" : "2021-07-15T06:14:09.527Z"}, "changes" : ["blockchains/smartchain/allowlist.json"]}
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": {"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@bazaar/base": {"type": "string"}, "@bazaar/bu...
{"name" : "@bazaar/product", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"@bazaar/base" : "^1.0.0", "@bazaar/button" : "^1.0.0", "@bazaar/icon" : "^1.0.0", "@bazaar/image" : "^1.0.0", "@bazaar/layout" : "^1.0.0", "@bazaar/styles" : "^1.0.0", "ionic" : "^5.2.3", "lit-element" : "^2.2.1...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@bazaar/base": {"type": "string"}, "@bazaar/button": {"type": "string"}, "@bazaar/icon": {"type": "string"}, "@bazaar...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"serviceaccount...
{"$schema" : "http://json-schema.org/schema#", "required" : ["serviceaccounts", "namespaces"], "type" : "object", "description" : "ServiceAccountRestriction matches a service account by a string match on either the service-account name or the name of the service account's namespace.", "properties" : {"serviceaccounts" ...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"serviceaccounts": {"type": "object", "properties": {"items": {"type": "object", "pr...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"argpar...
{"name" : "pumlhorse-yamljs", "version" : "0.2.11", "description" : "Forked version of yamljs to add line numbers", "author" : "Matt Dickinson <matt@mdickin.com>", "main" : "./lib/Yaml.js", "dependencies" : {"argparse" : "^0.1.15", "glob" : "^4.0.0"}, "scripts" : {"test" : "cake build; cake test"}, "license" : "MIT", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"argparse": {"type": "string"}, "glob": {"type": "string"}}, "required": ["argparse"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type":...
{"loss" : [0.4864981770515442, 0.33034518361091614, 0.25975123047828674, 0.2209341675043106, 0.18369773030281067, 0.15957559645175934, 0.14272622764110565, 0.12771888077259064, 0.11437828093767166, 0.11000280827283859], "accuracy" : [0.8323675394058228, 0.9638245105743408, 0.9727649092674255, 0.9691225290298462, 0.9714...
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "life-span": {"type": "object", "properties": {"begin": {"type": "string"}}, "required": ["begin"]}, "name": {"type": "string"}, "sort-name": {"type": "string"}, "type": {"type": "string"}}, "required"...
{"id" : "24968bb1-e21d-44b4-adbd-cbf318a5f149", "life-span" : {"begin" : "2007"}, "name" : "Bones of the Elephant", "sort-name" : "Bones of the Elephant", "type" : "Group"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "life-span": {"type": "object", "properties": {"begin": {"type": "string"}}, "required": ["begin"]}, "name": {"type": "string"}, "sort-name": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "life-span", "name", "sort-name", "type"], "$schem...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {...
{"id" : "0x1eb9a30e76f2f4bdc588b65b667757564f93c651de9291439b6915b5f8ef1b91", "title" : "What should we invest?", "body" : "", "choices" : ["BTC", "ETH", "LTC", "BNB "], "start" : 1637436612, "end" : 1637609412, "type" : "single-choice", "scores" : [0, 0, 0, 0], "scores_total" : 0, "scores_state" : "final", "scores_upd...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "armored cruiser", "definition" : "A man-of-war carrying a large coal supply, and more or less protected from the enemy's shot by iron or steel armor. There is no distinct and accepted classification distinguishing armored and protected cruisers from each other, except that the first have more or heavier armo...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"client.js": {"type": "string"}, "client.min.js": {"type": "string"}}, "required": ["client.js", "client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"client.js" : "sha512-PWP4/s/QvR+C0ueXJiMcBJMLbyA1AA9lwrojvjhdhA6crGOLpr6ewzc57F2YJVuzXw4fTuYgOh2lk5nc6bnnDA==", "client.min.js" : "sha512-4yyEYAqIzmt7uU3XDqYRZ4qirQc/JjsApI54w8TsO0hu+Te9h42PN31c4fKje1cNpPTu6IcrOoMNGhkMidpsAg=="}
json_instruct
{"type": "object", "properties": {"client.js": {"type": "string"}, "client.min.js": {"type": "string"}}, "required": ["client.js", "client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {...
{"id" : "96826390", "name" : "Barton Fields", "nodes" : [{"type" : "node", "id" : 417586925, "lat" : 52.2622635, "lon" : -0.7876866}, {"type" : "node", "id" : 1121875565, "lat" : 52.2624859, "lon" : -0.7870138}, {"type" : "node", "id" : 1121875567, "lat" : 52.2622889, "lon" : -0.7875529}], "volunteer_postcode" : "NN3 5...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": ...
{"name" : "basket.js", "version" : "0.5.2", "description" : "A script-loader that handles caching scripts in localStorage where supported", "keywords" : ["script", "loader", "localstorage", "caching", "asset", "loader", "preload", "javascript", "js"], "homepage" : "http://addyosmani.github.com/basket.js", "license" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "prop...
{"author" : "Aaron Heckmann <aaron.heckmann+github@gmail.com>", "name" : "mongoose-v2-compat", "description" : "Mongoose v2 compatibility for v3", "version" : "0.0.2", "dependencies" : {}, "scripts" : {"test" : "make test"}, "devDependencies" : {"mongoose" : "3.x", "mocha" : "*"}, "optionalDependencies" : {}, "engines"...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http...
{"Name" : "Chaleco Blackhawk! Commando (Negro)", "ShortName" : "Commando ", "Description" : "Dise\u00f1ado para ser confortable y de acceso r\u00e1pido. Este chaleco t\u00e1ctico permite tener muchos cargadores a mano.", "RigLayoutName" : "Commando"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-pvc9-w2p3-hggj", "modified" : "2022-04-23T00:40:28Z", "published" : "2022-04-23T00:40:28Z", "aliases" : ["CVE-2012-1259"], "details" : "Multiple SQL injection vulnerabilities in Plixer International Scrutinizer NetFlow & sFlow Analyzer 8.6.2.16204, and possibly other versions b...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"360104002": {"type": "string"}, "360104006": {"type": "string"}, "360104007": {"type": "string"}, "360104008": {"type": "string"}, "360104009": {"type": "string"}, "360104100": {"type": "string"}, "360104400": {"type": "str...
{"360104002" : "\u6d2a\u90fd\u8857\u9053", "360104006" : "\u4eac\u5c71\u8857\u9053", "360104007" : "\u4e09\u5bb6\u5e97\u8857\u9053", "360104008" : "\u5cb1\u5c71\u8857\u9053", "360104009" : "\u5f90\u5bb6\u574a\u8857\u9053", "360104100" : "\u9752\u4e91\u8c31\u9547", "360104400" : "\u5357\u660c\u660c\u5357\u5de5\u4e1a\u56...
json_instruct
{"type": "object", "properties": {"360104002": {"type": "string"}, "360104006": {"type": "string"}, "360104007": {"type": "string"}, "360104008": {"type": "string"}, "360104009": {"type": "string"}, "360104100": {"type": "string"}, "360104400": {"type": "string"}}, "required": ["360104002", "360104006", "360104007", "3...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s...
{"name" : "NZ WHV Application Form", "version" : "1.0.0", "description" : "Application form demo of New Zealand Working Holiday Visa", "main" : "index.html", "repository" : {"type" : "git", "url" : "git+https://github.com/YuyingWu/whv.git"}, "author" : "wuyuying", "license" : "MIT", "bugs" : {"url" : "https://github.co...
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"]}, "author": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Bessines", "dpt" : "Deux-S\u00e8vres", "inscrits" : 1374, "abs" : 219, "votants" : 1155, "blancs" : 20, "nuls" : 9, "exp" : 1126, "res" : [{"panneau" : "3", "voix" : 404}, {"panneau" : "11", "voix" : 245}, {"panneau" : "9", "voix" : 194}, {"panneau" : "2", "voix" : 127}, {"panneau" : "4", "voix" : 78}, {"pann...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"]...
{"place_name" : "Dewey", "state_name" : "Arizona", "state_abbrv" : "AZ", "lat" : "34.5368", "long" : "-112.2567"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ID": {"type": "string"}, "text": {"type": "string"}}, "required": ["ID", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ID" : "R_2wpoM9hWM445ShF", "text" : "Concept group: PERSONAL DETAILS ,MAIL ID ,SOFTWARE | Guided concept group: [FAKE WEB PAGES ,MOBILE GAMES] , [EMAIL ,PRINTERS] | Knowledge Test results: Failed: Windows, Mal App, Local | Failed: Android, Mal App, Local | Failed: Excel, Online, Multi Auth | Passed: Online, mal web c...
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "text": {"type": "string"}}, "required": ["ID", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "require...
{"id" : 4008, "node" : [{"id" : 4008, "name" : "ICE", "image" : "//lain.bgm.tv/pic/cover/m/21/b5/4008_70Ww7.jpg", "date" : "2007-05-25"}, {"id" : 84472, "name" : "ICE\u3008\u5287\u5834\u7248\u3009", "nameCN" : "ICE \u5267\u573a\u7248", "image" : "//lain.bgm.tv/pic/cover/m/0b/bd/84472_5VvG5.jpg", "date" : "2008-11-29"}]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "i...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"componentFolder": {"type": "string"}, "integrationFolder": {"type": "string"}}, "required": ["componentFolder", "integrationFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentFolder" : "cypress/custom-component", "integrationFolder" : "cypress/custom-integration"}
json_instruct
{"type": "object", "properties": {"componentFolder": {"type": "string"}, "integrationFolder": {"type": "string"}}, "required": ["componentFolder", "integrationFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#...
{"networkCallRecords" : [], "variables" : ["queuesastestsqueuesaspermissionparse016375e7cf1b39f"]}
json_instruct
{"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Haku:AbstractMagatamaPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:QuarterPowe...
{"Haku:AbstractMagatamaPotion" : {"NAME" : "25% Power", "DESCRIPTIONS" : ["Gain #b", " #yMagatamas."]}, "Haku:QuarterPowerPotion" : {"NAME" : "25% Power", "DESCRIPTIONS" : []}, "Haku:HalfPowerPotion" : {"NAME" : "50% Power", "DESCRIPTIONS" : []}, "Haku:FullPowerPotion" : {"NAME" : "Full Power", "DESCRIPTIONS" : []}}
json_instruct
{"type": "object", "properties": {"Haku:AbstractMagatamaPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:QuarterPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "strin...
{"name" : "Hello World App with Webpack", "short_name" : "Hello", "icons" : [{"src" : "img/angular.png", "sizes" : "144x144", "type" : "image/png"}], "start_url" : "/index.html", "display" : "standalone", "background_color" : "#3E4EB8", "theme_color" : "#2F3BA2", "orientation" : "portrait", "author" : {"name" : "Anny I...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "emai...
{"name" : "pipw/hello-composer", "description" : "A simple hello world composer package", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Philip Waller", "email" : "p.waller@uq.edu.au"}], "minimum-stability" : "stable", "repositories" : [{"type" : "vcs", "url" : "https://github.com/pipw/hello-composer.gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contracts_version": {"type": "string"}, "chain_id": {"type": "integer"}, "contracts": {"type": "object", "properties": {"RaidenServiceBundle": {"type": "object", "properties": {"address": {"type": "string"}, "transa...
{"contracts_version" : "0.5.0", "chain_id" : 42, "contracts" : {"RaidenServiceBundle" : {"address" : "0x09A486E3784f1AbEA373F9A41484A67027DB6051", "transaction_hash" : "0x46d91b61758890757f60c83b518ac31645b74602676693d6778e0fbe418d1e4c", "block_number" : 10152141, "gas_cost" : 405912, "constructor_arguments" : ["0xd0A1...
json_instruct
{"type": "object", "properties": {"contracts_version": {"type": "string"}, "chain_id": {"type": "integer"}, "contracts": {"type": "object", "properties": {"RaidenServiceBundle": {"type": "object", "properties": {"address": {"type": "string"}, "transaction_hash": {"type": "string"}, "block_number": {"type": "integer"}, ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"digit": {"type": "string"}, "montage": {"type": "string"}, "q": {"type": "string"}, "url": {"type": "string"}}, "requ...
{"name" : "glTF-webgl-viewer", "version" : "0.1.0", "dependencies" : {"digit" : "^0.4.0", "montage" : "^0.14.15", "q" : "^1.5.1", "url" : "0.7.9"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fabrobinet/glTF-webgl-viewer.git"}, "gitHead" : "3f04cc780acc7930e9fac3469d21bda3debbf2e1", "readme" : "## g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"digit": {"type": "string"}, "montage": {"type": "string"}, "q": {"type": "string"}, "url": {"type": "string"}}, "required": ["digit", "montage", "q", "url"]}, "repository": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "crenated", "definition" : "Having the margin cut into rounded teeth notches, or scallops."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "profession": {"type": "string"}, "hometown": {"type": "string"}}, "required": ["name", "profession", "hometown"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Alex", "profession" : "Programmer", "hometown" : "St Louis, MO"}, {"name" : "David", "profession" : "Salesman", "hometown" : "Denver, CO"}, {"name" : "Laura", "profession" : "CEO", "hometown" : "San Francisco, CA"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "profession": {"type": "string"}, "hometown": {"type": "string"}}, "required": ["name", "profession", "hometown"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {...
{"copyright_text" : "Standard YouTube License", "description" : "PyData SF 2016\n\nThe Anaconda Distribution has been pivotal for the adoption of Open Data Science since its creation in 2012. Today Anaconda has grown far beyond just a cross-platform scientific Python distribution into a rich ecosystem of users, service...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper...
{"hash" : "0x0ab2b537cb92372f60beb3ffa043209e3cf4c2046723941d77673d57e5e78ef6", "parentHash" : "0x7240d5c093a9bc83dfe938cd2e3bfd14594b372c233d72bfcacce168d6fea68d", "number" : 14603, "timestamp" : 1438399956, "nonce" : "0x40ce40cfc194ec59", "difficulty" : 858830826974, "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": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": ...
{"idArt" : "746", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2007", "place" : "Namur", "location" : {"lat" : 50.4673883, "lon" : 4.8719854}, "title" : "Un segmenteur de texte en phrases guid\u00e9 par l'utilisateur", "abstract" : "Ce programme effectue une segmentatio...
json_instruct
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}...
{"title" : "Pittsburgh Steelers football players no. 35 Paul \"Tank\" Younger and no. 27 Dean Darby, in passageway of Pitt Stadium after game with Chicago Bears", "creation_date" : "September 1958", "creation_date_earliest" : "1958-09-01", "creation_date_latest" : "1958-09-06", "medium" : "black and white: Kodak film",...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 404372713, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "697fcbcd0e3ede6678773eb8ffa9ccce", "wof:id" : 404372713, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.67371754005737, 47.95755683317153, 2.72835645895399, 48.00389836321347...
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": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "u...
{"name" : "MockCaptureDeviceConfiguration", "type" : "dictionary", "defined" : {"spec" : {"title" : "Media Capture Automation", "url" : "https://w3c.github.io/mediacapture-automation/"}, "fragment" : "dictionary MockCaptureDeviceConfiguration {\n DOMString label;\n DOMString deviceId;\n DOMString groupId;\n};", "hre...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cardImage": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "cardImage", "description"]}}}, "requ...
{"cards" : [{"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum ...
json_instruct
{"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cardImage": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "cardImage", "description"]}}}, "required": ["cards"], "$schema": "http://json-schema.org/draft-...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 32919, "ps" : 33080}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_15wa3v", "name" : "ScalpelArts"}, "date" : {"day" : 1606003200, "full" : 1606035838, "month" : 1604188800, "week" : 1606003200}, "id" : "t3_jysq0y", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 180817, "fullUrl" : "https://preview.redd.it/imxf92skbr061.jpg?auto=webp&s=58178c8d8311a...
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"}},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"item" : 234, "index" : 0}
json_instruct
{"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "productName": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"...
{"author" : "craftslab", "name" : "proxy", "version" : "1.0.0", "description" : "LSP proxy", "productName" : "lspserver", "license" : "Apache-2.0", "bin" : "dist/proxy.js", "main" : "dist/proxy.js", "scripts" : {"build" : "webpack", "clean" : "rimraf dist", "coverage" : "mkdir coverage && nyc report --reporter=json -t ...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "productName": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/sc...
{"repair_end" : "2019-07-31 15:46:56.938500", "repair_begin" : "2019-07-31 13:46:53.660904", "patches" : []}
json_instruct
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"...
{"name" : "Clair", "description" : "Clair is an open source project for the static analysis of vulnerabilities in application containers (currently including apps and docker).", "tags" : ["Container Security", "Docker", "Security Scanning", "CVE"], "operating_systems" : ["linux", "mac"], "license" : "Apache-2", "availa...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "availability": {"type": "array", "items": {"type": "string"}}, "gi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": ...
{"name" : "mylopotato/aiface", "description" : "Facemash clone", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Mylopotato", "email" : "mylopoto@yandex.ru"}], "require" : {"php" : ">=7.3", "ext-mbstring" : "*", "ext-pdo" : "*", "ext-json" : "*", "ext-bcmath" : "*", "php-pm/php-pm" : "*", "symfony/psr-ht...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hitchcock": {"type": "stri...
{"name" : "suspensify", "version" : "0.5.0", "private" : true, "main" : "index.js", "license" : "MIT", "dependencies" : {"hitchcock" : "^0.5.0", "lodash.uniqby" : "^4.7.0", "react" : "0.0.0-experimental-f6b8d31a7", "react-dom" : "0.0.0-experimental-f6b8d31a7"}, "devDependencies" : {"parcel-bundler" : "^1.12.4", "parcel...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hitchcock": {"type": "string"}, "lodash.uniqby": {"type": "string"}, "react": {"type"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"...
{"title" : "Noisy Sparse Subspace Clustering.", "fields" : ["data point", "linear subspace", "compressed sensing", "subspace topology", "noisy data", "cluster analysis"], "abstract" : "This paper considers the problem of subspace clustering under noise. Specifically, we study the behavior of Sparse Subspace Clustering ...
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...
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 101877303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "953a0bf146abeb9622b1f82bb3e16b5b", "wof:id" : 101877303, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.69286111508239, 48.1684761892933, 5.71410559711978, 48.17782268861146]...
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": ["...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-sche...
[{"date" : "2022-04-02", "total" : 3342, "delta" : 2, "version" : "0.140"}, {"date" : "2022-04-08", "total" : 3358, "delta" : 16, "version" : "0.140"}, {"date" : "2022-04-10", "total" : 3366, "delta" : 8, "version" : "0.140"}, {"date" : "2022-04-12", "total" : 3368, "delta" : 2, "version" : "0.140"}, {"date" : "2022-04...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":...
{"text" : {"0" : {"m1" : "\u0622\u0646\u0627\u0646 \u06a9\u0647 \u0645\u062d\u0642\u0642\u0627\u0646 \u0627\u06cc\u0646 \u062f\u0631\u06af\u0627\u0647\u0646\u062f", "m2" : "\u0646\u0632\u062f \u062f\u0644 \u0627\u0647\u0644 \u062f\u0644 \u0686\u0648 \u0628\u0631\u06af \u06a9\u0627\u0647\u0646\u062f"}, "1" : {"m1" : "\u...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "image": {"type": "string"}}, "required": ["description", "image"]}, "policy": {"type": "string"}, "pokebox": {"type":...
{"title" : "\ud504\ub77c\uc774\ubc84\uc2dc \uc815\ucc45", "meta" : {"description" : "\ud3ec\ucf00\ubc30\ud2c0\ub7ec\ub294 \uc5ec\ub7ec\ubd84\uc758 \ud504\ub77c\uc774\ubc84\uc2dc\ub97c \uc2ec\uac01\ud558\uac8c \ubc1b\uc544\ub4e4\uc774\uace0 \uc5b4\ub5a4 \uc0ac\uc801\uc778 \uc0ac\uc6a9\uc790 \uc5d0\ub514\ud130\ub3c4 \uc0...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "image": {"type": "string"}}, "required": ["description", "image"]}, "policy": {"type": "string"}, "pokebox": {"type": "string"}, "browserSettings": {"type": "string"}, "changeNote...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"typ...
{"parameters" : {"api-version" : "2020-12-01-preview"}, "responses" : {"200" : {"body" : {"value" : [{"name" : "Microsoft.ConfidentialLedger/ledgers/read", "isDataAction" : false, "display" : {"resource" : "ledger", "operation" : "Get Confidential Ledger properties", "description" : "View the properties of a Confidenti...
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"...
{"acadYear" : "2019/2020", "preclusion" : "EE3408E, TEE3408", "description" : "This module focuses on integration of analog circuits on silicon using CMOS technology. The topics covered include processing and modeling background, basic circuits, reference circuit design, single stage amplifiers, operational amplifiers,...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "stri...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"...
{"itemid" : "minecraft:stone_pickaxe", "displayname" : "\u00a7f\u00a7f\u00a7aFractured Mithril Pickaxe", "nbttag" : "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\u00a78Breaking Power 5\",1:\"\",2:\"\u00a77Damage: \u00a7c+30\",3:\"\",4:\"\u00a77Mining Speed: \u00a7a+200\",5:\"\",6:\"\u00a77\...
json_instruct
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"},...
{"id" : "8c25b634cf381c1d47f9301c7222a371ca0f4ef1", "recommendations" : ["TRTQDGL128E0780C94", "TRQHPJY128F1486A7E", "TRINTFS12903CF7876", "TRJSZZG128F931B3DD", "TRHNXJT128F145A8B2", "TRDJQCZ128F423D135", "TRQLZQH128E0792691", "TRAMXGR128E07822CC", "TRQBZSQ128F42782DC", "TRPUGEO12903CA9D27", "TRORCUV12903CDCA9D", "TRFN...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "av...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}, "riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js", "riot+compiler.js", "riot+...
{"riot.js" : "sha256-E5J1BBThrzXC5QOeGXz9qIy8uPHWFqEsfGMP95Xv9GI=", "riot.min.js" : "sha256-T6/bu1ozb50DNZz5eo2HucrdQRb2AYwdK8SNLZxncH0=", "riot+compiler.js" : "sha256-SoIylLTt022sflBClFEmTqzv8wtHtdgJ7Wd5m+e7oGM=", "riot+compiler.min.js" : "sha256-kQAXWej8bmr4zW2IBZBYS02JVkCyZjFR7dRmCGsIi3w="}
json_instruct
{"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}, "riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js", "riot+compiler.js", "riot+compiler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "...
{"schema_version" : "1.2.0", "id" : "GHSA-r99q-hjh5-368x", "modified" : "2022-05-03T03:09:45Z", "published" : "2022-05-03T03:09:45Z", "aliases" : ["CVE-2003-0680"], "details" : "Unknown vulnerability in NFS for SGI IRIX 6.5.21 and earlier may allow an NFS client to bypass read-only restrictions.", "severity" : [], "aff...
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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["critter", "gridder"]
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": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin...
{"edges" : [[5, 13], [13, 6], [32, 13], [23, 13], [13, 0], [33, 26], [19, 7], [4, 13], [18, 1], [13, 30], [13, 14], [10, 13], [13, 27], [29, 13], [20, 13], [3, 21], [13, 5], [13, 28], [11, 3], [13, 5], [13, 23], [13, 22], [9, 13], [8, 2], [13, 12], [13, 15], [25, 13], [34, 13], [11, 36], [23, 13], [13, 9], [13, 9], [3,...
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"moduleResolution": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"}}, "required": ["moduleResolution", "noI...
{"compilerOptions" : {"moduleResolution" : "node", "noImplicitAny" : true, "module" : "es6", "target" : "ES2017"}, "exclude" : ["node_modules", "node_test"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"moduleResolution": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"}}, "required": ["moduleResolution", "noImplicitAny", "module", "target"]}, "exclude": {"type": "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}, "required": ["p...
{"hash" : "f213589e8e231fda35fc35880b1d6c5a306ebeaa", "data" : {"post" : {"id" : "312", "title" : "Loops"}}, "context" : {}}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}, "required": ["post"]}, "context": {"type": "object", "properties": {}, "required": []}}...
Create an example JSON object that satisfies this schema: {"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": {"error...
{"contract" : "0xd42316be0e813104096ab537fee2fe0f5076bb2f", "tool" : "oyente", "start" : 1563326307.2835147, "end" : 1563326317.2499316, "duration" : 9.966416835784912, "analysis" : [{"errors" : [], "file" : "/unique_contracts/0xd42316be0e813104096ab537fee2fe0f5076bb2f.sol", "name" : "BugBountyCompliance", "evm_code_co...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"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 pot of salted boiling water, cook pasta until al dente, rinse under cold water and drain.", "In a large bowl, mix together the salad dressing, mustard, cheese and dill.", "Add pasta, red onion and bell peppers. Toss well; season with salt and pepper. Chill before serving."], "ingredients" :...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filt...
{"aggregate_function_based_on" : "", "color" : "#ff0000", "creation" : "2021-11-18 13:36:40.606666", "docstatus" : 0, "doctype" : "Number Card", "document_type" : "Incident", "dynamic_filters_json" : "{}", "filters_json" : "{}", "function" : "Count", "idx" : 0, "is_public" : 1, "is_standard" : 1, "label" : "En cours de...
json_instruct
{"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "st...