Skip to content

Commit dce66d8

Browse files
committed
Update schema
1 parent 3bce2ab commit dce66d8

12 files changed

+28
-13
lines changed

public/config/content.pagefolders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.pagefolders.schema.json",
44
"description": "Defines the settings for Front Matter page folder",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - page folder",
88
"properties": {

public/config/content.placeholders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.placeholders.schema.json",
44
"description": "Defines the settings for Front Matter placeholder",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - placeholder",
88
"properties": {

public/config/content.snippets.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/content.snippets.schema.json",
44
"description": "Defines the settings for Front Matter snippet",
5-
"lastModified": "2024-06-17T07:38:00.916Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - snippet",
88
"required": [

public/config/custom.scripts.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/custom.scripts.schema.json",
44
"description": "Defines the settings for Front Matter custom script",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - custom script",
88
"properties": {

public/config/data.files.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.files.schema.json",
44
"description": "Defines the settings for Front Matter data file",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - data file",
88
"properties": {

public/config/data.folders.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.folders.schema.json",
44
"description": "Defines the settings for Front Matter data folder",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - data folder",
88
"properties": {

public/config/data.types.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/data.types.schema.json",
44
"description": "Defines the settings for Front Matter data type",
5-
"lastModified": "2024-06-17T07:38:00.916Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - data type",
88
"properties": {

public/config/media.contenttypes.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/media.contenttypes.schema.json",
44
"description": "Defines the settings for Front Matter content type",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.574Z",
66
"type": "object",
77
"title": "Front Matter - content type",
88
"properties": {

public/config/taxonomy.contenttypes.schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/taxonomy.contenttypes.schema.json",
44
"description": "Defines the settings for Front Matter content type",
5-
"lastModified": "2024-06-17T07:38:00.914Z",
5+
"lastModified": "2024-06-28T10:11:20.573Z",
66
"type": "object",
77
"title": "Front Matter - content type",
88
"properties": {
@@ -334,6 +334,9 @@
334334
"description": "Specify if the comparison is case sensitive. Default: true"
335335
}
336336
}
337+
},
338+
"action": {
339+
"$ref": "https://beta.frontmatter.codes/config/custom.scripts.schema.json#/properties"
337340
}
338341
},
339342
"additionalProperties": false,

public/config/taxonomy.fieldgroups.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"$id": "https://beta.frontmatter.codes/config/taxonomy.fieldgroups.schema.json",
44
"description": "Defines the settings for Front Matter field groups",
5-
"lastModified": "2024-06-17T07:38:00.915Z",
5+
"lastModified": "2024-06-28T10:11:20.573Z",
66
"type": "object",
77
"title": "Front Matter - field groups",
88
"properties": {

0 commit comments

Comments
 (0)