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": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set...
{"name" : "Smoked Baliwog Leg", "rarity" : "Common", "type" : "Action", "subtypes" : [], "cost" : 0, "power" : -1, "health" : -1, "set" : {"name" : "Isle of Madness", "id" : "iom"}, "collectible" : false, "soulSummon" : -1, "soulTrap" : -1, "text" : "Heal a creature.", "attributes" : ["Endurance"], "keywords" : [], "un...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bailiff", "definition" : "1. Originally, a person put in charge of something especially, a chief officer, magistrate, or keeper, as of a county, town, hundred, or castle; one to whom power Abbott. Lausanne is under the canton of Berne, governed by a bailiff sent every three years from the senate. Addison. 2....
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "step_run": {"type": "string"}, "uuid": {"type": "string"}, "assay_term_name": {"type": "string"}, "quality_metric_of": {"type": "array", "items": {"type": "st...
[{"status" : "released", "step_run" : "63b1b347-f008-4103-8d20-0e12f54d1882", "uuid" : "4ceb92b2-9d40-44c4-8535-5185232eb20f", "assay_term_name" : "single-nucleus ATAC-seq", "quality_metric_of" : ["ENCFF789ARC"], "lab" : "/labs/john-stamatoyannopoulos/", "award" : "/awards/U54HG007010/", "median_fragment_count" : 83901...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "step_run": {"type": "string"}, "uuid": {"type": "string"}, "assay_term_name": {"type": "string"}, "quality_metric_of": {"type": "array", "items": {"type": "string"}}, "lab": {"type": "string"}, "award": {"type": "string"}, "medi...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "prope...
{"type" : "MultiPolygon", "coordinates" : [[[[-92.192016, 41.753898], [-92.19192, 41.75905], [-92.186552, 41.759033], [-92.18228, 41.758974], [-92.18109, 41.758956], [-92.179931, 41.758904], [-92.179831, 41.758894], [-92.179804, 41.758093], [-92.179824, 41.757186], [-92.179805, 41.756431], [-92.179797, 41.755991], [-92...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"scenarioDetails": {"type": "array", "items": {"type": "object", "properties": {"scenario": {"type": "string"}, "shortContainerId": {"type": "string"}, "stepsSummary": {"type": "object", "properties": {"numberOfSuccessful": {"t...
{"scenarioDetails" : [{"scenario" : "check weather", "shortContainerId" : "weatherQuery.groovy", "stepsSummary" : {"numberOfSuccessful" : 3}}], "exitCode" : 0}
json_instruct
{"type": "object", "properties": {"scenarioDetails": {"type": "array", "items": {"type": "object", "properties": {"scenario": {"type": "string"}, "shortContainerId": {"type": "string"}, "stepsSummary": {"type": "object", "properties": {"numberOfSuccessful": {"type": "integer"}}, "required": ["numberOfSuccessful"]}}, "r...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "d...
{"name" : "Mining Town USDT", "symbol" : "MTU", "address" : "0x8f7A465F023073fF3a6110b4122138eEC667912d", "decimals" : 8, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"...
{"name" : "slideout", "repository" : "git@github.com:mango/slideout.git", "description" : "A touch slideout navigation menu for your mobile web apps.", "author" : "Guille Paz <guille87paz@gmail.com>", "version" : "0.1.9", "dependencies" : {"decouple" : "0.0.1", "emitter" : "git+https://github.com/Mango/emitter.git#0.0....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"decouple": {"type": "string"}, "emitter": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"uglify:dist": {"type": "string"}, "uglify":...
{"name" : "lazy-load", "version" : "1.0.0", "description" : "lazy-load images, iframes, etc.", "main" : "lazy-load.js", "scripts" : {"uglify:dist" : "uglifyjs dist/lazy-load.js > dist/lazy-load.min.js", "uglify" : "npm run uglify:dist", "build" : "tsc && npm run uglify", "test" : "echo \"Error: no test specified\" && e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"uglify:dist": {"type": "string"}, "uglify": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": ...
{"pl_cbflag" : "0", "pl_disc" : "2014", "pl_imgflag" : "0", "pl_facility" : "Kepler", "st_teff" : "27500.00", "pl_astflag" : "0", "pl_pnum" : "3", "st_optmag" : "15.846", "ra" : "287.389188", "pl_discmethod" : "Orbital Brightness Modulation", "pl_hostname" : "KIC 10001893", "pl_tranflag" : "0", "pl_name" : "KIC 1000189...
json_instruct
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[9.0, 5.0, 4.0, 7.0, 5.0, 5.0, 3.0, 6.0, 7.0, 2.0, 3.0, 4.0, 0.0, 3.0, 3.0, 3.0, 2.0, 0.0, 0.0, 2.0, 2.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 0.0, 3.0, 1.0, 2.0, 0.0, 2.0, 0.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "minimum-stability": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "str...
{"name" : "yahve89/mango-office", "description" : "Mango-office API class", "keywords" : ["Mango-office", "Mango", "Mango-office API", "Mango class"], "minimum-stability" : "stable", "type" : "library", "version" : "1.0", "repositories" : [{"type" : "composer", "url" : "https://github.com/yahve89/mango-office.git"}], "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "minimum-stability": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "...
Create a JSON structure that matches this 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" : "1501020002", "district_id" : "1501020", "name" : "BATANG MERANGIN"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "description", "dependencies", "author"], "$schema": "http://json-schema.org...
{"name" : "ACF Merge Tab", "description" : "Combine ACF tabs from different field groups in to 1 group of tabs. Uses pk_tool_acf_tab_merge_content filter", "dependencies" : "Advanced Custom Fields Wordpress Plugin, jQuery", "author" : "Nick Kalscheur"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "string"}, "author": {"type": "string"}}, "required": ["name", "description", "dependencies", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"DTD_z0p025_bw500_0.65<mwd<0.75_3e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p025_bw500_0.65<mwd<0.75_3e-08<mdot", "arrbool"], "$schema": "http://...
{"DTD_z0p025_bw500_0.65<mwd<0.75_3e-08<mdot" : [0.005035550740618562, 0.01835401047972452, 0.01605217149093428, 0.010600597147684715, 0.00553551401573453, 0.00242551671249798, 0.0015192167580656071, 0.0010396610695141764, 0.0010260050611168303, 0.000833120544755428, 0.0007168481225172246, 0.0008053197042036803, 0.00071...
json_instruct
{"type": "object", "properties": {"DTD_z0p025_bw500_0.65<mwd<0.75_3e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p025_bw500_0.65<mwd<0.75_3e-08<mdot", "arrbool"], "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Gimnasia (M)", "5", "2", "Newells", "Nacional 1972 - Grupo B"], ["Newells", "4", "1", "Gimnasia (M)", "Nacional 1970 - Grupo A"], ["Gimnasia (M)", "1", "0", "Newells", "Nacional 1970 - Grupo A"], ["Gimnasia (M)", "5", "2", "Newells", "Nacional 1972 - Grupo B"], ["Newells", "4", "1", "Gimnasia (M)", "Nacional 1970 - ...
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": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"t...
{"data" : {"site" : {"siteMetadata" : {"title" : "Stash Book", "description" : "A way to keep nice texts/quotes from the books I recently read.", "author" : "@xmartinezpujol"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "requir...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required"...
{"name" : "hucssley", "version" : "0.1.0", "description" : "", "keywords" : [], "main" : "src/_index.scss", "dependencies" : {}, "devDependencies" : {"doctoc" : "^1.4.0", "stylelint" : "^13.0.0", "stylelint-config-standard" : "^19.0.0"}, "peerDependencies" : {"sass" : "1.x"}, "scripts" : {"lint" : "stylelint \"src/**/*...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-5h87-5cj8-gq98", "modified" : "2022-05-13T01:05:59Z", "published" : "2022-05-13T01:05:59Z", "aliases" : ["CVE-2018-6218"], "details" : "A DLL Hijacking vulnerability in Trend Micro's User-Mode Hooking Module (UMH) could allow an attacker to run arbitrary code on a vulnerable sy...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"displayName": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "oauth2ClientId": {"type": "string"}, "projectId": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["display...
{"displayName" : "Compute Engine default service account", "email" : "631771264409-compute@developer.gserviceaccount.com", "name" : "projects/k8s-infra-ii-sandbox/serviceAccounts/631771264409-compute@developer.gserviceaccount.com", "oauth2ClientId" : "112671677819146043926", "projectId" : "k8s-infra-ii-sandbox", "uniqu...
json_instruct
{"type": "object", "properties": {"displayName": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "oauth2ClientId": {"type": "string"}, "projectId": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["displayName", "email", "name", "oauth2ClientId", "projectId", "uniqueId"], "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name"...
{"contract" : "0x60117fb874267bf0657c189fc865d09a9cd2430e", "tool" : "smartcheck", "start" : 1563658879.1164153, "end" : 1563658887.2220263, "duration" : 8.105611085891724, "analysis" : [{"name" : "SOLIDITY_FUNCTIONS_RETURNS_TYPE_AND_NO_RETURN", "patternId" : "58bdd3", "severity" : 1, "line" : 25, "column" : 4, "conten...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "p...
{"name" : "Linksys | SPS2xx | Security | Authentication | Logout #2 (SYSLOG)", "uuid" : "6261d9f3-a4d8-4b31-9cbf-86bf8b264591", "description" : "%AAA-I-DISCONNECT: http connection for user admin, source 10.8.4.19 destination 10.8.2.13 TERMINATED", "event_class__name" : "Security | Authentication | Logout", "preference"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ARN": {"type": "string"}, "Name": {"type": "string"}, "ResourcePolicy": {"type": "string"}, "ResponseMetadata": {"type": "object", "prope...
{"status_code" : 200, "data" : {"ARN" : "arn:aws:secretsmanager:us-east-1:644160558196:secret:c7n-test-key-XTUSpD", "Name" : "c7n-test-key", "ResourcePolicy" : "{\n \"Version\" : \"2012-10-17\",\n \"Statement\" : [ {\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"AWS\" : \"arn:aws:iam::123456789012:root...
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ARN": {"type": "string"}, "Name": {"type": "string"}, "ResourcePolicy": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"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...
{"name" : "Chongqing Technology and Business University", "alt_name" : null, "country" : "China", "state" : null, "address" : {"street" : "Wugongli, Nan'an District", "city" : "Chongqing", "province" : "Sichuan Province", "postal_code" : "400067"}, "contact" : {"telephone" : "+86(23) 62804306", "website" : null, "email...
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": "string"}, "postal_code": {"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": {"prebuild": {"type": "string"}, "build": {...
{"name" : "mathworksheet", "version" : "1.0.0", "description" : "Math worksheet generator https://richardwa.github.io/mathworksheet/", "main" : "index.html", "scripts" : {"prebuild" : "rimraf docs", "build" : "parcel build app/index.html --public-url '.' --out-dir docs", "preserve" : "rimraf target", "serve" : "parcel ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prebuild": {"type": "string"}, "build": {"type": "string"}, "preserve": {"type": "string"}, "serve": {"type": "string"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items"...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [212.475, 146.72, 1, 215.753, 174.398, 1, 194.102, 171.729, 1, 191.893, 208.909, 1, 201.429, 237.708, 1, 239.734, 174.559, 1, 245.466, 215.057, 1, 225.072, 237.009, 1, 202.839, 244.34, 1, 203.157, 294.03, 1, 209.885, 292.234, 1, 223.207, 245.197, 1, 225.342, 296.14, ...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5f64\u665f\u79d1\u6280\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "65002811", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e2d\u548c\u5340\u4e2d\u6b63\u8def736\u865f16\u6a13\u4e4b5", "\u5de5\u5ee0\u5e...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", ...
{"id" : 1145, "title" : "King of the Fire Festival", "points" : 10, "description" : "Complete the quest, \"A Thief's Reward\", by stealing the flames from your enemy's capital cities.", "rewardItems" : [], "icon" : "inv_helmet_08", "criteria" : [{"id" : 3351, "description" : "Alliance, A Thief's Reward", "orderIndex" :...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"triggered_at": {"type": "string"}, "started_on_worker_at": {"type": "null"}, "environment_prepare_finished_at": {"type": "null"}, "finished_at": {"type": "null"}, "slug": {"...
{"data" : {"triggered_at" : "2021-09-09T16:17:07Z", "started_on_worker_at" : null, "environment_prepare_finished_at" : null, "finished_at" : null, "slug" : "xxxxxxxxxxxxx", "status" : 0, "status_text" : "on-hold", "abort_reason" : null, "is_on_hold" : false, "is_processed" : false, "branch" : "test-script", "build_numb...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"triggered_at": {"type": "string"}, "started_on_worker_at": {"type": "null"}, "environment_prepare_finished_at": {"type": "null"}, "finished_at": {"type": "null"}, "slug": {"type": "string"}, "status": {"type": "integer"}, "status_text": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "authorURL": {"type": "string"}, "affiliation": ...
{"title" : "Communicating with Interactive Articles", "description" : "Examining the design of interactive articles by synthesizing theory from disciplines such as education, journalism, and visualization.", "authors" : [{"author" : "Fred Hohman", "authorURL" : "https://fredhohman.com", "affiliation" : "Georgia Tech", ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "authorURL": {"type": "string"}, "affiliation": {"type": "string"}, "affiliationURL": {"type": "string"}}, "required": [...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "...
{"name" : "imgbase", "description" : "Automatically embedded images as base64 strings in CSS-files.", "version" : "0.1.1", "homepage" : "https://github.com/icetan/imgbase", "author" : "Christopher Fred\u00e9n <c.freden@gmail.com>", "keywords" : ["css", "image", "embedding", "base64"], "repository" : {"type" : "git", "u...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "s...
{"datemodified" : "2015-07-26T17:42:15.551Z", "name" : "Black Cherry Ice Cream", "urlname" : "black-cherry-ice-cream", "comments" : "This is probably the only black cherry ice cream I've ever liked.", "yield" : "8-10 scoops", "ingredients" : ["1/4 c. cherry syrup, or cherry juice concentrate", "1/2 c. whole milk", "1 c...
json_instruct
{"type": "object", "properties": {"datemodified": {"type": "string"}, "name": {"type": "string"}, "urlname": {"type": "string"}, "comments": {"type": "string"}, "yield": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}}, "r...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "lint"]...
{"name" : "fritz-player", "version" : "0.0.2", "scripts" : {"start" : "./build.js dev", "build" : "npm run lint && ./build.js build", "lint" : "eslint src/backend && eslint src/app"}, "main" : "", "license" : "MIT", "devDependencies" : {"babel" : "^6.5.2", "babel-cli" : "^6.16.0", "babel-plugin-transform-react-jsx" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "lint"]}, "main": {"type": "string"}, "license": {"type": "strin...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items": {"type"...
{"summary" : {"byte_size" : 68288512, "kb_size" : 66688, "mb_size" : 65.125, "collect_input" : false, "layers" : [{"bits:" : 8, "size:" : 1048576, "byte_size:" : 1048576, "foz:" : 0.0738945, "zeros:" : 77484, "sum:" : 382609, "min:" : 0, "max:" : 255, "mean:" : 0.364884}, {"bits:" : 16, "size:" : 65536, "byte_size:" : ...
json_instruct
{"type": "object", "properties": {"summary": {"type": "object", "properties": {"byte_size": {"type": "integer"}, "kb_size": {"type": "integer"}, "mb_size": {"type": "number"}, "collect_input": {"type": "boolean"}, "layers": {"type": "array", "items": {"type": "object", "properties": {"bits:": {"type": "integer"}, "size...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "invalid_host": {"type": "string"}}, "required": ["already_configured", "invalid_host"]}, "error": {...
{"config" : {"abort" : {"already_configured" : "Dispositivo j\u00e1 est\u00e1 configurado", "invalid_host" : "Nome de host ou endere\u00e7o IP inv\u00e1lido"}, "error" : {"cannot_connect" : "Falha ao conectar", "unknown" : "Erro inesperado"}, "flow_title" : "{device}", "step" : {"confirm_discovery" : {"description" : "...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "invalid_host": {"type": "string"}}, "required": ["already_configured", "invalid_host"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ...
{"nom" : "Saint-Sim\u00e9on-de-Bressieux", "dpt" : "Is\u00e8re", "inscrits" : 2085, "abs" : 484, "votants" : 1601, "blancs" : 25, "nuls" : 17, "exp" : 1559, "res" : [{"panneau" : "2", "voix" : 427}, {"panneau" : "3", "voix" : 323}, {"panneau" : "9", "voix" : 318}, {"panneau" : "11", "voix" : 256}, {"panneau" : "4", "vo...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Barren Land (10C79)", "text" : "Set:\tMount Doom\nKind:\tShadow\nCulture:\tSauron\nTwilight:\t2\nCard Type:\tCondition \u2022 Support Area\nGame Text:\tTo play, spot a [Sauron] minion. Each time the fellowship moves to any site 8 or 9, exert each Ring-bound companion. Shadow: Discard this condition to play ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "strin...
{"name" : "eftec/routeone", "description" : "Router service class for PHP", "type" : "library", "keywords" : ["php", "route", "router", "mvc"], "homepage" : "https://github.com/EFTEC/RouteOne", "license" : "MIT", "authors" : [{"name" : "Jorge Patricio Castro Castillo", "email" : "jcastro@eftec.cl"}], "extra" : {"branch...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"dishes": {"type": "array", "items": {"type": "string"}}}, "required": ["dishes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"dishes" : ["breakfastBurritos"]}, {"dishes" : ["pulledPorkSandwich", "pulledPorkSlaw", "bbqSauceHomemade"]}, {"dishes" : ["quinoaSaladLunch"]}, {"dishes" : ["pulledPork", "pulledPorkSlaw", "bbqSauceHomemade", "riceSide1cup"]}, {"dishes" : ["tacos"]}, {"dishes" : ["breakfastSandwich"]}, {"dishes" : ["breakfastSandwic...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"dishes": {"type": "array", "items": {"type": "string"}}}, "required": ["dishes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "CaseTypeID": {"type": "string"}, "ID": {"type": "string"}, "Label": {"type": "string"}, "FieldType": {"type": "string"}, "SecurityClassification": {"ty...
[{"LiveFrom" : "01/01/2017", "CaseTypeID" : "ADOPTION", "ID" : "caseHistory", "Label" : " ", "FieldType" : "CaseHistoryViewer", "SecurityClassification" : "Public"}, {"LiveFrom" : "01/01/2017", "CaseTypeID" : "ADOPTION", "ID" : "caseIDReference", "Label" : "Case ID", "FieldType" : "Text", "SecurityClassification" : "Pu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"LiveFrom": {"type": "string"}, "CaseTypeID": {"type": "string"}, "ID": {"type": "string"}, "Label": {"type": "string"}, "FieldType": {"type": "string"}, "SecurityClassification": {"type": "string"}}, "required": ["LiveFrom", "CaseTypeID", "ID", "Label", "Fie...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"instance": {"type": "object", "properties": {"canWrite:": {"type": "string"}, "size:": {"type": "string"}}, "required": ["canWrite:", "size:"]}, "class": {"type": "object", "properties": {"from:to:size:": {"type": "string"}}, ...
{"instance" : {"canWrite:" : "ThierryGoubier 11/15/2016 23:26:14", "size:" : "ThierryGoubier 11/15/2016 23:26:14"}, "class" : {"from:to:size:" : "ThierryGoubier 11/15/2016 23:26:14"}}
json_instruct
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"canWrite:": {"type": "string"}, "size:": {"type": "string"}}, "required": ["canWrite:", "size:"]}, "class": {"type": "object", "properties": {"from:to:size:": {"type": "string"}}, "required": ["from:to:size:"]}}, "required": ["instance", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "jsxImportSource": {"type": "string"}}, "required": ["jsx", "jsxImportSource"]}, "include": {"type": "arr...
{"extends" : "../../tsconfig.base.json", "compilerOptions" : {"jsx" : "preserve", "jsxImportSource" : "solid-js"}, "include" : ["index.tsx"], "exclude" : ["node_modules", "dist"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "jsxImportSource": {"type": "string"}}, "required": ["jsx", "jsxImportSource"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"f" : "+07", "o" : "7:0", "c" : "TH", "n" : "SE Asia {c} Time"}
json_instruct
{"type": "object", "properties": {"f": {"type": "string"}, "o": {"type": "string"}, "c": {"type": "string"}, "n": {"type": "string"}}, "required": ["f", "o", "c", "n"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Learn how to determine the feasible region of a system of inequalities\n\n\\begin{array}{l}\\n2 x+y<3 \\\\\\n3 x-y<2\\n\\end{array}[imath]2 x+y<3 [/imath] [imath]3 x-y<2[/imath] \n\n\n", "url" : "https://www.youtube.com/watch?v=aet_fPvVVv0"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "req...
{"name" : "Slime Secretions", "description" : "Sekresi Slime yang sudah dimurnikan secara ringan. Berbahaya bagi kulit. Hindari sentuhan langsung.", "rarity" : "2", "category" : "AVATAR_MATERIAL", "materialtype" : "Material Penguatan Karakter", "source" : ["Dijatuhkan oleh Slime Lv. 40+", "Didapatkan melalui Craft"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "rarity", "category", "materia...
Generate sample JSON data that conforms to the following 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"}, "...
{"id" : 404338543, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "7e4d3601d10d460fa0a4c055a27f2edd", "wof:id" : 404338543, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-7.21842, 43.52723, -7.21842, 43.52723], "geometry" : {"coordinate...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "spi": {"type": "object", "properties": {"class": {"type": "string"}, "properties": {"type": "object", "properties": {"version": {"type": "string"}, "vendor": {"type": ...
{"namespace" : "dev.playground", "name" : "Dev Playground plugin. Starts an embedded database and more for testing purposes. !!! Don't ship to productions !!!", "spi" : {"class" : "com.bluenimble.platform.plugins.dev.playground.PlaygroundPlugin", "properties" : {"version" : "[version]", "vendor" : {"name" : "BlueNimble...
json_instruct
{"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "spi": {"type": "object", "properties": {"class": {"type": "string"}, "properties": {"type": "object", "properties": {"version": {"type": "string"}, "vendor": {"type": "object", "properties": {"name": {"type": "string"}, "lin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "README.md": {"type": "string"}, "src/lib.rs": {"type": "string"}}, "required": ["Cargo.toml", "README.md", "src/lib.rs"]}, "package": {"ty...
{"files" : {"Cargo.toml" : "0b7a46457c09509e3c8b88aa27cb5988a6f944bc9e5491900220d0db2de88b16", "README.md" : "2a9e75d2e1fac7c92792fc7cef4a571c8fb86f8c99ba5dbd150ad08304757668", "src/lib.rs" : "9898dbb5d957bd7b13939db6c1181abcf7b1ae1c2fb9b26f6eaa229c211f6580"}, "package" : "b725dadae9fabc488df69a287f5a99c5eaf5d10853842a...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "README.md": {"type": "string"}, "src/lib.rs": {"type": "string"}}, "required": ["Cargo.toml", "README.md", "src/lib.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Hauteville", "dpt" : "Pas-de-Calais", "inscrits" : 235, "abs" : 40, "votants" : 195, "blancs" : 12, "nuls" : 8, "exp" : 175, "res" : [{"panneau" : "1", "voix" : 95}, {"panneau" : "2", "voix" : 80}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"viewer.common.js": {"type": "string"}, "viewer.css": {"type": "string"}, "viewer.esm.js": {"type": "string"}, "viewer.js": {"type": "string"}, "viewer.min.css": {"type": "string"}, "viewer.min.js": {"type": "string"}}, "required...
{"viewer.common.js" : "sha512-A/XJL7WmnsqXZaMg0XNgSLo16S4/bV1ULGezZLBSfDB5MJujZHuCScXcjvFsHsXOhsYCTFgOaXzEpW9UVqxuaA==", "viewer.css" : "sha512-0oBc0EtRCov2xx2xecGWas64zDhQsnxn8J0YDAWBwLDJv+e2LRQu/pl4/+BWaKyoE+dHCLqFVDBy2X9Gl4t3IQ==", "viewer.esm.js" : "sha512-4aPcTQAU8QKsXba2mjomSvXM8jMHtyA0oDfYWwz4hLwvO/ZYcMyfcTrC0ql...
json_instruct
{"type": "object", "properties": {"viewer.common.js": {"type": "string"}, "viewer.css": {"type": "string"}, "viewer.esm.js": {"type": "string"}, "viewer.js": {"type": "string"}, "viewer.min.css": {"type": "string"}, "viewer.min.js": {"type": "string"}}, "required": ["viewer.common.js", "viewer.css", "viewer.esm.js", "v...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "object", "properties": {"x_max": {"type": "integer"}, "y_max": {"type": "integer"}, "x_min": {"type": "integer"}, "confidence": {"type": "number"}, "y_min": {"type": "integer"...
{"predictions" : [{"x_max" : 712, "y_max" : 261, "x_min" : 626, "confidence" : 0.99990666, "y_min" : 145}, {"x_max" : 620, "y_max" : 288, "x_min" : 543, "confidence" : 0.99986553, "y_min" : 174}], "success" : true, "duration" : 0}
json_instruct
{"type": "object", "properties": {"predictions": {"type": "array", "items": {"type": "object", "properties": {"x_max": {"type": "integer"}, "y_max": {"type": "integer"}, "x_min": {"type": "integer"}, "confidence": {"type": "number"}, "y_min": {"type": "integer"}}, "required": ["x_max", "y_max", "x_min", "confidence", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"na...
{"id" : "91952", "name" : {"en" : "Mururoa"}, "country" : "PF", "region" : "IC", "identifiers" : {"national" : null, "wmo" : "91952", "ghcn" : null, "wban" : null, "usaf" : "919520", "mosmix" : null, "icao" : "NTTX", "iata" : null}, "location" : {"latitude" : -21.8167, "longitude" : -138.8, "elevation" : 2}, "timezone"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "gh...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "require...
{"text" : "\n\u00a0 \u00a0 \u00a0Any Person who fails to comply with a notice of violation issued pursuant to Section \n11.75 above for violation of this Chapter may be liable for an administrative penalty consistent with the procedure set forth in Section \n11.76 above. The imposition of administrative penalties is wi...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "requi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u8a3a\u65ad"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "proper...
{"type" : "MultiPolygon", "coordinates" : [[[[-122.22536904299992, 37.76415451000002], [-122.2262592659999, 37.763391462000065], [-122.22808669199993, 37.76465923900002], [-122.22924025399996, 37.765447316000056], [-122.23040523899995, 37.766075494000056], [-122.23204992199996, 37.766966364000034], [-122.23296363499995...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"text": {"type": "string"}, "editable": {"type": "boolean"}}, "required": ["text", "editable"]}}, "req...
[{"model" : "parkstay.maximumstayreason", "pk" : 1, "fields" : {"text" : "Other", "editable" : false}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"text": {"type": "string"}, "editable": {"type": "boolean"}}, "required": ["text", "editable"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"URI": {"type": "string"}, "Headers": {"type": "object", "properties": {"Authorization": {"type": "string"}}, "required": ["Authorization"]}}, "required": ["URI", "Headers"], "$schema": "http://json-schema.org/draft-07/schem...
{"URI" : "{api URI here}", "Headers" : {"Authorization" : "{kay/token here}"}}
json_instruct
{"type": "object", "properties": {"URI": {"type": "string"}, "Headers": {"type": "object", "properties": {"Authorization": {"type": "string"}}, "required": ["Authorization"]}}, "required": ["URI", "Headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : ["require: ./button", "require: ./page-notice"]}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "y": {"type": "array", "items": {"type": "number"}}, "yerr": {"type": "array", "items": {"type": "number"}}}, "required": ["x", "y", "yerr"], "$schema": "http...
{"x" : [7.500000000000001e-10, 1e-09, 1.25e-09, 1.5000000000000002e-09, 1.7500000000000002e-09, 2e-09, 2.2500000000000003e-09, 2.5e-09, 2.7500000000000002e-09, 3.0000000000000004e-09, 3.25e-09, 3.5000000000000003e-09, 3.7500000000000005e-09, 4e-09, 4.25e-09, 4.500000000000001e-09, 4.75e-09, 5e-09, 5.250000000000001e-09...
json_instruct
{"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "y": {"type": "array", "items": {"type": "number"}}, "yerr": {"type": "array", "items": {"type": "number"}}}, "required": ["x", "y", "yerr"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5e3ec3a3110de880b1530789902f0805aa2ddfee"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": ...
{"antd-with-locales.js" : "sha512-LS7s2AHe1OeGKwpqOMH5lMU5S5TH5190hm8kTnvKvQhgc3m65qGPB4mfq3r2okxmatuysNi2dUQg3WScenvNKQ==", "antd-with-locales.min.js" : "sha512-ekiPm10PVWMAZ9rCJY9HJ/q5bN7mKeLHjxH9fTOJacB4uRSZ2KoKZ4z4gY9940f8M8pUyROzk/g4UAsVwieQqQ==", "antd.css" : "sha512-oGmFoLyfLOE/3Orpmwnd9jbV+AG5Ns5eoNPCgl5ON6HmzF...
json_instruct
{"type": "object", "properties": {"antd-with-locales.js": {"type": "string"}, "antd-with-locales.min.js": {"type": "string"}, "antd.css": {"type": "string"}, "antd.js": {"type": "string"}, "antd.min.css": {"type": "string"}, "antd.min.js": {"type": "string"}}, "required": ["antd-with-locales.js", "antd-with-locales.min...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"ty...
{"geometry" : {"type" : "Point", "coordinates" : [-74.0, 40.78]}, "type" : "Feature", "id" : "07093", "properties" : {"other_cities" : "Guttenberg", "city" : "West New York", "state" : "NJ", "county" : "Hudson County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"css-transitions.min.js": {"type": "string"}, "maquette-polyfills.min.js": {"type": "string"}, "maquette.js": {"type": "string"}, "maquette.min.js": {"type": "string"}}, "required": ["css-transitions.min.js", "m...
{"css-transitions.min.js" : "sha512-IpvfMDNTIuRfAixtZw2capwY/ssiIfwFVgh6bD4khqNr1XIAwUTvSzXYnB7IkEVVS42gI05lI/qdCkec7x/g3w==", "maquette-polyfills.min.js" : "sha512-Twb2/FSNiUul5/SjE6dFToM/Ob0x1eJTKuz/xxrGE26uf7BEd3EwIxoMWXW1zUrOgdQ/mn+cfsuKv47mp4G/YA==", "maquette.js" : "sha512-bBUUE+QIDMYPtOsVo3eORX1BbkUCfszuHk7pT6q6...
json_instruct
{"type": "object", "properties": {"css-transitions.min.js": {"type": "string"}, "maquette-polyfills.min.js": {"type": "string"}, "maquette.js": {"type": "string"}, "maquette.min.js": {"type": "string"}}, "required": ["css-transitions.min.js", "maquette-polyfills.min.js", "maquette.js", "maquette.min.js"], "$schema": "h...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"window.h": {"type": "string"}, "square.h": {"type": "string"}, "sdl.h": {"type": "string"}}, "required": ["window.h", "square.h", "sdl.h"]}}, "required": ["f...
{"files.associations" : {"window.h" : "c", "square.h" : "c", "sdl.h" : "c"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"window.h": {"type": "string"}, "square.h": {"type": "string"}, "sdl.h": {"type": "string"}}, "required": ["window.h", "square.h", "sdl.h"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1963, 5], [1966, 5], [1967, 5], [1968, 6], [1969, 5], [1970, 12], [1971, 16], [1972, 12], [1973, 11], [1975, 6], [1976, 14], [1977, 10], [1978, 11], [1979, 10], [1980, 20], [1981, 14], [1982, 17], [1983, 25], [1984, 10], [1985, 12], [1986, 13], [1987, 25], [1988, 19], [1989, 27], [1990, 36], [1991, 27], [1992, 25], [...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"templateKey": {"type": "string"}, "id": {"type": "string"}, "feedKey": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "string"}, "excerpt": {"type": "string"}, "date": {"type": "...
{"templateKey" : "rss-post", "id" : "5d1c94d4-44fa-4e4d-8195-a0855a93bba5", "feedKey" : "scet", "title" : "Higher Education and the Zoombie Apocalypse", "url" : "http://scet.berkeley.edu/?p=11903", "author" : "Shomit Ghose", "excerpt" : "Virtualization Comes for Higher Ed Murder hornets. The Great Toilet Paper Panic. A...
json_instruct
{"type": "object", "properties": {"templateKey": {"type": "string"}, "id": {"type": "string"}, "feedKey": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "string"}, "excerpt": {"type": "string"}, "date": {"type": "string"}}, "required": ["templateKey", "id", "feedKey", "ti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t...
{"author" : {"id" : "t2_4lmll120", "name" : "cantthinkofname12345"}, "date" : {"day" : 1596412800, "full" : 1596436471, "month" : 1596240000, "week" : 1596326400}, "id" : "t3_i2s4q7", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 69594, "fullUrl" : "https://preview.redd.it/evgs9abofqe51.jpg?auto=webp&s=46e...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "language": {"type": "string"}, "diagnostics": {"type": "object", "properties": {"computeTrigger": {"type": "string"}, "parameters": {"type": "object", "properties": {"CompilationD...
{"$schema" : "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json", "language" : "en", "diagnostics" : {"computeTrigger" : "onType", "parameters" : {"CompilationDirectiveNeedLess" : false, "CommonModuleInvalidType" : false, "NestedFunctionInParameters" : false, "CyclomaticComplexity" : {"complexit...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "language": {"type": "string"}, "diagnostics": {"type": "object", "properties": {"computeTrigger": {"type": "string"}, "parameters": {"type": "object", "properties": {"CompilationDirectiveNeedLess": {"type": "boolean"}, "CommonModuleInvalidType": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "organisation": {"type": "string"}, "phase": {"type": "string"}, "liveservice": {"type": "string"}}, "required": ["name", ...
{"name" : "Change your address or your legal representative's details", "description" : "If you are a migrant living in the UK or your application was made in the UK, you can use this form to: update your home address, update your correspondence address, update your legal representative's address, update your dependant...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "string"}, "organisation": {"type": "string"}, "phase": {"type": "string"}, "liveservice": {"type": "string"}}, "required": ["name", "description", "theme", "organisation", "phase", "liveservice"], "$schem...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "s...
{"name" : "pwl-criteria-parnas", "version" : "1.0.0", "description" : "Papers We Love slides for On the Criteria To Be Used in Decomposing Systems into Modules", "main" : "index.js", "scripts" : {"build" : "browserify -t cssify index.js > bundle.js", "dev" : "budo index.js -- -t cssify", "release" : "npm run build && c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "release": {"type": "string"}, "test": {"type": "string"}}, "re...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "backgroundColor": {"type": "string"}, "pullRefresh": {"type": "boolean"}}, "req...
{"pages" : ["diy-img/demo/demo"], "window" : {"defaultTitle" : "diy-img\u7ec4\u4ef6", "backgroundColor" : "#F5F5F9", "pullRefresh" : false}, "debug" : true}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "backgroundColor": {"type": "string"}, "pullRefresh": {"type": "boolean"}}, "required": ["defaultTitle", "backgroundColor", "pullRefresh"]}, "debug":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ...
{"lastUpdated" : 1655019279666, "username" : "hentlol", "scores" : [{"xp" : 1603, "rank" : 176, "cardId" : 639}, {"xp" : 3386, "rank" : 449, "cardId" : 612}, {"xp" : 6465, "rank" : 447, "cardId" : 277}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"backbone-associations-min.js": {"type": "string"}, "backbone-associations.js": {"type": "string"}}, "required": ["backbone-associations-min.js", "backbone-associations.js"], "$schema": "http://json-schema.org...
{"backbone-associations-min.js" : "sha512-BlApxpEBLhBEZo0qU8JzO2UEsRIwJKCI8r5P5oHaBO3/xbUbkgNOYvmhAEvaRXoxRHZVwfvxZX2o3JoTjVQP9A==", "backbone-associations.js" : "sha512-Upt6Fk9tIPEt73SH8XTy9gamWJS/BuVEmfmjKKMmGxRPInNidNUHJFFJund82K8uIx/RsyYsB5F8luoI2G5UHw=="}
json_instruct
{"type": "object", "properties": {"backbone-associations-min.js": {"type": "string"}, "backbone-associations.js": {"type": "string"}}, "required": ["backbone-associations-min.js", "backbone-associations.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d80-78", "text" : "Mr* E. J. Jansen (con't)\n-2-\nJune 2, 1965\nin preference to other concerns, it is only reasonable to presume\nthat educational broadcasters, often struggling on minimum budgets,\nwould prefer to give their business to those commercial concerns\nwhich have evinced a sincere interest in the ...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"420882001": {"type": "string"}, "420882002": {"type": "string"}, "420882003": {"type": "string"}, "420882102": {"type": "string"}, "420882103": {"type": "string"}, "420882104": {"type": "string"}, "420882105": {"type": "string...
{"420882001" : "\u65b0\u5e02\u8857\u9053", "420882002" : "\u6c38\u5174\u8857\u9053", "420882003" : "\u6e29\u6cc9\u8857\u9053", "420882102" : "\u66f9\u6b66\u9547", "420882103" : "\u7f57\u5e97\u9547", "420882104" : "\u5b8b\u6cb3\u9547", "420882105" : "\u576a\u575d\u9547", "420882106" : "\u4e09\u9633\u9547", "420882107" :...
json_instruct
{"type": "object", "properties": {"420882001": {"type": "string"}, "420882002": {"type": "string"}, "420882003": {"type": "string"}, "420882102": {"type": "string"}, "420882103": {"type": "string"}, "420882104": {"type": "string"}, "420882105": {"type": "string"}, "420882106": {"type": "string"}, "420882107": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$sc...
{"version" : "english_NIV", "book" : "Luke", "chapter" : 23, "verse" : 45, "word" : "for the sun stopped shining. And the curtain of the temple was torn in two."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array"...
{"name" : "T_BDG_2", "symbol" : "TBDG2", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/9zMUxkyMmQF2GuxQ7aZqmvuqttsb9ru9n1zn9gF9KhTG/B_BARRE.png", "decimals" : 1, "address" : "9zMUxkyMmQF2GuxQ7aZqmvuqttsb9ru9n1zn9gF9KhTG", "chainId" : 103, "tags" : ["social-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d...
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" : "conquest:block/fancy_oriental_mosaic_slab_eighth"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": ...
{"Time" : "2021-06-14T17:00:00Z", "Temp" : 23, "RelHum" : 65, "WindSpeed" : 4.7, "WindDir" : 323}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "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": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "zymometer", "definition" : "An instrument for ascertaining the degree of fermentation occasioned by the mixture of different liquids, and the degree of heat which they acquire in fermentation."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"...
{"countries" : ["Japan"], "topics" : ["UNFCCC and Kyoto Protocol Functioning"], "section_title" : "COP-3", "enb_start_date" : "08-Nov-99", "enb_short_title" : "COP-5", "subtype" : "", "actors" : [], "sentences" : ["The Third Conference of the Parties (COP-3) was held from 1-11 December 1997 in Kyoto, Japan.", "Over 10,...
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "ar...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "req...
{"name" : "knopf.css", "version" : "1.1.2", "description" : "Modern, modular, extensible button system designed for both rapid prototyping and production-ready applications", "author" : {"name" : "Frameable", "email" : "tech@frameableinc.com", "url" : "https://frameableinc.com/"}, "contributors" : ["Agust\u00edn D\u00e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Learn how to factor a trinomial using a rectangle\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=T0GMblXFzzs"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "protocol": {"type": "string"}, "domain": {"type": "string"}, "api_address": {"type": "string"}, "api_connect_address": {"type": "string"}, "socket_address": {...
{"name" : "local", "path" : "app/", "protocol" : "http://", "domain" : "jandi.io", "api_address" : "https://i1.jandi.io/", "api_connect_address" : "https://i1.jandi.io/connect-api/", "socket_address" : "https://ws.jandi.io/", "file_address" : "https://files.jandi.io/", "file_upload_address" : "https://upload.jandi.io/"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "protocol": {"type": "string"}, "domain": {"type": "string"}, "api_address": {"type": "string"}, "api_connect_address": {"type": "string"}, "socket_address": {"type": "string"}, "file_address": {"type": "string"}, "file_upload_add...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseExceptionText": {"type": "string"}, "name": {"type": "string"}, "licenseComments": {"type": "string"}, "seeAlso": {"type": "array", "items": {"type": "string"}}, "licenseExc...
{"isDeprecatedLicenseId" : false, "licenseExceptionText" : "As a special exception, if you link this library with other files to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other rea...
json_instruct
{"type": "object", "properties": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseExceptionText": {"type": "string"}, "name": {"type": "string"}, "licenseComments": {"type": "string"}, "seeAlso": {"type": "array", "items": {"type": "string"}}, "licenseExceptionId": {"type": "string"}}, "required": ["isDeprecatedL...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"t...
{"responses" : [{"labelAnnotations" : [{"mid" : "/m/06ht1", "description" : "Room", "score" : 0.65663928, "topicality" : 0.65663928}, {"mid" : "/m/0c_jw", "description" : "Furniture", "score" : 0.59373838, "topicality" : 0.59373838}, {"mid" : "/m/012x6l", "description" : "Laundry", "score" : 0.57538968, "topicality" : ...
json_instruct
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "requ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"729805f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},...
{"729805f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/729805f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/729805f-a.jpg", "title" : "", "date" : "1935", "text" : "Van Duxer Street, north from Clinton Street.\nMay 25, 1935\nP. L. Sperr\n", "folder" : "Van Duzer Street & Clinton...
json_instruct
{"type": "object", "properties": {"729805f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "s...
{"name" : "St\u00e4dt. Gymnasium Rheinbach f\u00fcr Jungen und M\u00e4dchen", "id" : "NRW-167216", "address" : "K\u00f6nigsberger Stra\u00dfe 29, 53359 Rheinbach", "school_type" : "Gymnasium", "fax" : "02226 16228", "phone" : "02226 5919", "website" : " http://www.sg-rheinbach.de", "email" : " 167216@schule.nrw.de ",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-88.13432, 43.148595], [-88.133607, 43.170173], [-88.105385, 43.170252], [-88.103482, 43.169118], [-88.104377, 43.148351], [-88.13432, 43.148595]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 80940}}]}
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...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "sign_in", "defaultMessage" : "Sign in"}, {"id" : "newStory", "defaultMessage" : "New story"}, {"id" : "stories", "defaultMessage" : "Stories"}, {"id" : "stats", "defaultMessage" : "Stats"}, {"id" : "letters", "defaultMessage" : "Letters"}, {"id" : "followers", "defaultMessage" : "Followers"}, {"id" : "navigat...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 12960, "cartId" : "d249e433-012c-4f48-b2e4-7ddc05931f16", "preferredProducts" : [3073, 2959, 3339, 3390, 1268, 3410, 1860], "productReviews" : [{"productId" : 2779, "reviewText" : "My neighbor Zoa has one of these. She works as a scribe and she says it looks wide.", "reviewDate" : "2016-07-15T19:52:20.98208...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type":...
{"name" : "Bhayangkara Jakarta Raya University", "alt_name" : "Universitas Bhayangkara Jakarta Raya (UBHARA Jaya)", "country" : "Indonesia", "state" : null, "address" : {"street" : "Jalan Dharmawangsa I n\u00b0 1, Kebayoran Baru", "city" : "Jakarta Selatan", "province" : "DKI Jakarta", "postal_code" : "12140"}, "contac...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": [...
{"count" : 12, "N.A.//" : {"count" : 9}, "999920" : {"count" : 1}, "359021" : {"count" : 1}, "399021" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "359021": {"type": "object", "properties": {"count": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"hasEntity": {"type": "object", "properties": {"__symbolic": {"type": "s...
[{"__symbolic" : "module", "version" : 4, "metadata" : {"hasEntity" : {"__symbolic" : "function", "parameters" : ["entities", "id"], "value" : {"__symbolic" : "call", "expression" : {"__symbolic" : "select", "expression" : {"__symbolic" : "reference", "name" : "entities"}, "member" : "hasOwnProperty"}, "arguments" : [{...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"hasEntity": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "string"}}, "val...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "OrgListItem"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "uid": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "uid", "type", "data"], "$schema": "http://json-sche...
{"id" : "7f0a3bd8-c85d-4720-97d4-cbf7df2bb38a", "uid" : "et-ea-sit", "type" : "Footer", "data" : {}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "uid": {"type": "string"}, "type": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "uid", "type", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "autho...
{"name" : "reactjs-text-to-image", "version" : "0.0.1", "description" : "React component for convert text to image", "main" : "convertTextToImage.jsx", "keywords" : ["reactjs", "convert text to image", "convert text to img"], "url" : "https://github.com/null-none/reactjs-text-to-image", "author" : "Dmitry Kalinin", "li...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "url": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["n...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "broadmouth", "definition" : "One of the Eurylaimid\u00e6, a family of East Indian passerine birds."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.loadParticlesAttractInteraction = void 0;\n\nconst Attractor_1 = require(\"./Attractor\");\n\nfunction loadParticlesAttractInteraction(tsParticles) {\n tsParticles.addInteractor(\"particlesAttract\...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeID": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["nodeID", "...
{"nodes" : [{"nodeID" : "518", "text" : "The question arises why we should be disinvesting in a company like the ONGC.", "type" : "I", "timestamp" : "2012-04-12 17:19:11"}, {"nodeID" : "519", "text" : "It is making good money and the oil whether drilled from the field or processed in a refinery is still a strategic com...
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"nodeID": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["nodeID", "text", "type", "timestamp"]}}, "edges": {"type": "array", "items": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {...
{"id" : 22941, "title" : ["[Miasmic Verge, Outer Swamp]"], "description" : ["Stretched between the dark bodies of two leafless, black willow trees is a dust-riddled cobweb riddled with cocooned insect bodies. Leaves and small twigs are also bound in the thickly corded structure, the organic debris displaying signs of ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"22940"...