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": {"github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/s...
{"github" : "jsonmez", "home" : "https://simpleprogrammer.com/", "name" : "John Sonmez", "twitter" : "jsonmez"}
json_instruct
{"type": "object", "properties": {"github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename",...
[{"manufacturer" : "Fly", "market_name" : "Stratus 3", "codename" : "Stratus_3", "model" : "FS404"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"node:1": {"type": "object", "properties": {"location": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["l...
{"nodes" : {"node:1" : {"location" : {"x" : 22, "y" : 32}}, "node:4" : {"location" : {"x" : 210, "y" : 60}}}, "selection" : null, "view" : {"scroll" : {"x" : -6.120426177978516, "y" : -107.12809753417969}, "visible_rect" : {"max" : {"x" : 333.3999938964844, "y" : 227.51820373535156}, "min" : {"x" : -5.40000057220459, "...
json_instruct
{"type": "object", "properties": {"nodes": {"type": "object", "properties": {"node:1": {"type": "object", "properties": {"location": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["location"]}, "node:4": {"type": "object", "properties": {"lo...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Gaia": {"type": "boolean"}}, "required": ["Gaia"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Gaia" : true}
json_instruct
{"type": "object", "properties": {"Gaia": {"type": "boolean"}}, "required": ["Gaia"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "prop...
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"djkrazy18" : {"title" : "dJKraZy18", "channel_id" : 101317102, "link" : "http:...
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"djkrazy18": {"type": "object", "properties": {"title": {"type...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"fields": {"type": "object", "properties": {"FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Age": {"type": "string"}}, "required": ["FirstName", "LastName", "Age"]}, "artifacts": {"type": "array", "i...
{"fields" : {"FirstName" : "String", "LastName" : "String", "Age" : "int"}, "artifacts" : [{"type" : "Pojo", "name" : "stam"}]}
json_instruct
{"type": "object", "properties": {"fields": {"type": "object", "properties": {"FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Age": {"type": "string"}}, "required": ["FirstName", "LastName", "Age"]}, "artifacts": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec...
[{"id" : 26790, "idParent" : 26784, "namaWilayah" : "CIANAGA", "tingkatWilayah" : 4, "idPro" : 26141, "idKab" : 26611, "idKec" : 26784, "idKel" : 26790, "namaPro" : "JAWA BARAT", "namaKab" : "SUKABUMI", "namaKec" : "KABANDUNGAN", "namaKel" : "CIANAGA", "kodeWilayah" : "32.02.19.2006"}, {"id" : 26787, "idParent" : 26784...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "nama...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {...
{"resourceType" : "ValueSet", "id" : "gecco-valueset-frailty-score", "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/frailty-score", "version" : "1.0", "name" : "FrailtyScore", "title" : "Frailty Score", "status" : "active", "experimental" : false, "date" : "2020-05-20", "publisher" : "Charit\u00e9"...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"la\u00b7h\u0103\u00b7\u1e0f\u014dm": {"type": "object", "properties": {"psa.132.7|3": {"type": "array", "items": {"type": "string"}}, "psa.99.5|4": {"ty...
{"pos" : "n", "translits" : {"la\u00b7h\u0103\u00b7\u1e0f\u014dm" : {"psa.132.7|3" : ["let us worship", "at", "His footstool."], "psa.99.5|4" : ["and worship", "at", "His footstool\u2013"]}, "h\u0103\u00b7\u1e0f\u014dm" : {"psa.110.1|10" : ["Your enemies", "-", "Your footstool."], "isa.66.1|6" : ["and earth [is]", "my ...
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"la\u00b7h\u0103\u00b7\u1e0f\u014dm": {"type": "object", "properties": {"psa.132.7|3": {"type": "array", "items": {"type": "string"}}, "psa.99.5|4": {"type": "array", "items": {"type": "string"}}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},...
{"name" : "ICWeChatPaySDK", "version" : "1.8.1", "summary" : "ICWeChatPaySDK. Tencent wechat pay", "description" : "'Tencent wechat pay 1.8.1 \u5fae\u4fe1\u652f\u4ed8'", "homepage" : "https://github.com/CorkiiOS/ICWeChatPaySDK", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"corkiios" : "675053587@qq.c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Provides excellent protection. (Tier 5)", "bonuses" : [0, 0, 0, -30, -10, 100, 93, 54, -6, 101, 0, 0, 0, 0, 0, 0, 0, 0]}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["examine", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "aut...
{"name" : "dpolac/twig-lambda", "type" : "library", "description" : "Lambda expressions for Twig and filters that make use of them", "keywords" : ["lambda", "function", "unique", "functional", "filter", "map", "group", "sort"], "minimum-stability" : "dev", "license" : "MIT", "authors" : [{"name" : "Damian Polac", "emai...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "prope...
Based on the schema below, produce a valid JSON object: {"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"...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [178.824, 145.479, 0.932905, 176.842, 190.507, 0.877089, 133.716, 190.515, 0.859394, 110.231, 255.206, 0.817667, 114.058, 315.939, 0.853565, 215.975, 186.62, 0.82661, 227.762, 255.125, 0.874446, 227.717, 306.229, 0.928549, 178.763, 306.083, 0.8271...
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": {}}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "str...
{"vendor" : "zulu", "filename" : "zulu19.0.23-ea-jdk19.0.0-ea.7-linux_musl_x64.tar.gz", "release_type" : "ea", "version" : "19.0.23", "java_version" : "19.0.0-ea.7", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "x86_64", "file_type" : "tar.gz", "image_type" : "jdk", "features" : ["musl"], "url" : "https://s...
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "slot": {"type": "string"}, "unlock_item": {"type": "array", "items": {"type": "integer"}}}, "re...
{"id" : 69, "name" : "Luxurious Pile of Gold", "description" : "<c=@abilitytype>Chair.</c> Summon a chair and take a seat.", "icon" : "https://render.guildwars2.com/file/697670E596FA19DC3BA564A9A86B01386DDC0359/2038591.png", "slot" : "Chair", "unlock_item" : [88507]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "slot": {"type": "string"}, "unlock_item": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "name", "description", "icon", "slot", "unlock_item"], "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": ...
{"type" : "minecraft:crafting_shaped", "pattern" : [" DD", "TBD", "ST "], "key" : {"D" : {"item" : "minecraft:diamond"}, "B" : {"item" : "techreborn:lithium_ion_battery"}, "T" : {"tag" : "c:titanium_ingots"}, "S" : {"item" : "techreborn:basic_chainsaw"}}, "result" : {"item" : "techreborn:advanced_chainsaw"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"css/jsplumbtoolkit-defaults.css": {"type": "string"}, "css/jsplumbtoolkit-defaults.min.css": {"type": "string"}, "js/jsplumb.js": {"type": "string"}, "js/jsplumb.min.js": {"type": "string"}}, "required": ["css/jsplumbtoolkit-d...
{"css/jsplumbtoolkit-defaults.css" : "sha256-SNq2yQFug1FINqMsjUxhAGo6527NBwg+fj6V7AnJVMw=", "css/jsplumbtoolkit-defaults.min.css" : "sha256-6JZ/pHJ6IwxDis8v8FFvfPuAWqqUAAkwfUyrArS3uNM=", "js/jsplumb.js" : "sha256-cdSpi/4dkjIFA/st170JMi7yM6UKLveGqZ37tFS9mUE=", "js/jsplumb.min.js" : "sha256-KHNle+UNyyJRL7SUfWNPd1/59ZhqlT...
json_instruct
{"type": "object", "properties": {"css/jsplumbtoolkit-defaults.css": {"type": "string"}, "css/jsplumbtoolkit-defaults.min.css": {"type": "string"}, "js/jsplumb.js": {"type": "string"}, "js/jsplumb.min.js": {"type": "string"}}, "required": ["css/jsplumbtoolkit-defaults.css", "css/jsplumbtoolkit-defaults.min.css", "js/js...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"first_page_uri": {"type": "string"}, "ip_addresses": {"type": "array", "items": {"type": "object", "properties": {"date_created": {"type": "string"}, "subresource_uris": {"type": "object", "properties": {}, "required": []}, "s...
{"first_page_uri" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/IpAccessControlLists/ALe18890846cf5af782c3d4bcdab57e93e/IpAddresses.json?Page=0&amp;PageSize=50", "ip_addresses" : [{"date_created" : "Fri, 24 Mar 2017 13:41:29 -0000", "subresource_uris" : {}, "sid" : "IP07889084591f8069baee4a6c905737d4", "date_u...
json_instruct
{"type": "object", "properties": {"first_page_uri": {"type": "string"}, "ip_addresses": {"type": "array", "items": {"type": "object", "properties": {"date_created": {"type": "string"}, "subresource_uris": {"type": "object", "properties": {}, "required": []}, "sid": {"type": "string"}, "date_updated": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"process_time": {"type": "number"}, "messages": {"type": "string"}}, "required": ["process_time", "messages"]}, "data": {"type": "object", "properties": {"failed_rows": {"ty...
{"header" : {"process_time" : 0.045122173, "messages" : "Your request has been processed successfully"}, "data" : {"failed_rows" : 0, "failed_rows_data" : [], "succeed_rows" : 3}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"process_time": {"type": "number"}, "messages": {"type": "string"}}, "required": ["process_time", "messages"]}, "data": {"type": "object", "properties": {"failed_rows": {"type": "integer"}, "failed_rows_data": {"type": "array", "items": {}}, ...
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" : "vanillautils:block/decorations/charcoal_lamp"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"620421101": {"type": "string"}, "620421102": {"type": "string"}, "620421103": {"type": "string"}, "620421104": {"type": "string"}, "620421105": {"type": "string"}, "620421106": {"type": "string"}, "620421107": {"t...
{"620421101" : "\u5317\u6e7e\u9547", "620421102" : "\u4e1c\u6e7e\u9547", "620421103" : "\u4e4c\u5170\u9547", "620421104" : "\u5218\u5ddd\u9547", "620421105" : "\u5317\u6ee9\u9547", "620421106" : "\u4e94\u5408\u9547", "620421107" : "\u5927\u82a6\u9547", "620421108" : "\u7cdc\u6ee9\u9547", "620421109" : "\u9ad8\u6e7e\u95...
json_instruct
{"type": "object", "properties": {"620421101": {"type": "string"}, "620421102": {"type": "string"}, "620421103": {"type": "string"}, "620421104": {"type": "string"}, "620421105": {"type": "string"}, "620421106": {"type": "string"}, "620421107": {"type": "string"}, "620421108": {"type": "string"}, "620421109": {"type": ...
Please provide a valid JSON object following 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" : "A toolset for automated failure analysis.", "fields" : ["computer science", "real time computing", "application server", "web server"], "abstract" : "Classic fault localization techniques can automatically provide information about the suspicious code blocks that are likely responsible for observed failures...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "...
{"cert_auth_type" : "web", "cert_sign" : "G6/0871FaZX1ZxgJNxDSyzO4/BOnHavEDvfERiFXKCsIjZJAxPvb2rKNRZyweTGs8VtrdOrqlHk0f89Jdt6gpIA=", "cert_user_id" : "karatezombie@zeroid.bit", "files" : {"data.json" : {"sha512" : "872aa675e2e7deed41bec550889ee36f1ae7351fa73f8aba480398ab898af77a", "size" : 182}}, "modified" : 145371786...
json_instruct
{"type": "object", "properties": {"cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type"...
{"id" : "e38d727a-cc6f-45d9-abf9-29939e15cf87", "playerTags" : [], "teamTags" : ["b72f3061-f573-40d7-832a-5ad475bd7909", "adc5b394-8f76-416d-9ce9-813706877b84"], "gameTags" : ["3e704c6f-9b9a-4543-b9ba-87c3f139e5bb"], "metadata" : {"play" : 215, "subPlay" : -1}, "created" : "2021-04-15T13:18:05.613Z", "season" : 15, "to...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s...
[{"name" : "KIYAH", "frequency" : 1, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {"type": "st...
{"contacts" : [{"name" : "TOM GEORGE", "email" : "georgetom00@gmail.com", "designation" : "DIRECTOR", "mobile" : ["91-734-2511031", "91-9685969503"]}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=2168", "name" : "MADHYA PRADESH VIKLANG SAHAYATHA SAMITI", "primaryEmail" : "mpvss10@gmail.com", "web...
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": {"type": "string"}}}, "required": ["name", "email", "designation", "mobile"]}}, "gui...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Preheat oven to 425\u00b0F. Flour heavy large baking sheet. Combine first 5 ingredients in large bowl. Add butter and rub in with fingertips until mixture resembles fine meal. Whisk 1 cup buttermilk and dark molasses in medium bowl to blend. Mix buttermilk mixture into dry ingredients. Gradually mix i...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"luci-app-watchcat": {"type": "object", "properties": {"description": {"type": "string"}, "read": {"type": "object", "properties": {"file": {"type": "object", "properties": {"/usr/bin/watchcat.sh": {"type": "array", "items": {"ty...
{"luci-app-watchcat" : {"description" : "Grant access to LuCI app watchcat", "read" : {"file" : {"/usr/bin/watchcat.sh" : ["exec"]}, "uci" : ["watchcat"]}, "write" : {"uci" : ["watchcat"]}}}
json_instruct
{"type": "object", "properties": {"luci-app-watchcat": {"type": "object", "properties": {"description": {"type": "string"}, "read": {"type": "object", "properties": {"file": {"type": "object", "properties": {"/usr/bin/watchcat.sh": {"type": "array", "items": {"type": "string"}}}, "required": ["/usr/bin/watchcat.sh"]}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "b...
{"label" : "seenIn", "id" : "c4c83fc4-6e92-4123-ad97-f7c20e849173", "_sink" : "3eb22360-79ae-4865-8769-2d795a9ee103", "_sinkLabel" : "comic", "_vertexId" : "d5cd5706-7d17-4d6a-98ba-84b96677bbd9", "_vertexLabel" : "hero", "_isEdge" : true, "_rid" : "VyAjAPMRAACqAAAAAAAAAA==", "_self" : "dbs/VyAjAA==/colls/VyAjAPMRAAA=/d...
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "_sink": {"type": "string"}, "_sinkLabel": {"type": "string"}, "_vertexId": {"type": "string"}, "_vertexLabel": {"type": "string"}, "_isEdge": {"type": "boolean"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, ...
{"n_dim" : 8, "n_trials" : 30, "objective" : "cross_on_cube", "white" : "bayesopt_poi", "black" : "ultraopt_random", "traceback" : ["passing", "passing"], "best_val" : [-1.9881359, -1.9478395], "best_x" : [[0.638168270688584, 0.708227542505938, 0.09956188247716026, 0.21586106740574512, 0.1197225184243372, 0.23464744963...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["2 5\n3 3\n4 5\n", "4 6\n5 8\n3 6\n2 3\n2 2\n", "1 5\n1 7\n", "4 9\n10 13\n4 18\n13 3\n10 6\n", "1 1\n1 1000000000\n", "1 1\n1000000000 1000000000\n", "1 1\n1000000000 1\n", "2 3\n1000000000 1\n2 2\n", "2 5\n1 7\n1 1000000000\n"], "outputs" : ["4\n", "3\n", "-1\n", "13\n", "-999999998\n", "1\n", "100000000...
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[52, 17], [58, 13], [69, 28], [68, 35], [43, 28], [48, 23], [57, 20], [63, 24], [66, 42], [43, 30], [38, 34], [46, 30], [52, 26], [59, 29], [63, 35], [36, 28], [38, 41], [42, 36], [46, 31], [53, 33], [31, 32], [38, 34], [38, 42], [42, 37], [48, 38], [47, 45], [26, 38], [35, 41], [33, 48], [35, 33], [42, ...
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"strict": {"t...
{"extends" : "@tsconfig/svelte/tsconfig.json", "include" : ["src/**/*"], "exclude" : ["node_modules/*", "__sapper__/*", "public/*"], "compilerOptions" : {"strict" : true, "module" : "esnext", "jsx" : "preserve", "resolveJsonModule" : true, "esModuleInterop" : true, "sourceMap" : true, "allowJs" : false, "lib" : ["es6",...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"strict": {"type": "boolean"}, "module": {"type": "string"}, "jsx": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ofi.common-js.js": {"type": "string"}}, "required": ["ofi.common-js.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ofi.common-js.js" : "sha256-CbT7O4esqIdIisTlkBAO0kJ0ZzfBH5e4koNW8stFOsI="}
json_instruct
{"type": "object", "properties": {"ofi.common-js.js": {"type": "string"}}, "required": ["ofi.common-js.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 106155, "info" : {"name" : "SLOG - Remove Mudede", "description" : "Remove all posts by Charles Mudede from the front page of Stranger's SLOG", "additionalInfo" : null, "format" : "uso", "category" : "thestranger", "createdAt" : "2014-10-10T06:46:02.000Z", "updatedAt" : "2014-10-10T06:46:02.000Z", "license" : "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string...
{"$schema" : "https://json-schema.org/draft/2020-12/schema", "type" : "object", "title" : "Audio Settings", "description" : "", "allOf" : [{"type" : "object", "properties" : {"lv" : {"title" : "Level", "$ref" : "#/$defs/animated-properties/multi-dimensional"}}, "required" : ["lv"]}]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"lv": {"type": "o...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "types": {"typ...
{"name" : "byte-parser", "version" : "1.0.0", "description" : "Parse byte string to byte number, e.g. 1.2 Kb -> 1228.8, Kb, Mb, Gb, Tb, Pb, Eb, Zb, Yb supported.", "license" : "MIT", "main" : "lib/index.js", "files" : ["lib"], "types" : "lib/index.d.ts", "scripts" : {"lint-staged" : "lint-staged", "test" : "jest", "bui...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"l...
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" : "presphenoidal", "definition" : "Of or pertaining to the presphenoid bone; presphenoid."}
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": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "strin...
{"slug" : "cinecitta", "relevant-countries" : ["de"], "categories" : ["entertainment"], "name" : "CINECITTA' Multiplexkino GmbH & Co. KG", "address" : "c/o Rechtsanwaltskanzlei Costard\nLina-Ammon-Stra\u00dfe 9\n90471 N\u00fcrnberg\nDeutschland", "phone" : "+49 911 7903034", "fax" : "+49 911 7903035", "email" : "info@i...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.25, 20.083333333333332], [138.25, 20.166666666666668], [138.375, 20.166666666666668], [138.375, 20.083333333333332], [138.25, 20.083333333333332]]]}, "properties" : {"code" : 303812, "url" : "http://madefor.github.io/0410/api/v1/303812.geojso...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HostConfigHash" : "96064a9", "CardHash" : "7e8b0a4", "Error" : null}
json_instruct
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "modu...
{"acadYear" : "2019/2020", "description" : "This module focuses on integrating Design Thinking into the creative development of innovative products and services. It is a human-centric approach with emphasis on user desirability, technology feasibility and business viability.\n\nIncreasingly, companies compete beyond te...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "stri...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rankine:block/mariposite_vertical_slab_straight"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"path": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lgtv-2012": {"type": "string"}, "ping": {"type": "string"}, "util": {"type": "string"}}, "required": ["lgtv-2012", "ping", "util"]},...
{"path" : "", "dependencies" : {"lgtv-2012" : "*", "ping" : "^0.2.2", "util" : "^0.10.3"}, "description" : "Homebridge plugin for LG 2012 series TVs that uses the new homekit TV service", "devDependencies" : {}, "directories" : {}, "engines" : {"homebridge" : ">=0.2.0", "node" : ">=0.12.0"}, "keywords" : ["homebridge",...
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lgtv-2012": {"type": "string"}, "ping": {"type": "string"}, "util": {"type": "string"}}, "required": ["lgtv-2012", "ping", "util"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"CALLINFO": {"type": "object", "properties": {"errorcodes": {"type": "integer"}, "errors": {"type": "integer"}, "general": {"type": "array", "items": {}}, "handler": {"type": "string"}, "message": {"type": "string"}...
{"CALLINFO" : {"errorcodes" : 0, "errors" : 0, "general" : [], "handler" : "VaultHandler", "message" : "Vault updated", "status" : "SUCCESS", "token" : "StoredSafe-Token"}, "DATA" : {"description" : "Login information and license keys.", "groupname" : "Firewalls in ZA", "token" : "StoredSafe-Token"}, "HEADERS" : {"Acce...
json_instruct
{"type": "object", "properties": {"CALLINFO": {"type": "object", "properties": {"errorcodes": {"type": "integer"}, "errors": {"type": "integer"}, "general": {"type": "array", "items": {}}, "handler": {"type": "string"}, "message": {"type": "string"}, "status": {"type": "string"}, "token": {"type": "string"}}, "required...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"hxcpp": {"type": "string"}}, "required": ["hxcpp"]}, "releasenote": ...
{"version" : "1.0.0", "contributors" : ["haxeui", "ianharrigan"], "dependencies" : {"hxcpp" : ""}, "releasenote" : "1.0 release", "tags" : ["raylib", "externs"], "license" : "MIT", "name" : "raylib-haxe", "description" : "Haxe externs for RayLib", "url" : "https://github.com/haxeui/raylib-haxe"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"hxcpp": {"type": "string"}}, "required": ["hxcpp"]}, "releasenote": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "nu...
{"artist_id" : "ARYXNP71187FB38034", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Country Joe & The Fish", "duration" : 222.6673, "num_songs" : 1, "song_id" : "SOWZOXF12AB017CF70", "title" : "I Feel Like I'm Fixin To", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "descrip...
{"id" : "0cd02d2c-14a4-4e4a-8b2a-c755f250d2b1", "name" : [{"languageCode" : "nb", "languageText" : "identifikasjonsnummer"}], "description" : [{"languageCode" : "nb", "languageText" : "FregPersondokumentMedHistorikk datastruktur identifikasjonsnummer"}], "administrativeStatus" : "DRAFT", "versionValidFrom" : "2019-06-0...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "description": {"type": "array", "items": {"type": "object", "properti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type":...
{"id" : "f23f5dd5-0b69-4cbb-890b-2ba14c4d08fc", "name" : "Main Site", "code" : "-", "address" : {"addressLine1" : "Westgate", "town" : "Sleaford", "postcode" : "NG34 7PS"}, "organisation" : {"id" : "eb9baee1-ab34-4e8d-8e1f-3b8dbd48b5a8", "code" : "24D", "name" : "St George\u2019s Academy"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisati...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"slug": {"type": "string"}, "default": {"type": "object", "properties": {"image": {"type": "boolean"}, "imageFocus": {"type": "object", "properties": {"top": {"type": "integer"}, "left": {"type": "integer"}}, "requ...
{"slug" : "hero", "default" : {"image" : false, "imageFocus" : {"top" : 30, "left" : 50}, "size" : "normal", "title" : "", "byline" : "", "paragraph" : ""}, "description" : {"image" : "Background image", "imageFocus" : "Where to focus in the background.", "size" : "Ratio (normal, large)", "title" : "The title text", "b...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "default": {"type": "object", "properties": {"image": {"type": "boolean"}, "imageFocus": {"type": "object", "properties": {"top": {"type": "integer"}, "left": {"type": "integer"}}, "required": ["top", "left"]}, "size": {"type": "string"}, "title": {"type": "...
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"}, "license": {"type": "string"}, "authors": {"type": "object", "properti...
{"name" : "SKJavaScriptBridge", "version" : "1.0.2", "summary" : "More simple more light more easy to use for iOS/OSX bridge with Javascript.", "description" : "English:More simple more light more easy to use for iOS/OSX bridge with Javascript.\nChinese :\u66f4\u7b80\u5355\u3001\u66f4\u8f7b\u3001\u66f4\u6613\u4f7f\u752...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"\u4faf\u68ee\u9b41": {"type": "string"}}, "required"...
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": "array", "items...
{"contract" : "0x2de0b799ae86c3cbc5c26c148681a45ed4f09b1e", "tool" : "manticore", "start" : 1564916557.8372085, "end" : 1564918359.1966083, "duration" : 1801.3593997955322, "analysis" : [[], [], [], [], []]}
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": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Test Title", "text" : "Test text", "id" : "81baffa4-ffac-49fa-8972-c67f2e5be4e5"}, {"title" : "hello mate", "text" : "thank for looking at my app\n", "id" : "b11c3570-28f6-42c3-a241-f7c0264ac9c4"}, {"title" : "Thank you for looking", "text" : "this app was brought to you by michael ", "id" : "3e0f81df-93c3...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"algorithm": {"type": "number"}, "learning_rate": {"type": "number"}, "max_depth": {"type": "number"}, "n_estimators": {"type": "number"}, "strategy": {"type": "number"}}, "required": ["algorithm", "learning_rate", "max_depth",...
{"algorithm" : 0.023909751763989108, "learning_rate" : 0.032568061392153284, "max_depth" : 0.5563088523505091, "n_estimators" : 0.030096998852376038, "strategy" : 0.0018505040984271443}
json_instruct
{"type": "object", "properties": {"algorithm": {"type": "number"}, "learning_rate": {"type": "number"}, "max_depth": {"type": "number"}, "n_estimators": {"type": "number"}, "strategy": {"type": "number"}}, "required": ["algorithm", "learning_rate", "max_depth", "n_estimators", "strategy"], "$schema": "http://json-schem...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"WhiteVoidRoom": {"type": "array", "items": {"type": "string"}}}, "required": ["WhiteVoidRoom"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WhiteVoidRoom" : ["BlankWhiteVoid", "DreamSequence", "AnotherDimension", "AlternateUniverse", "SealedRoomInTheMiddleOfNowhere", "Hologram", "HardLight", "AsceticAesthetic", "FeaturelessPlaneOfDisembodiedDialogue", "BlankWhiteVoid", "LazyArtist", "SequentialArt", "Chiaroscuro", "MiseryLit", "YouWakeUpInARoom", "Design...
json_instruct
{"type": "object", "properties": {"WhiteVoidRoom": {"type": "array", "items": {"type": "string"}}}, "required": ["WhiteVoidRoom"], "$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" : [[20, 22], [22, 8], [22, 2], [22, 33], [22, 10], [22, 26], [10, 22], [3, 22], [15, 22], [22, 6], [22, 27], [11, 17], [22, 27], [34, 22], [22, 6], [20, 22], [22, 13], [22, 3], [22, 18], [22, 18], [22, 34], [34, 22], [5, 31], [27, 22], [22, 23], [22, 8], [16, 22], [22, 28], [18, 22], [8, 12], [22, 33], [22, 28...
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":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 9999, "description" : "Service is temporarily unavailable"}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "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"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"typo3/neos": {"type": "string"}}, "required": ["typo3/neos"]}, "autoload": {"type": "object"...
{"name" : "flowpack/eelcraft-neos", "type" : "typo3-flow-package", "description" : "A UI to work with EEL Expressions in Neos.", "require" : {"typo3/neos" : "~1.0"}, "autoload" : {"psr-0" : {"Flowpack\\EelCraft\\Neos" : "Classes"}}, "extra" : {"applied-flow-migrations" : ["TYPO3.FLOW3-201201261636", "TYPO3.Fluid-201205...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"typo3/neos": {"type": "string"}}, "required": ["typo3/neos"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties"...
Please provide a valid JSON object following this 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": {"type": ...
{"id" : 1125371415, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "bdb5e6fa21bf7ba5de6e29c875c12d90", "wof:id" : 1125371415, "wof:repo" : "whosonfirst-data-admin-se"}, "bbox" : [17.05965, 57.24449, 17.05965, 57.24449], "geometry" : {"coordinates" : [17.05965, 57.2...
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": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c1f9dc3dd473a7c64c980cdfe7708c9f2370de9b"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "generate-docs": {"t...
{"name" : "override_plugin", "version" : "1.0.0", "description" : "Target for Meister website", "main" : "custom-hls.bundled", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "generate-docs" : "meister-doc-builder", "start" : "gulp server", "build" : "gulp build", "dist" : "gulp build:dist", "min" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "generate-docs": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "appcd-plugin": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "version", "appcd-plugin"], "$sche...
{"name" : "good plugin", "version" : "1.0.0", "appcd-plugin" : {"name" : "good"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "appcd-plugin": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["name", "version", "appcd-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "integer"}}, "y": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["x", "y", "mode", "name"], "$schema": "http://json-s...
{"x" : [1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, ...
json_instruct
{"type": "object", "properties": {"x": {"type": "array", "items": {"type": "integer"}}, "y": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["x", "y", "mode", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ember-wildland-blueprints"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dispensers": {"type": "object", "properties": {"coke_ingestor": {"type": "object", "properties": {"icons": {"type": "object", "properties": {"coke_ingestor": {"type": "string"}}, "required": ["coke_ingestor"]...
{"dispensers" : {"coke_ingestor" : {"icons" : {"coke_ingestor" : "/icons/humanIcon.png"}, "location" : {"x" : 20.95, "y" : -6.95, "yaw" : 0, "level_name" : "L1"}}, "coke_dispenser" : {"icons" : {"coke_dispenser" : "/icons/fridge.png"}, "location" : {"x" : 16.85, "y" : -4.8, "yaw" : 0, "level_name" : "L1"}}}, "robots" :...
json_instruct
{"type": "object", "properties": {"dispensers": {"type": "object", "properties": {"coke_ingestor": {"type": "object", "properties": {"icons": {"type": "object", "properties": {"coke_ingestor": {"type": "string"}}, "required": ["coke_ingestor"]}, "location": {"type": "object", "properties": {"x": {"type": "number"}, "y"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/handheld", "textures" : {"layer0" : "thaumcraft:items/thaumium_shovel"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}, "s": {"type": "array", "items": {"type": "strin...
{"t" : "salokelon", "h" : [{"d" : [{"f" : "\u4e0b\u5761\u3001\u4e0b\u5761\u8def\u3002", "s" : ["`salikelon~"]}]}], "stem" : "lokelon"}
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"}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "s"]}}}, "required": ["d"]}}, "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "230881580598", "text" : "\u826f\u79cd\u573a\u865a\u62df\u751f\u6d3b\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"apiUrl": {"type": "string"}, "accessToken": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "string"}, "description": {"type": "string"}, "isPrivate": {"type": "string"}, "dueAt": {"type": "string"}, "c...
{"apiUrl" : "%s(apiUrl)", "accessToken" : "%s(accessToken)", "name" : "%s(taskNameOptional)", "priority" : "%s(taskPriorityMandatory)", "description" : "%s(taskDescriptionOptional)", "isPrivate" : "%s(taskIsPrivateOptional)", "dueAt" : "%s(taskDueAtOptional)", "complete" : "true"}
json_instruct
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "accessToken": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "string"}, "description": {"type": "string"}, "isPrivate": {"type": "string"}, "dueAt": {"type": "string"}, "complete": {"type": "string"}}, "required": ["apiUrl", "accessT...
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-wrpm-24mf-gq6c", "modified" : "2022-05-13T01:39:41Z", "published" : "2022-05-13T01:39:41Z", "aliases" : ["CVE-2018-19976"], "details" : "In YARA 3.8.1, bytecode in a specially crafted compiled rule is exposed to information about its environment, in libyara/exec.c. This is a co...
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": {"type": "object", "properti...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Home": {"type": "string"}, "Admin": {"type": "string"}, "Profile": {"type": "string"}, "Search": {"type": "string"}}, "required": ["Home", "Admin", "Profile", "Search"], "$schema": "http://json-schema.org/draft-07...
{"Home" : "Home", "Admin" : "Admin", "Profile" : "Profile", "Search" : "Search"}
json_instruct
{"type": "object", "properties": {"Home": {"type": "string"}, "Admin": {"type": "string"}, "Profile": {"type": "string"}, "Search": {"type": "string"}}, "required": ["Home", "Admin", "Profile", "Search"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "birthDate": {"type": "string"}, "eyeColor": {"type": "string"}, "submit": {"type": "string"}, "selectedLanguage": {"type": "string"}, "language": {"...
{"firstName" : "Vorname:", "lastName" : "Nachname:", "birthDate" : "Geburtsdatum:", "eyeColor" : "Augenfarbe:", "submit" : "Senden", "selectedLanguage" : "Ausgew\u00e4hlte Sprache: Deutsch", "language" : "Sprache: ", "someContent" : "Dies ist ein Inhalt. ", "deleteContactData" : "Kontaktdaten l\u00f6schen", "contactNam...
json_instruct
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "birthDate": {"type": "string"}, "eyeColor": {"type": "string"}, "submit": {"type": "string"}, "selectedLanguage": {"type": "string"}, "language": {"type": "string"}, "someContent": {"type": "string"}, "deleteContactData"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "...
{"name" : "sass", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "rimraf dist && webpack --config webpack/webpack.config.js --mode production", "serve" : "webpack serve --config webpack/webpack.config.js --mode development"}, "keywords" : [], "author" : "Garcia Saaib <garciasaaib@g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["build", "serve"]}, "keywords": {"type": "array...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"devices": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "intf": {"type": "integer"}, "intfName": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "type": {"...
{"devices" : [{"id" : 1000, "intf" : 0, "intfName" : "HmIP", "name" : "HmIP-BDT", "address" : "6483408182ABCD", "type" : "HmIP-BDT", "channels" : [{"id" : 1001, "name" : "6483408182ABCD:0", "intf" : 0, "address" : "6483408182ABCD:0", "type" : "MAINTENANCE", "access" : 255}, {"id" : 1002, "name" : "6483408182ABCD:1", "i...
json_instruct
{"type": "object", "properties": {"devices": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "intf": {"type": "integer"}, "intfName": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "type": {"type": "string"}, "channels": {"type": "array", "items": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data_folder": {"type": "string"}, "mqtt_server": {"type": "string"}, "mqtt_port": {"type": "integer"}, "mqtt_user": {"type": "string"}, "mqtt_pwd": {"type": "string"}, "mqtt_base_topic": {"type": "string"}, "ffmpeg_working_fol...
{"data_folder" : "./data", "mqtt_server" : "broker.shiftr.io", "mqtt_port" : 1883, "mqtt_user" : "user", "mqtt_pwd" : "password", "mqtt_base_topic" : "unifi/cameras/gifs", "ffmpeg_working_folder" : "./gifs", "unifi_video_base_api_url" : "http://127.0.0.1", "unifi_video_user" : "admin", "unifi_video_password" : "passwor...
json_instruct
{"type": "object", "properties": {"data_folder": {"type": "string"}, "mqtt_server": {"type": "string"}, "mqtt_port": {"type": "integer"}, "mqtt_user": {"type": "string"}, "mqtt_pwd": {"type": "string"}, "mqtt_base_topic": {"type": "string"}, "ffmpeg_working_folder": {"type": "string"}, "unifi_video_base_api_url": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.75, 36.5], [134.75, 36.583333333333336], [134.875, 36.583333333333336], [134.875, 36.5], [134.75, 36.5]]]}, "properties" : {"code" : 543466, "url" : "http://madefor.github.io/0410/api/v1/543466.geojson", "view" : "https://github.com/madefor/0...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["minecraft:cooked_porkchop", "harvestcraft:cookedtofaconitem", "harvestcraft:bbqjackfruititem"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"subjects": {"type": "array", "items": {"type": "string"}}}, "required": ["subjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subjects" : ["Operating Systems", "Data Mining and Warehousing", "A.D.A Design and Analysis Of Algorithms", "Data Structures", "Digital Electronics", "O.O.P. Object Oriented Programming", "Discrete Mathematical Structures", "Operating Systems", "Artificial Intelligence", "Web Technology", "Data Structures", "Compiler...
json_instruct
{"type": "object", "properties": {"subjects": {"type": "array", "items": {"type": "string"}}}, "required": ["subjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "project": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "project", "...
{"extends" : "../../index.js", "parserOptions" : {"ecmaVersion" : 6, "project" : "./test-lint/basic/tsconfig.json", "sourceType" : "module"}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "project": {"type": "string"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "project", "sourceType"]}}, "required": ["extends", "parserOptions"], "$sc...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {...
{"nom" : "Chaillac", "circ" : "1\u00e8re circonscription", "dpt" : "Indre", "inscrits" : 855, "abs" : 472, "votants" : 383, "blancs" : 25, "nuls" : 10, "exp" : 348, "res" : [{"nuance" : "REM", "nom" : "M. Fran\u00e7ois JOLIVET", "voix" : 230}, {"nuance" : "FN", "nom" : "Mme Myl\u00e8ne WUNSCH", "voix" : 118}]}
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"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1208040003", "district_id" : "1208040", "name" : "BANGUN BARU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "time": {"type": "string"}, "link": {"type": "string"}, "body": {"type": "string"}}, "required": ["header", "time", "link", "body"]}, "$schema": "http://json-s...
[{"header" : "family of man trampled at wal-mart sues retailer", "time" : "06:11 PM EST", "link" : "http://www.reuters.com/article/domesticNews/idUSTRE4B27EK20081203", "body" : "NEW YORK (Reuters) - The family of a man killed in a stampede of frenzied holiday shoppers filed a wrongful death lawsuit against Wal-Mart Sto...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"header": {"type": "string"}, "time": {"type": "string"}, "link": {"type": "string"}, "body": {"type": "string"}}, "required": ["header", "time", "link", "body"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["stevekung:no_wither_sound/main"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "ha...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [602.232, 304.641, 1, 584.247, 325.048, 1, 565.06, 335.001, 1, 591.691, 364.039, 1, 586.507, 322.925, 1, 607.569, 310.523, 1, 643.719, 340.319, 1, 641.272, 378.255, 1, 611.852, 428.305, 1, 615.846, 493.768, 1, 570.039, 460.289, 1, 639.305, 412.666, 1, 708.367, 396.68...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string...
{"(0, 0, 2)" : "Hydrograd", "(1, 0, 1)" : "Released", "(1, 1, 1)" : "June 30, 2017 (2017-06-30)", "(2, 0, 1)" : "Recorded", "(2, 1, 1)" : "January 7, 2017 - March 6, 2017", "(3, 0, 1)" : "Studio", "(3, 1, 1)" : "Sphere Studios, North Hollywood, Los Angeles", "(4, 0, 1)" : "Genre", "(4, 1, 1)" : "Hard rock", "(5, 0, 1)"...
json_instruct
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"strict": {"type": "boolean"}, "alwaysStrict": {"type": "boolean"}, "allowJs": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "esModuleInterop": {"type": "...
{"compilerOptions" : {"strict" : true, "alwaysStrict" : true, "allowJs" : false, "sourceMap" : true, "esModuleInterop" : true, "module" : "commonjs", "target" : "ES2017", "noUnusedLocals" : true, "noUnusedParameters" : true, "noImplicitAny" : false, "noImplicitThis" : false, "importsNotUsedAsValues" : "remove", "remove...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"strict": {"type": "boolean"}, "alwaysStrict": {"type": "boolean"}, "allowJs": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"},...
{"category" : ["Restaurants", "Barbeque", "Chinese"], "city" : "Las Vegas", "em_sigma_b" : 0.0389892190124013, "cum_star" : 1.9608294930875576, "name" : "Sam Woo BBQ Restaurant", "em_sigma_p" : 0.003956688937831554, "lat" : 36.125380799999995, "lng" : -115.1959803, "em_star" : 1.770055000993958, "id" : "DVfCbJhJUDWRlUf...
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, ...
{"name" : "idr", "version" : "1.0.3", "description" : "\u8eab\u4efd\u8bc1\u9605\u8bfb\u5668node.js\u6a21\u5757", "main" : "index.js", "author" : {"email" : "libinqi@outlook.com", "name" : "libinqi"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/libinqi/idr-syn.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "license": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[128.625, 22.666666666666668], [128.625, 22.75], [128.75, 22.75], [128.75, 22.666666666666668], [128.625, 22.666666666666668]]]}, "properties" : {"code" : 342805, "url" : "http://madefor.github.io/0410/api/v1/342805.geojson", "view" : "https://git...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"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"]}, "clo...
{"ETag" : "W/\"e785754b44c4b28405677b6a5adb4c4c\"", "Last-Modified" : "Wed, 13 May 2020 00:46:47 GMT", "base" : {"repo" : {"name" : "exchangelib-feedstock"}}, "closed_at" : "2020-05-13T00:46:46Z", "created_at" : "2020-05-13T00:35:11Z", "draft" : false, "head" : {"ref" : "3.2.0_ha1f94e"}, "html_url" : "https://github.co...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ...
{"ast" : null, "code" : "export var zeroGap = {\n left: 0,\n top: 0,\n right: 0,\n gap: 0\n};\n\nvar parse = function parse(x) {\n return parseInt(x || '', 10) || 0;\n};\n\nvar getOffset = function getOffset(gapMode) {\n var cs = window.getComputedStyle(document.body);\n var left = cs[gapMode === 'padding' ? 'pa...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["sta...
{"name" : "PersonalApp", "version" : "0.0.0", "description" : "Personal App", "main" : "server/index.js", "scripts" : {"start" : " nodemon server/index.js"}, "author" : "Krishan Arya", "license" : "MIT", "devDependencies" : {"grunt" : "^1.0.1", "grunt-shell" : "^2.0.0", "nodemon" : "^1.10.0"}, "dependencies" : {"body-p...
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"}, "dev...
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": {}}}, "required": ["contract", "tool", "...
{"contract" : "0xf88629b22dcd3b3eff99b63f7380bac3f939d8a8", "tool" : "solhint", "start" : 1563607053.886628, "end" : 1563607058.361174, "duration" : 4.474546194076538, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "null"}, "bounds": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "require...
{"text" : [{"desc" : null, "bounds" : [{"x" : 51, "y" : 224}, {"x" : 1874, "y" : 224}, {"x" : 1874, "y" : 1109}, {"x" : 51, "y" : 1109}]}, {"desc" : null, "bounds" : [{"x" : 1713, "y" : 224}, {"x" : 1874, "y" : 224}, {"x" : 1874, "y" : 288}, {"x" : 1713, "y" : 288}]}, {"desc" : null, "bounds" : [{"x" : 51, "y" : 342}, ...
json_instruct
{"type": "object", "properties": {"text": {"type": "array", "items": {"type": "object", "properties": {"desc": {"type": "null"}, "bounds": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}}, "required": ["desc", "bounds"]}}, "image...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "xylophilan", "definition" : "One of a tribe of beetles (Xylophili) whose larv\u00e6 live on decayed wood."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "...
{"name" : "larapack/spark-diff", "keywords" : ["laravel"], "license" : "MIT", "type" : "package", "require" : {"php" : ">=5.5.9", "laravel/framework" : "5.2.*"}, "autoload" : {"classmap" : ["src"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "lara...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/d...
{"symbol" : "wMBX", "name" : "wMBX Token", "decimals" : 18, "address" : "0x71ba91dc68c6a206db0a6a92b4b1de3f9271432d"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"imports": {"type": "object", "properties": {"aleph/types": {"type": "string"}, "preact": {"type": "string"}, "preact-render-to-string": {"type": "string"}}, "required": ["aleph/types", "preact", "preact-render-to-string"]}, "sco...
{"imports" : {"aleph/types" : "https://deno.land/x/aleph@v0.3.0-beta.4/types.d.ts", "preact" : "https://esm.sh/preact", "preact-render-to-string" : "https://esm.sh/preact-render-to-string"}, "scopes" : {}}
json_instruct
{"type": "object", "properties": {"imports": {"type": "object", "properties": {"aleph/types": {"type": "string"}, "preact": {"type": "string"}, "preact-render-to-string": {"type": "string"}}, "required": ["aleph/types", "preact", "preact-render-to-string"]}, "scopes": {"type": "object", "properties": {}, "required": []...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jquery.tablednd.js": {"type": "string"}, "jquery.tablednd.min.js": {"type": "string"}}, "required": ["jquery.tablednd.js", "jquery.tablednd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.tablednd.js" : "sha512-oAWAqJptdH3hJJW0/rQQhwFJrRvKcfzaNk+D7cfK4of+jsxBUgRN0/ptT9n/duH7o+ZCLYwiu/FZelKYCfDs+w==", "jquery.tablednd.min.js" : "sha512-DokOwJaHn5T1sUj31P2rFhWi4wU+npXDGoWypROWkvo9jHxXA3uchJsOYcSZuaUMpd8EvSfPwsHpOJndr+0F2Q=="}
json_instruct
{"type": "object", "properties": {"jquery.tablednd.js": {"type": "string"}, "jquery.tablednd.min.js": {"type": "string"}}, "required": ["jquery.tablednd.js", "jquery.tablednd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert...
{"contract" : "0x40ff2d08804f1a74164741a9722c10ae15c2c148", "tool" : "osiris", "start" : 1564615887.7157674, "end" : 1564615897.675753, "duration" : 9.959985733032227, "analysis" : [{"errors" : [], "file" : "/unique_chucks/33/0x40ff2d08804f1a74164741a9722c10ae15c2c148.sol", "name" : "BasicToken"}, {"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...