@cloudcannon/configuration-types 0.0.53 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-hugo.schema.json",
4
3
  "type": "object",
5
4
  "properties": {
6
5
  "paths": {
@@ -72,8 +71,6 @@
72
71
  "description": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort.",
73
72
  "type": "array",
74
73
  "items": {
75
- "title": "SortOption",
76
- "description": "A sort option for a Collection.",
77
74
  "type": "object",
78
75
  "properties": {
79
76
  "label": {
@@ -82,8 +79,8 @@
82
79
  "markdownDescription": "The text to display in the sort option list. Defaults to a generated label from key and order."
83
80
  },
84
81
  "key": {
85
- "description": "Defines what field contains the value to sort on inside each collection item's data.",
86
82
  "type": "string",
83
+ "description": "Defines what field contains the value to sort on inside each collection item's data.",
87
84
  "markdownDescription": "Defines what field contains the value to sort on inside each collection item's data."
88
85
  },
89
86
  "order": {
@@ -103,6 +100,8 @@
103
100
  "key"
104
101
  ],
105
102
  "additionalProperties": false,
103
+ "title": "SortOption",
104
+ "description": "A sort option for a Collection.",
106
105
  "markdownDescription": "A sort option for a Collection."
107
106
  },
108
107
  "markdownDescription": "This key defines the options for the Sort dropdown in a _Collection browser_. The first option listed is used as the default sort."
@@ -132,8 +131,6 @@
132
131
  "items": {
133
132
  "anyOf": [
134
133
  {
135
- "title": "Add Option",
136
- "description": "An option for the add menu.",
137
134
  "type": "object",
138
135
  "properties": {
139
136
  "name": {
@@ -181,11 +178,11 @@
181
178
  }
182
179
  },
183
180
  "additionalProperties": false,
181
+ "title": "Add Option",
182
+ "description": "An option for the add menu.",
184
183
  "markdownDescription": "An option for the add menu."
185
184
  },
186
185
  {
187
- "title": "HREF Add Option",
188
- "description": "An option for the add menu that opens a link.",
189
186
  "type": "object",
190
187
  "properties": {
191
188
  "name": {
@@ -204,8 +201,8 @@
204
201
  "markdownDescription": "The icon next to the text in the menu item."
205
202
  },
206
203
  "href": {
207
- "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
208
204
  "type": "string",
205
+ "description": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site.",
209
206
  "markdownDescription": "The link that opens when the option is clicked. Can either be an external or internal link. If internal, the link is relative to the current site."
210
207
  }
211
208
  },
@@ -213,6 +210,8 @@
213
210
  "href"
214
211
  ],
215
212
  "additionalProperties": false,
213
+ "title": "HREF Add Option",
214
+ "description": "An option for the add menu that opens a link.",
216
215
  "markdownDescription": "An option for the add menu that opens a link."
217
216
  }
218
217
  ]
@@ -256,13 +255,11 @@
256
255
  "type": "string"
257
256
  },
258
257
  "additionalProperties": {
259
- "title": "Schema",
260
- "description": "Definitions for your schemas, which are the structured data formats for your content files.",
261
258
  "type": "object",
262
259
  "properties": {
263
260
  "path": {
264
- "description": "The path to the schema file. Relative to the root folder of the site.",
265
261
  "type": "string",
262
+ "description": "The path to the schema file. Relative to the root folder of the site.",
266
263
  "markdownDescription": "The path to the schema file. Relative to the root folder of the site."
267
264
  },
268
265
  "name": {
@@ -376,6 +373,8 @@
376
373
  "path"
377
374
  ],
378
375
  "additionalProperties": false,
376
+ "title": "Schema",
377
+ "description": "Definitions for your schemas, which are the structured data formats for your content files.",
379
378
  "markdownDescription": "Definitions for your schemas, which are the structured data formats for your content files."
380
379
  },
381
380
  "markdownDescription": "This key defines which Schemas are available to populate files in this Collection."
@@ -657,9 +656,9 @@
657
656
  "$ref": "#/definitions/collections_config_override"
658
657
  },
659
658
  "version": {
660
- "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
661
659
  "type": "string",
662
660
  "const": "legacy-hugo",
661
+ "description": "Controls which schema this file is validated against. Defaults to the latest schema.",
663
662
  "markdownDescription": "Controls which schema this file is validated against. Defaults to the latest schema."
664
663
  }
665
664
  },
@@ -667,9 +666,9 @@
667
666
  "version"
668
667
  ],
669
668
  "additionalProperties": false,
669
+ "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.legacy-hugo.schema.json",
670
670
  "definitions": {
671
671
  "paths:BuildCoupled": {
672
- "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
673
672
  "type": "object",
674
673
  "properties": {
675
674
  "static": {
@@ -715,6 +714,7 @@
715
714
  }
716
715
  },
717
716
  "additionalProperties": false,
717
+ "description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`.",
718
718
  "markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`."
719
719
  },
720
720
  "paths.static": {
@@ -744,30 +744,28 @@
744
744
  "type": "string"
745
745
  },
746
746
  "path": {
747
- "description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
748
747
  "type": "string",
748
+ "description": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path.",
749
749
  "markdownDescription": "This key defines the folder path for the collection key in which it is nested. The value for this key is relative to your Site `source`. Each Collection must have a unique path."
750
750
  },
751
751
  "glob": {
752
752
  "description": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`.",
753
753
  "anyOf": [
754
754
  {
755
- "title": "Glob Array",
756
755
  "type": "array",
757
756
  "items": {
758
757
  "type": "string"
759
- }
758
+ },
759
+ "title": "Glob Array"
760
760
  },
761
761
  {
762
- "title": "Glob",
763
- "type": "string"
762
+ "type": "string",
763
+ "title": "Glob"
764
764
  }
765
765
  ],
766
766
  "markdownDescription": "This key defines globs which filter the files visible in the _Collection browser_ for a given Collection. Values in this array are relative to the Collection `path`."
767
767
  },
768
768
  "icon": {
769
- "title": "Icon",
770
- "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
771
769
  "type": "string",
772
770
  "enum": [
773
771
  "123",
@@ -4355,16 +4353,16 @@
4355
4353
  "zoom_out",
4356
4354
  "zoom_out_map"
4357
4355
  ],
4356
+ "title": "Icon",
4357
+ "description": "Material Symbol icon names available in CloudCannon for UI elements and content previews.",
4358
4358
  "markdownDescription": "Material Symbol icon names available in CloudCannon for UI elements and content previews."
4359
4359
  },
4360
4360
  "type.documentation": {
4361
- "title": "Documentation",
4362
- "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4363
4361
  "type": "object",
4364
4362
  "properties": {
4365
4363
  "url": {
4366
- "description": "The \"href\" value of the link.",
4367
4364
  "type": "string",
4365
+ "description": "The \"href\" value of the link.",
4368
4366
  "markdownDescription": "The \"href\" value of the link."
4369
4367
  },
4370
4368
  "text": {
@@ -4387,22 +4385,22 @@
4387
4385
  "url"
4388
4386
  ],
4389
4387
  "additionalProperties": false,
4388
+ "title": "Documentation",
4389
+ "description": "Configuration for documentation links displayed in the CloudCannon interface.",
4390
4390
  "markdownDescription": "Configuration for documentation links displayed in the CloudCannon interface."
4391
4391
  },
4392
4392
  "EditorKey": {
4393
- "title": "Editor Key",
4394
- "description": "The available editors in CloudCannon: visual, content, and data editors.",
4395
4393
  "type": "string",
4396
4394
  "enum": [
4397
4395
  "visual",
4398
4396
  "content",
4399
4397
  "data"
4400
4398
  ],
4399
+ "title": "Editor Key",
4400
+ "description": "The available editors in CloudCannon: visual, content, and data editors.",
4401
4401
  "markdownDescription": "The available editors in CloudCannon: visual, content, and data editors."
4402
4402
  },
4403
4403
  "type.create": {
4404
- "title": "Create",
4405
- "description": "Controls where new files are saved.",
4406
4404
  "type": "object",
4407
4405
  "properties": {
4408
4406
  "path": {
@@ -4463,11 +4461,11 @@
4463
4461
  }
4464
4462
  },
4465
4463
  "additionalProperties": false,
4464
+ "title": "Create",
4465
+ "description": "Controls where new files are saved.",
4466
4466
  "markdownDescription": "Controls where new files are saved."
4467
4467
  },
4468
4468
  "type._inputs": {
4469
- "title": "Inputs",
4470
- "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4471
4469
  "type": "object",
4472
4470
  "propertyNames": {
4473
4471
  "type": "string"
@@ -4475,14 +4473,13 @@
4475
4473
  "additionalProperties": {
4476
4474
  "$ref": "#/definitions/Input"
4477
4475
  },
4476
+ "title": "Inputs",
4477
+ "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
4478
4478
  "markdownDescription": "Controls the behavior and appearance of your inputs in all data editing interfaces."
4479
4479
  },
4480
4480
  "Input": {
4481
- "title": "Input",
4482
4481
  "anyOf": [
4483
4482
  {
4484
- "title": "Known Input",
4485
- "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4486
4483
  "oneOf": [
4487
4484
  {
4488
4485
  "$ref": "#/definitions/TextInput"
@@ -4542,16 +4539,17 @@
4542
4539
  "$ref": "#/definitions/AutoInput"
4543
4540
  }
4544
4541
  ],
4542
+ "title": "Known Input",
4543
+ "description": "A union of all input types that are known to the CloudCannon configuration schema.",
4545
4544
  "markdownDescription": "A union of all input types that are known to the CloudCannon configuration schema."
4546
4545
  },
4547
4546
  {
4548
4547
  "$ref": "#/definitions/UnknownInput"
4549
4548
  }
4550
- ]
4549
+ ],
4550
+ "title": "Input"
4551
4551
  },
4552
4552
  "TextInput": {
4553
- "title": "Text Input",
4554
- "description": "Provides a simple editing interface for plain text.",
4555
4553
  "type": "object",
4556
4554
  "properties": {
4557
4555
  "comment": {
@@ -4592,8 +4590,6 @@
4592
4590
  "$ref": "#/definitions/type._inputs.*.cascade"
4593
4591
  },
4594
4592
  "type": {
4595
- "title": "Type",
4596
- "description": "Sets an input type, which controls how this input appears and behaves.",
4597
4593
  "type": "string",
4598
4594
  "enum": [
4599
4595
  "text",
@@ -4605,10 +4601,11 @@
4605
4601
  "github",
4606
4602
  "instagram"
4607
4603
  ],
4604
+ "title": "Type",
4605
+ "description": "Sets an input type, which controls how this input appears and behaves.",
4608
4606
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
4609
4607
  },
4610
4608
  "options": {
4611
- "description": "Options that are specific to Text Inputs.",
4612
4609
  "type": "object",
4613
4610
  "properties": {
4614
4611
  "max_length": {
@@ -4702,6 +4699,7 @@
4702
4699
  }
4703
4700
  },
4704
4701
  "additionalProperties": false,
4702
+ "description": "Options that are specific to Text Inputs.",
4705
4703
  "markdownDescription": "Options that are specific to Text Inputs."
4706
4704
  }
4707
4705
  },
@@ -4709,6 +4707,8 @@
4709
4707
  "type"
4710
4708
  ],
4711
4709
  "additionalProperties": false,
4710
+ "title": "Text Input",
4711
+ "description": "Provides a simple editing interface for plain text.",
4712
4712
  "markdownDescription": "Provides a simple editing interface for plain text."
4713
4713
  },
4714
4714
  "type._inputs.*.comment": {
@@ -4717,7 +4717,6 @@
4717
4717
  "markdownDescription": "Changes the subtext below the _Label_. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
4718
4718
  },
4719
4719
  "type._inputs.*.context": {
4720
- "description": "Adds an expandable section of rich text below the input.",
4721
4720
  "type": "object",
4722
4721
  "properties": {
4723
4722
  "content": {
@@ -4747,6 +4746,7 @@
4747
4746
  }
4748
4747
  },
4749
4748
  "additionalProperties": false,
4749
+ "description": "Adds an expandable section of rich text below the input.",
4750
4750
  "markdownDescription": "Adds an expandable section of rich text below the input."
4751
4751
  },
4752
4752
  "type._inputs.*.label": {
@@ -4759,12 +4759,12 @@
4759
4759
  "default": false,
4760
4760
  "anyOf": [
4761
4761
  {
4762
- "title": "Boolean",
4763
- "type": "boolean"
4762
+ "type": "boolean",
4763
+ "title": "Boolean"
4764
4764
  },
4765
4765
  {
4766
- "title": "Query String",
4767
- "type": "string"
4766
+ "type": "string",
4767
+ "title": "Query String"
4768
4768
  }
4769
4769
  ],
4770
4770
  "markdownDescription": "Toggles the visibility of this input."
@@ -4774,12 +4774,12 @@
4774
4774
  "default": false,
4775
4775
  "anyOf": [
4776
4776
  {
4777
- "title": "Boolean",
4778
- "type": "boolean"
4777
+ "type": "boolean",
4778
+ "title": "Boolean"
4779
4779
  },
4780
4780
  {
4781
- "title": "Query String",
4782
- "type": "string"
4781
+ "type": "string",
4782
+ "title": "Query String"
4783
4783
  }
4784
4784
  ],
4785
4785
  "markdownDescription": "Toggles if this input can be edited."
@@ -4937,8 +4937,8 @@
4937
4937
  "markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
4938
4938
  },
4939
4939
  "type._inputs.*.options.empty_type(text)": {
4940
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4941
4940
  "default": "null",
4941
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4942
4942
  "type": "string",
4943
4943
  "enum": [
4944
4944
  "null",
@@ -4960,14 +4960,13 @@
4960
4960
  ]
4961
4961
  },
4962
4962
  "type.preview-entry.(array)": {
4963
- "title": "Array",
4964
4963
  "type": "array",
4965
4964
  "items": {
4966
4965
  "$ref": "#/definitions/type.preview-entry"
4967
- }
4966
+ },
4967
+ "title": "Array"
4968
4968
  },
4969
4969
  "type.preview-entry": {
4970
- "title": "Preview Entry",
4971
4970
  "anyOf": [
4972
4971
  {
4973
4972
  "$ref": "#/definitions/type.preview-entry.(key)"
@@ -4984,62 +4983,61 @@
4984
4983
  {
4985
4984
  "$ref": "#/definitions/type.preview-entry.(false)"
4986
4985
  }
4987
- ]
4986
+ ],
4987
+ "title": "Preview Entry"
4988
4988
  },
4989
4989
  "type.preview-entry.(key)": {
4990
- "title": "Key",
4991
4990
  "type": "object",
4992
4991
  "properties": {
4993
4992
  "key": {
4994
- "title": "Key Value",
4995
- "type": "string"
4993
+ "type": "string",
4994
+ "title": "Key Value"
4996
4995
  }
4997
4996
  },
4998
4997
  "required": [
4999
4998
  "key"
5000
4999
  ],
5001
- "additionalProperties": false
5000
+ "additionalProperties": false,
5001
+ "title": "Key"
5002
5002
  },
5003
5003
  "type.preview-entry.(template)": {
5004
- "title": "Template",
5005
5004
  "type": "object",
5006
5005
  "properties": {
5007
5006
  "template": {
5008
- "title": "Template Value",
5009
- "type": "string"
5007
+ "type": "string",
5008
+ "title": "Template Value"
5010
5009
  }
5011
5010
  },
5012
5011
  "required": [
5013
5012
  "template"
5014
5013
  ],
5015
- "additionalProperties": false
5014
+ "additionalProperties": false,
5015
+ "title": "Template"
5016
5016
  },
5017
5017
  "type.preview-entry.(text)": {
5018
- "title": "Text",
5019
5018
  "type": "object",
5020
5019
  "properties": {
5021
5020
  "text": {
5022
- "title": "Text Value",
5023
- "type": "string"
5021
+ "type": "string",
5022
+ "title": "Text Value"
5024
5023
  }
5025
5024
  },
5026
5025
  "required": [
5027
5026
  "text"
5028
5027
  ],
5029
- "additionalProperties": false
5028
+ "additionalProperties": false,
5029
+ "title": "Text"
5030
5030
  },
5031
5031
  "type.preview-entry.(raw-text)": {
5032
- "title": "Raw Text",
5033
- "type": "string"
5032
+ "type": "string",
5033
+ "title": "Raw Text"
5034
5034
  },
5035
5035
  "type.preview-entry.(false)": {
5036
- "title": "False",
5037
5036
  "type": "boolean",
5038
- "const": false
5037
+ "const": false,
5038
+ "title": "False"
5039
5039
  },
5040
5040
  "TextareaInput": {
5041
- "title": "Textarea Input",
5042
- "description": "Provides an editing interface for plain text.",
5043
5041
  "type": "object",
5044
5042
  "properties": {
5045
5043
  "comment": {
@@ -5080,14 +5078,13 @@
5080
5078
  "$ref": "#/definitions/type._inputs.*.cascade"
5081
5079
  },
5082
5080
  "type": {
5083
- "title": "Type",
5084
- "description": "Sets an input type, which controls how this input appears and behaves.",
5085
5081
  "type": "string",
5086
5082
  "const": "textarea",
5083
+ "title": "Type",
5084
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5087
5085
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5088
5086
  },
5089
5087
  "options": {
5090
- "description": "Options that are specific to Textarea Inputs.",
5091
5088
  "type": "object",
5092
5089
  "properties": {
5093
5090
  "max_length": {
@@ -5164,6 +5161,7 @@
5164
5161
  }
5165
5162
  },
5166
5163
  "additionalProperties": false,
5164
+ "description": "Options that are specific to Textarea Inputs.",
5167
5165
  "markdownDescription": "Options that are specific to Textarea Inputs."
5168
5166
  }
5169
5167
  },
@@ -5171,11 +5169,11 @@
5171
5169
  "type"
5172
5170
  ],
5173
5171
  "additionalProperties": false,
5172
+ "title": "Textarea Input",
5173
+ "description": "Provides an editing interface for plain text.",
5174
5174
  "markdownDescription": "Provides an editing interface for plain text."
5175
5175
  },
5176
5176
  "CodeInput": {
5177
- "title": "Code Input",
5178
- "description": "Provides an editing interface for code or mono-spaced plain text content.",
5179
5177
  "type": "object",
5180
5178
  "properties": {
5181
5179
  "comment": {
@@ -5216,14 +5214,13 @@
5216
5214
  "$ref": "#/definitions/type._inputs.*.cascade"
5217
5215
  },
5218
5216
  "type": {
5219
- "title": "Type",
5220
- "description": "Sets an input type, which controls how this input appears and behaves.",
5221
5217
  "type": "string",
5222
5218
  "const": "code",
5219
+ "title": "Type",
5220
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5223
5221
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5224
5222
  },
5225
5223
  "options": {
5226
- "description": "Options that are specific to Code Inputs.",
5227
5224
  "type": "object",
5228
5225
  "properties": {
5229
5226
  "tab_size": {
@@ -5328,6 +5325,7 @@
5328
5325
  }
5329
5326
  },
5330
5327
  "additionalProperties": false,
5328
+ "description": "Options that are specific to Code Inputs.",
5331
5329
  "markdownDescription": "Options that are specific to Code Inputs."
5332
5330
  }
5333
5331
  },
@@ -5335,6 +5333,8 @@
5335
5333
  "type"
5336
5334
  ],
5337
5335
  "additionalProperties": false,
5336
+ "title": "Code Input",
5337
+ "description": "Provides an editing interface for code or mono-spaced plain text content.",
5338
5338
  "markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
5339
5339
  },
5340
5340
  "Theme": {
@@ -5368,8 +5368,6 @@
5368
5368
  ]
5369
5369
  },
5370
5370
  "Syntax": {
5371
- "title": "Syntax",
5372
- "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5373
5371
  "type": "string",
5374
5372
  "enum": [
5375
5373
  "c_cpp",
@@ -5441,11 +5439,11 @@
5441
5439
  "xquery",
5442
5440
  "yaml"
5443
5441
  ],
5442
+ "title": "Syntax",
5443
+ "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5444
5444
  "markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
5445
5445
  },
5446
5446
  "ColorInput": {
5447
- "title": "Color Input",
5448
- "description": "Provides an editing interface for color values.",
5449
5447
  "type": "object",
5450
5448
  "properties": {
5451
5449
  "comment": {
@@ -5486,14 +5484,13 @@
5486
5484
  "$ref": "#/definitions/type._inputs.*.cascade"
5487
5485
  },
5488
5486
  "type": {
5489
- "title": "Type",
5490
- "description": "Sets an input type, which controls how this input appears and behaves.",
5491
5487
  "type": "string",
5492
5488
  "const": "color",
5489
+ "title": "Type",
5490
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5493
5491
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5494
5492
  },
5495
5493
  "options": {
5496
- "description": "Options that are specific to Color Inputs.",
5497
5494
  "type": "object",
5498
5495
  "properties": {
5499
5496
  "max_length": {
@@ -5585,6 +5582,7 @@
5585
5582
  }
5586
5583
  },
5587
5584
  "additionalProperties": false,
5585
+ "description": "Options that are specific to Color Inputs.",
5588
5586
  "markdownDescription": "Options that are specific to Color Inputs."
5589
5587
  }
5590
5588
  },
@@ -5592,11 +5590,11 @@
5592
5590
  "type"
5593
5591
  ],
5594
5592
  "additionalProperties": false,
5593
+ "title": "Color Input",
5594
+ "description": "Provides an editing interface for color values.",
5595
5595
  "markdownDescription": "Provides an editing interface for color values."
5596
5596
  },
5597
5597
  "BooleanInput": {
5598
- "title": "Boolean Input",
5599
- "description": "Provides an editing interface for true or false values.",
5600
5598
  "type": "object",
5601
5599
  "properties": {
5602
5600
  "comment": {
@@ -5637,13 +5635,13 @@
5637
5635
  "$ref": "#/definitions/type._inputs.*.cascade"
5638
5636
  },
5639
5637
  "type": {
5640
- "title": "Type",
5641
- "description": "Sets an input type, which controls how this input appears and behaves.",
5642
5638
  "type": "string",
5643
5639
  "enum": [
5644
5640
  "checkbox",
5645
5641
  "switch"
5646
5642
  ],
5643
+ "title": "Type",
5644
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5647
5645
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5648
5646
  }
5649
5647
  },
@@ -5651,11 +5649,11 @@
5651
5649
  "type"
5652
5650
  ],
5653
5651
  "additionalProperties": false,
5652
+ "title": "Boolean Input",
5653
+ "description": "Provides an editing interface for true or false values.",
5654
5654
  "markdownDescription": "Provides an editing interface for true or false values."
5655
5655
  },
5656
5656
  "NumberInput": {
5657
- "title": "Number Input",
5658
- "description": "Provides an editing interface for numeric values.",
5659
5657
  "type": "object",
5660
5658
  "properties": {
5661
5659
  "comment": {
@@ -5696,14 +5694,13 @@
5696
5694
  "$ref": "#/definitions/type._inputs.*.cascade"
5697
5695
  },
5698
5696
  "type": {
5699
- "title": "Type",
5700
- "description": "Sets an input type, which controls how this input appears and behaves.",
5701
5697
  "type": "string",
5702
5698
  "const": "number",
5699
+ "title": "Type",
5700
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5703
5701
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5704
5702
  },
5705
5703
  "options": {
5706
- "description": "Options that are specific to Number Inputs.",
5707
5704
  "type": "object",
5708
5705
  "properties": {
5709
5706
  "required": {
@@ -5744,6 +5741,7 @@
5744
5741
  }
5745
5742
  },
5746
5743
  "additionalProperties": false,
5744
+ "description": "Options that are specific to Number Inputs.",
5747
5745
  "markdownDescription": "Options that are specific to Number Inputs."
5748
5746
  }
5749
5747
  },
@@ -5751,11 +5749,13 @@
5751
5749
  "type"
5752
5750
  ],
5753
5751
  "additionalProperties": false,
5752
+ "title": "Number Input",
5753
+ "description": "Provides an editing interface for numeric values.",
5754
5754
  "markdownDescription": "Provides an editing interface for numeric values."
5755
5755
  },
5756
5756
  "type._inputs.*.options.empty_type(number)": {
5757
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5758
5757
  "default": "null",
5758
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5759
5759
  "type": "string",
5760
5760
  "enum": [
5761
5761
  "null",
@@ -5764,13 +5764,13 @@
5764
5764
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5765
5765
  },
5766
5766
  "type._inputs.*.options.min": {
5767
- "description": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5768
5767
  "type": "number",
5768
+ "description": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5769
5769
  "markdownDescription": "This key defines the minimum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a lesser numerical value. If the Input already contains a lesser numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
5770
5770
  },
5771
5771
  "type._inputs.*.options.max": {
5772
- "description": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5773
5772
  "type": "number",
5773
+ "description": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes.",
5774
5774
  "markdownDescription": "This key defines the maximum numerical value CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from entering a greater numerical value. If the Input already contains a greater numerical value, CloudCannon will require you to enter a valid value to save your changes, or discard your unsaved changes."
5775
5775
  },
5776
5776
  "type._inputs.*.options.step": {
@@ -5789,8 +5789,6 @@
5789
5789
  "markdownDescription": "This key defines the message that explains why an Input needs to have a maximum numerical value. This key requires you to define `options.max`."
5790
5790
  },
5791
5791
  "RangeInput": {
5792
- "title": "Range Input",
5793
- "description": "Provides a slider interface for selecting a numeric value.",
5794
5792
  "type": "object",
5795
5793
  "properties": {
5796
5794
  "comment": {
@@ -5831,14 +5829,13 @@
5831
5829
  "$ref": "#/definitions/type._inputs.*.cascade"
5832
5830
  },
5833
5831
  "type": {
5834
- "title": "Type",
5835
- "description": "Sets an input type, which controls how this input appears and behaves.",
5836
5832
  "type": "string",
5837
5833
  "const": "range",
5834
+ "title": "Type",
5835
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5838
5836
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5839
5837
  },
5840
5838
  "options": {
5841
- "description": "Options that are specific to Range Inputs.",
5842
5839
  "type": "object",
5843
5840
  "properties": {
5844
5841
  "required": {
@@ -5875,6 +5872,7 @@
5875
5872
  "max"
5876
5873
  ],
5877
5874
  "additionalProperties": false,
5875
+ "description": "Options that are specific to Range Inputs.",
5878
5876
  "markdownDescription": "Options that are specific to Range Inputs."
5879
5877
  }
5880
5878
  },
@@ -5882,11 +5880,11 @@
5882
5880
  "type"
5883
5881
  ],
5884
5882
  "additionalProperties": false,
5883
+ "title": "Range Input",
5884
+ "description": "Provides a slider interface for selecting a numeric value.",
5885
5885
  "markdownDescription": "Provides a slider interface for selecting a numeric value."
5886
5886
  },
5887
5887
  "RichTextInput": {
5888
- "title": "Rich Text Input",
5889
- "description": "Provides an editing interface for HTML markup content.",
5890
5888
  "type": "object",
5891
5889
  "properties": {
5892
5890
  "comment": {
@@ -5927,17 +5925,16 @@
5927
5925
  "$ref": "#/definitions/type._inputs.*.cascade"
5928
5926
  },
5929
5927
  "type": {
5930
- "title": "Type",
5931
- "description": "Sets an input type, which controls how this input appears and behaves.",
5932
5928
  "type": "string",
5933
5929
  "enum": [
5934
5930
  "html",
5935
5931
  "markdown"
5936
5932
  ],
5933
+ "title": "Type",
5934
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5937
5935
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5938
5936
  },
5939
5937
  "options": {
5940
- "description": "Options that are specific to Rich Text Inputs.",
5941
5938
  "type": "object",
5942
5939
  "properties": {
5943
5940
  "mime_type": {
@@ -6139,9 +6136,7 @@
6139
6136
  },
6140
6137
  "allow_resize": {
6141
6138
  "deprecated": true,
6142
- "description": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead.",
6143
- "type": "boolean",
6144
- "markdownDescription": "**⚠️ DEPRECATED:** This key is deprecated. Use `preview_resize` instead."
6139
+ "type": "boolean"
6145
6140
  },
6146
6141
  "prevent_resize": {
6147
6142
  "description": "Hides the resize handler to vertically resize the input.",
@@ -6156,6 +6151,7 @@
6156
6151
  }
6157
6152
  },
6158
6153
  "additionalProperties": false,
6154
+ "description": "Options that are specific to Rich Text Inputs.",
6159
6155
  "markdownDescription": "Options that are specific to Rich Text Inputs."
6160
6156
  }
6161
6157
  },
@@ -6163,6 +6159,8 @@
6163
6159
  "type"
6164
6160
  ],
6165
6161
  "additionalProperties": false,
6162
+ "title": "Rich Text Input",
6163
+ "description": "Provides an editing interface for HTML markup content.",
6166
6164
  "markdownDescription": "Provides an editing interface for HTML markup content."
6167
6165
  },
6168
6166
  "type._inputs.*.options.mime_type": {
@@ -6239,8 +6237,8 @@
6239
6237
  "type": "object",
6240
6238
  "properties": {
6241
6239
  "size": {
6242
- "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
6243
6240
  "type": "string",
6241
+ "description": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w).",
6244
6242
  "markdownDescription": "A number suffixed with \"x\" (relative size) or \"w\" (fixed width) for setting the dimensions of the image (e.g. 2x, 3x, 100w, 360w)."
6245
6243
  },
6246
6244
  "target": {
@@ -6257,7 +6255,6 @@
6257
6255
  "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
6258
6256
  },
6259
6257
  "type.paths": {
6260
- "title": "Paths",
6261
6258
  "type": "object",
6262
6259
  "properties": {
6263
6260
  "static": {
@@ -6282,7 +6279,8 @@
6282
6279
  "$ref": "#/definitions/paths.uploads_use_relative_path"
6283
6280
  }
6284
6281
  },
6285
- "additionalProperties": false
6282
+ "additionalProperties": false,
6283
+ "title": "Paths"
6286
6284
  },
6287
6285
  "type._editables.*.bold": {
6288
6286
  "description": "Enables a control to set selected text to bold.",
@@ -6482,8 +6480,6 @@
6482
6480
  "markdownDescription": "Enables a control to join the selected block with the block below it."
6483
6481
  },
6484
6482
  "DateInput": {
6485
- "title": "Date Input",
6486
- "description": "Provides an editing interface for date and/or time values.",
6487
6483
  "type": "object",
6488
6484
  "properties": {
6489
6485
  "comment": {
@@ -6524,17 +6520,16 @@
6524
6520
  "$ref": "#/definitions/type._inputs.*.cascade"
6525
6521
  },
6526
6522
  "type": {
6527
- "title": "Type",
6528
- "description": "Sets an input type, which controls how this input appears and behaves.",
6529
6523
  "type": "string",
6530
6524
  "enum": [
6531
6525
  "date",
6532
6526
  "datetime"
6533
6527
  ],
6528
+ "title": "Type",
6529
+ "description": "Sets an input type, which controls how this input appears and behaves.",
6534
6530
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
6535
6531
  },
6536
6532
  "options": {
6537
- "description": "Options that are specific to Date Inputs.",
6538
6533
  "type": "object",
6539
6534
  "properties": {
6540
6535
  "required": {
@@ -6563,10 +6558,10 @@
6563
6558
  "description": "This key defines the earliest date and time, inclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting an earlier date and time. If the Input already contains an earlier date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If `options.end_before` is also configured, this key cannot be a later date and time.",
6564
6559
  "anyOf": [
6565
6560
  {
6566
- "title": "ISO8601 String",
6567
6561
  "type": "string",
6568
6562
  "format": "date-time",
6569
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
6563
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
6564
+ "title": "ISO8601 String"
6570
6565
  },
6571
6566
  {
6572
6567
  "title": "Date"
@@ -6583,10 +6578,10 @@
6583
6578
  "description": "This key defines the date and time, exclusive, that CloudCannon will allow in an Input. When configured, CloudCannon will prevent you from selecting a later date and time. If the Input already contains a later date and time, CloudCannon will require you to change it to a valid value to save your changes, or discard your unsaved changes. Value must be in ISO8601 format. If options.start_from is also configured, this key cannot be an earlier date and time. This key has no default.",
6584
6579
  "anyOf": [
6585
6580
  {
6586
- "title": "ISO8601 String",
6587
6581
  "type": "string",
6588
6582
  "format": "date-time",
6589
- "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
6583
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z||([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$",
6584
+ "title": "ISO8601 String"
6590
6585
  },
6591
6586
  {
6592
6587
  "title": "Date"
@@ -6601,6 +6596,7 @@
6601
6596
  }
6602
6597
  },
6603
6598
  "additionalProperties": false,
6599
+ "description": "Options that are specific to Date Inputs.",
6604
6600
  "markdownDescription": "Options that are specific to Date Inputs."
6605
6601
  }
6606
6602
  },
@@ -6608,10 +6604,11 @@
6608
6604
  "type"
6609
6605
  ],
6610
6606
  "additionalProperties": false,
6607
+ "title": "Date Input",
6608
+ "description": "Provides an editing interface for date and/or time values.",
6611
6609
  "markdownDescription": "Provides an editing interface for date and/or time values."
6612
6610
  },
6613
6611
  "type.timezone": {
6614
- "title": "Timezone",
6615
6612
  "type": "string",
6616
6613
  "enum": [
6617
6614
  "Africa/Abidjan",
@@ -7209,11 +7206,10 @@
7209
7206
  "W-SU",
7210
7207
  "WET",
7211
7208
  "Zulu"
7212
- ]
7209
+ ],
7210
+ "title": "Timezone"
7213
7211
  },
7214
7212
  "TimeInput": {
7215
- "title": "Time Input",
7216
- "description": "Provides an editing interface for time values only.",
7217
7213
  "type": "object",
7218
7214
  "properties": {
7219
7215
  "comment": {
@@ -7254,14 +7250,13 @@
7254
7250
  "$ref": "#/definitions/type._inputs.*.cascade"
7255
7251
  },
7256
7252
  "type": {
7257
- "title": "Type",
7258
- "description": "Sets an input type, which controls how this input appears and behaves.",
7259
7253
  "type": "string",
7260
7254
  "const": "time",
7255
+ "title": "Type",
7256
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7261
7257
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7262
7258
  },
7263
7259
  "options": {
7264
- "description": "Options that are specific to Time Inputs.",
7265
7260
  "type": "object",
7266
7261
  "properties": {
7267
7262
  "required": {
@@ -7279,6 +7274,7 @@
7279
7274
  }
7280
7275
  },
7281
7276
  "additionalProperties": false,
7277
+ "description": "Options that are specific to Time Inputs.",
7282
7278
  "markdownDescription": "Options that are specific to Time Inputs."
7283
7279
  }
7284
7280
  },
@@ -7286,11 +7282,11 @@
7286
7282
  "type"
7287
7283
  ],
7288
7284
  "additionalProperties": false,
7285
+ "title": "Time Input",
7286
+ "description": "Provides an editing interface for time values only.",
7289
7287
  "markdownDescription": "Provides an editing interface for time values only."
7290
7288
  },
7291
7289
  "FileInput": {
7292
- "title": "File Input",
7293
- "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7294
7290
  "type": "object",
7295
7291
  "properties": {
7296
7292
  "comment": {
@@ -7331,18 +7327,17 @@
7331
7327
  "$ref": "#/definitions/type._inputs.*.cascade"
7332
7328
  },
7333
7329
  "type": {
7334
- "title": "Type",
7335
- "description": "Sets an input type, which controls how this input appears and behaves.",
7336
7330
  "type": "string",
7337
7331
  "enum": [
7338
7332
  "file",
7339
7333
  "document",
7340
7334
  "image"
7341
7335
  ],
7336
+ "title": "Type",
7337
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7342
7338
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7343
7339
  },
7344
7340
  "options": {
7345
- "description": "Options that are specific to File Inputs.",
7346
7341
  "type": "object",
7347
7342
  "properties": {
7348
7343
  "mime_type": {
@@ -7460,6 +7455,7 @@
7460
7455
  }
7461
7456
  },
7462
7457
  "additionalProperties": false,
7458
+ "description": "Options that are specific to File Inputs.",
7463
7459
  "markdownDescription": "Options that are specific to File Inputs."
7464
7460
  }
7465
7461
  },
@@ -7467,28 +7463,28 @@
7467
7463
  "type"
7468
7464
  ],
7469
7465
  "additionalProperties": false,
7466
+ "title": "File Input",
7467
+ "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7470
7468
  "markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
7471
7469
  },
7472
7470
  "type._inputs.*.options.accepts_mime_types": {
7473
7471
  "description": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted.",
7474
7472
  "anyOf": [
7475
7473
  {
7476
- "title": "Comma Separated",
7477
- "type": "string"
7474
+ "type": "string",
7475
+ "title": "Comma Separated"
7478
7476
  },
7479
7477
  {
7480
- "title": "Array",
7481
7478
  "type": "array",
7482
7479
  "items": {
7483
7480
  "$ref": "#/definitions/MimeType"
7484
- }
7481
+ },
7482
+ "title": "Array"
7485
7483
  }
7486
7484
  ],
7487
7485
  "markdownDescription": "Restricts which file types are available to select or upload to this input. Accepted format is an array or comma-separated string of MIME types. The special value \"*\" means any type is accepted."
7488
7486
  },
7489
7487
  "MimeType": {
7490
- "title": "Mime Type",
7491
- "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7492
7488
  "type": "string",
7493
7489
  "enum": [
7494
7490
  "x-world/x-3dmf",
@@ -7925,6 +7921,8 @@
7925
7921
  "multipart/x-zip",
7926
7922
  "text/x-script.zsh"
7927
7923
  ],
7924
+ "title": "Mime Type",
7925
+ "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7928
7926
  "markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
7929
7927
  },
7930
7928
  "type._inputs.*.options.max_file_size": {
@@ -7956,8 +7954,6 @@
7956
7954
  "markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
7957
7955
  },
7958
7956
  "UrlInput": {
7959
- "title": "URL Input",
7960
- "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
7961
7957
  "type": "object",
7962
7958
  "properties": {
7963
7959
  "comment": {
@@ -7998,14 +7994,13 @@
7998
7994
  "$ref": "#/definitions/type._inputs.*.cascade"
7999
7995
  },
8000
7996
  "type": {
8001
- "title": "Type",
8002
- "description": "Sets an input type, which controls how this input appears and behaves.",
8003
7997
  "type": "string",
8004
7998
  "const": "url",
7999
+ "title": "Type",
8000
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8005
8001
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8006
8002
  },
8007
8003
  "options": {
8008
- "description": "Options that are specific to URL Inputs.",
8009
8004
  "type": "object",
8010
8005
  "properties": {
8011
8006
  "mime_type": {
@@ -8147,6 +8142,7 @@
8147
8142
  }
8148
8143
  },
8149
8144
  "additionalProperties": false,
8145
+ "description": "Options that are specific to URL Inputs.",
8150
8146
  "markdownDescription": "Options that are specific to URL Inputs."
8151
8147
  }
8152
8148
  },
@@ -8154,11 +8150,11 @@
8154
8150
  "type"
8155
8151
  ],
8156
8152
  "additionalProperties": false,
8153
+ "title": "URL Input",
8154
+ "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
8157
8155
  "markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
8158
8156
  },
8159
8157
  "SelectInput": {
8160
- "title": "Select Input",
8161
- "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8162
8158
  "type": "object",
8163
8159
  "properties": {
8164
8160
  "comment": {
@@ -8199,14 +8195,13 @@
8199
8195
  "$ref": "#/definitions/type._inputs.*.cascade"
8200
8196
  },
8201
8197
  "type": {
8202
- "title": "Type",
8203
- "description": "Sets an input type, which controls how this input appears and behaves.",
8204
8198
  "type": "string",
8205
8199
  "const": "select",
8200
+ "title": "Type",
8201
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8206
8202
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8207
8203
  },
8208
8204
  "options": {
8209
- "description": "Options that are specific to Select Inputs.",
8210
8205
  "type": "object",
8211
8206
  "properties": {
8212
8207
  "required": {
@@ -8304,6 +8299,7 @@
8304
8299
  }
8305
8300
  },
8306
8301
  "additionalProperties": false,
8302
+ "description": "Options that are specific to Select Inputs.",
8307
8303
  "markdownDescription": "Options that are specific to Select Inputs."
8308
8304
  }
8309
8305
  },
@@ -8311,11 +8307,11 @@
8311
8307
  "type"
8312
8308
  ],
8313
8309
  "additionalProperties": false,
8310
+ "title": "Select Input",
8311
+ "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
8314
8312
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8315
8313
  },
8316
8314
  "type.preview": {
8317
- "id": "type.preview",
8318
- "title": "Preview",
8319
8315
  "type": "object",
8320
8316
  "properties": {
8321
8317
  "text": {
@@ -8346,7 +8342,8 @@
8346
8342
  "$ref": "#/definitions/type.preview.gallery"
8347
8343
  }
8348
8344
  },
8349
- "additionalProperties": false
8345
+ "additionalProperties": false,
8346
+ "title": "Preview"
8350
8347
  },
8351
8348
  "type.preview.text": {
8352
8349
  "allOf": [
@@ -8491,33 +8488,31 @@
8491
8488
  "description": "Defines the values available to choose from. Optional, defaults to fetching values from the naming convention (e.g. colors or my_colors for data set colors).",
8492
8489
  "anyOf": [
8493
8490
  {
8491
+ "type": "string",
8494
8492
  "title": "Dataset Reference",
8495
8493
  "description": "Reference to a dataset.",
8496
- "type": "string",
8497
8494
  "markdownDescription": "Reference to a dataset."
8498
8495
  },
8499
8496
  {
8500
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8501
8497
  "anyOf": [
8502
8498
  {
8503
- "title": "Text Array",
8504
8499
  "type": "array",
8505
8500
  "items": {
8506
8501
  "type": "string"
8507
- }
8502
+ },
8503
+ "title": "Text Array"
8508
8504
  },
8509
8505
  {
8510
- "title": "Text Object",
8511
8506
  "type": "object",
8512
8507
  "propertyNames": {
8513
8508
  "type": "string"
8514
8509
  },
8515
8510
  "additionalProperties": {
8516
8511
  "type": "string"
8517
- }
8512
+ },
8513
+ "title": "Text Object"
8518
8514
  },
8519
8515
  {
8520
- "title": "Object Array",
8521
8516
  "type": "array",
8522
8517
  "items": {
8523
8518
  "type": "object",
@@ -8525,17 +8520,19 @@
8525
8520
  "type": "string"
8526
8521
  },
8527
8522
  "additionalProperties": {}
8528
- }
8523
+ },
8524
+ "title": "Object Array"
8529
8525
  },
8530
8526
  {
8531
- "title": "Object",
8532
8527
  "type": "object",
8533
8528
  "propertyNames": {
8534
8529
  "type": "string"
8535
8530
  },
8536
- "additionalProperties": {}
8531
+ "additionalProperties": {},
8532
+ "title": "Object"
8537
8533
  }
8538
8534
  ],
8535
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8539
8536
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
8540
8537
  }
8541
8538
  ],
@@ -8569,8 +8566,6 @@
8569
8566
  "markdownDescription": "Controls how selectable options are rendered."
8570
8567
  },
8571
8568
  "MultiselectInput": {
8572
- "title": "Multiselect Input",
8573
- "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8574
8569
  "type": "object",
8575
8570
  "properties": {
8576
8571
  "comment": {
@@ -8611,14 +8606,13 @@
8611
8606
  "$ref": "#/definitions/type._inputs.*.cascade"
8612
8607
  },
8613
8608
  "type": {
8614
- "title": "Type",
8615
- "description": "Sets an input type, which controls how this input appears and behaves.",
8616
8609
  "type": "string",
8617
8610
  "const": "multiselect",
8611
+ "title": "Type",
8612
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8618
8613
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8619
8614
  },
8620
8615
  "options": {
8621
- "description": "Options that are specific to Multiselect Inputs.",
8622
8616
  "type": "object",
8623
8617
  "properties": {
8624
8618
  "required": {
@@ -8686,6 +8680,7 @@
8686
8680
  }
8687
8681
  },
8688
8682
  "additionalProperties": false,
8683
+ "description": "Options that are specific to Multiselect Inputs.",
8689
8684
  "markdownDescription": "Options that are specific to Multiselect Inputs."
8690
8685
  }
8691
8686
  },
@@ -8693,6 +8688,8 @@
8693
8688
  "type"
8694
8689
  ],
8695
8690
  "additionalProperties": false,
8691
+ "title": "Multiselect Input",
8692
+ "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8696
8693
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
8697
8694
  },
8698
8695
  "type._inputs.*.options.max_items": {
@@ -8726,8 +8723,8 @@
8726
8723
  "markdownDescription": "This key defines the message that explains why an Input needs to be unique. This key requires you to define `options.unique_on`."
8727
8724
  },
8728
8725
  "type._inputs.*.options.empty_type(array)": {
8729
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8730
8726
  "default": "null",
8727
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8731
8728
  "type": "string",
8732
8729
  "enum": [
8733
8730
  "null",
@@ -8736,8 +8733,6 @@
8736
8733
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8737
8734
  },
8738
8735
  "ChoiceInput": {
8739
- "title": "Choice Input",
8740
- "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8741
8736
  "type": "object",
8742
8737
  "properties": {
8743
8738
  "comment": {
@@ -8778,14 +8773,13 @@
8778
8773
  "$ref": "#/definitions/type._inputs.*.cascade"
8779
8774
  },
8780
8775
  "type": {
8781
- "title": "Type",
8782
- "description": "Sets an input type, which controls how this input appears and behaves.",
8783
8776
  "type": "string",
8784
8777
  "const": "choice",
8778
+ "title": "Type",
8779
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8785
8780
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8786
8781
  },
8787
8782
  "options": {
8788
- "description": "Options that are specific to Choice Inputs.",
8789
8783
  "type": "object",
8790
8784
  "properties": {
8791
8785
  "required": {
@@ -8880,6 +8874,7 @@
8880
8874
  }
8881
8875
  },
8882
8876
  "additionalProperties": false,
8877
+ "description": "Options that are specific to Choice Inputs.",
8883
8878
  "markdownDescription": "Options that are specific to Choice Inputs."
8884
8879
  }
8885
8880
  },
@@ -8887,11 +8882,11 @@
8887
8882
  "type"
8888
8883
  ],
8889
8884
  "additionalProperties": false,
8885
+ "title": "Choice Input",
8886
+ "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8890
8887
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
8891
8888
  },
8892
8889
  "MultichoiceInput": {
8893
- "title": "Multichoice Input",
8894
- "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
8895
8890
  "type": "object",
8896
8891
  "properties": {
8897
8892
  "comment": {
@@ -8932,14 +8927,13 @@
8932
8927
  "$ref": "#/definitions/type._inputs.*.cascade"
8933
8928
  },
8934
8929
  "type": {
8935
- "title": "Type",
8936
- "description": "Sets an input type, which controls how this input appears and behaves.",
8937
8930
  "type": "string",
8938
8931
  "const": "multichoice",
8932
+ "title": "Type",
8933
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8939
8934
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8940
8935
  },
8941
8936
  "options": {
8942
- "description": "Options that are specific to Multichoice Inputs.",
8943
8937
  "type": "object",
8944
8938
  "properties": {
8945
8939
  "required": {
@@ -9004,6 +8998,7 @@
9004
8998
  }
9005
8999
  },
9006
9000
  "additionalProperties": false,
9001
+ "description": "Options that are specific to Multichoice Inputs.",
9007
9002
  "markdownDescription": "Options that are specific to Multichoice Inputs."
9008
9003
  }
9009
9004
  },
@@ -9011,11 +9006,11 @@
9011
9006
  "type"
9012
9007
  ],
9013
9008
  "additionalProperties": false,
9009
+ "title": "Multichoice Input",
9010
+ "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
9014
9011
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
9015
9012
  },
9016
9013
  "ObjectInput": {
9017
- "title": "Object Input",
9018
- "description": "Provides a user interface for a group of inputs.",
9019
9014
  "type": "object",
9020
9015
  "properties": {
9021
9016
  "comment": {
@@ -9056,14 +9051,13 @@
9056
9051
  "$ref": "#/definitions/type._inputs.*.cascade"
9057
9052
  },
9058
9053
  "type": {
9059
- "title": "Type",
9060
- "description": "Sets an input type, which controls how this input appears and behaves.",
9061
9054
  "type": "string",
9062
9055
  "const": "object",
9056
+ "title": "Type",
9057
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9063
9058
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9064
9059
  },
9065
9060
  "options": {
9066
- "description": "Options that are specific to Object Inputs.",
9067
9061
  "type": "object",
9068
9062
  "properties": {
9069
9063
  "required": {
@@ -9230,6 +9224,7 @@
9230
9224
  }
9231
9225
  },
9232
9226
  "additionalProperties": false,
9227
+ "description": "Options that are specific to Object Inputs.",
9233
9228
  "markdownDescription": "Options that are specific to Object Inputs."
9234
9229
  }
9235
9230
  },
@@ -9237,11 +9232,13 @@
9237
9232
  "type"
9238
9233
  ],
9239
9234
  "additionalProperties": false,
9235
+ "title": "Object Input",
9236
+ "description": "Provides a user interface for a group of inputs.",
9240
9237
  "markdownDescription": "Provides a user interface for a group of inputs."
9241
9238
  },
9242
9239
  "type._inputs.*.options.empty_type(object)": {
9243
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9244
9240
  "default": "null",
9241
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
9245
9242
  "type": "string",
9246
9243
  "enum": [
9247
9244
  "null",
@@ -9250,14 +9247,12 @@
9250
9247
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
9251
9248
  },
9252
9249
  "type.structure-reference": {
9250
+ "type": "string",
9253
9251
  "title": "Structure Reference",
9254
9252
  "description": "A reference to an existing structure.",
9255
- "type": "string",
9256
9253
  "markdownDescription": "A reference to an existing structure."
9257
9254
  },
9258
9255
  "type.structure": {
9259
- "title": "Structure",
9260
- "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9261
9256
  "type": "object",
9262
9257
  "properties": {
9263
9258
  "reorder_inputs": {
@@ -9285,11 +9280,11 @@
9285
9280
  "markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
9286
9281
  },
9287
9282
  "values": {
9288
- "description": "Defines what values are available to add when using this structure.",
9289
9283
  "type": "array",
9290
9284
  "items": {
9291
9285
  "$ref": "#/definitions/type.structure.values.[*]"
9292
9286
  },
9287
+ "description": "Defines what values are available to add when using this structure.",
9293
9288
  "markdownDescription": "Defines what values are available to add when using this structure."
9294
9289
  },
9295
9290
  "values_from_glob": {
@@ -9319,11 +9314,11 @@
9319
9314
  "values"
9320
9315
  ],
9321
9316
  "additionalProperties": false,
9317
+ "title": "Structure",
9318
+ "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
9322
9319
  "markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
9323
9320
  },
9324
9321
  "type.structure.values.[*]": {
9325
- "title": "Structure Value",
9326
- "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9327
9322
  "type": "object",
9328
9323
  "properties": {
9329
9324
  "reorder_inputs": {
@@ -9516,6 +9511,8 @@
9516
9511
  "value"
9517
9512
  ],
9518
9513
  "additionalProperties": false,
9514
+ "title": "Structure Value",
9515
+ "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9519
9516
  "markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
9520
9517
  },
9521
9518
  "type._inputs_from_glob": {
@@ -9525,34 +9522,30 @@
9525
9522
  }
9526
9523
  },
9527
9524
  "type._select_data": {
9528
- "title": "Select Data",
9529
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9530
9525
  "type": "object",
9531
9526
  "propertyNames": {
9532
9527
  "type": "string"
9533
9528
  },
9534
9529
  "additionalProperties": {
9535
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9536
9530
  "anyOf": [
9537
9531
  {
9538
- "title": "Text Array",
9539
9532
  "type": "array",
9540
9533
  "items": {
9541
9534
  "type": "string"
9542
- }
9535
+ },
9536
+ "title": "Text Array"
9543
9537
  },
9544
9538
  {
9545
- "title": "Text Object",
9546
9539
  "type": "object",
9547
9540
  "propertyNames": {
9548
9541
  "type": "string"
9549
9542
  },
9550
9543
  "additionalProperties": {
9551
9544
  "type": "string"
9552
- }
9545
+ },
9546
+ "title": "Text Object"
9553
9547
  },
9554
9548
  {
9555
- "title": "Object Array",
9556
9549
  "type": "array",
9557
9550
  "items": {
9558
9551
  "type": "object",
@@ -9560,24 +9553,26 @@
9560
9553
  "type": "string"
9561
9554
  },
9562
9555
  "additionalProperties": {}
9563
- }
9556
+ },
9557
+ "title": "Object Array"
9564
9558
  },
9565
9559
  {
9566
- "title": "Object",
9567
9560
  "type": "object",
9568
9561
  "propertyNames": {
9569
9562
  "type": "string"
9570
9563
  },
9571
- "additionalProperties": {}
9564
+ "additionalProperties": {},
9565
+ "title": "Object"
9572
9566
  }
9573
9567
  ],
9568
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9574
9569
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
9575
9570
  },
9571
+ "title": "Select Data",
9572
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9576
9573
  "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
9577
9574
  },
9578
9575
  "type._structures": {
9579
- "title": "Structures",
9580
- "description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
9581
9576
  "type": "object",
9582
9577
  "propertyNames": {
9583
9578
  "type": "string"
@@ -9585,6 +9580,8 @@
9585
9580
  "additionalProperties": {
9586
9581
  "$ref": "#/definitions/type.structure"
9587
9582
  },
9583
+ "title": "Structures",
9584
+ "description": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs.",
9588
9585
  "markdownDescription": "Structured values for editors adding new items to arrays and objects. Entries here can be referenced in the configuration for `array` or `object` inputs."
9589
9586
  },
9590
9587
  "type._structures_from_glob": {
@@ -9599,8 +9596,6 @@
9599
9596
  "markdownDescription": "Used to supply help text above the key input when adding/renaming within a mutable object input. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript and inline code elements are allowed."
9600
9597
  },
9601
9598
  "ArrayInput": {
9602
- "title": "Array Input",
9603
- "description": "Provides a user interface for lists of inputs or input groups.",
9604
9599
  "type": "object",
9605
9600
  "properties": {
9606
9601
  "comment": {
@@ -9641,14 +9636,13 @@
9641
9636
  "$ref": "#/definitions/type._inputs.*.cascade"
9642
9637
  },
9643
9638
  "type": {
9644
- "title": "Type",
9645
- "description": "Sets an input type, which controls how this input appears and behaves.",
9646
9639
  "type": "string",
9647
9640
  "const": "array",
9641
+ "title": "Type",
9642
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9648
9643
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9649
9644
  },
9650
9645
  "options": {
9651
- "description": "Options that are specific to Array Inputs.",
9652
9646
  "type": "object",
9653
9647
  "properties": {
9654
9648
  "required": {
@@ -9705,6 +9699,7 @@
9705
9699
  }
9706
9700
  },
9707
9701
  "additionalProperties": false,
9702
+ "description": "Options that are specific to Array Inputs.",
9708
9703
  "markdownDescription": "Options that are specific to Array Inputs."
9709
9704
  }
9710
9705
  },
@@ -9712,6 +9707,8 @@
9712
9707
  "type"
9713
9708
  ],
9714
9709
  "additionalProperties": false,
9710
+ "title": "Array Input",
9711
+ "description": "Provides a user interface for lists of inputs or input groups.",
9715
9712
  "markdownDescription": "Provides a user interface for lists of inputs or input groups."
9716
9713
  },
9717
9714
  "ArrayInput.disable_add": {
@@ -9733,9 +9730,6 @@
9733
9730
  "markdownDescription": "Hides the controls on each item for moving them."
9734
9731
  },
9735
9732
  "AutoInput": {
9736
- "title": "Automatic Input",
9737
- "description": "Provides a default user interface based on the data contained.",
9738
- "excludeFromDocumentation": true,
9739
9733
  "type": "object",
9740
9734
  "properties": {
9741
9735
  "comment": {
@@ -9776,10 +9770,10 @@
9776
9770
  "$ref": "#/definitions/type._inputs.*.cascade"
9777
9771
  },
9778
9772
  "type": {
9779
- "title": "Type",
9780
- "description": "Sets an input type, which controls how this input appears and behaves.",
9781
9773
  "type": "string",
9782
9774
  "const": "auto",
9775
+ "title": "Type",
9776
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9783
9777
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9784
9778
  },
9785
9779
  "options": {
@@ -9791,12 +9785,12 @@
9791
9785
  "type"
9792
9786
  ],
9793
9787
  "additionalProperties": false,
9788
+ "title": "Automatic Input",
9789
+ "description": "Provides a default user interface based on the data contained.",
9790
+ "excludeFromDocumentation": true,
9794
9791
  "markdownDescription": "Provides a default user interface based on the data contained."
9795
9792
  },
9796
9793
  "UnknownInput": {
9797
- "title": "Unknown Input",
9798
- "description": "Provides a default user interface based on the data contained.",
9799
- "excludeFromDocumentation": true,
9800
9794
  "type": "object",
9801
9795
  "properties": {
9802
9796
  "comment": {
@@ -9842,6 +9836,9 @@
9842
9836
  }
9843
9837
  },
9844
9838
  "additionalProperties": false,
9839
+ "title": "Unknown Input",
9840
+ "description": "Provides a default user interface based on the data contained.",
9841
+ "excludeFromDocumentation": true,
9845
9842
  "markdownDescription": "Provides a default user interface based on the data contained."
9846
9843
  },
9847
9844
  "type._enabled_editors": {
@@ -10289,7 +10286,6 @@
10289
10286
  }
10290
10287
  },
10291
10288
  "filter": {
10292
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10293
10289
  "anyOf": [
10294
10290
  {
10295
10291
  "type": "object",
@@ -10332,16 +10328,17 @@
10332
10328
  ]
10333
10329
  }
10334
10330
  ],
10331
+ "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10335
10332
  "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
10336
10333
  },
10337
10334
  "singular_key": {
10338
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10339
10335
  "type": "string",
10336
+ "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10340
10337
  "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
10341
10338
  },
10342
10339
  "output": {
10343
- "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10344
10340
  "type": "boolean",
10341
+ "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10345
10342
  "markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
10346
10343
  },
10347
10344
  "collection_groups": {
@@ -10352,20 +10349,19 @@
10352
10349
  }
10353
10350
  },
10354
10351
  "CollectionGroup": {
10355
- "title": "Collection Group",
10356
10352
  "type": "object",
10357
10353
  "properties": {
10358
10354
  "heading": {
10359
- "description": "Short, descriptive label for this group of Collections.",
10360
10355
  "type": "string",
10356
+ "description": "Short, descriptive label for this group of Collections.",
10361
10357
  "markdownDescription": "Short, descriptive label for this group of Collections."
10362
10358
  },
10363
10359
  "collections": {
10364
- "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10365
10360
  "type": "array",
10366
10361
  "items": {
10367
10362
  "type": "string"
10368
10363
  },
10364
+ "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10369
10365
  "markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
10370
10366
  }
10371
10367
  },
@@ -10373,7 +10369,8 @@
10373
10369
  "heading",
10374
10370
  "collections"
10375
10371
  ],
10376
- "additionalProperties": false
10372
+ "additionalProperties": false,
10373
+ "title": "Collection Group"
10377
10374
  },
10378
10375
  "base_url": {
10379
10376
  "type": "string"
@@ -10388,20 +10385,20 @@
10388
10385
  "type": "object",
10389
10386
  "properties": {
10390
10387
  "glob": {
10391
- "description": "The glob pattern(s) targeting a path to one or more files.",
10392
10388
  "anyOf": [
10393
10389
  {
10394
- "title": "Glob Array",
10395
10390
  "type": "array",
10396
10391
  "items": {
10397
10392
  "type": "string"
10398
- }
10393
+ },
10394
+ "title": "Glob Array"
10399
10395
  },
10400
10396
  {
10401
- "title": "Glob",
10402
- "type": "string"
10397
+ "type": "string",
10398
+ "title": "Glob"
10403
10399
  }
10404
10400
  ],
10401
+ "description": "The glob pattern(s) targeting a path to one or more files.",
10405
10402
  "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
10406
10403
  },
10407
10404
  "_inputs": {
@@ -10503,8 +10500,6 @@
10503
10500
  "commit_templates": {
10504
10501
  "type": "array",
10505
10502
  "items": {
10506
- "title": "Commit Template",
10507
- "description": "A template for commit messages when saving changes.",
10508
10503
  "type": "object",
10509
10504
  "properties": {
10510
10505
  "label": {
@@ -10547,6 +10542,8 @@
10547
10542
  }
10548
10543
  },
10549
10544
  "additionalProperties": false,
10545
+ "title": "Commit Template",
10546
+ "description": "A template for commit messages when saving changes.",
10550
10547
  "markdownDescription": "A template for commit messages when saving changes."
10551
10548
  }
10552
10549
  },
@@ -10554,8 +10551,6 @@
10554
10551
  "type": "string"
10555
10552
  },
10556
10553
  "markdown": {
10557
- "title": "Markdown Settings",
10558
- "description": "Configuration for Markdown processing engines and formatting options.",
10559
10554
  "type": "object",
10560
10555
  "properties": {
10561
10556
  "engine": {
@@ -10682,7 +10677,6 @@
10682
10677
  },
10683
10678
  "attribute_elements": {
10684
10679
  "description": "Define positioning behavior of Markdown attributes for different elements.",
10685
- "title": "Markdown Attribute Element Options",
10686
10680
  "type": "object",
10687
10681
  "properties": {
10688
10682
  "inline": {
@@ -10703,6 +10697,7 @@
10703
10697
  "additionalProperties": {
10704
10698
  "$ref": "#/definitions/AttributeListPosition"
10705
10699
  },
10700
+ "title": "Markdown Attribute Element Options",
10706
10701
  "markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
10707
10702
  }
10708
10703
  },
@@ -10710,11 +10705,11 @@
10710
10705
  }
10711
10706
  },
10712
10707
  "additionalProperties": false,
10708
+ "title": "Markdown Settings",
10709
+ "description": "Configuration for Markdown processing engines and formatting options.",
10713
10710
  "markdownDescription": "Configuration for Markdown processing engines and formatting options."
10714
10711
  },
10715
10712
  "AttributeListPosition": {
10716
- "title": "Attribute List Position",
10717
- "description": "Positioning options for Markdown attribute elements.",
10718
10713
  "type": "string",
10719
10714
  "enum": [
10720
10715
  "none",
@@ -10724,6 +10719,8 @@
10724
10719
  "newline below",
10725
10720
  "right-of-prefix"
10726
10721
  ],
10722
+ "title": "Attribute List Position",
10723
+ "description": "Positioning options for Markdown attribute elements.",
10727
10724
  "markdownDescription": "Positioning options for Markdown attribute elements."
10728
10725
  },
10729
10726
  "type._snippets": {
@@ -10739,8 +10736,6 @@
10739
10736
  "markdownDescription": "Configuration for custom snippets."
10740
10737
  },
10741
10738
  "type.snippet": {
10742
- "title": "Snippet",
10743
- "description": "A snippet configuration.",
10744
10739
  "type": "object",
10745
10740
  "properties": {
10746
10741
  "_inputs": {
@@ -10845,7 +10840,6 @@
10845
10840
  "additionalProperties": {
10846
10841
  "anyOf": [
10847
10842
  {
10848
- "title": "Argument List Parser Config",
10849
10843
  "type": "object",
10850
10844
  "properties": {
10851
10845
  "parser": {
@@ -10872,10 +10866,10 @@
10872
10866
  "parser",
10873
10867
  "options"
10874
10868
  ],
10875
- "additionalProperties": false
10869
+ "additionalProperties": false,
10870
+ "title": "Argument List Parser Config"
10876
10871
  },
10877
10872
  {
10878
- "title": "Argument Parser Config",
10879
10873
  "type": "object",
10880
10874
  "properties": {
10881
10875
  "parser": {
@@ -10899,10 +10893,10 @@
10899
10893
  "parser",
10900
10894
  "options"
10901
10895
  ],
10902
- "additionalProperties": false
10896
+ "additionalProperties": false,
10897
+ "title": "Argument Parser Config"
10903
10898
  },
10904
10899
  {
10905
- "title": "Content Parser Config",
10906
10900
  "type": "object",
10907
10901
  "properties": {
10908
10902
  "parser": {
@@ -10969,10 +10963,10 @@
10969
10963
  "parser",
10970
10964
  "options"
10971
10965
  ],
10972
- "additionalProperties": false
10966
+ "additionalProperties": false,
10967
+ "title": "Content Parser Config"
10973
10968
  },
10974
10969
  {
10975
- "title": "Key Value List Parser Config",
10976
10970
  "type": "object",
10977
10971
  "properties": {
10978
10972
  "parser": {
@@ -11004,10 +10998,10 @@
11004
10998
  "required": [
11005
10999
  "parser"
11006
11000
  ],
11007
- "additionalProperties": false
11001
+ "additionalProperties": false,
11002
+ "title": "Key Value List Parser Config"
11008
11003
  },
11009
11004
  {
11010
- "title": "Literal Parser Config",
11011
11005
  "type": "object",
11012
11006
  "properties": {
11013
11007
  "parser": {
@@ -11043,10 +11037,10 @@
11043
11037
  "parser",
11044
11038
  "options"
11045
11039
  ],
11046
- "additionalProperties": false
11040
+ "additionalProperties": false,
11041
+ "title": "Literal Parser Config"
11047
11042
  },
11048
11043
  {
11049
- "title": "Optional Parser Config",
11050
11044
  "type": "object",
11051
11045
  "properties": {
11052
11046
  "parser": {
@@ -11073,10 +11067,10 @@
11073
11067
  "parser",
11074
11068
  "options"
11075
11069
  ],
11076
- "additionalProperties": false
11070
+ "additionalProperties": false,
11071
+ "title": "Optional Parser Config"
11077
11072
  },
11078
11073
  {
11079
- "title": "Repeating Literal Parser Config",
11080
11074
  "type": "object",
11081
11075
  "properties": {
11082
11076
  "parser": {
@@ -11109,10 +11103,10 @@
11109
11103
  "parser",
11110
11104
  "options"
11111
11105
  ],
11112
- "additionalProperties": false
11106
+ "additionalProperties": false,
11107
+ "title": "Repeating Literal Parser Config"
11113
11108
  },
11114
11109
  {
11115
- "title": "Repeating Parser Config",
11116
11110
  "type": "object",
11117
11111
  "properties": {
11118
11112
  "parser": {
@@ -11151,10 +11145,10 @@
11151
11145
  "parser",
11152
11146
  "options"
11153
11147
  ],
11154
- "additionalProperties": false
11148
+ "additionalProperties": false,
11149
+ "title": "Repeating Parser Config"
11155
11150
  },
11156
11151
  {
11157
- "title": "Wrapper Parser Config",
11158
11152
  "type": "object",
11159
11153
  "properties": {
11160
11154
  "parser": {
@@ -11184,7 +11178,8 @@
11184
11178
  "parser",
11185
11179
  "options"
11186
11180
  ],
11187
- "additionalProperties": false
11181
+ "additionalProperties": false,
11182
+ "title": "Wrapper Parser Config"
11188
11183
  }
11189
11184
  ]
11190
11185
  },
@@ -11192,6 +11187,8 @@
11192
11187
  }
11193
11188
  },
11194
11189
  "additionalProperties": false,
11190
+ "title": "Snippet",
11191
+ "description": "A snippet configuration.",
11195
11192
  "markdownDescription": "A snippet configuration."
11196
11193
  },
11197
11194
  "SnippetAlternateFormats": {
@@ -11429,7 +11426,6 @@
11429
11426
  "additionalProperties": false
11430
11427
  },
11431
11428
  "type._snippets_imports": {
11432
- "title": "Snippets Imports",
11433
11429
  "type": "object",
11434
11430
  "properties": {
11435
11431
  "hugo": {
@@ -11457,7 +11453,8 @@
11457
11453
  "$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
11458
11454
  }
11459
11455
  },
11460
- "additionalProperties": false
11456
+ "additionalProperties": false,
11457
+ "title": "Snippets Imports"
11461
11458
  },
11462
11459
  "_snippets_imports.hugo": {
11463
11460
  "uniqueItems": true,
@@ -11466,7 +11463,6 @@
11466
11463
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11467
11464
  },
11468
11465
  {
11469
- "title": "Exclude List",
11470
11466
  "type": "object",
11471
11467
  "properties": {
11472
11468
  "exclude": {
@@ -11476,10 +11472,10 @@
11476
11472
  "required": [
11477
11473
  "exclude"
11478
11474
  ],
11479
- "additionalProperties": false
11475
+ "additionalProperties": false,
11476
+ "title": "Exclude List"
11480
11477
  },
11481
11478
  {
11482
- "title": "Include List",
11483
11479
  "type": "object",
11484
11480
  "properties": {
11485
11481
  "include": {
@@ -11489,28 +11485,29 @@
11489
11485
  "required": [
11490
11486
  "include"
11491
11487
  ],
11492
- "additionalProperties": false
11488
+ "additionalProperties": false,
11489
+ "title": "Include List"
11493
11490
  }
11494
11491
  ]
11495
11492
  },
11496
11493
  "type._snippets_imports.*.(full-import)": {
11497
- "title": "Full Import",
11498
- "type": "boolean"
11494
+ "type": "boolean",
11495
+ "title": "Full Import"
11499
11496
  },
11500
11497
  "SnippetImportExclude": {
11501
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11502
11498
  "type": "array",
11503
11499
  "items": {
11504
11500
  "type": "string"
11505
11501
  },
11502
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11506
11503
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
11507
11504
  },
11508
11505
  "SnippetImportInclude": {
11509
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11510
11506
  "type": "array",
11511
11507
  "items": {
11512
11508
  "type": "string"
11513
11509
  },
11510
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11514
11511
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
11515
11512
  },
11516
11513
  "_snippets_imports.jekyll": {
@@ -11520,7 +11517,6 @@
11520
11517
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11521
11518
  },
11522
11519
  {
11523
- "title": "Exclude List",
11524
11520
  "type": "object",
11525
11521
  "properties": {
11526
11522
  "exclude": {
@@ -11530,10 +11526,10 @@
11530
11526
  "required": [
11531
11527
  "exclude"
11532
11528
  ],
11533
- "additionalProperties": false
11529
+ "additionalProperties": false,
11530
+ "title": "Exclude List"
11534
11531
  },
11535
11532
  {
11536
- "title": "Include List",
11537
11533
  "type": "object",
11538
11534
  "properties": {
11539
11535
  "include": {
@@ -11543,7 +11539,8 @@
11543
11539
  "required": [
11544
11540
  "include"
11545
11541
  ],
11546
- "additionalProperties": false
11542
+ "additionalProperties": false,
11543
+ "title": "Include List"
11547
11544
  }
11548
11545
  ]
11549
11546
  },
@@ -11554,7 +11551,6 @@
11554
11551
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11555
11552
  },
11556
11553
  {
11557
- "title": "Exclude List",
11558
11554
  "type": "object",
11559
11555
  "properties": {
11560
11556
  "exclude": {
@@ -11564,10 +11560,10 @@
11564
11560
  "required": [
11565
11561
  "exclude"
11566
11562
  ],
11567
- "additionalProperties": false
11563
+ "additionalProperties": false,
11564
+ "title": "Exclude List"
11568
11565
  },
11569
11566
  {
11570
- "title": "Include List",
11571
11567
  "type": "object",
11572
11568
  "properties": {
11573
11569
  "include": {
@@ -11577,7 +11573,8 @@
11577
11573
  "required": [
11578
11574
  "include"
11579
11575
  ],
11580
- "additionalProperties": false
11576
+ "additionalProperties": false,
11577
+ "title": "Include List"
11581
11578
  }
11582
11579
  ]
11583
11580
  },
@@ -11588,7 +11585,6 @@
11588
11585
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11589
11586
  },
11590
11587
  {
11591
- "title": "Exclude List",
11592
11588
  "type": "object",
11593
11589
  "properties": {
11594
11590
  "exclude": {
@@ -11598,10 +11594,10 @@
11598
11594
  "required": [
11599
11595
  "exclude"
11600
11596
  ],
11601
- "additionalProperties": false
11597
+ "additionalProperties": false,
11598
+ "title": "Exclude List"
11602
11599
  },
11603
11600
  {
11604
- "title": "Include List",
11605
11601
  "type": "object",
11606
11602
  "properties": {
11607
11603
  "include": {
@@ -11611,7 +11607,8 @@
11611
11607
  "required": [
11612
11608
  "include"
11613
11609
  ],
11614
- "additionalProperties": false
11610
+ "additionalProperties": false,
11611
+ "title": "Include List"
11615
11612
  }
11616
11613
  ]
11617
11614
  },
@@ -11622,7 +11619,6 @@
11622
11619
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11623
11620
  },
11624
11621
  {
11625
- "title": "Exclude List",
11626
11622
  "type": "object",
11627
11623
  "properties": {
11628
11624
  "exclude": {
@@ -11632,10 +11628,10 @@
11632
11628
  "required": [
11633
11629
  "exclude"
11634
11630
  ],
11635
- "additionalProperties": false
11631
+ "additionalProperties": false,
11632
+ "title": "Exclude List"
11636
11633
  },
11637
11634
  {
11638
- "title": "Include List",
11639
11635
  "type": "object",
11640
11636
  "properties": {
11641
11637
  "include": {
@@ -11645,7 +11641,8 @@
11645
11641
  "required": [
11646
11642
  "include"
11647
11643
  ],
11648
- "additionalProperties": false
11644
+ "additionalProperties": false,
11645
+ "title": "Include List"
11649
11646
  }
11650
11647
  ]
11651
11648
  },
@@ -11656,7 +11653,6 @@
11656
11653
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11657
11654
  },
11658
11655
  {
11659
- "title": "Exclude List",
11660
11656
  "type": "object",
11661
11657
  "properties": {
11662
11658
  "exclude": {
@@ -11666,10 +11662,10 @@
11666
11662
  "required": [
11667
11663
  "exclude"
11668
11664
  ],
11669
- "additionalProperties": false
11665
+ "additionalProperties": false,
11666
+ "title": "Exclude List"
11670
11667
  },
11671
11668
  {
11672
- "title": "Include List",
11673
11669
  "type": "object",
11674
11670
  "properties": {
11675
11671
  "include": {
@@ -11679,7 +11675,8 @@
11679
11675
  "required": [
11680
11676
  "include"
11681
11677
  ],
11682
- "additionalProperties": false
11678
+ "additionalProperties": false,
11679
+ "title": "Include List"
11683
11680
  }
11684
11681
  ]
11685
11682
  },
@@ -11690,7 +11687,6 @@
11690
11687
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11691
11688
  },
11692
11689
  {
11693
- "title": "Exclude List",
11694
11690
  "type": "object",
11695
11691
  "properties": {
11696
11692
  "exclude": {
@@ -11700,10 +11696,10 @@
11700
11696
  "required": [
11701
11697
  "exclude"
11702
11698
  ],
11703
- "additionalProperties": false
11699
+ "additionalProperties": false,
11700
+ "title": "Exclude List"
11704
11701
  },
11705
11702
  {
11706
- "title": "Include List",
11707
11703
  "type": "object",
11708
11704
  "properties": {
11709
11705
  "include": {
@@ -11713,7 +11709,8 @@
11713
11709
  "required": [
11714
11710
  "include"
11715
11711
  ],
11716
- "additionalProperties": false
11712
+ "additionalProperties": false,
11713
+ "title": "Include List"
11717
11714
  }
11718
11715
  ]
11719
11716
  },
@@ -11724,7 +11721,6 @@
11724
11721
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11725
11722
  },
11726
11723
  {
11727
- "title": "Exclude List",
11728
11724
  "type": "object",
11729
11725
  "properties": {
11730
11726
  "exclude": {
@@ -11734,10 +11730,10 @@
11734
11730
  "required": [
11735
11731
  "exclude"
11736
11732
  ],
11737
- "additionalProperties": false
11733
+ "additionalProperties": false,
11734
+ "title": "Exclude List"
11738
11735
  },
11739
11736
  {
11740
- "title": "Include List",
11741
11737
  "type": "object",
11742
11738
  "properties": {
11743
11739
  "include": {
@@ -11747,7 +11743,8 @@
11747
11743
  "required": [
11748
11744
  "include"
11749
11745
  ],
11750
- "additionalProperties": false
11746
+ "additionalProperties": false,
11747
+ "title": "Include List"
11751
11748
  }
11752
11749
  ]
11753
11750
  },
@@ -11776,8 +11773,6 @@
11776
11773
  "markdownDescription": "A record of reusable values that can be referenced in snippet templates. Values are substituted using { ref: \"key\" } for direct replacement or { spread_ref: \"key\" } for spreading arrays/objects."
11777
11774
  },
11778
11775
  "type.snippet-definition-value": {
11779
- "title": "Snippet Definition Value",
11780
- "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11781
11776
  "anyOf": [
11782
11777
  {
11783
11778
  "$ref": "#/definitions/type.snippet-format"
@@ -11786,56 +11781,56 @@
11786
11781
  "$ref": "#/definitions/type.snippet-model"
11787
11782
  },
11788
11783
  {
11789
- "title": "Parser Model Array",
11790
- "description": "An array of model configurations, typically used for positional_args or named_args.",
11791
11784
  "type": "array",
11792
11785
  "items": {
11793
11786
  "$ref": "#/definitions/type.snippet-model"
11794
11787
  },
11788
+ "title": "Parser Model Array",
11789
+ "description": "An array of model configurations, typically used for positional_args or named_args.",
11795
11790
  "markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
11796
11791
  },
11797
11792
  {
11798
- "title": "Select Values Array",
11799
- "description": "An array of select options, typically used for language lists.",
11800
11793
  "type": "array",
11801
11794
  "items": {
11802
11795
  "$ref": "#/definitions/type.snippet-definition-select-value"
11803
11796
  },
11797
+ "title": "Select Values Array",
11798
+ "description": "An array of select options, typically used for language lists.",
11804
11799
  "markdownDescription": "An array of select options, typically used for language lists."
11805
11800
  },
11806
11801
  {
11802
+ "type": "string",
11807
11803
  "title": "String Value",
11808
11804
  "description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
11809
- "type": "string",
11810
11805
  "markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
11811
11806
  },
11812
11807
  {
11808
+ "type": "number",
11813
11809
  "title": "Number Value",
11814
11810
  "description": "A numeric value.",
11815
- "type": "number",
11816
11811
  "markdownDescription": "A numeric value."
11817
11812
  },
11818
11813
  {
11814
+ "type": "boolean",
11819
11815
  "title": "Boolean Value",
11820
11816
  "description": "A boolean value.",
11821
- "type": "boolean",
11822
11817
  "markdownDescription": "A boolean value."
11823
11818
  },
11824
11819
  {
11825
- "title": "String Array",
11826
- "description": "An array of strings.",
11827
11820
  "type": "array",
11828
11821
  "items": {
11829
11822
  "type": "string"
11830
11823
  },
11824
+ "title": "String Array",
11825
+ "description": "An array of strings.",
11831
11826
  "markdownDescription": "An array of strings."
11832
11827
  }
11833
11828
  ],
11829
+ "title": "Snippet Definition Value",
11830
+ "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11834
11831
  "markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
11835
11832
  },
11836
11833
  "type.snippet-definition-select-value": {
11837
- "title": "Snippet Definition Select Value",
11838
- "description": "A value option for select inputs, typically used in language lists.",
11839
11834
  "type": "object",
11840
11835
  "properties": {
11841
11836
  "name": {
@@ -11844,21 +11839,21 @@
11844
11839
  "markdownDescription": "The display name for this option."
11845
11840
  },
11846
11841
  "value": {
11847
- "description": "The value for this option.",
11848
11842
  "anyOf": [
11849
11843
  {
11850
- "title": "String",
11851
- "type": "string"
11844
+ "type": "string",
11845
+ "title": "String"
11852
11846
  },
11853
11847
  {
11854
- "title": "Number",
11855
- "type": "number"
11848
+ "type": "number",
11849
+ "title": "Number"
11856
11850
  },
11857
11851
  {
11858
- "title": "Boolean",
11859
- "type": "boolean"
11852
+ "type": "boolean",
11853
+ "title": "Boolean"
11860
11854
  }
11861
11855
  ],
11856
+ "description": "The value for this option.",
11862
11857
  "markdownDescription": "The value for this option."
11863
11858
  }
11864
11859
  },
@@ -11866,6 +11861,8 @@
11866
11861
  "value"
11867
11862
  ],
11868
11863
  "additionalProperties": false,
11864
+ "title": "Snippet Definition Select Value",
11865
+ "description": "A value option for select inputs, typically used in language lists.",
11869
11866
  "markdownDescription": "A value option for select inputs, typically used in language lists."
11870
11867
  },
11871
11868
  "collections_config_override": {