input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "accuracy": {"type": "integer"}, "pp": {"type": "integer"}, "priority": {"type": "integer"}, "power": {"type": "integer"}, "damage_class": {"type": "string"}, "meta": {"... | {"id" : 58, "name" : "ice-beam", "accuracy" : 100, "pp" : 10, "priority" : 0, "power" : 90, "damage_class" : "special", "meta" : {"ailment" : "freeze", "category" : "damage+ailment", "min_hits" : null, "max_hits" : null, "min_turns" : null, "max_turns" : null, "drain" : 0, "healing" : 0, "crit_rate" : 0, "ailment_chanc... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "accuracy": {"type": "integer"}, "pp": {"type": "integer"}, "priority": {"type": "integer"}, "power": {"type": "integer"}, "damage_class": {"type": "string"}, "meta": {"type": "object", "properties": {"ailment": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allEpraccurCsv": {"type": ... | {"componentChunkName" : "component---src-templates-surgery-js", "path" : "/surgery/A81043", "webpackCompilationHash" : "d8ead78e039163e263d7", "result" : {"data" : {"allEpraccurCsv" : {"edges" : [{"node" : {"field1" : "A81043", "field2" : "THE MANOR HOUSE SURGERY", "field5" : "THE MANOR HOUSE SURGERY", "field6" : "BRAI... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allEpraccurCsv": {"type": "object", "properties": {"edges": {"type": "array", "item... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]... | {"name" : "zone-eu/onapp-wrapper", "description" : "Fork of the official OnApp Wrapper", "homepage" : "http://onapp.com/", "authors" : [{"name" : "Onapp"}, {"name" : "Zone Media O\u00dc", "email" : "developers@zone.ee"}], "require" : {"php" : "^5.3.3 || ^7.0", "ext-mbstring" : "*"}, "autoload" : {"files" : ["OnAppInit.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "stri... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"description": {"type": "string"}, "displayName": {"t... | {"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-----------------------------------------------------------... | json_instruct | {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"description": {"type": "string"}, "displayName": {"type": "string"}, "config.npm.autoDetect": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "ResGreedyId": {"type": "string"}, "projectElementGuid": {"type": "string"}, "rowIndex": {"type": "integer"}, "OverlapRowIndex": {"type": "integer"}, "type"... | [{"id" : "0", "ResGreedyId" : "0", "projectElementGuid" : "0", "rowIndex" : 1, "OverlapRowIndex" : 1, "type" : "TYPE_01", "StartDate" : "/Date(1420070400000)/", "EndDate" : "/Date(1420416000000)/"}, {"id" : "1", "ResGreedyId" : "1", "projectElementGuid" : "0", "rowIndex" : 2, "OverlapRowIndex" : 2, "type" : "TYPE_01", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "ResGreedyId": {"type": "string"}, "projectElementGuid": {"type": "string"}, "rowIndex": {"type": "integer"}, "OverlapRowIndex": {"type": "integer"}, "type": {"type": "string"}, "StartDate": {"type": "string"}, "EndDate": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"front": {"type": "string"}, "back": {"type": "string"}, "side": {"type": "string"}}, "required": ["front", "back", "side"]}}, "required": ... | {"parent" : "minecraft:block/template_command_block", "textures" : {"front" : "minecraft:block/repeating_command_block_front", "back" : "minecraft:block/repeating_command_block_back", "side" : "minecraft:block/repeating_command_block_side"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"front": {"type": "string"}, "back": {"type": "string"}, "side": {"type": "string"}}, "required": ["front", "back", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "erusev/parsedown", "illuminate/support"... | {"require" : {"php" : ">= 5.6.0, < 5.7.0 || ~5.7.0", "erusev/parsedown" : "^1.6.0", "illuminate/support" : "^5.2.0"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"php": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "erusev/parsedown", "illuminate/support"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Comment": {"type": "string"}, "StartAt": {"type": "string"}, "version": {"type": "string"}, "States": {"type": "object", "properties": {"Upserting": {"type": "object", "properties": {"Type": {"type": "string"}, "InputPath": {"... | {"Comment" : "Upsert a cat. Find a cat.", "StartAt" : "Upserting", "version" : "1.0", "States" : {"Upserting" : {"Type" : "Task", "InputPath" : "$.catDoc", "Resource" : "module:upserting", "ResourceConfig" : {"modelId" : "cat"}, "Next" : "FindingOne"}, "FindingOne" : {"Type" : "Task", "InputPath" : "$.catDoc", "Resourc... | json_instruct | {"type": "object", "properties": {"Comment": {"type": "string"}, "StartAt": {"type": "string"}, "version": {"type": "string"}, "States": {"type": "object", "properties": {"Upserting": {"type": "object", "properties": {"Type": {"type": "string"}, "InputPath": {"type": "string"}, "Resource": {"type": "string"}, "Resource... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["angular-sap-ui-elements", "appctheme", "bauhaus-cropper", "copterface", "exposure", "ng2-pica", "node-focuspoint", "resizer-stream", "showy", "vtf"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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" : 34, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "platypus_gde3", "black" : "hyperopt_tpe", "traceback" : ["passing", "passing"], "best_val" : [947.5540954357024, 890.327840275223], "best_x" : [[0.7961179169368515, 0.9272166745283646, 0.6275987980986691, 0.801865249901978, 0.44506742... | 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": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "stri... | {"content" : "#bbcsp why did the Tories block the costing of party manifestos by the OBR? would answer these questions in an unbiased way unlike @afneil", "entities" : [{"offset" : 131, "type" : "ne", "id" : 2, "entity" : "@afneil"}, {"entity" : "obr", "type" : "topic keyword", "id" : 3, "offset" : 71}, {"offset" : 19,... | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "requi... | {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3326122001", "id_kecamatan" : "332612", "name" : "Jetakkidul"}, {"id" : "3326122002", "id_kecamatan" : "332612", "name" : "Sastrodirjan"}, {"id" : "3326122003", "id_kecamatan" : "332612", "name" : "Legokgunung"}, {"id" : "3326122004", "id_k... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900453218": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900453219": {"type": "object", "properties": {"nama": {"type... | {"900453218" : {"nama" : "TPS 1", "dapil" : [3507, 13509, 2350206]}, "900453219" : {"nama" : "TPS 2", "dapil" : [3507, 13509, 2350206]}, "900453220" : {"nama" : "TPS 3", "dapil" : [3507, 13509, 2350206]}, "900453221" : {"nama" : "TPS 4", "dapil" : [3507, 13509, 2350206]}} | json_instruct | {"type": "object", "properties": {"900453218": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900453219": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite... | {"title" : "OpenJDK's Java.utils.Collection.sort() Is Broken: The Good, the Bad and the Worst Case.", "fields" : ["sorting algorithm", "java modeling language", "compromise", "timsort", "functional verification"], "abstract" : "We investigate the correctness of TimSort, which is the main sorting algorithm provided by t... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"},... | {"body" : "Hi Kirk,\n\n\nJust to clarify -- you don't have to take a matching set of exposures \nif you're shooting your panoramas in HDR. Just do whatever you have \nto to get a good set of exposures in each direction, and they should \nstitch together fine. It's only LDR images that require manual \nsettings, a... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 404393847, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "579cf102ba058c14c8c93870032eb919", "wof:id" : 404393847, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.50870647693807, 43.66933988349877, 5.62745508514934, 43.75649654616863... | 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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string... | {"body" : "There may be some issues with Perl scripts and Windows. I don't think genBSDF will work in its current configuration. Andy McNeil and I fixed genklemsamp and genskyvec, and I think Axel's falsecolor script works, so it may just be genBSDF that needs an update.\n\n\n-Greg\n___\n<sup>Automatically generated ... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-09-22T11:00:00Z", "Temp" : 33, "RelHum" : 35, "WindSpeed" : 6, "WindDir" : 291} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.625, 29.75], [149.625, 29.833333333333332], [149.75, 29.833333333333332], [149.75, 29.75], [149.625, 29.75]]]}, "properties" : {"code" : 444955, "url" : "http://madefor.github.io/0410/api/v1/444955.geojson", "view" : "https://github.com/madef... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "con... | [{"name" : "\u63a2\u82b1\u90ce\u674e\u5bfb\u6b2212-15\u7ea6\u64cd\u9a9a\u5987", "size" : 411695290, "link" : "https://streamtape.com/e/MyJ3QrGp3aum47Y", "created_at" : "2022\u5e7403\u670814\u65e5 16:12:55", "downloads" : 0, "linkid" : "MyJ3QrGp3aum47Y", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subs... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts... | {"name" : "vue-xripple", "version" : "0.0.2", "description" : "ripple effect for google material design", "main" : "./dist/index.js", "types" : "./dist/index.d.ts", "files" : ["dist"], "scripts" : {"build" : "tsc && cp ./src/style/style.css ./dist/style.css", "test" : "echo \"Error: no test specified\" && exit 1"}, "re... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "tes... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "p": {"type": "array", "items": {"type": "integer"}}}, "required": ["s", "p"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"s" : "8", "p" : [80, 140, 66, 8, 134, 132, 68]}, {"s" : "8-CYBER", "p" : [68]}, {"s" : "8.0", "p" : [140]}, {"s" : "8.1", "p" : [140]}, {"s" : "8.5", "p" : [134, 132]}, {"s" : "800", "p" : [66, 138, 140, 64, 32, 5]}, {"s" : "800-171", "p" : [140, 66]}, {"s" : "800-171:THIS", "p" : [66]}, {"s" : "800-37", "p" : [66]}... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "string"}, "p": {"type": "array", "items": {"type": "integer"}}}, "required": ["s", "p"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "covera... | {"publisher_name" : "Faculty of Family Planning and Reproductive Health Care", "journals" : 1, "scihub" : 1991, "crossref_open_access" : 0, "crossref_active" : 2270, "crossref" : 2270, "coverage" : 0.87709251, "publisher_slug" : "faculty-of-family-planning-and-reproductive-health-care", "access_logs" : {"downloads" : 0... | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": ... | {"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "Gy37oXXLN/SklmztwfS2mVvt2qfsU6e7LWyruX8sndEClU14nhGxEPdOMjSn48rNIjAm6FJ7cMJwj0rDDxyGbe4=", "cert_user_id" : "enjes@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1BuRwBTS68KRrrXPzE6P6upokeyhTPczYR/content.json", "modified... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "prov... | {"name" : "Bangladesh Islami University", "alt_name" : null, "country" : "Bangladesh", "state" : null, "address" : {"street" : "Gazaria Tower, 89/12, R. K. Mission Road (Maniknagar Bishwa Road)", "city" : "Dhaka", "province" : null, "postal_code" : "1203"}, "contact" : {"telephone" : "+880(2)7552-495", "website" : "htt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"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/sche... | [{"name" : "ZACKON", "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#"} |
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": {"build": {"type": "string"}, "test": {"type": "string"}}, "r... | {"name" : "html-objective", "version" : "0.0.1", "description" : "Front-end objective", "main" : "dist/index.html", "scripts" : {"build" : "gulp build", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Shvab Ostap", "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.4.5", "babel-preset-env"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "author": {"type": "string"},... |
Generate sample JSON data that conforms to the following schema definition:
{"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": "bo... | {"track" : "ruby", "exercise" : "leap", "id" : "db3a19fea6fe4727ba69ac920c34edea", "url" : "https://exercism.io/my/solutions/db3a19fea6fe4727ba69ac920c34edea", "handle" : "tbetous", "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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"... | {"id" : 85910969, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b7cbe446f9825c7d028df567f33221bb", "wof:id" : 85910969, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.717394, 35.599252, 139.729614, 35.608185], "geometry" : {"coordinates"... | 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": ["... |
Following the schema specification below, generate a valid 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", "codena... | [{"manufacturer" : "Vivo", "market_name" : "V1Max", "codename" : "Y37", "model" : "vivo Y37"}] | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "serve"]}, "type": {"type": "string"}, "en... | {"name" : "tiltak-stillingstitler", "version" : "1.0.0", "scripts" : {"start" : "node -r dotenv/config server.js", "serve" : "node server.js"}, "type" : "module", "engines" : {"node" : ">=14.0.0"}, "dependencies" : {"axios" : "^0.21.1", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-async-handler" : "^1.1.4", "wi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "serve"]}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": ... |
Create an example JSON object that satisfies 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" : 101754835, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4a1cbffbbb1caf5c516722e39d7f5c28", "wof:id" : 101754835, "wof:repo" : "whosonfirst-data-admin-nl"}, "bbox" : [5.13889, 52.19917, 5.13889, 52.19917], "geometry" : {"coordinates"... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "s... | {"text" : {"0" : {"m1" : "\u0622\u0646 \u0628\u062a \u06a9\u0647 \u062c\u0645\u0627\u0644 \u0648 \u0632\u06cc\u0646\u062a \u0645\u062c\u0644\u0633 \u0645\u0627\u0633\u062a", "m2" : "\u062f\u0631 \u0645\u062c\u0644\u0633 \u0645\u0627 \u0646\u06cc\u0633\u062a \u0646\u062f\u0627\u0646\u06cc\u0645 \u06a9\u062c\u0627\u0633\... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"test_data_annotation": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "intent": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "propertie... | {"test_data_annotation" : [{"text" : "turn my bathroom plug socket on", "intent" : "iot_wemo_on", "entities" : [{"start" : 8, "end" : 16, "value" : "bathroom", "entity" : "house_place"}, {"start" : 17, "end" : 21, "value" : "plug", "entity" : "device_type"}]}, {"text" : "activate the wemo plug socket", "intent" : "iot_... | json_instruct | {"type": "object", "properties": {"test_data_annotation": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "intent": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}, "value": {"t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"tha-ap288:1.1": {"type": "string"}, "tha-ap288:2.1": {"type": "string"}, "tha-ap288:3.1": {"type": "string"}, "tha-ap288:4.1": {"type": "string"}, "tha-ap288:5.1": {"type": "string"}, "tha-ap288:6.1": {"type": "st... | {"tha-ap288:1.1" : "mc1.332, ms20Ap1_3320, msdiv24, ndp27.294, sc1, sya32.367", "tha-ap288:2.1" : "ms20Ap1_3321, msdiv25, sc2", "tha-ap288:3.1" : "ms20Ap1_3322, msdiv26, sc3", "tha-ap288:4.1" : "csp1ed20.273, csp2ed20.273, ms20Ap1_3323, msdiv27, sc4", "tha-ap288:5.1" : "dr32.381, ms20Ap1_3324, msdiv28, sc5", "tha-ap288... | json_instruct | {"type": "object", "properties": {"tha-ap288:1.1": {"type": "string"}, "tha-ap288:2.1": {"type": "string"}, "tha-ap288:3.1": {"type": "string"}, "tha-ap288:4.1": {"type": "string"}, "tha-ap288:5.1": {"type": "string"}, "tha-ap288:6.1": {"type": "string"}, "tha-ap288:7.1": {"type": "string"}, "tha-ap288:8.1": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requ... | {"generated_at" : "2017-01-27T09:37:33.666475", "required_by" : ["tvdosage"], "requires" : [], "package" : "mattdaemon"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"0.0.1": {"type": "object", "prope... | {"name" : "target", "dist-tags" : {"latest" : "0.0.2"}, "versions" : {"0.0.1" : {"name" : "target", "version" : "0.0.1", "dependencies" : {"frames" : "0.0.0"}, "dist" : {"shasum" : "0d18598f726882f6b35eafe7631deaa291b7bdff", "tarball" : "https://registry.npmjs.org/target/-/target-0.0.1.tgz"}}, "0.0.2" : {"name" : "targ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dist-tags": {"type": "object", "properties": {"latest": {"type": "string"}}, "required": ["latest"]}, "versions": {"type": "object", "properties": {"0.0.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "depend... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema"... | {"VersionId" : "v3", "IsDefaultVersion" : false, "CreateDate" : "2019-06-25T20:26:08+00:00", "PolicyName" : "AWSBackupServiceRolePolicyForBackup"} | json_instruct | {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"clndr.min.js": {"type": "string"}}, "required": ["clndr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"clndr.min.js" : "sha512-fFJGFlv/trv6qIhGLBAg55ZnJaldG8A9zx/ZiLoKiSjaq1ddaYgtAAUS4J6lsDbB3WyySXqWhWw5W3n03py0AQ=="} | json_instruct | {"type": "object", "properties": {"clndr.min.js": {"type": "string"}}, "required": ["clndr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD... | {"Time" : "2021-01-24T04:00:00Z", "Temp" : 4.1, "RelHum" : 64, "WindSpeed" : 0.6, "WindDir" : 140} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ZOBIA", "frequency" : 4, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"envelope": {"type": "object", "properties": {"instance": {"type": "object", "properties": {"info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}}, "required": ["title... | {"envelope" : {"instance" : {"info" : {"title" : "MasteringTestEntity", "version" : "0.0.1"}, "MasteringTestEntity" : {"name" : "Robbie"}}}} | json_instruct | {"type": "object", "properties": {"envelope": {"type": "object", "properties": {"instance": {"type": "object", "properties": {"info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "version"]}, "MasteringTestEntity": {"type": "object", "properties": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string... | {"author" : "Ted Berrigan", "classification" : "", "keywords" : ["Living", "Life Choices", "The Mind", "Love", "Infatuation", "Crushes", "Relationships", "Friends", "Enemies", "Arts", "Sciences", "Poetry", "Poets"], "period" : "New York School (2nd Generation)", "reference" : "http://www.poetryfoundation.org/poem/24550... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["immutable-data"] | 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": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integ... | {"nom" : "Seilhan", "circ" : "8\u00e8me circonscription", "dpt" : "Haute-Garonne", "inscrits" : 192, "abs" : 106, "votants" : 86, "blancs" : 2, "nuls" : 2, "exp" : 82, "res" : [{"nuance" : "SOC", "nom" : "M. Jo\u00ebl AVIRAGNET", "voix" : 42}, {"nuance" : "REM", "nom" : "M. Michel MONTSARRAT", "voix" : 40}]} | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"section": {"type": "string"}, "date": {"type": "string"}, "content": {"type": "string"}, "author": {"type": "string"}}, "required": ["section", "date", "content", "author"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"section" : "interview", "date" : "01.11.1999", "content" : "Jean-Claude Trichet is currently the governor of the Bank of France and in that capacity also is a member of the Governing Council of the European Central Bank TIME, JANUARY 11, 1999 T l", "author" : "jean-claude trichet"} | json_instruct | {"type": "object", "properties": {"section": {"type": "string"}, "date": {"type": "string"}, "content": {"type": "string"}, "author": {"type": "string"}}, "required": ["section", "date", "content", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "accd0c9b5d625b97f8ce50a1b852afe3de61325d"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"videomail-client.js" : "sha256-2UivQ7kKWtg4NMemcVa3rVsCCYyJPwEw3HD8jQQqcjU=", "videomail-client.min.js" : "sha256-YYIx1kNK32VvB/raEUsdLbE7g+nTZLcac4cTDnB5gtM="} | json_instruct | {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}... | {"schema_version" : "1.2.0", "id" : "GHSA-w5xj-x2c5-3g47", "modified" : "2022-05-02T03:32:49Z", "published" : "2022-05-02T03:32:49Z", "aliases" : ["CVE-2009-2204"], "details" : "Unspecified vulnerability in the CoreTelephony component in Apple iPhone OS before 3.0.1 allows remote attackers to execute arbitrary code, ob... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", ... | {"id" : "2006", "provinceId" : "91", "regencyId" : "03", "districtId" : "05", "name" : "Kwansu"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondar... | {"id" : "0091", "name" : "wide-grip-chin-up", "title" : "Wide Grip Chin Up", "primer" : "This variation on the basic chin up is a great exercise for people who rock climb.", "type" : "isolation", "primary" : ["trapezius"], "secondary" : ["trapezius", "biceps brachii"], "equipment" : ["body", "pull-up bar"], "steps" : [... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "primer": {"type": "string"}, "type": {"type": "string"}, "primary": {"type": "array", "items": {"type": "string"}}, "secondary": {"type": "array", "items": {"type": "string"}}, "equipment": {"type": "ar... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513327100000", "\u65b0\u90fd\u9547", "4", "1"], ["513327101000", "\u6731\u502d\u9547", "4", "1"], ["513327102000", "\u65af\u6728\u9547", "4", "1"], ["513327200000", "\u6ce5\u5df4\u4e61", "4", "1"], ["513327201000", "\u96c5\u5fb7\u4e61", "4", "1"], ["513327202000", "\u6d1b\u79cb\u4e61", "4", "1"], ["513327204000", "\... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": ... | {"asset" : {"format" : "jpg", "id" : "535ac68ab219254bbfb3e5fe84c5fd91", "name" : "05102009119.jpg", "path" : "file:/Users/michaeltang/Downloads/TrainYourOwnTOLO/Data/Source%20Images/Training_Images/05102009119.jpg", "size" : {"width" : 1600, "height" : 1200}, "state" : 2, "type" : 1}, "regions" : [{"id" : "slo2-tt9F",... | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "heig... |
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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"ty... | {"name" : "workflow-es-mysql", "version" : "1.0.0", "description" : "MySQL provider for Workflow ES", "main" : ".build/src/index.js", "typings" : "./build/src/index.d.ts", "scripts" : {"build" : "tsc", "pretest" : "docker pull mysql && docker run -p 3308:3306 --name workflow-es-tests -e MYSQL_ROOT_PASSWORD=test-passwor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "horizon-net", "version" : "1.0.0", "description" : "This is the implementation of our CVPR'19 \"[ HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation](https://arxiv.org/abs/1901.03861)\" ([project page](https://sunset1995.github.io/HorizonNet/)).", "main" : "index.js", ... | 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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "firebase/php-jwt": {"type": "str... | {"description" : "QSS Judge Application", "name" : "qss-judge", "type" : "project", "license" : "MIT", "require" : {"php" : ">=5.6.23", "firebase/php-jwt" : "4.0.0", "phpmailer/phpmailer" : "~5.2"}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "firebase/php-jwt": {"type": "string"}, "phpmailer/phpmailer": {"type": "string"}}, "require... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {... | {"name" : "Horizon Red Ale", "abv" : 5.7, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "summit_brewing", "updated" : "2010-07-22 20:00:20", "description" : "A richer shade of Red. Summit has artfully crossed the boundaries of traditional IPA and Amber styles to create a brew all our own. Featuri... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1d31de637299a6c0ef18c9124a2aa470456d0589"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "address": {"type": "string"}, "sequence": {"type": "integer"}, "id": {"type": "string"}, "specification": {"type": "object", "properties": {"checkID": {"type": "string"}}, "required": ["ch... | {"type" : "checkCancel", "address" : "chKrHT7Ju5YVnDm5vohjrRGr77bRXFPrPi", "sequence" : 6, "id" : "B4105D1B2D83819647E4692B7C5843D674283F669524BD50C9614182E3A12CD4", "specification" : {"checkID" : "6EE1727598693635183A3D967342A46C739FC06F973CA6A3277A92E8D997E7A8"}, "outcome" : {"result" : "tesSUCCESS", "timestamp" : "2... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "address": {"type": "string"}, "sequence": {"type": "integer"}, "id": {"type": "string"}, "specification": {"type": "object", "properties": {"checkID": {"type": "string"}}, "required": ["checkID"]}, "outcome": {"type": "object", "properties": {"result": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"wiki": {"type": "array", "items": {}}, "create_time": {"type": "number"}}, "required": ["wiki", "create_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"wiki" : [], "create_time" : 1427249007.04229} | json_instruct | {"type": "object", "properties": {"wiki": {"type": "array", "items": {}}, "create_time": {"type": "number"}}, "required": ["wiki", "create_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "address": {"type": "string"}, "mobilePhone": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstName", "lastName", "... | [{"firstName" : "testfirstname 1", "lastName" : "testlastname 1", "address" : "testaddress 1", "mobilePhone" : "testmobphone 1", "email" : "testemail 1"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "address": {"type": "string"}, "mobilePhone": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstName", "lastName", "address", "mobilePhone", "email"]}, "$schema": "http://json... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"name" : "NAREMAN", "frequency" : 0, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}... | [{"postal_code" : "64050", "place_name" : "Jard\u00edn", "place_type" : "Colonia", "county" : "Monterrey", "state" : "Nuevo Le\u00f3n", "city" : "Monterrey"}, {"postal_code" : "64050", "place_name" : "Jardines del Cerro", "place_type" : "Colonia", "county" : "Monterrey", "state" : "Nuevo Le\u00f3n", "city" : "Monterrey... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "array", "items": {"type": "object", "properties": {"@lang": {"type": "s... | {"deprecated" : "false", "authority-code" : "PSC", "identifier" : "PSC", "about" : "http://publications.europa.eu/resource/authority/language/PSC", "prefLabel" : [{"@lang" : "en", "#text" : "Persian Sign Language"}, {"@lang" : "fi", "#text" : "persialainen viittomakieli"}, {"@lang" : "fr", "#text" : "langue des signes ... | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "array", "items": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lan... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": ... | {"private" : true, "name" : "todo-api", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index"}, "keywords" : [], "author" : "", "license" : "MIT", "dependencies" : {"@lukeed/uuid" : "^2.0.0", "body-parser" : "^1.19.0", "cors" : "^2.8.5", "polka" : "^0.5.2"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "it... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "netherite_plus:crafting_special_netheriteshulkerboxcoloring"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"... | {"citations" : [{"textCitation" : "[See sbi1v on Metamath](http://us.metamath.org/mpegif/sbi1v.html)"}], "names" : ["sbi1v"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wsb--1", "#T_vy", "#T_wsb--2", "#T_vx", "#T_wsb--3", "#T_wph", "#T_wi", "#T_wps", "#T_wi", "#T_wsb--1", "#T_vy", "#T_wsb--2", "#T_vx", "#T_ws... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"TalkerAndDoer": {"type": "array", "items": {"type": "string"}}}, "required": ["TalkerAndDoer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"TalkerAndDoer" : ["TheFace", "DoingItForTheArt", "OddCouple", "OddFriendship", "RedOniBlueOni", "AloofLeaderAffableSubordinate", "BrotherSisterTeam", "GadgeteerGenius", "InsufferableGenius", "BasedOnATrueStory", "RealLife", "CompositeCharacter", "TroubledButCute", "PoliceProcedural", "PlayerCharacter", "SidequestSide... | json_instruct | {"type": "object", "properties": {"TalkerAndDoer": {"type": "array", "items": {"type": "string"}}}, "required": ["TalkerAndDoer"], "$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": "integer"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "h... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [647, 227, 1, 645, 257, 1, 607, 257, 1, 558, 261, 1, 523, 241, 1, 679, 257, 1, 725, 266, 1, 742, 272, 1, 620, 368, 1, 597, 450, 1, 577, 521, 1, 671, 369, 1, 693, 451, 1, 715, 517, 1, 637, 222, 1, 650, 223, 1, 629, 223, 1, 662, 224, 1], "face_keypoints_2d" : [], "hand... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "ha... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"command": {"type": "string"}, "version": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "isShellCommand": {"type": "boolean"}, "showOutput": {"type": "string"}, "suppressTaskName": {"type": "boolean"... | {"command" : "\"C:/Program Files (x86)/Inno Setup 5/iscc.exe\"", "version" : "1.0.3", "args" : ["${file}"], "isShellCommand" : false, "showOutput" : "always", "suppressTaskName" : true, "echoCommand" : false, "group" : {"kind" : "build", "isDefault" : true}} | json_instruct | {"type": "object", "properties": {"command": {"type": "string"}, "version": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "isShellCommand": {"type": "boolean"}, "showOutput": {"type": "string"}, "suppressTaskName": {"type": "boolean"}, "echoCommand": {"type": "boolean"}, "group": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"conversion_target": {"type": "string"}}, "required": ["conversion_target"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"conversion_target" : "NORMALIZED_HTML"} | json_instruct | {"type": "object", "properties": {"conversion_target": {"type": "string"}}, "required": ["conversion_target"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"bottom": {"type": "number"}, "top": {"type": "numb... | {"frame_id" : 3220, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"bottom" : 0.8009, "top" : 0.513479, "right" : 0.436727, "class" : "person", "left" : 0.267503}], "p_voice" : "0"} | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"bottom": {"type": "number"}, "top": {"type": "number"}, "right": {"type": "number"}, "class": {"type": "string"}, "left":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type... | {"name" : "enl/flysystem-cloudinary", "description" : "Cloudinary adapter for Flysystem.", "license" : "MIT", "authors" : [{"name" : "Alex Panshin", "email" : "deadyaga@gmail.com"}], "require" : {"php" : ">=5.4.0", "ext-fileinfo" : "*", "league/flysystem" : "^1.0.26", "cloudinary/cloudinary_php" : "^1.8.0"}, "require-d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "port", "use... | [{"host" : "< MySQL Hostname >", "port" : "< MySQL Port >", "user" : "< MySQL Username >", "password" : "< MySQL Password >", "database" : "< MySQL Databasename >"}, {"host" : "< MySQL Hostname >", "port" : "< MySQL Port >", "user" : "< MySQL Username >", "password" : "< MySQL Password >", "database" : "< MySQL Databas... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "port", "user", "password", "database"]}, "$schema": "http://json-schema.org/draft-07/sch... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "o... | {"name" : "turbox-snippets", "displayName" : "Turbox Snippets", "version" : "1.0.7", "description" : "Code snippets for Turbox", "author" : "feifan <darknight3@vip.qq.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/turbox3d/turbox.git"}, "scripts" : {"deploy" : "npx vsce publis... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "str... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"papaparse.js": {"type": "string"}, "papaparse.min.js": {"type": "string"}}, "required": ["papaparse.js", "papaparse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"papaparse.js" : "sha256-KbJO2vbmvf/Siu4CfrqoeVj4zX2rdus7xk9WZyVUZeQ=", "papaparse.min.js" : "sha256-74nLpVjBFhrHYX0gtqfvM+OpHD0lVTjffvG8FnA4e6o="} | json_instruct | {"type": "object", "properties": {"papaparse.js": {"type": "string"}, "papaparse.min.js": {"type": "string"}}, "required": ["papaparse.js", "papaparse.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "stri... | {"name" : "XYBadge", "version" : "0.0.1", "summary" : "a custom message badge", "description" : "a custom message badge.", "homepage" : "https://github.com/cryboyofyu/XYBadge.git", "license" : {"type" : "MIT", "file" : "FILE_LICENSE"}, "authors" : {"LV" : "cryboyofyu@gmail.com"}, "platforms" : {"ios" : "7.0"}, "source"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"reactive-coffee.js": {"type": "string"}, "reactive-coffee.min.js": {"type": "string"}}, "required": ["reactive-coffee.js", "reactive-coffee.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"reactive-coffee.js" : "sha256-iDtw2ocyJCyMeHu9HqtY2gqs7qaAGbC8LHoR6kv3Xo8=", "reactive-coffee.min.js" : "sha256-pHTSMHA7/Xw5gKoO/XKM/POYNIcr/WWfkQiSkZ79v1Q="} | json_instruct | {"type": "object", "properties": {"reactive-coffee.js": {"type": "string"}, "reactive-coffee.min.js": {"type": "string"}}, "required": ["reactive-coffee.js", "reactive-coffee.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Laravel Micro Manager", "tagline" : "Oversee jobs you have put into the queue. Track status, completion % and other job information in real time.", "body" : "# Laravel Micro Manager\r\n\r\nOversee jobs you have put into the queue. Track status, completion % and other job information in real time.\r\n[![Style... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"include": {"type": "boolean"}, "lastmod": {"type": "boolean"}, "changefreq": {"type": "string"}, "priority": {"type": "number"}}, "required": ["include", "lastmod", "changefreq", "priority"], "$schema": "http://js... | {"include" : true, "lastmod" : true, "changefreq" : "always", "priority" : 0.5} | json_instruct | {"type": "object", "properties": {"include": {"type": "boolean"}, "lastmod": {"type": "boolean"}, "changefreq": {"type": "string"}, "priority": {"type": "number"}}, "required": ["include", "lastmod", "changefreq", "priority"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProd... | {"userId" : 92699, "cartId" : "0669b326-936c-4173-9642-2770ddfd24e3", "preferredProducts" : [3023, 3859, 2608, 902, 2498, 4205, 3858], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "... | {"id" : 3273, "surahNumber" : "028", "ayatNumber" : "021", "arabic" : "\u0641\u064e\u062e\u064e\u0631\u064e\u062c\u064e \u0645\u0650\u0646\u0652\u0647\u064e\u0627 \u062e\u064e\u0627\u0626\u0650\u0641\u064b\u0627 \u064a\u064e\u062a\u064e\u0631\u064e\u0642\u0651\u064e\u0628\u064f \u06d6 \u0642\u064e\u0627\u0644\u064e \u0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["../../protos/google/cloud/talent/v4beta1/company_service.proto"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type"... | {"id" : "0c88850a85acdd8e9bef6c7732ea7d95", "name" : "Sonstige Forderungen an Finaz\u00e4mter & BA", "type" : "Forderung", "code" : "0877-0883", "sort-code" : 9999, "description" : "Sonstige Forderungen an Finaz\u00e4mter und Bundesagentur f\u00fcr Arbeit", "categories" : ["0700 Sonstige Verm\u00f6gensgegenst\u00e4nde"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCat... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"CREATE_CHANNEL_MEDIA_LINK": {"type": "string"}, "CREATE_GROUP_MEDIA_LINK": {"type": "string"}, "DELETE_GROUP_MEDIA_LINK": {"type": "string"}, "RECALL_MSG_MEDIA_LINK": {"type": "string"}, "USE_STICKERS_MEDIA_LINK": {"type": "st... | {"CREATE_CHANNEL_MEDIA_LINK" : "https://youtu.be/RjKEoXE9lxg", "CREATE_GROUP_MEDIA_LINK" : "https://youtu.be/x3Whu4AJT6k", "DELETE_GROUP_MEDIA_LINK" : "https://youtu.be/g-__ARL1gng", "RECALL_MSG_MEDIA_LINK" : "https://youtu.be/QW3jwOigpsM", "USE_STICKERS_MEDIA_LINK" : "https://youtu.be/qrjQYQVJ1ak", "DOWNLOAD_STICKERS_... | json_instruct | {"type": "object", "properties": {"CREATE_CHANNEL_MEDIA_LINK": {"type": "string"}, "CREATE_GROUP_MEDIA_LINK": {"type": "string"}, "DELETE_GROUP_MEDIA_LINK": {"type": "string"}, "RECALL_MSG_MEDIA_LINK": {"type": "string"}, "USE_STICKERS_MEDIA_LINK": {"type": "string"}, "DOWNLOAD_STICKERS_MEDIA_LINK": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "deep_trenches:block/orhpris_slab"} | 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": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "e... | {"Update" : "2020-03-23 15:28:16", "answer" : ["B"], "category" : "saa", "choices" : ["A.HTTP", "B.HTTPS", "C.SFTP", "D.FTP "], "detail" : "A company is using S3 as their data store and as a security measure want the data to be encrypted in transit. What can help the company achieve the same?", "explanation" : ["Correc... | json_instruct | {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type":... |
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"}, "module": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object"... | {"name" : "parse-prometheus-text-format", "version" : "1.1.0", "description" : "Parses Prometheus text format into JavaScript objects", "main" : "dist/parse-prometheus-text-format.cjs.js", "module" : "dist/parse-prometheus-text-format.esm.js", "browser" : "dist/parse-prometheus-text-format.umd.js", "scripts" : {"test" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "bench": {"type": "string"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dba5098f7a14a9082183a38cce06f414b4b32302"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "string"}}, "extendORImplementFiles": {"type": "array", "items": {}}, "package": {"type": "array", "items": {"type": "string"}}, "import": {"type": "array", "items": {... | {"variables" : ["guid_Data1", "guid_Data2", "guid_Data3", "guid_Data4", "lcid", "dwReserved", "memidConstructor", "memidDestructor", "lpstrSchema", "cbSizeInstance", "typekind", "cFuncs", "cVars", "cImplTypes", "cbSizeVft", "cbAlignment", "wTypeFlags", "wMajorVerNum", "wMinorVerNum", "tdescAlias_unionField", "tdescAlia... | json_instruct | {"type": "object", "properties": {"variables": {"type": "array", "items": {"type": "string"}}, "extendORImplementFiles": {"type": "array", "items": {}}, "package": {"type": "array", "items": {"type": "string"}}, "import": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "methodsBody": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe... | [{"namaKab" : "BIREUEN", "originalFilename" : "dapil 5 ishak yusuf 010.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 90953, "noUrut" : 1, "nama" : "ISHAK YUSUF, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BIREUEN", "originalFilename" : "dapil 5 suriya yunus 009.jpg", "namaPartai" : "PARTAI AMANAT N... | 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", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"algoliasearch.angular.js": {"type": "string"}, "algoliasearch.angular.min.js": {"type": "string"}, "algoliasearch.jquery.js": {"type": "string"}, "algoliasearch.jquery.min.js": {"type": "string"}, "algoliasearch.js": {"type... | {"algoliasearch.angular.js" : "sha256-6bLg+XrOgX2sWF0i31SNV63XidXC0jMkFNCz0l4wVqg=", "algoliasearch.angular.min.js" : "sha256-XT6YCA0wUyKIn3gSh7AF6aJj/FyVJpxYSNMS/ym0WaU=", "algoliasearch.jquery.js" : "sha256-1INSaWHCwi3E9QZlH3wmKh4ZseUsVlLIFHnI6eCOWJ0=", "algoliasearch.jquery.min.js" : "sha256-2YJMUkAvRxLRAf7IBuPwqIhE... | json_instruct | {"type": "object", "properties": {"algoliasearch.angular.js": {"type": "string"}, "algoliasearch.angular.min.js": {"type": "string"}, "algoliasearch.jquery.js": {"type": "string"}, "algoliasearch.jquery.min.js": {"type": "string"}, "algoliasearch.js": {"type": "string"}, "algoliasearch.min.js": {"type": "string"}, "alg... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "userName": {"type": "string"}, "gender": {"type": "integer"}, "birthday": {"type": "string"}, "userType": {"type": "integer"}}, "required": ["id", "userNa... | [{"id" : 6, "userName" : "\u53f2\u745e\u514b", "gender" : 1, "birthday" : "1977-11-12", "userType" : 3}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "userName": {"type": "string"}, "gender": {"type": "integer"}, "birthday": {"type": "string"}, "userType": {"type": "integer"}}, "required": ["id", "userName", "gender", "birthday", "userType"]}, "$schema": "http://json-schema.org/d... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "... | {"slug" : "unlimited_number", "name" : "Unlimited Number Field", "latest_version" : "1.x-dev", "last_updated" : "2018-03-28T17:22:19.539Z", "vulnerabilities" : null} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"note": {"type": "string"}, "paths": {"type": "object", "properties": {"components": {"type": "object", "properties": {"atoms": {"type": "string"}, "molecules": {"type": "string"}, "organisms": {"type": "string"}, "templates": {"... | {"note" : "DO NOT MODIFY THIS FILE", "paths" : {"components" : {"atoms" : "<projectDir>/src/components/atoms", "molecules" : "<projectDir>/src/components/molecules", "organisms" : "<projectDir>/src/components/organisms", "templates" : "<projectDir>/src/components/templates", "pages" : "<projectDir>/src/components/pages... | json_instruct | {"type": "object", "properties": {"note": {"type": "string"}, "paths": {"type": "object", "properties": {"components": {"type": "object", "properties": {"atoms": {"type": "string"}, "molecules": {"type": "string"}, "organisms": {"type": "string"}, "templates": {"type": "string"}, "pages": {"type": "string"}}, "required... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "propert... | {"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" : {"c7__hollandgirl" : {"title" : "C7__HOLLANDGIRL", "channel_id" : 59774109, "lin... | 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": {"c7__hollandgirl": {"type": "object", "properties": {"title": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vscode": {"type": "string"}, "jre": {"type": "string"}, "jdk": {"type": "string"}, "vlc": {"type": "string"}, "teamviewer": {"type": "string"}}, "required": ["vscode", "jre", "jdk", "vlc", "teamviewer"], "$schema": "... | {"vscode" : "https://code.visualstudio.com/download", "jre" : "https://www.oracle.com/java/technologies/javase-jre8-downloads.html", "jdk" : "https://www.oracle.com/java/technologies/javase-jdk15-downloads.html", "vlc" : "https://www.videolan.org/vlc/", "teamviewer" : "https://www.teamviewer.com/en/download/"} | json_instruct | {"type": "object", "properties": {"vscode": {"type": "string"}, "jre": {"type": "string"}, "jdk": {"type": "string"}, "vlc": {"type": "string"}, "teamviewer": {"type": "string"}}, "required": ["vscode", "jre", "jdk", "vlc", "teamviewer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"gitbook": {"type": "string"}, "title": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"github": {"type": "object", "properties": {"... | {"gitbook" : "3.2.2", "title" : "Misago Documentation", "plugins" : ["github", "anchorjs"], "pluginsConfig" : {"github" : {"url" : "https://github.com/rafalp/Misago-Docs/"}}, "root" : "./docs", "variables" : {"django_version" : "1.11"}} | json_instruct | {"type": "object", "properties": {"gitbook": {"type": "string"}, "title": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"github": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["github"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1204030030", "district_id" : "1204030", "name" : "KALANGAN INDAH"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "EFortCustomGender", "values" : ["Invalid", "Male", "Female", "Both", "EFortCustomGender_MAX"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.