Skip to content

Commit c195ae2

Browse files
committed
fix schemas
1 parent c14b1cd commit c195ae2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

src/resources/editor/tools/vs-code.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12679,7 +12679,7 @@ var require_yaml_intelligence_resources = __commonJS({
1267912679
schema: {
1268012680
ref: "date-format"
1268112681
},
12682-
descript: "Date format for the document"
12682+
description: "Date format for the document"
1268312683
},
1268412684
{
1268512685
name: "date-modified",
@@ -24343,12 +24343,12 @@ var require_yaml_intelligence_resources = __commonJS({
2434324343
mermaid: "%%"
2434424344
},
2434524345
"handlers/mermaid/schema.yml": {
24346-
_internalId: 195569,
24346+
_internalId: 195861,
2434724347
type: "object",
2434824348
description: "be an object",
2434924349
properties: {
2435024350
"mermaid-format": {
24351-
_internalId: 195561,
24351+
_internalId: 195853,
2435224352
type: "enum",
2435324353
enum: [
2435424354
"png",
@@ -24364,7 +24364,7 @@ var require_yaml_intelligence_resources = __commonJS({
2436424364
exhaustiveCompletions: true
2436524365
},
2436624366
theme: {
24367-
_internalId: 195568,
24367+
_internalId: 195860,
2436824368
type: "anyOf",
2436924369
anyOf: [
2437024370
{

src/resources/editor/tools/yaml/web-worker.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/editor/tools/yaml/yaml-intelligence-resources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5651,7 +5651,7 @@
56515651
"schema": {
56525652
"ref": "date-format"
56535653
},
5654-
"descript": "Date format for the document"
5654+
"description": "Date format for the document"
56555655
},
56565656
{
56575657
"name": "date-modified",
@@ -17315,12 +17315,12 @@
1731517315
"mermaid": "%%"
1731617316
},
1731717317
"handlers/mermaid/schema.yml": {
17318-
"_internalId": 195569,
17318+
"_internalId": 195861,
1731917319
"type": "object",
1732017320
"description": "be an object",
1732117321
"properties": {
1732217322
"mermaid-format": {
17323-
"_internalId": 195561,
17323+
"_internalId": 195853,
1732417324
"type": "enum",
1732517325
"enum": [
1732617326
"png",
@@ -17336,7 +17336,7 @@
1733617336
"exhaustiveCompletions": true
1733717337
},
1733817338
"theme": {
17339-
"_internalId": 195568,
17339+
"_internalId": 195860,
1734017340
"type": "anyOf",
1734117341
"anyOf": [
1734217342
{

src/resources/schema/document-attributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- name: date-format
1717
schema:
1818
ref: date-format
19-
descript: "Date format for the document"
19+
description: "Date format for the document"
2020

2121
- name: date-modified
2222
tags:

0 commit comments

Comments
 (0)