Skip to content

Commit 329b31e

Browse files
🤗 fix release
1 parent dcd2860 commit 329b31e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

‎1.0.1.json‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"type": "string"
1515
},
1616
"description": {
17+
"description": "Description of the monitor",
18+
"examples": [
19+
"Monitor for homepage",
20+
"Monitor for API endpoint"
21+
],
1722
"type": "string"
1823
},
1924
"retry": {
@@ -307,6 +312,15 @@
307312
"format": "uri"
308313
},
309314
"headers": {
315+
"description": "Headers to send with the request",
316+
"examples": [
317+
{
318+
"Content-Type": "application/json"
319+
},
320+
{
321+
"Authorization": "Bearer token"
322+
}
323+
],
310324
"type": "object",
311325
"propertyNames": {
312326
"type": "string"
@@ -349,6 +363,11 @@
349363
"type": "string"
350364
},
351365
"description": {
366+
"description": "Description of the monitor",
367+
"examples": [
368+
"Monitor for homepage",
369+
"Monitor for API endpoint"
370+
],
352371
"type": "string"
353372
},
354373
"retry": {

‎main.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const jsonSchema = z.toJSONSchema(fullSchema, {
66
target: "draft-7",
77
});
88

9-
await Deno.writeTextFile("1.0.1.json", JSON.stringify(jsonSchema, null, 2));
9+
await Deno.writeTextFile("schema.json", JSON.stringify(jsonSchema, null, 2));

0 commit comments

Comments
 (0)