input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["230110102001", "\u5b89\u5c45\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230110102200", "\u5e78\u798f\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102201", "\u632f\u5174\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102202", "\u7ea2\u5347\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230110102203", "\u5149\u660e\u6...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "florsbot-v2", "version" : "1.0.0", "description" : "Discord bot for server FORGIOS", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "MrLivixx", "license" : "ISC", "dependencies" : {"discord.js" : "11.5.1", "dotenv" : "^8.2.0", "moment" : "^2.24.0", "mome...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properti...
{"name" : "icalendar", "version" : "0.7.1", "author" : "James Emerton <james@tri-tech.com>", "description" : "RFC5545 iCalendar parser/generator", "keywords" : ["icalendar", "rfc5545"], "directories" : {"lib" : "lib"}, "main" : "lib/index", "devDependencies" : {"grunt" : "~0.4.1", "grunt-jasmine-node" : "~0.2.1", "jasm...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "ma...
Following the schema specification below, generate a valid 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": "str...
[{"namaKab" : "KOTA SURABAYA", "originalFilename" : "1. ARIEF WIBISONO, SH.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 142344, "noUrut" : 1, "nama" : "ARIEF WIBISONO,SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "2. SOLIKHAN ARIEF, SE.jpg", "namaPartai" : "Persatua...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"flags" : "-HanrEo", "pattern" : "\\-\\-\\-\\-\\-BEGIN ((EC|PGP|DSA|RSA|OPENSSH) )?PRIVATE KEY( BLOCK)?\\-\\-\\-\\-\\-"}
json_instruct
{"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"ty...
{"_id" : "55ee5e98a71c9c901dd5f29e", "index" : 2590, "guid" : "8608051c-ed72-4f1a-bb3b-387583dab2c5", "isActive" : true, "balance" : "$16,159.70", "picture" : "http://placehold.it/32x32", "age" : 20, "eyeColor" : "honey", "name" : "Phoebe Morton", "gender" : "female", "company" : "RETROTEX", "email" : "phoebemorton@ret...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema....
{"id" : "http://data.doremus.org/performance/02fa98bf-d9f7-3cc8-8fe5-d5980bab8b1c", "expression" : [{"id" : "http://data.doremus.org/expression/cbca55ce-ff72-37e6-aaa5-ecd6ae90f178"}, {"id" : "http://data.doremus.org/expression/3ff1ca12-571c-3468-a10f-36863d6db5bb"}, {"id" : "http://data.doremus.org/expression/257c844f...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop...
{"contract" : "0x68cadbcdd5a14e89364f0535fdef62f0f1b9d025", "tool" : "osiris", "start" : 1564599812.4514966, "end" : 1564599866.133417, "duration" : 53.681920289993286, "analysis" : [{"errors" : [], "file" : "/unique_chucks/27/0x68cadbcdd5a14e89364f0535fdef62f0f1b9d025.sol", "name" : "SafeMath"}, {"errors" : [], "file"...
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...
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "stri...
{"name" : "node_real_stream", "version" : "1.0.0", "description" : "", "main" : "app.js", "scripts" : {"start" : "node server.js", "dev" : "nodemon server.js"}, "author" : "", "license" : "ISC", "dependencies" : {"download-file" : "^0.1.5", "express" : "^4.17.1", "fs" : "0.0.1-security", "nodemon" : "^2.0.4", "opensubt...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "ch...
{"code" : 3211010006, "parent" : 3211010, "name" : "JATIMUKTI", "latitude" : null, "longitude" : null, "postal" : [45367, 45360], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"question_id": {"type": "integer"}, "answer_id": {"type": "integer"}, "creation_date": {"type": "integer"}, "last_activity_date": {"type": ...
{"items" : [{"question_id" : 16067043, "answer_id" : 16176338, "creation_date" : 1366740882, "last_activity_date" : 1366740882, "score" : 0, "is_accepted" : false, "owner" : {"user_id" : 877580, "display_name" : "Zach Hale", "reputation" : 1, "user_type" : "registered", "profile_image" : "https://www.gravatar.com/avata...
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"question_id": {"type": "integer"}, "answer_id": {"type": "integer"}, "creation_date": {"type": "integer"}, "last_activity_date": {"type": "integer"}, "score": {"type": "integer"}, "is_accepted": {"type": "boolean"},...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"staff-client-url": {"type": "string"}, "client-id": {"type": "string"}, "client-secret": {"type": "string"}}, "required": ["staff-client-url", "client-id", "client-secret"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"staff-client-url" : "https://xxx", "client-id" : "xxx", "client-secret" : "xxx"}
json_instruct
{"type": "object", "properties": {"staff-client-url": {"type": "string"}, "client-id": {"type": "string"}, "client-secret": {"type": "string"}}, "required": ["staff-client-url", "client-id", "client-secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "a...
{"month" : "8", "num" : 149, "link" : "", "year" : "2006", "news" : "", "safe_title" : "Sandwich", "transcript" : "[[ A man is sitting on a couch, talking to another man. They are both stick figures. ]]\nFirst man: Make me a sandwich.\nSecond man: What? Make it yourself.\nFirst man: Sudo make me a sandwich.\nSecon...
json_instruct
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "stri...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org...
{"Name" : "Munici\u00f3n RIP de 12/70", "ShortName" : "RIP 12/70", "Description" : "La RIP (Radically Invasive Projectile) es in tipo de munici\u00f3n devastadoramente efectiva contra personal enemigo. Esta munici\u00f3n de calibre 12/70 se caracteriza por sus proyectiles sin plomo con n\u00facleos s\u00f3lidos de cobr...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"...
{"track" : "csharp", "exercise" : "triangle", "id" : "d9aef0c1a7f99fe1abc84eab", "url" : "https://exercism.org/tracks/csharp/exercises/triangle", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : 0.2368, "s" : 6, "c" : 2.11}, {"p" : 0.1, "s" : 6, "c" : 2.625}, {"p" : 0.2364, "s" : 6, "c" : 1.8125}, {"p" : 0.2661, "s" : 0, "c" : 2.625}, {"p" : 0.2955, "s" : 6, "c" : 2.5}, {"p" : 0.1896, "s" : 3, "c" : 2.5}, {"p" : 0.1214, "s" : 1, "c" : 1.8125}, {"p" : 0.1686, "s" : 1, "c" : 3.0}, {"p" : 0.1, "s" : 3, "c...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string"}, "abv": {"type": "string"}, "name": {"type": "string"}}, "required": ["wid", "abv", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"wid" : "00", "abv" : "ZZ", "name" : "World ZZ"}, {"wid" : "01", "abv" : "ES", "name" : "End of Sea"}, {"wid" : "02", "abv" : "TT", "name" : "Twilight Town"}, {"wid" : "03", "abv" : "DI", "name" : "Destiny Island"}, {"wid" : "04", "abv" : "HB", "name" : "Hollow Bastion"}, {"wid" : "05", "abv" : "BB", "name" : "Beast'...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string"}, "abv": {"type": "string"}, "name": {"type": "string"}}, "required": ["wid", "abv", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri...
{"latest_version" : ["0.14.0.1"], "meta" : {"description" : "Django wiki redux, maintained by Code Black", "homepage" : "https://github.com/audioburn/wiki-cb", "license" : "GPLv3"}, "versions" : {"0.13.dev" : {"sha256" : "0fbd933216c116f0f27d17a24e38431ce8ca01ff2562b6e39350de8489145459", "url" : "https://files.pythonho...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "send_tx_hash": {"type": "string"}, "tweet_tx_hash": {"type": "string"}, "withdraw_rewards_hash": {"type": "string"}, "redelegate_hash": {"t...
{"operator_address" : "starsvaloper1n2d8h787fc4vf33w6nldajd9qc578nlpshxy3q", "moniker" : "meow", "send_tx_hash" : "6354D8C0B1F8B6843F6BB4A4AC3626B2FF19F42EE3DFB390D0039CDAFDA07708", "tweet_tx_hash" : "6354D8C0B1F8B6843F6BB4A4AC3626B2FF19F42EE3DFB390D0039CDAFDA07708", "withdraw_rewards_hash" : "7D0D3ABF02B1BDA16CB9BD5CD...
json_instruct
{"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "send_tx_hash": {"type": "string"}, "tweet_tx_hash": {"type": "string"}, "withdraw_rewards_hash": {"type": "string"}, "redelegate_hash": {"type": "string"}}, "required": ["operator_address", "moniker", "send_tx_hash...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name"...
{"contacts" : [{"name" : "Madhukar N Gumble", "email" : "", "designation" : "Director", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=655", "name" : "Apeksha Homoeo Society", "primaryEmail" : "apekshasociety@gmail.com", "telephone" : ["917225224240", "917225224100", "917225224240",...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu...
{"nom" : "Sainte-Croix-sur-Buchy", "circ" : "2\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 518, "abs" : 317, "votants" : 201, "blancs" : 14, "nuls" : 3, "exp" : 184, "res" : [{"nuance" : "REM", "nom" : "Mme Annie VIDAL", "voix" : 104}, {"nuance" : "LR", "nom" : "Mme Fran\u00e7oise GU\u00c9GOT", "vo...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate a valid JSON object that conforms to the following 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:/...
[{"date" : "2022-03-27", "total" : 8373, "delta" : 19, "version" : "2.0"}, {"date" : "2022-04-01", "total" : 8408, "delta" : 35, "version" : "2.0"}, {"date" : "2022-04-02", "total" : 8413, "delta" : 5, "version" : "2.0"}, {"date" : "2022-04-08", "total" : 8468, "delta" : 55, "version" : "2.0"}, {"date" : "2022-04-10", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"...
{"geometry" : {"type" : "Point", "coordinates" : [-99.39, 41.39]}, "type" : "Feature", "id" : "68881", "properties" : {"other_cities" : "", "city" : "Westerville", "state" : "NE", "county" : "Custer County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-6rxm-4mhj-qqvc", "modified" : "2022-04-30T18:15:16Z", "published" : "2022-04-30T18:15:16Z", "aliases" : ["CVE-2001-0030"], "details" : "FoolProof 3.9 allows local users to bypass program execution restrictions by downloading the restricted executables from another source and re...
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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["falcor-react"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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" : "cordova-plugin-save-dialog", "version" : "1.0.0", "description" : "Cordova plugin for opening the native Save dialog and storing a file in the user-selected location", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/romangorisek/cordova-plugin-save-dialog.git"}, "keywords...
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"]}, "keywords": {"type": "array", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "str...
{"schemaVersion" : 1, "id" : "headless-fabric", "version" : "${version}", "name" : "HeadlessFabric", "description" : "Make your minecraft headless", "authors" : ["RedBoxing"], "contact" : {"website" : "https://redboxing.fr"}, "license" : "MIT", "environment" : "client", "entrypoints" : {"client" : ["fr.redboxing.headle...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "{\"couponName\":\"HOLIDAY OFFER\",\"couponCode\":\"HOLIDAY75\",\"couponType\":2,\"discountPercentage\":20,\"couponValidFrom\":\"2022-01-28T17:27:53.422Z\",\"couponValidUpto\":\"2022-01-31T17:27:53.422Z\",\"minimumCartAmountToApply\":100,\"discountAmount\":50}"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "heterogonous", "definition" : "Characterized by heterogony. -- Het`er*og\"o*nous*ly, adv."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"availableSince": {"type": "array", "items": {"type": "integer"}}, "shortDescription": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type"...
{"availableSince" : [0, 6, 0], "shortDescription" : "Check in what cell X and Y lands on for a rectangular grid.", "arguments" : [{"name" : "x", "type" : "number", "description" : "The X coords to check."}, {"name" : "y", "type" : "number", "description" : "They Y coords to check."}, {"name" : "rectGrid", "type" : "tab...
json_instruct
{"type": "object", "properties": {"availableSince": {"type": "array", "items": {"type": "integer"}}, "shortDescription": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": [...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "autho...
{"name" : "generic-mock", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.13.1", "express" : "^4.13.0", "glob" : "^5.0.10", "lodash" : "^3.9.3", "morgan" : "^1.6.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/m...
{"cam/image_array" : "253_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.044120606034994125, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "lan...
{"citations" : [{"textCitation" : "[See r1ord3 on Metamath](http://us.metamath.org/mpegif/r1ord3.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_r1fnon | |- R1 Fn On |\n| 2 | | #P_fndm | |- ( R1 Fn On -> dom R1 = On ) |\n| 3 | 1, 2 | #P_ax-mp | |- dom R1 = On...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"946781712313": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fNa...
{"946781712313" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9WSUxMX1VQREFURS1FUV9WaWxsYWdlLmh0bWwtYW5hbHl0aWNzLTk0Njc4MTcxMjI1MQ==.json"}, "946781713712" : {"type" : "st"}, "946781713713" : {"type"...
json_instruct
{"type": "object", "properties": {"946781712313": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946781713712": {"type": "object", "properties": {"t...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"},...
{"\u5de5\u5ee0\u540d\u7a31" : "\u6b63\u5347\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99641308", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08410006206540", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u540e\u91cc\u5340\u539a\u91cc\u91cc\u4e8c\u5733\u8def...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items"...
{"name" : "fetch-action", "version" : "0.3.0", "main" : "dist/index.js", "repository" : "https://github.com/qingo/FetchAction.git", "author" : "qingo <97383102@qq.com>", "license" : "MIT", "files" : ["src", "dist"], "scripts" : {"build" : "webpack", "test" : "node ./test"}, "dependencies" : {"whatwg-fetch" : "^2.0.2"},...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"b...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "req...
{"latest_version" : ["1.0.5"], "meta" : {"description" : "GeoServer REST Configuration", "homepage" : "https://github.com/surongxiang/gsconfig", "license" : "MIT"}, "versions" : {"1.0.3" : {"sha256" : "d7f2194735ec22fd5ac436a2340062b98476e54fdd84378ccbfb01037c971ad4", "url" : "https://files.pythonhosted.org/packages/5d...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "introduce": {"type": "object", "properties": {"en": {"type": "string"}, ...
{"title" : "JEDA", "tagline" : {"en" : "We are committed to promoting EOS in Japan and organize the developer to build the EOS ecosystem.", "zh" : "\u6211\u4eec\u81f4\u529b\u4e8e\u4fc3\u8fdbEOS\u5728\u65e5\u672c\u7684\u4e8b\u4e1a\u5e76\u4e14\u7ec4\u7ec7\u5f00\u53d1\u4eba\u5458\u6784\u5efaEOS\u751f\u6001\u7cfb\u7edf\u30...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "introduce": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "acco...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft...
[{"package" : "bioconductor-msqrob2", "downloads" : 1000, "count" : 688}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-...
[{"type" : "feature", "category" : "CORS", "description" : "add cors support for pricing API. Make Pricing client available by default in browsers SDK."}, {"type" : "feature", "category" : "Glue", "description" : "AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enab...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "@ama-team/voxengine-stubs", "version" : "0.1.1", "description" : "VoxImplant application environment stubs for testing", "main" : "lib/index.js", "scripts" : {"test" : "jake test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ama-team/voxengine-stubs.git"}, "keywords" : ["voximplant", "vo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin...
{"id" : "QmfFaqLFQUM4NBXfFUwwiQpg4WYJNZU2Mge5jPrje12KV9", "title" : "TIP-6: Adapt ongoing THALES distribution ratio between L1 and L2 SNX stakers dynamically", "body" : "https://gov.thales.io/docs/TIP-6\n\nThis TIP proposes to dynamically adapt the ratio of THALES rewards between ongoing L1 and L2 SNX stakers as to sta...
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"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HOME_WELCOME": {"type": "string"}, "ABOUT_US": {"type": "string"}}, "required": ["HOME_WELCOME", "ABOUT_US"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HOME_WELCOME" : "Welcome to DionNAL", "ABOUT_US" : "About Us"}
json_instruct
{"type": "object", "properties": {"HOME_WELCOME": {"type": "string"}, "ABOUT_US": {"type": "string"}}, "required": ["HOME_WELCOME", "ABOUT_US"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Into Dark Tunnels (4R95)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGandalf\nTwilight:\t3\nCard Type:\tEvent\nGame Text:\tSpell. Response: If you play a [Gandalf] event, exert Gandalf twice to place that event in your hand instead of your discard pile.\nLore:\t\u201d'Even Sauron knows t...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_2244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"typ...
{"id_2244" : {"title" : "Tempest", "language" : "English", "totaltime" : "1:55:45", "url_librivox" : "http://librivox.org/the-tempest-by-william-shakespeare/", "url_iarchive" : "http://www.archive.org/details/tempest_1002_librivox", "readers" : ["103", "1085", "1259", "1492", "1578", "2110", "2136", "243", "2748", "293...
json_instruct
{"type": "object", "properties": {"id_2244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "...
{"name" : "kspitfire/pgsql-doctrine-round-function", "type" : "symfony-bundle", "description" : "PostgreSQL ROUND() function for Doctrine ORM", "keywords" : ["doctrine", "symfony", "postgresql", "pgsql", "function", "round"], "homepage" : "https://github.com/kspitfire/PgSqlRoundFunction", "license" : "MIT", "minimum-st...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Response": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "fromSymbol": {"type": "string"}, "toSymbol": {"type": "string"}, "volume24h": {"...
{"Response" : "Success", "Data" : [{"exchange" : "Bitfinex", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 66956.52141693055, "volume24hTo" : 451870946.09877497}, {"exchange" : "Coinbase", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 32472.322517769957, "volume24hTo" : 218649980.63792574}, {"exchan...
json_instruct
{"type": "object", "properties": {"Response": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "fromSymbol": {"type": "string"}, "toSymbol": {"type": "string"}, "volume24h": {"type": "number"}, "volume24hTo": {"type": "number"}}, "required": ["exch...
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" : "0x8d42c68d20ade3fc25f9a6e371800dbb87d7cd68826d003904fb81c6cbf78c62", "parentHash" : "0xe804d6830e52f75601a4bd3ebe4b87dba05efb5063fe31f4294026b2c5fd64b4", "number" : 87576, "timestamp" : 1439594302, "nonce" : "0xe60a904840395931", "difficulty" : 3152512505306, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "Complete...
{"SolverName" : "EAGO", "ObjBound" : 3.9596895452924836, "SolveTime" : 100.0019998550415, "PrimalStatus" : "UNKNOWN_RESULT_STATUS", "InstanceName" : "45_softplus_3_4_5", "SolveTimeRaw" : 100.00600004196167, "CompletedSolveTime" : 100.0, "ObjValue" : 3.99366625008606, "Error" : false, "TerminationStatus" : "TIME_LIMIT"}
json_instruct
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Erro...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e...
{"nom" : "Pollestres", "dpt" : "Pyr\u00e9n\u00e9es-Orientales", "inscrits" : 3817, "abs" : 626, "votants" : 3191, "blancs" : 71, "nuls" : 28, "exp" : 3092, "res" : [{"panneau" : "2", "voix" : 1079}, {"panneau" : "11", "voix" : 577}, {"panneau" : "3", "voix" : 529}, {"panneau" : "9", "voix" : 528}, {"panneau" : "1", "vo...
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 54550, "cartId" : "f13a1cbf-87e2-4eb6-8154-17899b2b0f3c", "preferredProducts" : [3580, 1120, 3283, 1964, 2447, 3462, 509, 2097, 4860], "productReviews" : [{"productId" : 2307, "reviewText" : "It only works when I'm Argentina.", "reviewDate" : "2017-09-12T13:26:47.4748918+03:00"}, {"productId" : 1803, "revie...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"keys": {"type": "array", "items": {"type": "string"}}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["keys", "vals"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keys" : ["19a3450528282cd9b618a457f565aed8", "1d71c68473544b75f9627e3dd0c941e8", "5fc4c1f38ac449bb71b44aaaeabbb779", "a555f0efb8e13f98d2f54616a384696b"], "vals" : ["Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Card+12944.png", "Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Ellipse 1+b8ed0...
json_instruct
{"type": "object", "properties": {"keys": {"type": "array", "items": {"type": "string"}}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["keys", "vals"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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": {"t...
{"\u5de5\u5ee0\u540d\u7a31" : "\u7d39\u6377\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99639332", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u5927\u96c5\u5340\u4e0a\u6953\u91cc\u6c11\u751f\u8def\u56db\u6bb5\u4e00\u4e09\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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "comments": {"ty...
{"posts" : [{"id" : 1, "title" : "json-server", "author" : "typicode1"}, {"id" : 2, "title" : "json-server", "author" : "typicode2"}, {"id" : 3, "title" : "json-server", "author" : "typicode3"}, {"id" : 4, "title" : "json-server", "author" : "typicode4"}], "comments" : [{"id" : 1, "body" : "some comment", "postId" : 1}...
json_instruct
{"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-97.171295, 37.708639], [-97.153015, 37.708678], [-97.152964, 37.650313], [-97.171243, 37.650279], [-97.171295, 37.708639]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 26604}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"install": {"type": "string"}, "v2.0.0": {"type": "string"}}, "required": ["install", "v2.0.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"install" : "messages/post-install.md", "v2.0.0" : "messages/v2.0.0.md"}
json_instruct
{"type": "object", "properties": {"install": {"type": "string"}, "v2.0.0": {"type": "string"}}, "required": ["install", "v2.0.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"RLX": {"type": "number"}, "SMORF": {"type": "number"}, "TPB": {"type": "number"}, "WSRRF": {"type": "number"}, "VPOR": {"type": "number"}, "VHUB": {"type": "number"}, "CHUC": {"type": "number"}, "MO": {"type": "nu...
{"RLX" : 1.0000000000000002, "SMORF" : 0.2626359920358987, "TPB" : 0.23861299054924173, "WSRRF" : 0.2152322592928864, "VPOR" : 0.21031773221646205, "VHUB" : 0.2026317073438525, "CHUC" : 0.1858689015881513, "MO" : 0.1792181053217676, "NHLE" : 0.17640457374964566, "IMBBF" : 0.17363665158960465, "IMBBY" : 0.17363665158960...
json_instruct
{"type": "object", "properties": {"RLX": {"type": "number"}, "SMORF": {"type": "number"}, "TPB": {"type": "number"}, "WSRRF": {"type": "number"}, "VPOR": {"type": "number"}, "VHUB": {"type": "number"}, "CHUC": {"type": "number"}, "MO": {"type": "number"}, "NHLE": {"type": "number"}, "IMBBF": {"type": "number"}, "IMBBY"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AirBank": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", ...
{"AirBank" : {"domain" : "airbank.cz", "url" : "https://www.airbank.cz", "tfa" : ["sms", "custom-software"], "documentation" : "https://www.airbank.cz/co-vas-nejvic-zajima/jake-bezpecnostni-prvky-u-nas-mame", "keywords" : ["banking"]}}
json_instruct
{"type": "object", "properties": {"AirBank": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}}, "required": ["botFilePath", "botFileSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"botFilePath" : "basic-bot-appinsights.bot", "botFileSecret" : ""}
json_instruct
{"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}}, "required": ["botFilePath", "botFileSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "description-add-link-title": {"type": "string"}, "article-read-more-title":...
{"@metadata" : {"authors" : ["N. Longo"]}, "description-add-link-title" : "Az\u00f3nzi 'na descri\u00e7i\u00f3n da v\u00f4xe", "article-read-more-title" : "L\u00eazi de ci\u00f9", "table-title-other" : "Ci\u00f9 informa\u00e7io\u00een", "page-edit-history" : "V\u00e9ddi a cronolog\u00eea de mod\u00ecfiche", "info-box-c...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "description-add-link-title": {"type": "string"}, "article-read-more-title": {"type": "string"}, "table-title-other": {"type": "string"}, "page-edit-hist...
Create a JSON structure that matches this 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": "string"}, "revision...
{"id" : 19798, "citation_title" : "When Real Estate is the Only Game in Town", "citation_author" : ["Hyun-Soo Choi", "Harrison Hong", "Jeffrey Kubik", "Jeffrey P. Thompson"], "citation_publication_date" : "2014-01-16", "issue_date" : "2014-01-16", "revision_date" : "2014-01-24", "topics" : ["Financial Economics", "Port...
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": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "coffeescript", "exts" : [".coffee"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array"...
{"directions" : ["In a large pot bring 6 quarts of unsalted water to boil. Cook pasta until al dente. Drain well. Place pasta back in the pot, add one Tablespoon of olive oil and mix to prevent the leaves from sticking together. Cover and keep warm while the sauce finishes simmering.", "Warm oven-safe dinner plates in ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "array", "items": {}}}, "required": ["name", "de...
{"name" : "deoplete-asm", "description" : "deoplete.nvim source for Assembly base by google/EXEgesis", "link" : "https://github.com/deoplete-plugins/deoplete-asm", "tags" : ["deoplete", "deoplete-source", "assembly"], "examples" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "array", "items": {}}}, "required": ["name", "description", "link", "tags", "examples"], "$schema": "http://json-schem...
Generate a valid JSON object that conforms to the following schema: {"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" : "EmmaWatson", "author" : "Moanay", "count" : 27}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"dir": {"type": "object", "properties": {"type":...
{"description" : "Generate targets from Terraform Statefile", "files" : ["ruby_task_helper/files/task_helper.rb", "ruby_plugin_helper/lib/plugin_helper.rb"], "input_method" : "stdin", "parameters" : {"dir" : {"type" : "String[1]"}, "resource_type" : {"type" : "String[1]"}, "state" : {"type" : "Optional[String[1]]"}, "b...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"dir": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "resource_type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d894-79", "text" : "NATIONAL ASSOCIATION OF EDUCATIONAL BROABCASTERS\nFebruary 28 B 1948\nAIRMAIL SPECIAL DELIVERY\nHr. Marcus Cohn* Attorney If\n517-519 Evans Building\nWashington* B. C\u201e\nBear Marcus \u00a7\nThis letter is to tell you that the National Association of Educational\nBroadcasters has decided...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type"...
[{"results" : [{"tech" : 2, "pts" : 203, "connections" : 101923, "capacity" : 1636188, "investments" : 2245596}, {"tech" : 1, "pts" : 14, "connections" : 29333, "capacity" : 248871, "investments" : 3280312}]}]
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": ...
{"course_code" : "COUN7015", "course_name" : "Counselling for Health and Capacity Challenges", "faculty" : "Health & Behavioural Sciences", "school" : "Nursing, Midwifery & Social Wk, Psychology School", "units" : "2", "duration" : "One Semester", "description" : "The purpose of this course is to develop student unders...
json_instruct
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "1224", "name" : "\u4f50\u91ce\u4fe1\u91d1", "name_kana" : "\uff7b\uff89\uff7c\uff9d\uff77\uff9d"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$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"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", ...
{"id" : "59345", "name" : {"en" : "Magong"}, "country" : "CN", "region" : null, "identifiers" : {"wmo" : "59345"}, "location" : {"latitude" : 23.5167, "longitude" : 119.5667, "elevation" : 0}, "timezone" : "Asia/Taipei"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type"...
{"name" : "webkit-sassui-layout-lmr", "description" : "webkit sass ui module layout left/middle/right.", "main" : "dist/webkit-sassui-layout-lmr.js", "authors" : ["afei"], "license" : "MIT", "keywords" : ["next"], "homepage" : "https://github.com/afeiship/webkit-sassui-layout-lmr", "moduleType" : ["amd"], "ignore" : ["...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons"...
{"title" : "Merlin", "genre" : "Medieval fantasy", "creators" : ["Julian Jones", "Jake Michie", "Johnny Capps", "Julian Murphy"], "cast" : ["Colin Morgan", "Angel Coulby", "Bradley James", "Katie McGrath", "Richard Wilson", "Anthony Head", "(Series 1-4)", "John Hurt", "Nathaniel Parker", "(Series 4)"], "country_of_orig...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"scale_x": {"type": "number"}, "scale_y": {"type": "number"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["tex...
{"scale_x" : 50.45191892672882, "scale_y" : 50.45191892672882, "labels" : [{"text" : "SA", "x" : 14.49184, "y" : 32.482033}, {"text" : "AT", "x" : 321.32822, "y" : 88.771614}, {"text" : "LG", "x" : 443.85806, "y" : 108.77648}, {"text" : "MA", "x" : 352.62131, "y" : 164.0439}, {"text" : "BL", "x" : 369.10056, "y" : 255....
json_instruct
{"type": "object", "properties": {"scale_x": {"type": "number"}, "scale_y": {"type": "number"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["text", "x", "y"]}}, "lines": {"type": "array", "items": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items":...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [66.3703, 48.1581, 0.870872, 66.7618, 53.9769, 0.881582, 60.5672, 53.9846, 0.825776, 54.3814, 48.1476, 0.818124, 54.3754, 38.4697, 0.766623, 72.9573, 53.5965, 0.828527, 78.7733, 45.8387, 0.766467, 76.4651, 36.149, 0.809585, 66.7711, 76.4477, 0.809...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.13839, 50.826334]}, "properties" : {"maximum-net-dwellings" : "12", "site-plan-url" : "https://new.brighton-hove.gov.uk/sites/default/files/planning_bc_regen/policy/brownfield-sites/shlaa0925-kensington-street-car-parking-sites-brighton.pdf", "nam...
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": {"maximum-net-dwellings": {"type": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "im...
{"extends" : "./tsconfig.build.json", "include" : ["packages", "types", "scripts", "playground", "stories"], "compilerOptions" : {"allowJs" : false, "baseUrl" : ".", "importsNotUsedAsValues" : "error", "isolatedModules" : true, "typeRoots" : ["./node_modules/@types", "./types"], "paths" : {"@dnd-kit/core" : ["packages/...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "importsNotUsedAsValues": {"type": "string"}, "isolatedModules": {"type": "boole...
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-2m54-c69q-qw3j", "modified" : "2022-05-01T18:02:24Z", "published" : "2022-05-01T18:02:24Z", "aliases" : ["CVE-2007-2316"], "details" : "Unspecified vulnerability in the admin script in Open Business Management (OBM) before 2.0.0 allows remote attackers to have an unknown impact...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "ticker": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "ticker", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Fantom USD", "ticker" : "fUSD", "explorer" : "0xAd84341756Bf337f5a0164515b1f6F993D194E1f"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "ticker": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "ticker", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["http://google.com", "http://localhost/com", "http://localhost/.com", "http://localhost:8080/.com", "http://google.com:8080/.com", "http://localhost/xyz.com", "http://bit.ly/1tGYKCV"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "regel", "definition" : "See Rigel."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "aliases": {"type": "array", "items": {}}, "traitIds": {"type": "array", "items": {}}, "locationId": {"type": "null"}, "properties": {"type": "object", "properties": {"examine": {"type":...
{"name" : "lib.traits.describable", "aliases" : [], "traitIds" : [], "locationId" : null, "properties" : {"examine" : {"verb" : true, "file" : "examine.js", "pattern" : "ex*amine l*ook", "dobjarg" : "this", "preparg" : "none", "iobjarg" : "none"}, "describe" : {"function" : true, "file" : "describe.js"}, "onExamine" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "traitIds": {"type": "array", "items": {}}, "locationId": {"type": "null"}, "properties": {"type": "object", "properties": {"examine": {"type": "object", "properties": {"verb": {"type": "boolean"}, "file": {"type": ...
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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"...
{"name" : "tiny-multiplayer-robot", "version" : "1.0.0", "description" : "A serverless Civilization hotseat game syncing client.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "https://github.com/electron/electron-quick-start", "keywords" : ["Civilization"], "author" : "Joseph Kilada", "lice...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "databox-type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license...
{"manifest-version" : 1, "name" : "app-os-monitor", "databox-type" : "app", "version" : "0.3.0", "description" : "An app in golang to plot the output of the os monitor driver.", "author" : "Tosh Brown <Anthony.Brown@nottingham.ac.uk>", "license" : "MIT", "tags" : ["template", "app", "nodejs"], "homepage" : "https://git...
json_instruct
{"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "databox-type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"445780": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["445780"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"445780" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"445780": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["445780"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"result": {"type": "object", "properties": {"context": {"type": "object", "properties": {"slot": {"type": "integ...
{"jsonrpc" : "2.0", "method" : "accountNotification", "params" : {"result" : {"context" : {"slot" : 5199307}, "value" : {"data" : ["11116bv5nS2h3y12kD1yUKeMZvGcKLSjQgX6BeV7u1FrjeJcKfsHPXHRDEHrBesJhZyqnnq9qJeUuF7WHxiuLuL5twc38w2TXNLxnDbjmuR", "base58"], "executable" : false, "lamports" : 33594, "owner" : "11111111111111...
json_instruct
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"result": {"type": "object", "properties": {"context": {"type": "object", "properties": {"slot": {"type": "integer"}}, "required": ["slot"]}, "value": {"type": "object", "properties...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": ...
[{"name" : "THANH-THAO", "frequency" : 3, "males" : "0.0 %", "females" : "100.0 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["typ...
{"name" : "ArduinoJson", "keywords" : "json, rest, http, web", "description" : "An elegant and efficient JSON library for embedded systems", "repository" : {"type" : "git", "url" : "https://github.com/OS-Q/D120.git"}, "version" : "5.13.5", "frameworks" : "arduino", "platforms" : "*"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "frameworks": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type...
{"contract" : "0x20f7a3ddf244dc9299975b4da1c39f8d5d75f05a", "tool" : "mythril", "start" : 1563464957.533484, "end" : 1563464969.5007691, "duration" : 11.96728515625, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"...
{"id" : "b5d921dd-e3bd-45d1-8d68-cf41d22cd38c", "playerTags" : ["3d293d6c-3a20-43ab-a895-2b7f1f28779f"], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "d9f89a8a-c563-493e-9d64-78e4f9a55d4a"], "gameTags" : ["2fc9e372-ddde-4d32-b132-1d64c307b5cf"], "metadata" : {"play" : 257, "subPlay" : -1}, "created" : "2021-04...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
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" : "0x68ef06d0d7a5d018666079e30c2c142e105aaea356a769a4c53d514946be917a", "parentHash" : "0x09045ff46d436f2f0623db58df9b9b10bf8227b841b6a269d7b5bf056a1d55dc", "number" : 33107, "timestamp" : 1438701432, "nonce" : "0x2a7f25fa89c1c30f", "difficulty" : 1234721250469, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ngDeps": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "array", "items": {"type": "string"...
{"ngDeps" : {"1" : "", "3" : [{"1" : "package:angular2/src/compiler/view_resolver.dart", "2" : ["ViewResolver"], "5" : false}, {"1" : "package:angular2/src/core/di.dart", "2" : ["Injectable"], "5" : false}, {"1" : "package:angular2/src/facade/exceptions.dart", "2" : ["BaseException"], "5" : false}, {"1" : "../core/meta...
json_instruct
{"type": "object", "properties": {"ngDeps": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "array", "items": {"type": "string"}}, "5": {"type": "boolean"}}, "required": ["1", "2", "5"]}}, "5": {"type": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 400, "message" : "transaction is rejected: InvalidUpdate - Transaction already in mempool"}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "Us...
{"IsRecentlyVerified" : false, "ID" : 109376, "UUID" : "C703A346-5C8B-465B-BBC1-0B3BBC923DFE", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 109722, "Title" : "Yadkin Valley Heritage & Trails Visitor Center ", "AddressLine1" : "257 Standard Street", "Town" : "E...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["crawlshotter", "delta-screen", "duotone-generator", "grunt-pageres", "nodewrite-core-pages", "offline-mailer", "pageres-cli", "repng", "rs.crawlshot", "shots", "vorlon", "website-color-extractor"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"...
{"name" : "Staatliche Regelschule \"Hans Settegast\" Bad K\u00f6stritz", "id" : "TH-21968", "address" : "Werner-Sylten-Str. 14, 07586 Bad K\u00f6stritz", "school_type" : "Regelschule", "legal_status" : 1, "phone" : "036605/2229", "full_time_school" : false, "email" : "rs.bad-koestritz@schulen-greiz.de", "provider" : "L...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "provider": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin...
[{"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "TRIYANTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 190621, "noUrut" : 1, "nama" : "TRIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Sri Lestari M.jpg", "namaPartai" : "PARTAI GERAKAN INDO...
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", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"otodepomApp": {"type": "object", "properties": {"service": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEd...
{"otodepomApp" : {"service" : {"home" : {"title" : "Services", "createLabel" : "Create a new Service", "createOrEditLabel" : "Create or edit a Service"}, "created" : "A new Service is created with identifier {{ param }}", "updated" : "A Service is updated with identifier {{ param }}", "deleted" : "A Service is deleted ...
json_instruct
{"type": "object", "properties": {"otodepomApp": {"type": "object", "properties": {"service": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "create...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "prop...
{"name" : "PopUpButton", "version" : "1.1", "summary" : "A control for selecting an item from a list.", "description" : "\"A control for selecting an item from a list. In other words, single motion `NSPopUpButton` for iOS.\"", "homepage" : "https://github.com/k-o-d-e-n/PopUpButton", "screenshots" : "https://raw.githubu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": ...
{"code" : 5207021004, "parent" : 5207021, "name" : "MANTUN", "latitude" : null, "longitude" : null, "postal" : [84459], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...