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": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"typ... | {"media_id" : "77492462", "local_id" : "NV066\n", "title" : "File:\u00c5ke_Wallgren_in_Siegfried_at_Kungliga_Operan_1905_-_SMV_-_NV066.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/\u00c5ke_Wallgren_in_Siegfried_at_Kungliga_Operan_1905_-_SMV_-_NV066.tif/500px-\u00c5ke_Wallgren_in_Siegfr... | json_instruct | {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["tra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"step": {"type": "object", "properties": {"maneuver": {"type": "object", "properties": {"type": {"type": "string"}, "modifier": {"type": "string"}}, "required": ["type", "modifier"]}, "name": {"type": "string"}}... | {"step" : {"maneuver" : {"type" : "continue", "modifier" : "slight right"}, "name" : "Way Name"}, "instructions" : {"de" : "Leicht rechts weiter auf Way Name", "en" : "Continue slightly right onto Way Name", "fr" : "Continuer l\u00e9g\u00e8rement \u00e0 droite sur Way Name", "nl" : "Rechts aanhouden naar Way Name", "ru... | json_instruct | {"type": "object", "properties": {"step": {"type": "object", "properties": {"maneuver": {"type": "object", "properties": {"type": {"type": "string"}, "modifier": {"type": "string"}}, "required": ["type", "modifier"]}, "name": {"type": "string"}}, "required": ["maneuver", "name"]}, "instructions": {"type": "object", "pr... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "vanderpumprules", "author" : "tomfoolery_69", "count" : 21} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type"... | {"0-9" : "0", "10-19" : "1", "20-29" : "13", "30-39" : "33", "40-49" : "78", "50-59" : "187", "60-69" : "412", "70-79" : "637", "80+" : "1,183"} | json_instruct | {"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"patthana24.12:0.1": {"type": "string"}, "patthana24.12:0.2": {"type": "string"}, "patthana24.12:0.3": {"type": "string"}, "patthana24.12:1.1": {"type": "string"}, "patthana24.12:2.1": {"type": "string"}, "pat... | {"patthana24.12:0.1" : "<article id='patthana24.12'><header><ul><li class='division'>{}</li>", "patthana24.12:0.2" : "<li class='subdivision'>{}</li></ul>", "patthana24.12:0.3" : "<h1>{}</h1></header>", "patthana24.12:1.1" : "<p>{}</p>", "patthana24.12:2.1" : "<p>{}</p>", "patthana24.12:3.1" : "<p>{}</p>", "patthana24.... | json_instruct | {"type": "object", "properties": {"patthana24.12:0.1": {"type": "string"}, "patthana24.12:0.2": {"type": "string"}, "patthana24.12:0.3": {"type": "string"}, "patthana24.12:1.1": {"type": "string"}, "patthana24.12:2.1": {"type": "string"}, "patthana24.12:3.1": {"type": "string"}, "patthana24.12:4.1": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "... | [{"FIELD1" : 2244, "key" : "Kepler-1257_b", "star_name" : "Kepler-1257", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 2.66831376, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 5502, "star_radius" : 0.87, "planet_temp" : "NA", "radius" : 1.52, "discovery_ye... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "bornAt": {"type": "string"}, "geography": {"type": "string"}, "politicalEntity": {"type": "string"}, "type": {"type": "string"}, "needs": {"ty... | {"status" : "Alpha", "thumbnailUrl" : "", "bornAt" : "BetaNYC Hacknights", "geography" : "NYC", "politicalEntity" : "NYC DOE", "type" : "Web App", "needs" : [{"need" : "Web Designer"}, {"need" : "OpenStreetMap Dev"}, {"need" : "Javascript Dev"}], "categories" : [{"category" : "Education"}]} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "bornAt": {"type": "string"}, "geography": {"type": "string"}, "politicalEntity": {"type": "string"}, "type": {"type": "string"}, "needs": {"type": "array", "items": {"type": "object", "properties": {"need": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "imgsrc": {"type": "string"}, "description": {"type": "string"}, "officers": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "string"}, "name": {"type":... | {"name" : "Fair Trade Club", "imgsrc" : "FairTrade.jpg", "description" : "Fair Trade Club promotes ethical sourcing and ethical consumption.", "officers" : [{"position" : "President", "name" : "kykemet@cps.edu"}, {"position" : "Advisor", "name" : "Anne-Michele Boyle"}], "announcements" : [{"title" : "Meetings", "descri... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "imgsrc": {"type": "string"}, "description": {"type": "string"}, "officers": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "string"}, "name": {"type": "string"}}, "required": ["position", "name"]}}, "announcements": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_full_name": {"type": "string"}, "repo_owner": {"type": "string"}, "repo_description": {"type": "null"}, "repo_private": {"type": "boolean"}, "repo_fork": {"type": "boolean"}, "s... | {"repo_name" : "fetchq", "repo_full_name" : "marcopeg/fetchq", "repo_owner" : "marcopeg", "repo_description" : null, "repo_private" : false, "repo_fork" : false, "schemas" : [{"name" : "schema.gql", "path" : "rest-client/src/routes/graphql/schema.gql", "sha" : "ddcca87dfd1350018388d84500232c6cd851e498", "url" : "https:... | json_instruct | {"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_full_name": {"type": "string"}, "repo_owner": {"type": "string"}, "repo_description": {"type": "null"}, "repo_private": {"type": "boolean"}, "repo_fork": {"type": "boolean"}, "schemas": {"type": "array", "items": {"type": "object", "properties": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "optimizer": {"type": "object", "properties": {"_typ... | {"lr" : {"_type" : "choice", "_value" : [0.1, 0.01, 0.001, 0.0001]}, "optimizer" : {"_type" : "choice", "_value" : ["SGD", "Adadelta", "Adagrad", "Adam", "Adamax"]}, "model" : {"_type" : "choice", "_value" : ["vgg", "resnet18", "googlenet", "densenet121", "mobilenet", "dpn92", "senet18"]}} | json_instruct | {"type": "object", "properties": {"lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "optimizer": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "integer"}, "type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "properties": {"type": "... | {"name" : "PhantomMembrane", "rarity" : 70, "type" : "LEATHER", "ingredient" : {"item" : "minecraft:phantom_membrane"}, "properties" : {"attributes" : [{"type" : "DURABILITY", "order" : "BASE", "operation" : "ADDITION", "value" : 200.0}, {"type" : "RARITY", "order" : "BASE", "operation" : "ADDITION", "value" : 65}], "p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "integer"}, "type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "properties": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["rootDir", "outDir", ... | {"extends" : "../../tsconfig.json", "compilerOptions" : {"rootDir" : "./http", "outDir" : "./http", "sourceMap" : true}, "references" : [{"path" : "../../packages/drizzle-core", "prepend" : false}, {"path" : "../../packages/drizzle-undici", "prepend" : false}, {"path" : "../../packages/drizzle-logging-interceptor", "pr... | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["rootDir", "outDir", "sourceMap"]}, "references": {"type": "array", "items": {"type": "object... |
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" : "5320020003", "district_id" : "5320020", "name" : "LEDEAE"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "ar... | {"stem" : "record", "instances" : [{"docId" : "about_index", "docUri" : "about/index.html", "score" : 2, "contexts" : [{"form" : "records", "context" : "...starts with making standardized image files and metadata <mark>records</mark> and builds around them, handling canonical information,...", "weight" : 1, "pos" : 160... | json_instruct | {"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "array", "items": {"type": "object", "properties": {"form": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"expo": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "infoPlist": {"type": "object", "properties": {"NSAppTransportSecurity": {"type": "object", "properties": {"NSExceptionDomains": {"type": "ob... | {"expo" : {"sdkVersion" : "27.0.0", "infoPlist" : {"NSAppTransportSecurity" : {"NSExceptionDomains" : {"localhost" : {"NSTemporaryExceptionAllowsInsecureHTTPLoads" : true}}}}}} | json_instruct | {"type": "object", "properties": {"expo": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "infoPlist": {"type": "object", "properties": {"NSAppTransportSecurity": {"type": "object", "properties": {"NSExceptionDomains": {"type": "object", "properties": {"localhost": {"type": "object", "properties": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ng-ckeditor.js": {"type": "string"}, "ng-ckeditor.min.js": {"type": "string"}}, "required": ["ng-ckeditor.js", "ng-ckeditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng-ckeditor.js" : "sha512-dNP8ha2RDSz+pfqCoJTtbhZheir2OBBiE+iH1uMMgPiVUEsBys1js8Sp2gF5H91S18Mz+tP7DwXULYRdDRZWVA==", "ng-ckeditor.min.js" : "sha512-8+9cEv4xMNTHi8zqaAJ4uVh/OFtk9jEq5npKRJ2D/+vSA0/SihT+x14tjZku6aRh/09PaOfuCkN81w67Je5HDg=="} | json_instruct | {"type": "object", "properties": {"ng-ckeditor.js": {"type": "string"}, "ng-ckeditor.min.js": {"type": "string"}}, "required": ["ng-ckeditor.js", "ng-ckeditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "f": {"t... | {"type" : "minecraft:crafting_shaped", "pattern" : ["psp", "sfs", "prp"], "key" : {"p" : {"item" : "technocracy.foundation:boiler_wall"}, "f" : {"item" : "technocracy.foundation:advanced_machine_frame"}, "s" : {"type" : "forge:ore_dict", "ore" : "sheetBronze"}, "r" : {"type" : "forge:ore_dict", "ore" : "dustRedstone"}}... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "f": {"type": "object", "properties": {"item": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type... | {"name" : "Toyama", "npatients" : 4793, "ncurrentpatients" : 45, "nexits" : 4698, "ndeaths" : 50, "lastUpdate" : "2021-09-30", "src_url" : "http://opendata.pref.toyama.jp/dataset/covid19/resource/85d4c612-c174-4f73-be63-f8512d25361a", "url_opendata" : "http://opendata.pref.toyama.jp/files/covid19/20200403/toyama_counts... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu... | {"nom" : "Ballore", "circ" : "2\u00e8me circonscription", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 79, "abs" : 28, "votants" : 51, "blancs" : 0, "nuls" : 0, "exp" : 51, "res" : [{"nuance" : "LR", "nom" : "Mme Josiane CORNELOUP", "voix" : 36}, {"nuance" : "REM", "nom" : "M. Vincent CHAUVET", "voix" : 15}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "int... | [{"results" : [{"tech" : 2, "pts" : 10, "connections" : 5151, "capacity" : 8123, "investments" : 11149}, {"tech" : 1, "pts" : 64, "connections" : 63522, "capacity" : 52936, "investments" : 6265819}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["alert-circle", "brewsh", "apple", "checked", "close", "checkmark", "copy", "community", "cloud", "credit-card", "camera", "directory", "delete", "cloudflare", "down", "edit", "divider", "cross", "dropdown", "emoji", "fullscreen", "file", "fullscreen-close", "arrow-double", "external-link", "github-now", "arrow", "add... | 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": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1169.0, 2338.0, 3507.0, 4676.0, 5845.0, 7014.0, 8183.0, 9352.0, 10521.0, 11690.0, 12859.0, 14028.0, 15197.0, 16366.0, 17535.0, 18704.0, 19873.0, 21042.0, 22211.0, 23380.0, 24549.0, 25718.0, 26887.0, 28056.0, 29225.0, 30394.0, 31563.0, 32732.0, 33901.0, 35070.0, 36239.0, 37408.0, 38577.0, 39746.0, 40915.0, 42084.0, 43... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "x... | {"derivation" : "masculine plural of passive participle of H3913 (\u05dc\u05b8\u05d8\u05b7\u05e9\u05c1); hammered (i.e. oppressed) ones;", "pron" : "let-oo-sheem'", "outline" : "<span class=\"literal-meaning\">Letushim = "hammered"</span><ol><li> the 2nd son of Dedan, grandson of Jokshan, great grandson of Ab... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "u... | {"created_at" : 1543337390, "tags" : [], "title" : "\u6570\u7ec4\u52a0\u80a5", "updated_at" : 1543337397, "uuid" : "30758114-5CC1-40D2-8C2F-1DF333EB6B87"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Generalized group sparse classifiers with application in fMRI brain decoding.", "fields" : ["voxel", "contextual image classification", "functional magnetic resonance imaging", "curse of dimensionality", "lasso"], "abstract" : "The perplexing effects of noise and high feature dimensionality greatly complica... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "timestamp": {"type": "integer"}, "path": {"type": "string"}, "schemas": {"type": "object", "properties": {"CSAS_TS_0.KsqlTopic.Source": {"type": "string"}, "CSAS_TS_0.TS": {"type": "str... | {"version" : "6.0.0", "timestamp" : 1589910891486, "path" : "query-validation-tests/stringtimestamp.json", "schemas" : {"CSAS_TS_0.KsqlTopic.Source" : "STRUCT<ID BIGINT, NAME VARCHAR, TIMESTAMP VARCHAR> NOT NULL", "CSAS_TS_0.TS" : "STRUCT<ID BIGINT, TS BIGINT> NOT NULL"}, "testCase" : {"name" : "string to timestamp", "... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "timestamp": {"type": "integer"}, "path": {"type": "string"}, "schemas": {"type": "object", "properties": {"CSAS_TS_0.KsqlTopic.Source": {"type": "string"}, "CSAS_TS_0.TS": {"type": "string"}}, "required": ["CSAS_TS_0.KsqlTopic.Source", "CSAS_TS_0.TS"]}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Salt and pepper both sides of pork shank sections.", "Heat oil and butter in a heavy pot over high heat. Brown pork until it gets a nice sear, 3 or 4 minutes per side. Transfer pork to a plate; reduce heat to medium. Add onions, carrots, and celery to pot. Sprinkle with salt. Cook and stir until onion... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 404376175, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "81f1598c7c08dedec3c2bde1cdc3a981", "wof:id" : 404376175, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.25556, 46.04, 3.25556, 46.04], "geometry" : {"coordinates" : [3.... | 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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.050307444501398, 49.92649281675652]}, "properties" : {"TIMESTAMP UTC" : "2020-08-19T10:27:12", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":... | {"id" : 126146, "info" : {"name" : "DLH.net Anti Facebook", "description" : "Shows \"Get the game\" buttons on DLH.net without the need to Like", "additionalInfo" : null, "format" : "uso", "category" : "dlh", "createdAt" : "2016-03-30T11:14:21.000Z", "updatedAt" : "2016-03-30T11:14:21.000Z", "license" : "NO-REDISTRIBUT... | 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": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 431, "date" : "2019-12-31 18:28:24", "user" : "FHR", "post" : "**Happy Holidays everyone!**\r\n\r\nSkylonHost has been offering KVM based cloud servers for almost 2 years now, we decided we can do a New Year's Eve special this time around.\r\n\r\nLet's stop with the blabber and get straight to the deal, shall w... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "... | {"domain" : "game1p.com", "title" : "", "type" : "", "license" : "\u4eacICP\u590708003486\u53f7-13", "name" : "1P\u73a9\u5bb6\u7f51", "homepage" : "www.game1p.com", "audit" : "\u672a\u77e5", "director" : "", "pre-approval" : "", "updated" : 1477480341} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "prepared", "long" : "<i>Meaning:</i> \"prepared\"; by implication, \"skilful\"; feminine plural the \"future\"; also \"treasure\".<br/><i>Usage:</i> things that shall come, ready, treasures.<br/><i>Source:</i> from \"H6257\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Jane Doe": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}, "John Smith": {"type": "object", "properties": {"userID": {"type": "string"... | {"Jane Doe" : {"userID" : "U123", "onSuccess" : true}, "John Smith" : {"userID" : "U456", "onSuccess" : true}} | json_instruct | {"type": "object", "properties": {"Jane Doe": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}, "John Smith": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reason": {"type": "string"}, "status_code": {"type": "integer"}}, "required": ["name", "reason", "status_code"]}, "$schema": "http://json-schema.org/draft-07/... | [{"name" : "$result", "reason" : "Failed to parse branch from: foo/var@{missing-hash}", "status_code" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reason": {"type": "string"}, "status_code": {"type": "integer"}}, "required": ["name", "reason", "status_code"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"apiKey": {"type": "string"}, "searchEngineId": {"type": "string"}}, "required": ["apiKey", "searchEngineId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiKey" : "AIzaSyA_4oahL-hsZMQ-swi5zgALeAWhm0Cs0nk", "searchEngineId" : "000484819210562133431:sk2c_mepq9q"} | json_instruct | {"type": "object", "properties": {"apiKey": {"type": "string"}, "searchEngineId": {"type": "string"}}, "required": ["apiKey", "searchEngineId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDe... | [{"id" : "ab03f5e3-a867-4c15-9cc4-66004a68225e", "data" : [{"text" : "raconte ", "userDefined" : false}, {"text" : "moi", "meta" : "@sys.ignore", "userDefined" : false}, {"text" : " ", "userDefined" : false}, {"text" : "tintin", "meta" : "@story", "alias" : "story", "userDefined" : false}], "isTemplate" : false, "count... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"AZ-CAL": {"type": "string"}, "AZ-CUL": {"type": "string"}, "AZ-KAN": {"type": "string"}, "AZ-NV": {"type": "string"}, "AZ-NX": {"type": "string"}}, "required": ["AZ-CAL", "AZ-CUL", "AZ-KAN", "AZ-NV", "AZ-NX"], "$schema": "http... | {"AZ-CAL" : "C\u0259lilabad", "AZ-CUL" : "Julfa", "AZ-KAN" : "Kengerli", "AZ-NV" : "Nachitschewan", "AZ-NX" : "Nachitschewan"} | json_instruct | {"type": "object", "properties": {"AZ-CAL": {"type": "string"}, "AZ-CUL": {"type": "string"}, "AZ-KAN": {"type": "string"}, "AZ-NV": {"type": "string"}, "AZ-NX": {"type": "string"}}, "required": ["AZ-CAL", "AZ-CUL", "AZ-KAN", "AZ-NV", "AZ-NX"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type":... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 201}, "clipped" : true, "id" : "4da63c8fdf"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 465}, "clipped" : true, "id" : "f4b7102579"}]}}, "type" : "Topology", "transform... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"link": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "str... | {"link" : "string", "id" : "M26714670000011", "name" : "Export Physical Items", "description" : "Export Physical Items", "type" : {"desc" : "Manual", "value" : "MANUAL"}, "category" : {"desc" : "Normalization", "value" : "NORMALIZATION"}, "content" : {"desc" : "All Titles", "value" : "BIB_MMS"}, "schedule" : {"desc" : ... | json_instruct | {"type": "object", "properties": {"link": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "category": {"type": "object", "prope... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "For my friends in journalism -- eventually Facebook, Google and Twitter will have to push the far right off their services, per your <a href=\"https://qz.com/1329967/facebooks-fight-against-bad-content-is-as-chaotic-as-ever/\">wishes</a>. But that won't be the end of the tectonic <a href=\"https://en.wikiped... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["540629204201", "\u85cf\u66f2\u6751", "220", "0"], ["540629204202", "\u52a0\u73b2\u52a0\u4e1c\u6751", "210", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["... | {"name" : "homebridge-broadlink-rm", "version" : "3.6.18", "description" : "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge", "license" : "ISC", "scripts" : {"release" : "release-it"}, "keywords" : ["homebridge-plugin", "broadlink", "rm pro 3", "rm mini 3"], "engin... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "keywords": {"type": "array", "items": {"type": "string"}}... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json... | [{"name" : "ASUKA", "frequency" : 119, "males" : "1.680672268907563 %", "females" : "98.31932773109243 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list"... | {"user" : "Edouard DUPIN", "value" : "x", "type" : "print", "time" : 1470412108368756736, "data" : [{"type" : "type::finger", "list" : [[326.364471, 520.302979], [328.346191, 514.35199], [332.888733, 506.528625], [339.508423, 496.882141], [350.932892, 483.849609], [367.513153, 463.286316], [384.970245, 443.972107], [39... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Please provide a valid JSON object following this schema:
{"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"... | {"id" : 95640, "info" : {"name" : "vector - hide ads", "description" : "vector\u306e\u5404\u7a2e\u5e83\u544a\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002\r\n\u975e\u8868\u793a\u3068\u306a\u3063\u3066\u7a7a\u6b04\u306b\u306a\u3063\u305f\u90e8\u5206\u3092\u5207\u308a\u8a70\u3081\u307e\u3059\u3002\r\n\r\n\u53f3\u... | 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": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "color_options": {"type": "object", "properties": {"gt": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type"... | {"title" : "LHFV Current Outbreak Simulation", "color_options" : {"gt" : {"menuItem" : "genotype", "legendTitle" : "Genotype", "type" : "discrete", "key" : "genotype"}, "num_date" : {"menuItem" : "date", "legendTitle" : "Sampling date", "type" : "continuous", "key" : "num_date"}, "location" : {"type" : "discrete"}, "co... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "color_options": {"type": "object", "properties": {"gt": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}}, "required": ["menuItem", "legendTitle", "ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["4", "28", "936", "9685", "47668", "4172143141"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}, "allowed_origins": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "pat... | {"name" : "com.encootech.bottime", "description" : "Chrome call native app and sent message to app.", "path" : "\u202aD:\\Project\\Work\\DemoList\\ChromeExtensionDemo\\BotTimeNativeMessage\\bin\\Debug\\BotTimeNativeMessage.exe", "type" : "stdio", "allowed_origins" : ["chrome-extension://dadkmbefdegekemajepgpicbpkodfcdi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}, "allowed_origins": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "path", "type", "allowed_origins"], "$schema": "http://json-sch... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "... | {"name" : "@react-hookbox/event-callback__example", "homepage" : ".", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "PORT=3402 react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test", "eject" : "react-scripts eject"}, "dependencies" : {"@react-hookbox/event-callback" : "link... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "r... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Danao, Janiuay, Iloilo, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.iloilo.janiuay.danao", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_referen... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http... | {"assessment" : [{"name" : "Rehabilitation Work and Reflections", "weight" : 20}, {"name" : "Rehabilitation in the equine industry", "weight" : 15}, {"name" : "Industry lecture", "weight" : 15}, {"name" : "Online Mid-semester Exam", "weight" : 25}, {"name" : "End of semester exam", "weight" : 25}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "s... | {"name" : "GooglePlacesRow", "version" : "1.0.0", "summary" : "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature", "homepage" : "https://github.com/EurekaCommunity/GooglePlacesRow", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Mathias Claassen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema... | {"index" : 472, "redacted" : false, "hash" : 4037333056, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1924, 6], [1966, 5], [1968, 6], [1970, 5], [1984, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "test": {"type": "string"}}, "required": ["develop", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "... | {"scripts" : {"develop" : "ava --watch", "test" : "nyc ava"}, "engines" : {"node" : ">= 4.0.0"}, "name" : "natural-sort", "version" : "1.0.0", "description" : "Sorting with support for numbers, dates, unicode and more.", "contributors" : ["Tomek Wiszniewski <t.wiszniewski@gmail.com>", "TR <hello@thoras.net>"], "author"... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "test": {"type": "string"}}, "required": ["develop", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "name": {"type": "string"}, "version": {"type": "s... |
Using the following JSON schema, generate a compatible 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" : "1407051003", "district_id" : "1407051", "name" : "RANTAU SAKTI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "Addre... | {"IsRecentlyVerified" : false, "ID" : 8729, "UUID" : "9E6B4A11-F10E-4A6D-99D4-7A2D167809F0", "DataProviderID" : 15, "DataProvidersReference" : "4484", "OperatorID" : 26, "AddressInfo" : {"ID" : 8626, "Title" : "76-6353 Kuakini Hwy", "AddressLine1" : "76-6353 Kuakini Hwy", "Town" : "Kailua Kona", "StateOrProvince" : "HI... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "int... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jsonMask.js": {"type": "string"}, "jsonMask.min.js": {"type": "string"}}, "required": ["jsonMask.js", "jsonMask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonMask.js" : "sha512-cc0Efc/IbgKeugqZMP9PE0PT8uQ8la2lTscMpLKkivkgmlX8whxtC1xdBNJVj7Yza7D/FEEyhqiMQGtBTeT2Yw==", "jsonMask.min.js" : "sha512-Hljk8B/zUyWs4cs519Nyv+r3EgyhjibUY2CMrKJs4VVXdhVqWTMLmgTVvDuP8+t9H5S0QJA9EuqNXD7Gk9KI4g=="} | json_instruct | {"type": "object", "properties": {"jsonMask.js": {"type": "string"}, "jsonMask.min.js": {"type": "string"}}, "required": ["jsonMask.js", "jsonMask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "RabbitMQ": {"type": "string"}}, "required": ["DefaultConnection", "RabbitMQ"]}, "Logging": {"type": "object", "properties": {"LogL... | {"ConnectionStrings" : {"DefaultConnection" : "Data Source=.;Initial Catalog=FooDB;Integrated Security=True;", "RabbitMQ" : "amqp://rabbitmq:rabbitmq@localhost:5672"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Redis" : {"Endpoint" : "... | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "RabbitMQ": {"type": "string"}}, "required": ["DefaultConnection", "RabbitMQ"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dirs": {"type": "array", "items": {"type": "string"}}, "pkgs": {"type": "array", "items": {}}, "generated": {"type": "array", "items": {}}}, "required": ["dirs", "pkgs", "generated"], "$schema": "http://json-sc... | {"dirs" : ["/Users/mando/Github/melange-algorithms/./__tests__", "/Users/mando/Github/melange-algorithms/./src", "/Users/mando/Github/melange-algorithms/./src/graphs", "/Users/mando/Github/melange-algorithms/./src/infix", "/Users/mando/Github/melange-algorithms/./src/search", "/Users/mando/Github/melange-algorithms/./s... | json_instruct | {"type": "object", "properties": {"dirs": {"type": "array", "items": {"type": "string"}}, "pkgs": {"type": "array", "items": {}}, "generated": {"type": "array", "items": {}}}, "required": ["dirs", "pkgs", "generated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"fallback": {"type": "string"}, "color": {"type": "string"}, "author_icon": {"type": "string"}, "title": {"type": "string"}, "fields"... | {"attachments" : [{"fallback" : "Success", "color" : "good", "author_icon" : "https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2016-06-11/50082851622_ea1ea9269c3c8df6097b_132.jpg", "title" : "Success :boom:", "fields" : [{"title" : "Branch", "mrkdwn" : true, "value" : "", "short" : true}, {"title" : "Deployer", ... | json_instruct | {"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"fallback": {"type": "string"}, "color": {"type": "string"}, "author_icon": {"type": "string"}, "title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}},... | {"name" : "ngx-autosize", "version" : "1.8.4", "homepage" : "https://chrum.it/pages/ngx-autosize", "description" : "Directive that automatically adjusts textarea height to fit content", "repository" : {"type" : "git", "url" : "git+https://github.com/chrum/ngx-autosize"}, "keywords" : ["ng2", "angular", "angular2", "aut... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "arra... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"213231": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["213231"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"213231" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"213231": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["213231"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Guitom, Buug, Zamboanga Sibugay, Zamboanga Peninsula (Region IX), PH", "locale" : "ph.zamboanga-peninsula-region-ix.zamboanga-sibugay.buug.guitom", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_i... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "ob... | {"name" : "NewDemoClosedSource", "version" : "1.0.0", "summary" : "This is closed source framework example", "description" : "This is a closed source framework for cocoapods", "homepage" : "http://123.201.117.3:2494/shital.dalavi/NewDemoClosedSource", "license" : "MIT", "authors" : {"shital.dalavi" : "shital.dalavi@clo... | 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": {"shital.dalavi": {"type": "string"}}, "required": ["s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation"... | {"web" : [{"value" : ["\u91cd\u53e0", "\u53e0\u52a0", "\u9644\u52a0"], "key" : "superimpose"}, {"value" : ["\u53e0\u52a0\u7535\u8def"], "key" : "superimpose circuit"}, {"value" : ["\u53e0\u52a0\u539f\u7406"], "key" : "superimpose principle"}], "query" : "superimpose", "translation" : ["\u91cd\u53e0"], "errorCode" : "0"... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"GB": {"type": "object", "properties": {"valid": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP"... | {"GB" : {"valid" : {"ACC" : 0.7811158798283262, "F1_Score" : 0.7901234567901233, "Recall" : 0.8205128205128205, "Precision" : 0.7619047619047619, "SP" : 0.7413793103448276, "Cohen_Kappa" : 0.5620784964068546, "AUC" : 0.8173445328617742, "TP" : 96, "TN" : 86, "FP" : 30, "FN" : 21}, "test" : {"ACC" : 0.7521367521367521, ... | json_instruct | {"type": "object", "properties": {"GB": {"type": "object", "properties": {"valid": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP": {"type": "number"}, "Cohen_Kappa": {"type": "number"}, "AUC": {"type": "num... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type"... | {"id" : "4dd8b102-6b22-40b8-af27-c41de872855e", "name" : "Chelmsford", "code" : "V", "address" : {"addressLine1" : "County Hall", "addressLine2" : "Market Road", "town" : "Chelmsford", "county" : "Essex", "postcode" : "CM1 1LX"}, "organisation" : {"id" : "00782614-9301-40e4-8832-9a74cc1bbb07", "code" : "E75", "name" : ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "... | [{"VideoId" : "809b61c2-fed7-4217-9eea-9deb01889652", "DataApi" : "/Entries(guid'809b61c2-fed7-4217-9eea-9deb01889652')/", "VideoPageLink" : "/Blogs/erickingfrog/TechNet-Radio-Microsoft-Forefront-Codename-Stirling-Overview-Part-2-of-2", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "string"}, "VideoTitle": {"type": "null"}, "Author": {"type": "null"},... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["430407005008", "\u67cf\u6811\u5634\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005009", "\u4e03\u91cc\u4e95\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005010", "\u4e94\u91cc\u724c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005014", "\u6c5f\u96c1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "test:compile": {"ty... | {"name" : "@ton-contracts/surfer", "version" : "0.0.1", "main" : "index.ts", "scripts" : {"test" : "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register -r dotenv/config -t 300000 'tests/**/*.test.ts'", "compile" : "node ./compile.js", "test:compile" : "npm run compile && npm run test"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "test:compile": {"type": "string"}}, "required": ["test", "compile", "test:compile"]}, "depende... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "card": {"type": "string"}, "link": {"type": "string"}}, "required": ["price", "card", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"price" : "4599", "card" : "PNY GeForce RTX 3060 Ti 8GB XLR8 Gaming REVEL EPIC-X RGB Dual Fan (LHR) VCG3060T8LDFXPPB", "link" : "https://mediamarkt.pl/komputery-i-tablety/karta-graficzna-pny-geforce-rtx-3060-ti-8gb-xlr8-gaming-revel-epic-x-rgb-dual-fan-lhr-vcg3060t8ldfxppb"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "card": {"type": "string"}, "link": {"type": "string"}}, "required": ["price", "card", "link"]}, "$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"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string... | {"name" : "hackernews.lemonjs.org", "version" : "1.0.0", "description" : "A Lemon.js project", "author" : "shenzhen239 <support@shenzhen239.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/lemon/hackernews.lemonjs.org.git"}, "scripts" : {"build" : "lemon build", "deploy" : "lemon depl... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]... |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "7403185010", "district_id" : "7403185", "name" : "NAMBEABORU"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"placementId": {"type": "object", "properti... | {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "WideOrbit Adapter Params", "description" : "A schema which validates params accepted by the WideOrbit adapter", "type" : "object", "properties" : {"placementId" : {"type" : ["string"], "description" : "Placement id"}}, "required" : ["placementId"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"placementId": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "descripti... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511621220001", "\u5927\u77f3\u575d\u793e\u533a\u5c45\u59d4\u4f1a", "210", "0"], ["511621220201", "\u56ed\u827a\u573a\u6751\u59d4\u4f1a", "210", "0"], ["511621220202", "\u70c2\u4e95\u575d\u6751\u59d4\u4f1a", "220", "0"], ["511621220203", "\u829d\u9ebb\u5634\u6751\u59d4\u4f1a", "220", "0"], ["511621220204", "\u9162\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "weather": {"type": "string"}, "count": {"type": "integer"}}, "required": ["season", "weather", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"season" : "Winter", "weather" : "Clear", "count" : 27570}, {"season" : "Summer", "weather" : "Clear", "count" : 166556}, {"season" : "Spring", "weather" : "Clear", "count" : 90558}, {"season" : "Fall", "weather" : "Clear", "count" : 82438}, {"season" : "Winter", "weather" : "Cloudy", "count" : 56902}, {"season" : "S... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "weather": {"type": "string"}, "count": {"type": "integer"}}, "required": ["season", "weather", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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/dr... | {"symbol" : "YFFII", "name" : "YFFII Finance", "decimals" : 18, "address" : "0x6c4b85cab20c13af72766025f0e17e0fe558a553"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object",... | {"name" : "react-image-mappers", "version" : "1.0.6", "description" : "imageMapper", "main" : "lib/ImageMapper.js", "license" : "MIT", "homepage" : "https://github.com/null-none/react-image-mappers", "repository" : {"type" : "git", "url" : "https://github.com/null-none/react-image-mappers.git"}, "bugs" : {"url" : "http... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "roomi_co_28442", "displayName" : "roomi_co_28442"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "arr... | {"components" : [{"name" : "headerChooser", "instances" : [{"id" : "header-chooser", "data" : [{"hook" : "/content/test-page/jcr:content/mainpar/testcomponentconfig", "titleText" : "Title 1", "titleType" : "h1"}, {"hook" : "/content/test-page/jcr:content/mainpar/testcomponent_1", "titleText" : "Title 2", "titleType" : ... | json_instruct | {"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hook": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"save": {"type": "string"}, "saveLocalFile": {"type": "string"}, "Edit": {"type": "string"}, "Clear": {"type": "string"}, "revert": {"type": "string"}, "readonly": {"type": "string"}, "errorSaving": {"type": "string"}... | {"save" : "D\u00e9ployer", "saveLocalFile" : "Sauvegarder", "Edit" : "Editer", "Clear" : "Effacer", "revert" : "R\u00e9tablir", "readonly" : "Edition termin\u00e9e", "errorSaving" : "Erreur lors de la sauvegarde du fichier", "errorSavingWithMessage" : "Erreur lors de la sauvegarde du fichier: **{0}**", "errorReverting"... | json_instruct | {"type": "object", "properties": {"save": {"type": "string"}, "saveLocalFile": {"type": "string"}, "Edit": {"type": "string"}, "Clear": {"type": "string"}, "revert": {"type": "string"}, "readonly": {"type": "string"}, "errorSaving": {"type": "string"}, "errorSavingWithMessage": {"type": "string"}, "errorReverting": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type... | {"id" : 101881405, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1d33b33b20be1a1c76daf83d50dae1e1", "wof:id" : 101881405, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.2, 43.89857, 6.2, 43.89857], "geometry" : {"coordinates" : [6.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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.277077, 29.982605], [-95.268243, 30.005018], [-95.25494, 30.004897], [-95.243094, 29.999321], [-95.212424, 29.999448], [-95.212386, 29.981848], [-95.217434, 29.979338], [-95.221193, 29.980691], [-95.235296, 29.978042]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "district... | {"id" : "1007", "provinceId" : "36", "regencyId" : "73", "districtId" : "03", "name" : "Pager Agung"} | 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": {"dir1": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"typ... | {"dir1" : {"type" : "dir", "contents" : {"input.json" : {"type" : "doc", "contents" : "input1"}, "expected.json" : {"type" : "doc", "contents" : "expected1"}}}, "dir2.skip" : {"type" : "dir", "contents" : {"input.json" : {"type" : "doc", "contents" : "input2"}, "subdir1.only.skip" : {"type" : "dir", "contents" : {"expe... | json_instruct | {"type": "object", "properties": {"dir1": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}, "expected.json": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "github": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "ob... | {"name" : "h-logger2", "description" : "A human-friendly logger", "version" : "1.0.4", "github" : "https://github.com/MartinKolarik/h-logger2/", "main" : "./src/index.js", "license" : "MIT", "dependencies" : {"chalk" : "^4.1.1", "date-format" : "^3.0.0", "lodash" : "^4.17.21", "ms" : "^2.1.3", "pretty-error" : "^3.0.4"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "github": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "date-format": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"ScaleRank": {"type": "integer"}... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"ScaleRank" : 3, "LabelRank" : 3, "FeatureCla" : "Adm-0 map subunits", "SOVEREIGNT" : "United States of America", "SOV_A3" : "US1", "ADM0_DIF" : 1.0, "LEVEL" : 2.0, "TYPE" : "Dependency", "ADMIN" : "United States Virgin Islands", "ADM0_A3... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"ScaleRank": {"type": "integer"}, "LabelRank": {"type": "integer"}, "FeatureCla": {"type": "string"}, "SOVERE... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["prettier.jsxBracketS... | {"prettier.jsxBracketSameLine" : true, "prettier.jsxSingleQuote" : true, "prettier.printWidth" : 120, "prettier.singleQuote" : true} | json_instruct | {"type": "object", "properties": {"prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["prettier.jsxBracketSameLine", "prettier.jsxSingleQuote", "prettier.printWidth", "p... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"npm": {"type": "string"}, "node": {"type": "string"}}, "required": ["npm", "node"]}, "depe... | {"name" : "client", "version" : "0.1.0", "private" : true, "engines" : {"npm" : "5.6.0", "node" : "9.5.0"}, "dependencies" : {"@types/react" : "^16.4.16", "bootstrap" : "^4.1.3", "bootstrap-table" : "^1.12.1", "firebase" : "^5.5.2", "jquery" : "^3.3.1", "popper.js" : "^1.14.4", "prop-types" : "^15.6.2", "react" : "^16.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"npm": {"type": "string"}, "node": {"type": "string"}}, "required": ["npm", "node"]}, "dependencies": {"type": "object", "properties": {"@types/react"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"#language_menu": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"expand_direction": {"type": "string"}}, "required": ["expand_direction"]}}, "required": ["misc"]}, "selection_list": {"type": "ob... | {"#language_menu" : {"misc" : {"expand_direction" : "up"}}, "selection_list" : {"misc" : {"list_item_height" : "30"}}, "@info_labels" : {"misc" : {"text_horiz_alignment" : "left"}}, "horizontal_slider" : {"misc" : {"enable_arrow_buttons" : "0", "sliding_button_width" : "10"}}} | json_instruct | {"type": "object", "properties": {"#language_menu": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"expand_direction": {"type": "string"}}, "required": ["expand_direction"]}}, "required": ["misc"]}, "selection_list": {"type": "object", "properties": {"misc": {"type": "object", "properties":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit":... | {"id" : 12064, "source" : "henry", "verse_id" : 18924, "verse_count" : 4, "reference" : "66:1\u20134", "title" : "", "html" : " <p>\n The Jews gloried much in their temple. But what satisfaction can the Eternal Mind take in a house made with men's hands? God has a heaven and an earth of his own making, and temples of m... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "st... | {"stationId" : 1161009, "stationGroupId" : 1161009, "name" : "\u9d28\u65b9", "lineId" : 11610, "zipCode" : "719-0252", "pref" : "\u5ca1\u5c71\u770c", "city" : "\u6d45\u53e3\u5e02", "town" : "\u9d28\u65b9\u753a\u516d\u6761\u9662\u4e2d", "longitude" : 133.587705, "latitude" : 34.5273, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"shipping_methods": {"type": "array", "items": {"type": "object", "properties": {"service_point_input": {"type": "string"}, "max_weight": {"type": "string"}, "name": {"type": "string"}, "carrier": {"type": "string"}, "countries... | {"shipping_methods" : [{"service_point_input" : "none", "max_weight" : "1.000", "name" : "Low weight shipment", "carrier" : "carrier_code", "countries" : [{"iso_2" : "BE", "iso_3" : "BEL", "id" : 1, "price" : 3.5, "name" : "Belgium"}, {"iso_2" : "NL", "iso_3" : "NLD", "id" : 2, "price" : 4.2, "name" : "Netherlands"}], ... | json_instruct | {"type": "object", "properties": {"shipping_methods": {"type": "array", "items": {"type": "object", "properties": {"service_point_input": {"type": "string"}, "max_weight": {"type": "string"}, "name": {"type": "string"}, "carrier": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "propertie... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011083": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"E01011083" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00055845", "LAD11CD" : "E08000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011083": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "description": {"type": "string"}, "main": {"type": "stri... | {"name" : "nconfetti", "version" : "2.1.0", "publishConfig" : {"registry" : "https://registry.npmjs.org/"}, "description" : "A nconf storage that provide the configuration be located in files with dir that build the namespaces", "main" : "index.js", "scripts" : {"test" : "node ./node_modules/.bin/mocha tests/**"}, "key... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"NICKNAME": {"type": "string"}, "TITLE": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "RANK": {"type": "string"}, "LONGO": {"type": "string"}, "PERTO": {"type": "string"}, "RECOLHIDOS": {"type": "string"}, "RASTREADOS":... | {"NICKNAME" : "PisicoJoker", "TITLE" : "Ca\u00e7ador Licenciado", "HUNTERSCORE" : "12475", "RANK" : "3162", "LONGO" : "316.31", "PERTO" : "18.60", "RECOLHIDOS" : "5,879", "RASTREADOS" : "11,319", "FOCALIZADOS" : "6,663", "CSS" : "10.97", "ANDOU" : "2,024.46", "COGUMELOS" : "119.70", "TROFEUS" : "1", "AMIGOS" : "84", "P... | json_instruct | {"type": "object", "properties": {"NICKNAME": {"type": "string"}, "TITLE": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "RANK": {"type": "string"}, "LONGO": {"type": "string"}, "PERTO": {"type": "string"}, "RECOLHIDOS": {"type": "string"}, "RASTREADOS": {"type": "string"}, "FOCALIZADOS": {"type": "string"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"trips_response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "destination": {"type": "string"}, "avilable_seats": {"type": "string"}, "trip_start_time":... | {"trips_response" : [{"id" : 1, "source" : "", "destination" : "", "avilable_seats" : "", "trip_start_time" : "", "attend_time" : "", "price" : "", "bus" : {"name" : ""}}], "reservation_request" : {"name" : "", "mobile" : "", "location" : "", "trip_id" : "", "booked_seats" : ""}} | json_instruct | {"type": "object", "properties": {"trips_response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "destination": {"type": "string"}, "avilable_seats": {"type": "string"}, "trip_start_time": {"type": "string"}, "attend_time": {"type": "string"}, "pr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Patron does not exist."} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$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.