@cloudcannon/configuration-types 0.0.52 → 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": {
@@ -4623,6 +4620,33 @@
4623
4620
  "min_length_message": {
4624
4621
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
4625
4622
  },
4623
+ "max_words": {
4624
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
4625
+ },
4626
+ "max_words_message": {
4627
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
4628
+ },
4629
+ "min_words": {
4630
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
4631
+ },
4632
+ "min_words_message": {
4633
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
4634
+ },
4635
+ "max_graphemes": {
4636
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
4637
+ },
4638
+ "max_graphemes_message": {
4639
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
4640
+ },
4641
+ "min_graphemes": {
4642
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
4643
+ },
4644
+ "min_graphemes_message": {
4645
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
4646
+ },
4647
+ "locale": {
4648
+ "$ref": "#/definitions/type._inputs.*.options.locale"
4649
+ },
4626
4650
  "pattern": {
4627
4651
  "$ref": "#/definitions/type._inputs.*.options.pattern"
4628
4652
  },
@@ -4675,6 +4699,7 @@
4675
4699
  }
4676
4700
  },
4677
4701
  "additionalProperties": false,
4702
+ "description": "Options that are specific to Text Inputs.",
4678
4703
  "markdownDescription": "Options that are specific to Text Inputs."
4679
4704
  }
4680
4705
  },
@@ -4682,6 +4707,8 @@
4682
4707
  "type"
4683
4708
  ],
4684
4709
  "additionalProperties": false,
4710
+ "title": "Text Input",
4711
+ "description": "Provides a simple editing interface for plain text.",
4685
4712
  "markdownDescription": "Provides a simple editing interface for plain text."
4686
4713
  },
4687
4714
  "type._inputs.*.comment": {
@@ -4690,7 +4717,6 @@
4690
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."
4691
4718
  },
4692
4719
  "type._inputs.*.context": {
4693
- "description": "Adds an expandable section of rich text below the input.",
4694
4720
  "type": "object",
4695
4721
  "properties": {
4696
4722
  "content": {
@@ -4720,6 +4746,7 @@
4720
4746
  }
4721
4747
  },
4722
4748
  "additionalProperties": false,
4749
+ "description": "Adds an expandable section of rich text below the input.",
4723
4750
  "markdownDescription": "Adds an expandable section of rich text below the input."
4724
4751
  },
4725
4752
  "type._inputs.*.label": {
@@ -4732,12 +4759,12 @@
4732
4759
  "default": false,
4733
4760
  "anyOf": [
4734
4761
  {
4735
- "title": "Boolean",
4736
- "type": "boolean"
4762
+ "type": "boolean",
4763
+ "title": "Boolean"
4737
4764
  },
4738
4765
  {
4739
- "title": "Query String",
4740
- "type": "string"
4766
+ "type": "string",
4767
+ "title": "Query String"
4741
4768
  }
4742
4769
  ],
4743
4770
  "markdownDescription": "Toggles the visibility of this input."
@@ -4747,12 +4774,12 @@
4747
4774
  "default": false,
4748
4775
  "anyOf": [
4749
4776
  {
4750
- "title": "Boolean",
4751
- "type": "boolean"
4777
+ "type": "boolean",
4778
+ "title": "Boolean"
4752
4779
  },
4753
4780
  {
4754
- "title": "Query String",
4755
- "type": "string"
4781
+ "type": "string",
4782
+ "title": "Query String"
4756
4783
  }
4757
4784
  ],
4758
4785
  "markdownDescription": "Toggles if this input can be edited."
@@ -4799,6 +4826,51 @@
4799
4826
  "type": "string",
4800
4827
  "markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_length`."
4801
4828
  },
4829
+ "type._inputs.*.options.max_words": {
4830
+ "description": "This key defines the maximum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
4831
+ "type": "number",
4832
+ "markdownDescription": "This key defines the maximum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
4833
+ },
4834
+ "type._inputs.*.options.max_words_message": {
4835
+ "description": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_words.",
4836
+ "type": "string",
4837
+ "markdownDescription": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_words."
4838
+ },
4839
+ "type._inputs.*.options.min_words": {
4840
+ "description": "This key defines the minimum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
4841
+ "type": "number",
4842
+ "markdownDescription": "This key defines the minimum string length, in words, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
4843
+ },
4844
+ "type._inputs.*.options.min_words_message": {
4845
+ "description": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_words`.",
4846
+ "type": "string",
4847
+ "markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_words`."
4848
+ },
4849
+ "type._inputs.*.options.max_graphemes": {
4850
+ "description": "This key defines the maximum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
4851
+ "type": "number",
4852
+ "markdownDescription": "This key defines the maximum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too long. If the Input already contains a longer value, CloudCannon will require you to remove characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
4853
+ },
4854
+ "type._inputs.*.options.max_graphemes_message": {
4855
+ "description": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_graphemes.",
4856
+ "type": "string",
4857
+ "markdownDescription": "This key defines the message that explains which maximum string length an Input will accept. This key requires you to define `options.max_graphemes."
4858
+ },
4859
+ "type._inputs.*.options.min_graphemes": {
4860
+ "description": "This key defines the minimum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes.",
4861
+ "type": "number",
4862
+ "markdownDescription": "This key defines the minimum string length, in graphemes, that CloudCannon will allow in an Input. When configured, CloudCannon will warn you when an Input value is too short. If the Input already contains a shorter value, CloudCannon will require you to add characters until the Input contains a valid string to save your changes, or discard your unsaved changes."
4863
+ },
4864
+ "type._inputs.*.options.min_graphemes_message": {
4865
+ "description": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_graphemes`.",
4866
+ "type": "string",
4867
+ "markdownDescription": "This key defines the message that explains which minimum string length an Input will accept. This key requires you to define `options.min_graphemes`."
4868
+ },
4869
+ "type._inputs.*.options.locale": {
4870
+ "description": "This key defines the locale that CloudCannon uses to determine the number of words or graphemes in this Input, if you have `max_words`, `min_words`, `max_graphemes`, or `min_graphemes` configured.",
4871
+ "type": "string",
4872
+ "markdownDescription": "This key defines the locale that CloudCannon uses to determine the number of words or graphemes in this Input, if you have `max_words`, `min_words`, `max_graphemes`, or `min_graphemes` configured."
4873
+ },
4802
4874
  "type._inputs.*.options.pattern": {
4803
4875
  "description": "This key defines a regular expression that the Input value must match. When configured, CloudCannon will require you to enter a value that matches the REGEX pattern. If the Input already contains an invalid value, CloudCannon will require you to enter a valid string to save your changes, or discard your unsaved changes.",
4804
4876
  "type": "string",
@@ -4865,8 +4937,8 @@
4865
4937
  "markdownDescription": "This key defines the message that explains why an Input is required. This key requires you to define `options.required`."
4866
4938
  },
4867
4939
  "type._inputs.*.options.empty_type(text)": {
4868
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4869
4940
  "default": "null",
4941
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
4870
4942
  "type": "string",
4871
4943
  "enum": [
4872
4944
  "null",
@@ -4888,14 +4960,13 @@
4888
4960
  ]
4889
4961
  },
4890
4962
  "type.preview-entry.(array)": {
4891
- "title": "Array",
4892
4963
  "type": "array",
4893
4964
  "items": {
4894
4965
  "$ref": "#/definitions/type.preview-entry"
4895
- }
4966
+ },
4967
+ "title": "Array"
4896
4968
  },
4897
4969
  "type.preview-entry": {
4898
- "title": "Preview Entry",
4899
4970
  "anyOf": [
4900
4971
  {
4901
4972
  "$ref": "#/definitions/type.preview-entry.(key)"
@@ -4912,62 +4983,61 @@
4912
4983
  {
4913
4984
  "$ref": "#/definitions/type.preview-entry.(false)"
4914
4985
  }
4915
- ]
4986
+ ],
4987
+ "title": "Preview Entry"
4916
4988
  },
4917
4989
  "type.preview-entry.(key)": {
4918
- "title": "Key",
4919
4990
  "type": "object",
4920
4991
  "properties": {
4921
4992
  "key": {
4922
- "title": "Key Value",
4923
- "type": "string"
4993
+ "type": "string",
4994
+ "title": "Key Value"
4924
4995
  }
4925
4996
  },
4926
4997
  "required": [
4927
4998
  "key"
4928
4999
  ],
4929
- "additionalProperties": false
5000
+ "additionalProperties": false,
5001
+ "title": "Key"
4930
5002
  },
4931
5003
  "type.preview-entry.(template)": {
4932
- "title": "Template",
4933
5004
  "type": "object",
4934
5005
  "properties": {
4935
5006
  "template": {
4936
- "title": "Template Value",
4937
- "type": "string"
5007
+ "type": "string",
5008
+ "title": "Template Value"
4938
5009
  }
4939
5010
  },
4940
5011
  "required": [
4941
5012
  "template"
4942
5013
  ],
4943
- "additionalProperties": false
5014
+ "additionalProperties": false,
5015
+ "title": "Template"
4944
5016
  },
4945
5017
  "type.preview-entry.(text)": {
4946
- "title": "Text",
4947
5018
  "type": "object",
4948
5019
  "properties": {
4949
5020
  "text": {
4950
- "title": "Text Value",
4951
- "type": "string"
5021
+ "type": "string",
5022
+ "title": "Text Value"
4952
5023
  }
4953
5024
  },
4954
5025
  "required": [
4955
5026
  "text"
4956
5027
  ],
4957
- "additionalProperties": false
5028
+ "additionalProperties": false,
5029
+ "title": "Text"
4958
5030
  },
4959
5031
  "type.preview-entry.(raw-text)": {
4960
- "title": "Raw Text",
4961
- "type": "string"
5032
+ "type": "string",
5033
+ "title": "Raw Text"
4962
5034
  },
4963
5035
  "type.preview-entry.(false)": {
4964
- "title": "False",
4965
5036
  "type": "boolean",
4966
- "const": false
5037
+ "const": false,
5038
+ "title": "False"
4967
5039
  },
4968
5040
  "TextareaInput": {
4969
- "title": "Textarea Input",
4970
- "description": "Provides an editing interface for plain text.",
4971
5041
  "type": "object",
4972
5042
  "properties": {
4973
5043
  "comment": {
@@ -5008,14 +5078,13 @@
5008
5078
  "$ref": "#/definitions/type._inputs.*.cascade"
5009
5079
  },
5010
5080
  "type": {
5011
- "title": "Type",
5012
- "description": "Sets an input type, which controls how this input appears and behaves.",
5013
5081
  "type": "string",
5014
5082
  "const": "textarea",
5083
+ "title": "Type",
5084
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5015
5085
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5016
5086
  },
5017
5087
  "options": {
5018
- "description": "Options that are specific to Textarea Inputs.",
5019
5088
  "type": "object",
5020
5089
  "properties": {
5021
5090
  "max_length": {
@@ -5030,6 +5099,33 @@
5030
5099
  "min_length_message": {
5031
5100
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
5032
5101
  },
5102
+ "max_words": {
5103
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
5104
+ },
5105
+ "max_words_message": {
5106
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
5107
+ },
5108
+ "min_words": {
5109
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
5110
+ },
5111
+ "min_words_message": {
5112
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
5113
+ },
5114
+ "max_graphemes": {
5115
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
5116
+ },
5117
+ "max_graphemes_message": {
5118
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
5119
+ },
5120
+ "min_graphemes": {
5121
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
5122
+ },
5123
+ "min_graphemes_message": {
5124
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
5125
+ },
5126
+ "locale": {
5127
+ "$ref": "#/definitions/type._inputs.*.options.locale"
5128
+ },
5033
5129
  "pattern": {
5034
5130
  "$ref": "#/definitions/type._inputs.*.options.pattern"
5035
5131
  },
@@ -5065,6 +5161,7 @@
5065
5161
  }
5066
5162
  },
5067
5163
  "additionalProperties": false,
5164
+ "description": "Options that are specific to Textarea Inputs.",
5068
5165
  "markdownDescription": "Options that are specific to Textarea Inputs."
5069
5166
  }
5070
5167
  },
@@ -5072,11 +5169,11 @@
5072
5169
  "type"
5073
5170
  ],
5074
5171
  "additionalProperties": false,
5172
+ "title": "Textarea Input",
5173
+ "description": "Provides an editing interface for plain text.",
5075
5174
  "markdownDescription": "Provides an editing interface for plain text."
5076
5175
  },
5077
5176
  "CodeInput": {
5078
- "title": "Code Input",
5079
- "description": "Provides an editing interface for code or mono-spaced plain text content.",
5080
5177
  "type": "object",
5081
5178
  "properties": {
5082
5179
  "comment": {
@@ -5117,14 +5214,13 @@
5117
5214
  "$ref": "#/definitions/type._inputs.*.cascade"
5118
5215
  },
5119
5216
  "type": {
5120
- "title": "Type",
5121
- "description": "Sets an input type, which controls how this input appears and behaves.",
5122
5217
  "type": "string",
5123
5218
  "const": "code",
5219
+ "title": "Type",
5220
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5124
5221
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5125
5222
  },
5126
5223
  "options": {
5127
- "description": "Options that are specific to Code Inputs.",
5128
5224
  "type": "object",
5129
5225
  "properties": {
5130
5226
  "tab_size": {
@@ -5159,6 +5255,33 @@
5159
5255
  "min_length_message": {
5160
5256
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
5161
5257
  },
5258
+ "max_words": {
5259
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
5260
+ },
5261
+ "max_words_message": {
5262
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
5263
+ },
5264
+ "min_words": {
5265
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
5266
+ },
5267
+ "min_words_message": {
5268
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
5269
+ },
5270
+ "max_graphemes": {
5271
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
5272
+ },
5273
+ "max_graphemes_message": {
5274
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
5275
+ },
5276
+ "min_graphemes": {
5277
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
5278
+ },
5279
+ "min_graphemes_message": {
5280
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
5281
+ },
5282
+ "locale": {
5283
+ "$ref": "#/definitions/type._inputs.*.options.locale"
5284
+ },
5162
5285
  "pattern": {
5163
5286
  "$ref": "#/definitions/type._inputs.*.options.pattern"
5164
5287
  },
@@ -5202,6 +5325,7 @@
5202
5325
  }
5203
5326
  },
5204
5327
  "additionalProperties": false,
5328
+ "description": "Options that are specific to Code Inputs.",
5205
5329
  "markdownDescription": "Options that are specific to Code Inputs."
5206
5330
  }
5207
5331
  },
@@ -5209,6 +5333,8 @@
5209
5333
  "type"
5210
5334
  ],
5211
5335
  "additionalProperties": false,
5336
+ "title": "Code Input",
5337
+ "description": "Provides an editing interface for code or mono-spaced plain text content.",
5212
5338
  "markdownDescription": "Provides an editing interface for code or mono-spaced plain text content."
5213
5339
  },
5214
5340
  "Theme": {
@@ -5242,8 +5368,6 @@
5242
5368
  ]
5243
5369
  },
5244
5370
  "Syntax": {
5245
- "title": "Syntax",
5246
- "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5247
5371
  "type": "string",
5248
5372
  "enum": [
5249
5373
  "c_cpp",
@@ -5315,11 +5439,11 @@
5315
5439
  "xquery",
5316
5440
  "yaml"
5317
5441
  ],
5442
+ "title": "Syntax",
5443
+ "description": "Available syntax highlighting languages for code editors in CloudCannon.",
5318
5444
  "markdownDescription": "Available syntax highlighting languages for code editors in CloudCannon."
5319
5445
  },
5320
5446
  "ColorInput": {
5321
- "title": "Color Input",
5322
- "description": "Provides an editing interface for color values.",
5323
5447
  "type": "object",
5324
5448
  "properties": {
5325
5449
  "comment": {
@@ -5360,14 +5484,13 @@
5360
5484
  "$ref": "#/definitions/type._inputs.*.cascade"
5361
5485
  },
5362
5486
  "type": {
5363
- "title": "Type",
5364
- "description": "Sets an input type, which controls how this input appears and behaves.",
5365
5487
  "type": "string",
5366
5488
  "const": "color",
5489
+ "title": "Type",
5490
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5367
5491
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5368
5492
  },
5369
5493
  "options": {
5370
- "description": "Options that are specific to Color Inputs.",
5371
5494
  "type": "object",
5372
5495
  "properties": {
5373
5496
  "max_length": {
@@ -5382,6 +5505,33 @@
5382
5505
  "min_length_message": {
5383
5506
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
5384
5507
  },
5508
+ "max_words": {
5509
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
5510
+ },
5511
+ "max_words_message": {
5512
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
5513
+ },
5514
+ "min_words": {
5515
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
5516
+ },
5517
+ "min_words_message": {
5518
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
5519
+ },
5520
+ "max_graphemes": {
5521
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
5522
+ },
5523
+ "max_graphemes_message": {
5524
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
5525
+ },
5526
+ "min_graphemes": {
5527
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
5528
+ },
5529
+ "min_graphemes_message": {
5530
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
5531
+ },
5532
+ "locale": {
5533
+ "$ref": "#/definitions/type._inputs.*.options.locale"
5534
+ },
5385
5535
  "pattern": {
5386
5536
  "$ref": "#/definitions/type._inputs.*.options.pattern"
5387
5537
  },
@@ -5432,6 +5582,7 @@
5432
5582
  }
5433
5583
  },
5434
5584
  "additionalProperties": false,
5585
+ "description": "Options that are specific to Color Inputs.",
5435
5586
  "markdownDescription": "Options that are specific to Color Inputs."
5436
5587
  }
5437
5588
  },
@@ -5439,11 +5590,11 @@
5439
5590
  "type"
5440
5591
  ],
5441
5592
  "additionalProperties": false,
5593
+ "title": "Color Input",
5594
+ "description": "Provides an editing interface for color values.",
5442
5595
  "markdownDescription": "Provides an editing interface for color values."
5443
5596
  },
5444
5597
  "BooleanInput": {
5445
- "title": "Boolean Input",
5446
- "description": "Provides an editing interface for true or false values.",
5447
5598
  "type": "object",
5448
5599
  "properties": {
5449
5600
  "comment": {
@@ -5484,13 +5635,13 @@
5484
5635
  "$ref": "#/definitions/type._inputs.*.cascade"
5485
5636
  },
5486
5637
  "type": {
5487
- "title": "Type",
5488
- "description": "Sets an input type, which controls how this input appears and behaves.",
5489
5638
  "type": "string",
5490
5639
  "enum": [
5491
5640
  "checkbox",
5492
5641
  "switch"
5493
5642
  ],
5643
+ "title": "Type",
5644
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5494
5645
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5495
5646
  }
5496
5647
  },
@@ -5498,11 +5649,11 @@
5498
5649
  "type"
5499
5650
  ],
5500
5651
  "additionalProperties": false,
5652
+ "title": "Boolean Input",
5653
+ "description": "Provides an editing interface for true or false values.",
5501
5654
  "markdownDescription": "Provides an editing interface for true or false values."
5502
5655
  },
5503
5656
  "NumberInput": {
5504
- "title": "Number Input",
5505
- "description": "Provides an editing interface for numeric values.",
5506
5657
  "type": "object",
5507
5658
  "properties": {
5508
5659
  "comment": {
@@ -5543,14 +5694,13 @@
5543
5694
  "$ref": "#/definitions/type._inputs.*.cascade"
5544
5695
  },
5545
5696
  "type": {
5546
- "title": "Type",
5547
- "description": "Sets an input type, which controls how this input appears and behaves.",
5548
5697
  "type": "string",
5549
5698
  "const": "number",
5699
+ "title": "Type",
5700
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5550
5701
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5551
5702
  },
5552
5703
  "options": {
5553
- "description": "Options that are specific to Number Inputs.",
5554
5704
  "type": "object",
5555
5705
  "properties": {
5556
5706
  "required": {
@@ -5591,6 +5741,7 @@
5591
5741
  }
5592
5742
  },
5593
5743
  "additionalProperties": false,
5744
+ "description": "Options that are specific to Number Inputs.",
5594
5745
  "markdownDescription": "Options that are specific to Number Inputs."
5595
5746
  }
5596
5747
  },
@@ -5598,11 +5749,13 @@
5598
5749
  "type"
5599
5750
  ],
5600
5751
  "additionalProperties": false,
5752
+ "title": "Number Input",
5753
+ "description": "Provides an editing interface for numeric values.",
5601
5754
  "markdownDescription": "Provides an editing interface for numeric values."
5602
5755
  },
5603
5756
  "type._inputs.*.options.empty_type(number)": {
5604
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5605
5757
  "default": "null",
5758
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
5606
5759
  "type": "string",
5607
5760
  "enum": [
5608
5761
  "null",
@@ -5611,13 +5764,13 @@
5611
5764
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
5612
5765
  },
5613
5766
  "type._inputs.*.options.min": {
5614
- "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.",
5615
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.",
5616
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."
5617
5770
  },
5618
5771
  "type._inputs.*.options.max": {
5619
- "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.",
5620
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.",
5621
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."
5622
5775
  },
5623
5776
  "type._inputs.*.options.step": {
@@ -5636,8 +5789,6 @@
5636
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`."
5637
5790
  },
5638
5791
  "RangeInput": {
5639
- "title": "Range Input",
5640
- "description": "Provides a slider interface for selecting a numeric value.",
5641
5792
  "type": "object",
5642
5793
  "properties": {
5643
5794
  "comment": {
@@ -5678,14 +5829,13 @@
5678
5829
  "$ref": "#/definitions/type._inputs.*.cascade"
5679
5830
  },
5680
5831
  "type": {
5681
- "title": "Type",
5682
- "description": "Sets an input type, which controls how this input appears and behaves.",
5683
5832
  "type": "string",
5684
5833
  "const": "range",
5834
+ "title": "Type",
5835
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5685
5836
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5686
5837
  },
5687
5838
  "options": {
5688
- "description": "Options that are specific to Range Inputs.",
5689
5839
  "type": "object",
5690
5840
  "properties": {
5691
5841
  "required": {
@@ -5722,6 +5872,7 @@
5722
5872
  "max"
5723
5873
  ],
5724
5874
  "additionalProperties": false,
5875
+ "description": "Options that are specific to Range Inputs.",
5725
5876
  "markdownDescription": "Options that are specific to Range Inputs."
5726
5877
  }
5727
5878
  },
@@ -5729,11 +5880,11 @@
5729
5880
  "type"
5730
5881
  ],
5731
5882
  "additionalProperties": false,
5883
+ "title": "Range Input",
5884
+ "description": "Provides a slider interface for selecting a numeric value.",
5732
5885
  "markdownDescription": "Provides a slider interface for selecting a numeric value."
5733
5886
  },
5734
5887
  "RichTextInput": {
5735
- "title": "Rich Text Input",
5736
- "description": "Provides an editing interface for HTML markup content.",
5737
5888
  "type": "object",
5738
5889
  "properties": {
5739
5890
  "comment": {
@@ -5774,17 +5925,16 @@
5774
5925
  "$ref": "#/definitions/type._inputs.*.cascade"
5775
5926
  },
5776
5927
  "type": {
5777
- "title": "Type",
5778
- "description": "Sets an input type, which controls how this input appears and behaves.",
5779
5928
  "type": "string",
5780
5929
  "enum": [
5781
5930
  "html",
5782
5931
  "markdown"
5783
5932
  ],
5933
+ "title": "Type",
5934
+ "description": "Sets an input type, which controls how this input appears and behaves.",
5784
5935
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
5785
5936
  },
5786
5937
  "options": {
5787
- "description": "Options that are specific to Rich Text Inputs.",
5788
5938
  "type": "object",
5789
5939
  "properties": {
5790
5940
  "mime_type": {
@@ -5935,6 +6085,33 @@
5935
6085
  "min_length_message": {
5936
6086
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
5937
6087
  },
6088
+ "max_words": {
6089
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
6090
+ },
6091
+ "max_words_message": {
6092
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
6093
+ },
6094
+ "min_words": {
6095
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
6096
+ },
6097
+ "min_words_message": {
6098
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
6099
+ },
6100
+ "max_graphemes": {
6101
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
6102
+ },
6103
+ "max_graphemes_message": {
6104
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
6105
+ },
6106
+ "min_graphemes": {
6107
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
6108
+ },
6109
+ "min_graphemes_message": {
6110
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
6111
+ },
6112
+ "locale": {
6113
+ "$ref": "#/definitions/type._inputs.*.options.locale"
6114
+ },
5938
6115
  "pattern": {
5939
6116
  "$ref": "#/definitions/type._inputs.*.options.pattern"
5940
6117
  },
@@ -5958,10 +6135,14 @@
5958
6135
  ]
5959
6136
  },
5960
6137
  "allow_resize": {
5961
- "description": "Shows or hides the resize handler to vertically resize the input.",
6138
+ "deprecated": true,
6139
+ "type": "boolean"
6140
+ },
6141
+ "prevent_resize": {
6142
+ "description": "Hides the resize handler to vertically resize the input.",
5962
6143
  "default": false,
5963
6144
  "type": "boolean",
5964
- "markdownDescription": "Shows or hides the resize handler to vertically resize the input."
6145
+ "markdownDescription": "Hides the resize handler to vertically resize the input."
5965
6146
  },
5966
6147
  "initial_height": {
5967
6148
  "description": "Defines the initial height of this input in pixels (px).",
@@ -5970,6 +6151,7 @@
5970
6151
  }
5971
6152
  },
5972
6153
  "additionalProperties": false,
6154
+ "description": "Options that are specific to Rich Text Inputs.",
5973
6155
  "markdownDescription": "Options that are specific to Rich Text Inputs."
5974
6156
  }
5975
6157
  },
@@ -5977,6 +6159,8 @@
5977
6159
  "type"
5978
6160
  ],
5979
6161
  "additionalProperties": false,
6162
+ "title": "Rich Text Input",
6163
+ "description": "Provides an editing interface for HTML markup content.",
5980
6164
  "markdownDescription": "Provides an editing interface for HTML markup content."
5981
6165
  },
5982
6166
  "type._inputs.*.options.mime_type": {
@@ -6053,8 +6237,8 @@
6053
6237
  "type": "object",
6054
6238
  "properties": {
6055
6239
  "size": {
6056
- "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).",
6057
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).",
6058
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)."
6059
6243
  },
6060
6244
  "target": {
@@ -6071,7 +6255,6 @@
6071
6255
  "markdownDescription": "Definitions for creating additional images of different sizes when uploading or selecting existing files."
6072
6256
  },
6073
6257
  "type.paths": {
6074
- "title": "Paths",
6075
6258
  "type": "object",
6076
6259
  "properties": {
6077
6260
  "static": {
@@ -6096,7 +6279,8 @@
6096
6279
  "$ref": "#/definitions/paths.uploads_use_relative_path"
6097
6280
  }
6098
6281
  },
6099
- "additionalProperties": false
6282
+ "additionalProperties": false,
6283
+ "title": "Paths"
6100
6284
  },
6101
6285
  "type._editables.*.bold": {
6102
6286
  "description": "Enables a control to set selected text to bold.",
@@ -6296,8 +6480,6 @@
6296
6480
  "markdownDescription": "Enables a control to join the selected block with the block below it."
6297
6481
  },
6298
6482
  "DateInput": {
6299
- "title": "Date Input",
6300
- "description": "Provides an editing interface for date and/or time values.",
6301
6483
  "type": "object",
6302
6484
  "properties": {
6303
6485
  "comment": {
@@ -6338,17 +6520,16 @@
6338
6520
  "$ref": "#/definitions/type._inputs.*.cascade"
6339
6521
  },
6340
6522
  "type": {
6341
- "title": "Type",
6342
- "description": "Sets an input type, which controls how this input appears and behaves.",
6343
6523
  "type": "string",
6344
6524
  "enum": [
6345
6525
  "date",
6346
6526
  "datetime"
6347
6527
  ],
6528
+ "title": "Type",
6529
+ "description": "Sets an input type, which controls how this input appears and behaves.",
6348
6530
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
6349
6531
  },
6350
6532
  "options": {
6351
- "description": "Options that are specific to Date Inputs.",
6352
6533
  "type": "object",
6353
6534
  "properties": {
6354
6535
  "required": {
@@ -6377,10 +6558,10 @@
6377
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.",
6378
6559
  "anyOf": [
6379
6560
  {
6380
- "title": "ISO8601 String",
6381
6561
  "type": "string",
6382
6562
  "format": "date-time",
6383
- "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"
6384
6565
  },
6385
6566
  {
6386
6567
  "title": "Date"
@@ -6397,10 +6578,10 @@
6397
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.",
6398
6579
  "anyOf": [
6399
6580
  {
6400
- "title": "ISO8601 String",
6401
6581
  "type": "string",
6402
6582
  "format": "date-time",
6403
- "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"
6404
6585
  },
6405
6586
  {
6406
6587
  "title": "Date"
@@ -6415,6 +6596,7 @@
6415
6596
  }
6416
6597
  },
6417
6598
  "additionalProperties": false,
6599
+ "description": "Options that are specific to Date Inputs.",
6418
6600
  "markdownDescription": "Options that are specific to Date Inputs."
6419
6601
  }
6420
6602
  },
@@ -6422,10 +6604,11 @@
6422
6604
  "type"
6423
6605
  ],
6424
6606
  "additionalProperties": false,
6607
+ "title": "Date Input",
6608
+ "description": "Provides an editing interface for date and/or time values.",
6425
6609
  "markdownDescription": "Provides an editing interface for date and/or time values."
6426
6610
  },
6427
6611
  "type.timezone": {
6428
- "title": "Timezone",
6429
6612
  "type": "string",
6430
6613
  "enum": [
6431
6614
  "Africa/Abidjan",
@@ -7023,11 +7206,10 @@
7023
7206
  "W-SU",
7024
7207
  "WET",
7025
7208
  "Zulu"
7026
- ]
7209
+ ],
7210
+ "title": "Timezone"
7027
7211
  },
7028
7212
  "TimeInput": {
7029
- "title": "Time Input",
7030
- "description": "Provides an editing interface for time values only.",
7031
7213
  "type": "object",
7032
7214
  "properties": {
7033
7215
  "comment": {
@@ -7068,14 +7250,13 @@
7068
7250
  "$ref": "#/definitions/type._inputs.*.cascade"
7069
7251
  },
7070
7252
  "type": {
7071
- "title": "Type",
7072
- "description": "Sets an input type, which controls how this input appears and behaves.",
7073
7253
  "type": "string",
7074
7254
  "const": "time",
7255
+ "title": "Type",
7256
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7075
7257
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7076
7258
  },
7077
7259
  "options": {
7078
- "description": "Options that are specific to Time Inputs.",
7079
7260
  "type": "object",
7080
7261
  "properties": {
7081
7262
  "required": {
@@ -7093,6 +7274,7 @@
7093
7274
  }
7094
7275
  },
7095
7276
  "additionalProperties": false,
7277
+ "description": "Options that are specific to Time Inputs.",
7096
7278
  "markdownDescription": "Options that are specific to Time Inputs."
7097
7279
  }
7098
7280
  },
@@ -7100,11 +7282,11 @@
7100
7282
  "type"
7101
7283
  ],
7102
7284
  "additionalProperties": false,
7285
+ "title": "Time Input",
7286
+ "description": "Provides an editing interface for time values only.",
7103
7287
  "markdownDescription": "Provides an editing interface for time values only."
7104
7288
  },
7105
7289
  "FileInput": {
7106
- "title": "File Input",
7107
- "description": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets.",
7108
7290
  "type": "object",
7109
7291
  "properties": {
7110
7292
  "comment": {
@@ -7145,18 +7327,17 @@
7145
7327
  "$ref": "#/definitions/type._inputs.*.cascade"
7146
7328
  },
7147
7329
  "type": {
7148
- "title": "Type",
7149
- "description": "Sets an input type, which controls how this input appears and behaves.",
7150
7330
  "type": "string",
7151
7331
  "enum": [
7152
7332
  "file",
7153
7333
  "document",
7154
7334
  "image"
7155
7335
  ],
7336
+ "title": "Type",
7337
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7156
7338
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7157
7339
  },
7158
7340
  "options": {
7159
- "description": "Options that are specific to File Inputs.",
7160
7341
  "type": "object",
7161
7342
  "properties": {
7162
7343
  "mime_type": {
@@ -7198,6 +7379,33 @@
7198
7379
  "min_length_message": {
7199
7380
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
7200
7381
  },
7382
+ "max_words": {
7383
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
7384
+ },
7385
+ "max_words_message": {
7386
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
7387
+ },
7388
+ "min_words": {
7389
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
7390
+ },
7391
+ "min_words_message": {
7392
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
7393
+ },
7394
+ "max_graphemes": {
7395
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
7396
+ },
7397
+ "max_graphemes_message": {
7398
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
7399
+ },
7400
+ "min_graphemes": {
7401
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
7402
+ },
7403
+ "min_graphemes_message": {
7404
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
7405
+ },
7406
+ "locale": {
7407
+ "$ref": "#/definitions/type._inputs.*.options.locale"
7408
+ },
7201
7409
  "pattern": {
7202
7410
  "$ref": "#/definitions/type._inputs.*.options.pattern"
7203
7411
  },
@@ -7247,6 +7455,7 @@
7247
7455
  }
7248
7456
  },
7249
7457
  "additionalProperties": false,
7458
+ "description": "Options that are specific to File Inputs.",
7250
7459
  "markdownDescription": "Options that are specific to File Inputs."
7251
7460
  }
7252
7461
  },
@@ -7254,28 +7463,28 @@
7254
7463
  "type"
7255
7464
  ],
7256
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.",
7257
7468
  "markdownDescription": "Provides an editing interface for uploading files to your repository or DAM and browsing existing assets."
7258
7469
  },
7259
7470
  "type._inputs.*.options.accepts_mime_types": {
7260
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.",
7261
7472
  "anyOf": [
7262
7473
  {
7263
- "title": "Comma Separated",
7264
- "type": "string"
7474
+ "type": "string",
7475
+ "title": "Comma Separated"
7265
7476
  },
7266
7477
  {
7267
- "title": "Array",
7268
7478
  "type": "array",
7269
7479
  "items": {
7270
7480
  "$ref": "#/definitions/MimeType"
7271
- }
7481
+ },
7482
+ "title": "Array"
7272
7483
  }
7273
7484
  ],
7274
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."
7275
7486
  },
7276
7487
  "MimeType": {
7277
- "title": "Mime Type",
7278
- "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7279
7488
  "type": "string",
7280
7489
  "enum": [
7281
7490
  "x-world/x-3dmf",
@@ -7712,6 +7921,8 @@
7712
7921
  "multipart/x-zip",
7713
7922
  "text/x-script.zsh"
7714
7923
  ],
7924
+ "title": "Mime Type",
7925
+ "description": "MIME type identifiers for file type validation and handling in CloudCannon.",
7715
7926
  "markdownDescription": "MIME type identifiers for file type validation and handling in CloudCannon."
7716
7927
  },
7717
7928
  "type._inputs.*.options.max_file_size": {
@@ -7743,8 +7954,6 @@
7743
7954
  "markdownDescription": "Prevents file uploads inside the \"Select existing file/image\" file browser modal window."
7744
7955
  },
7745
7956
  "UrlInput": {
7746
- "title": "URL Input",
7747
- "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
7748
7957
  "type": "object",
7749
7958
  "properties": {
7750
7959
  "comment": {
@@ -7785,14 +7994,13 @@
7785
7994
  "$ref": "#/definitions/type._inputs.*.cascade"
7786
7995
  },
7787
7996
  "type": {
7788
- "title": "Type",
7789
- "description": "Sets an input type, which controls how this input appears and behaves.",
7790
7997
  "type": "string",
7791
7998
  "const": "url",
7999
+ "title": "Type",
8000
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7792
8001
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7793
8002
  },
7794
8003
  "options": {
7795
- "description": "Options that are specific to URL Inputs.",
7796
8004
  "type": "object",
7797
8005
  "properties": {
7798
8006
  "mime_type": {
@@ -7834,6 +8042,33 @@
7834
8042
  "min_length_message": {
7835
8043
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
7836
8044
  },
8045
+ "max_words": {
8046
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
8047
+ },
8048
+ "max_words_message": {
8049
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
8050
+ },
8051
+ "min_words": {
8052
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
8053
+ },
8054
+ "min_words_message": {
8055
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
8056
+ },
8057
+ "max_graphemes": {
8058
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
8059
+ },
8060
+ "max_graphemes_message": {
8061
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
8062
+ },
8063
+ "min_graphemes": {
8064
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
8065
+ },
8066
+ "min_graphemes_message": {
8067
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
8068
+ },
8069
+ "locale": {
8070
+ "$ref": "#/definitions/type._inputs.*.options.locale"
8071
+ },
7837
8072
  "pattern": {
7838
8073
  "$ref": "#/definitions/type._inputs.*.options.pattern"
7839
8074
  },
@@ -7907,6 +8142,7 @@
7907
8142
  }
7908
8143
  },
7909
8144
  "additionalProperties": false,
8145
+ "description": "Options that are specific to URL Inputs.",
7910
8146
  "markdownDescription": "Options that are specific to URL Inputs."
7911
8147
  }
7912
8148
  },
@@ -7914,11 +8150,11 @@
7914
8150
  "type"
7915
8151
  ],
7916
8152
  "additionalProperties": false,
8153
+ "title": "URL Input",
8154
+ "description": "Provides an editing interface for relative, absolute, and fully qualified URLs.",
7917
8155
  "markdownDescription": "Provides an editing interface for relative, absolute, and fully qualified URLs."
7918
8156
  },
7919
8157
  "SelectInput": {
7920
- "title": "Select Input",
7921
- "description": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value.",
7922
8158
  "type": "object",
7923
8159
  "properties": {
7924
8160
  "comment": {
@@ -7959,14 +8195,13 @@
7959
8195
  "$ref": "#/definitions/type._inputs.*.cascade"
7960
8196
  },
7961
8197
  "type": {
7962
- "title": "Type",
7963
- "description": "Sets an input type, which controls how this input appears and behaves.",
7964
8198
  "type": "string",
7965
8199
  "const": "select",
8200
+ "title": "Type",
8201
+ "description": "Sets an input type, which controls how this input appears and behaves.",
7966
8202
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
7967
8203
  },
7968
8204
  "options": {
7969
- "description": "Options that are specific to Select Inputs.",
7970
8205
  "type": "object",
7971
8206
  "properties": {
7972
8207
  "required": {
@@ -8019,6 +8254,33 @@
8019
8254
  "min_length_message": {
8020
8255
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
8021
8256
  },
8257
+ "max_words": {
8258
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
8259
+ },
8260
+ "max_words_message": {
8261
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
8262
+ },
8263
+ "min_words": {
8264
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
8265
+ },
8266
+ "min_words_message": {
8267
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
8268
+ },
8269
+ "max_graphemes": {
8270
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
8271
+ },
8272
+ "max_graphemes_message": {
8273
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
8274
+ },
8275
+ "min_graphemes": {
8276
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
8277
+ },
8278
+ "min_graphemes_message": {
8279
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
8280
+ },
8281
+ "locale": {
8282
+ "$ref": "#/definitions/type._inputs.*.options.locale"
8283
+ },
8022
8284
  "pattern": {
8023
8285
  "$ref": "#/definitions/type._inputs.*.options.pattern"
8024
8286
  },
@@ -8037,6 +8299,7 @@
8037
8299
  }
8038
8300
  },
8039
8301
  "additionalProperties": false,
8302
+ "description": "Options that are specific to Select Inputs.",
8040
8303
  "markdownDescription": "Options that are specific to Select Inputs."
8041
8304
  }
8042
8305
  },
@@ -8044,11 +8307,11 @@
8044
8307
  "type"
8045
8308
  ],
8046
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.",
8047
8312
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Select inputs only allow one value."
8048
8313
  },
8049
8314
  "type.preview": {
8050
- "id": "type.preview",
8051
- "title": "Preview",
8052
8315
  "type": "object",
8053
8316
  "properties": {
8054
8317
  "text": {
@@ -8079,7 +8342,8 @@
8079
8342
  "$ref": "#/definitions/type.preview.gallery"
8080
8343
  }
8081
8344
  },
8082
- "additionalProperties": false
8345
+ "additionalProperties": false,
8346
+ "title": "Preview"
8083
8347
  },
8084
8348
  "type.preview.text": {
8085
8349
  "allOf": [
@@ -8215,8 +8479,8 @@
8215
8479
  "markdownDescription": "Allows new text values to be created at edit time."
8216
8480
  },
8217
8481
  "type._inputs.*.options.allow_empty": {
8482
+ "deprecated": true,
8218
8483
  "description": "Provides an empty option alongside the options provided by values.",
8219
- "default": true,
8220
8484
  "type": "boolean",
8221
8485
  "markdownDescription": "Provides an empty option alongside the options provided by values."
8222
8486
  },
@@ -8224,33 +8488,31 @@
8224
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).",
8225
8489
  "anyOf": [
8226
8490
  {
8491
+ "type": "string",
8227
8492
  "title": "Dataset Reference",
8228
8493
  "description": "Reference to a dataset.",
8229
- "type": "string",
8230
8494
  "markdownDescription": "Reference to a dataset."
8231
8495
  },
8232
8496
  {
8233
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8234
8497
  "anyOf": [
8235
8498
  {
8236
- "title": "Text Array",
8237
8499
  "type": "array",
8238
8500
  "items": {
8239
8501
  "type": "string"
8240
- }
8502
+ },
8503
+ "title": "Text Array"
8241
8504
  },
8242
8505
  {
8243
- "title": "Text Object",
8244
8506
  "type": "object",
8245
8507
  "propertyNames": {
8246
8508
  "type": "string"
8247
8509
  },
8248
8510
  "additionalProperties": {
8249
8511
  "type": "string"
8250
- }
8512
+ },
8513
+ "title": "Text Object"
8251
8514
  },
8252
8515
  {
8253
- "title": "Object Array",
8254
8516
  "type": "array",
8255
8517
  "items": {
8256
8518
  "type": "object",
@@ -8258,17 +8520,19 @@
8258
8520
  "type": "string"
8259
8521
  },
8260
8522
  "additionalProperties": {}
8261
- }
8523
+ },
8524
+ "title": "Object Array"
8262
8525
  },
8263
8526
  {
8264
- "title": "Object",
8265
8527
  "type": "object",
8266
8528
  "propertyNames": {
8267
8529
  "type": "string"
8268
8530
  },
8269
- "additionalProperties": {}
8531
+ "additionalProperties": {},
8532
+ "title": "Object"
8270
8533
  }
8271
8534
  ],
8535
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
8272
8536
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
8273
8537
  }
8274
8538
  ],
@@ -8302,8 +8566,6 @@
8302
8566
  "markdownDescription": "Controls how selectable options are rendered."
8303
8567
  },
8304
8568
  "MultiselectInput": {
8305
- "title": "Multiselect Input",
8306
- "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8307
8569
  "type": "object",
8308
8570
  "properties": {
8309
8571
  "comment": {
@@ -8344,14 +8606,13 @@
8344
8606
  "$ref": "#/definitions/type._inputs.*.cascade"
8345
8607
  },
8346
8608
  "type": {
8347
- "title": "Type",
8348
- "description": "Sets an input type, which controls how this input appears and behaves.",
8349
8609
  "type": "string",
8350
8610
  "const": "multiselect",
8611
+ "title": "Type",
8612
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8351
8613
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8352
8614
  },
8353
8615
  "options": {
8354
- "description": "Options that are specific to Multiselect Inputs.",
8355
8616
  "type": "object",
8356
8617
  "properties": {
8357
8618
  "required": {
@@ -8419,6 +8680,7 @@
8419
8680
  }
8420
8681
  },
8421
8682
  "additionalProperties": false,
8683
+ "description": "Options that are specific to Multiselect Inputs.",
8422
8684
  "markdownDescription": "Options that are specific to Multiselect Inputs."
8423
8685
  }
8424
8686
  },
@@ -8426,6 +8688,8 @@
8426
8688
  "type"
8427
8689
  ],
8428
8690
  "additionalProperties": false,
8691
+ "title": "Multiselect Input",
8692
+ "description": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values.",
8429
8693
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multiselect inputs allow several values."
8430
8694
  },
8431
8695
  "type._inputs.*.options.max_items": {
@@ -8459,8 +8723,8 @@
8459
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`."
8460
8724
  },
8461
8725
  "type._inputs.*.options.empty_type(array)": {
8462
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8463
8726
  "default": "null",
8727
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8464
8728
  "type": "string",
8465
8729
  "enum": [
8466
8730
  "null",
@@ -8469,8 +8733,6 @@
8469
8733
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8470
8734
  },
8471
8735
  "ChoiceInput": {
8472
- "title": "Choice Input",
8473
- "description": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value.",
8474
8736
  "type": "object",
8475
8737
  "properties": {
8476
8738
  "comment": {
@@ -8511,14 +8773,13 @@
8511
8773
  "$ref": "#/definitions/type._inputs.*.cascade"
8512
8774
  },
8513
8775
  "type": {
8514
- "title": "Type",
8515
- "description": "Sets an input type, which controls how this input appears and behaves.",
8516
8776
  "type": "string",
8517
8777
  "const": "choice",
8778
+ "title": "Type",
8779
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8518
8780
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8519
8781
  },
8520
8782
  "options": {
8521
- "description": "Options that are specific to Choice Inputs.",
8522
8783
  "type": "object",
8523
8784
  "properties": {
8524
8785
  "required": {
@@ -8568,6 +8829,33 @@
8568
8829
  "min_length_message": {
8569
8830
  "$ref": "#/definitions/type._inputs.*.options.min_length_message"
8570
8831
  },
8832
+ "max_words": {
8833
+ "$ref": "#/definitions/type._inputs.*.options.max_words"
8834
+ },
8835
+ "max_words_message": {
8836
+ "$ref": "#/definitions/type._inputs.*.options.max_words_message"
8837
+ },
8838
+ "min_words": {
8839
+ "$ref": "#/definitions/type._inputs.*.options.min_words"
8840
+ },
8841
+ "min_words_message": {
8842
+ "$ref": "#/definitions/type._inputs.*.options.min_words_message"
8843
+ },
8844
+ "max_graphemes": {
8845
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes"
8846
+ },
8847
+ "max_graphemes_message": {
8848
+ "$ref": "#/definitions/type._inputs.*.options.max_graphemes_message"
8849
+ },
8850
+ "min_graphemes": {
8851
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes"
8852
+ },
8853
+ "min_graphemes_message": {
8854
+ "$ref": "#/definitions/type._inputs.*.options.min_graphemes_message"
8855
+ },
8856
+ "locale": {
8857
+ "$ref": "#/definitions/type._inputs.*.options.locale"
8858
+ },
8571
8859
  "pattern": {
8572
8860
  "$ref": "#/definitions/type._inputs.*.options.pattern"
8573
8861
  },
@@ -8586,6 +8874,7 @@
8586
8874
  }
8587
8875
  },
8588
8876
  "additionalProperties": false,
8877
+ "description": "Options that are specific to Choice Inputs.",
8589
8878
  "markdownDescription": "Options that are specific to Choice Inputs."
8590
8879
  }
8591
8880
  },
@@ -8593,11 +8882,11 @@
8593
8882
  "type"
8594
8883
  ],
8595
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.",
8596
8887
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Choice inputs only allow one value."
8597
8888
  },
8598
8889
  "MultichoiceInput": {
8599
- "title": "Multichoice Input",
8600
- "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
8601
8890
  "type": "object",
8602
8891
  "properties": {
8603
8892
  "comment": {
@@ -8638,14 +8927,13 @@
8638
8927
  "$ref": "#/definitions/type._inputs.*.cascade"
8639
8928
  },
8640
8929
  "type": {
8641
- "title": "Type",
8642
- "description": "Sets an input type, which controls how this input appears and behaves.",
8643
8930
  "type": "string",
8644
8931
  "const": "multichoice",
8932
+ "title": "Type",
8933
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8645
8934
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8646
8935
  },
8647
8936
  "options": {
8648
- "description": "Options that are specific to Multichoice Inputs.",
8649
8937
  "type": "object",
8650
8938
  "properties": {
8651
8939
  "required": {
@@ -8710,6 +8998,7 @@
8710
8998
  }
8711
8999
  },
8712
9000
  "additionalProperties": false,
9001
+ "description": "Options that are specific to Multichoice Inputs.",
8713
9002
  "markdownDescription": "Options that are specific to Multichoice Inputs."
8714
9003
  }
8715
9004
  },
@@ -8717,11 +9006,11 @@
8717
9006
  "type"
8718
9007
  ],
8719
9008
  "additionalProperties": false,
9009
+ "title": "Multichoice Input",
9010
+ "description": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values.",
8720
9011
  "markdownDescription": "Provides an editing interface for data with multiple predefined options. Multichoice inputs allow several values."
8721
9012
  },
8722
9013
  "ObjectInput": {
8723
- "title": "Object Input",
8724
- "description": "Provides a user interface for a group of inputs.",
8725
9014
  "type": "object",
8726
9015
  "properties": {
8727
9016
  "comment": {
@@ -8762,14 +9051,13 @@
8762
9051
  "$ref": "#/definitions/type._inputs.*.cascade"
8763
9052
  },
8764
9053
  "type": {
8765
- "title": "Type",
8766
- "description": "Sets an input type, which controls how this input appears and behaves.",
8767
9054
  "type": "string",
8768
9055
  "const": "object",
9056
+ "title": "Type",
9057
+ "description": "Sets an input type, which controls how this input appears and behaves.",
8769
9058
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
8770
9059
  },
8771
9060
  "options": {
8772
- "description": "Options that are specific to Object Inputs.",
8773
9061
  "type": "object",
8774
9062
  "properties": {
8775
9063
  "required": {
@@ -8936,6 +9224,7 @@
8936
9224
  }
8937
9225
  },
8938
9226
  "additionalProperties": false,
9227
+ "description": "Options that are specific to Object Inputs.",
8939
9228
  "markdownDescription": "Options that are specific to Object Inputs."
8940
9229
  }
8941
9230
  },
@@ -8943,11 +9232,13 @@
8943
9232
  "type"
8944
9233
  ],
8945
9234
  "additionalProperties": false,
9235
+ "title": "Object Input",
9236
+ "description": "Provides a user interface for a group of inputs.",
8946
9237
  "markdownDescription": "Provides a user interface for a group of inputs."
8947
9238
  },
8948
9239
  "type._inputs.*.options.empty_type(object)": {
8949
- "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8950
9240
  "default": "null",
9241
+ "description": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values.",
8951
9242
  "type": "string",
8952
9243
  "enum": [
8953
9244
  "null",
@@ -8956,14 +9247,12 @@
8956
9247
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8957
9248
  },
8958
9249
  "type.structure-reference": {
9250
+ "type": "string",
8959
9251
  "title": "Structure Reference",
8960
9252
  "description": "A reference to an existing structure.",
8961
- "type": "string",
8962
9253
  "markdownDescription": "A reference to an existing structure."
8963
9254
  },
8964
9255
  "type.structure": {
8965
- "title": "Structure",
8966
- "description": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values.",
8967
9256
  "type": "object",
8968
9257
  "properties": {
8969
9258
  "reorder_inputs": {
@@ -8991,11 +9280,11 @@
8991
9280
  "markdownDescription": "If checked, extra inputs are removed when editing. Defaults to true."
8992
9281
  },
8993
9282
  "values": {
8994
- "description": "Defines what values are available to add when using this structure.",
8995
9283
  "type": "array",
8996
9284
  "items": {
8997
9285
  "$ref": "#/definitions/type.structure.values.[*]"
8998
9286
  },
9287
+ "description": "Defines what values are available to add when using this structure.",
8999
9288
  "markdownDescription": "Defines what values are available to add when using this structure."
9000
9289
  },
9001
9290
  "values_from_glob": {
@@ -9025,11 +9314,11 @@
9025
9314
  "values"
9026
9315
  ],
9027
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.",
9028
9319
  "markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
9029
9320
  },
9030
9321
  "type.structure.values.[*]": {
9031
- "title": "Structure Value",
9032
- "description": "A single value option within a structure, defining the data format and appearance for content editors.",
9033
9322
  "type": "object",
9034
9323
  "properties": {
9035
9324
  "reorder_inputs": {
@@ -9222,6 +9511,8 @@
9222
9511
  "value"
9223
9512
  ],
9224
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.",
9225
9516
  "markdownDescription": "A single value option within a structure, defining the data format and appearance for content editors."
9226
9517
  },
9227
9518
  "type._inputs_from_glob": {
@@ -9231,34 +9522,30 @@
9231
9522
  }
9232
9523
  },
9233
9524
  "type._select_data": {
9234
- "title": "Select Data",
9235
- "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9236
9525
  "type": "object",
9237
9526
  "propertyNames": {
9238
9527
  "type": "string"
9239
9528
  },
9240
9529
  "additionalProperties": {
9241
- "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9242
9530
  "anyOf": [
9243
9531
  {
9244
- "title": "Text Array",
9245
9532
  "type": "array",
9246
9533
  "items": {
9247
9534
  "type": "string"
9248
- }
9535
+ },
9536
+ "title": "Text Array"
9249
9537
  },
9250
9538
  {
9251
- "title": "Text Object",
9252
9539
  "type": "object",
9253
9540
  "propertyNames": {
9254
9541
  "type": "string"
9255
9542
  },
9256
9543
  "additionalProperties": {
9257
9544
  "type": "string"
9258
- }
9545
+ },
9546
+ "title": "Text Object"
9259
9547
  },
9260
9548
  {
9261
- "title": "Object Array",
9262
9549
  "type": "array",
9263
9550
  "items": {
9264
9551
  "type": "object",
@@ -9266,24 +9553,26 @@
9266
9553
  "type": "string"
9267
9554
  },
9268
9555
  "additionalProperties": {}
9269
- }
9556
+ },
9557
+ "title": "Object Array"
9270
9558
  },
9271
9559
  {
9272
- "title": "Object",
9273
9560
  "type": "object",
9274
9561
  "propertyNames": {
9275
9562
  "type": "string"
9276
9563
  },
9277
- "additionalProperties": {}
9564
+ "additionalProperties": {},
9565
+ "title": "Object"
9278
9566
  }
9279
9567
  ],
9568
+ "description": "Data formats for populating select and multiselect input options, supporting arrays and objects.",
9280
9569
  "markdownDescription": "Data formats for populating select and multiselect input options, supporting arrays and objects."
9281
9570
  },
9571
+ "title": "Select Data",
9572
+ "description": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs.",
9282
9573
  "markdownDescription": "Fixed datasets that can be referenced by the _Values_ configuration for _Select_ and _Multiselect_ inputs."
9283
9574
  },
9284
9575
  "type._structures": {
9285
- "title": "Structures",
9286
- "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.",
9287
9576
  "type": "object",
9288
9577
  "propertyNames": {
9289
9578
  "type": "string"
@@ -9291,6 +9580,8 @@
9291
9580
  "additionalProperties": {
9292
9581
  "$ref": "#/definitions/type.structure"
9293
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.",
9294
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."
9295
9586
  },
9296
9587
  "type._structures_from_glob": {
@@ -9305,8 +9596,6 @@
9305
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."
9306
9597
  },
9307
9598
  "ArrayInput": {
9308
- "title": "Array Input",
9309
- "description": "Provides a user interface for lists of inputs or input groups.",
9310
9599
  "type": "object",
9311
9600
  "properties": {
9312
9601
  "comment": {
@@ -9347,14 +9636,13 @@
9347
9636
  "$ref": "#/definitions/type._inputs.*.cascade"
9348
9637
  },
9349
9638
  "type": {
9350
- "title": "Type",
9351
- "description": "Sets an input type, which controls how this input appears and behaves.",
9352
9639
  "type": "string",
9353
9640
  "const": "array",
9641
+ "title": "Type",
9642
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9354
9643
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9355
9644
  },
9356
9645
  "options": {
9357
- "description": "Options that are specific to Array Inputs.",
9358
9646
  "type": "object",
9359
9647
  "properties": {
9360
9648
  "required": {
@@ -9411,6 +9699,7 @@
9411
9699
  }
9412
9700
  },
9413
9701
  "additionalProperties": false,
9702
+ "description": "Options that are specific to Array Inputs.",
9414
9703
  "markdownDescription": "Options that are specific to Array Inputs."
9415
9704
  }
9416
9705
  },
@@ -9418,6 +9707,8 @@
9418
9707
  "type"
9419
9708
  ],
9420
9709
  "additionalProperties": false,
9710
+ "title": "Array Input",
9711
+ "description": "Provides a user interface for lists of inputs or input groups.",
9421
9712
  "markdownDescription": "Provides a user interface for lists of inputs or input groups."
9422
9713
  },
9423
9714
  "ArrayInput.disable_add": {
@@ -9439,9 +9730,6 @@
9439
9730
  "markdownDescription": "Hides the controls on each item for moving them."
9440
9731
  },
9441
9732
  "AutoInput": {
9442
- "title": "Automatic Input",
9443
- "description": "Provides a default user interface based on the data contained.",
9444
- "excludeFromDocumentation": true,
9445
9733
  "type": "object",
9446
9734
  "properties": {
9447
9735
  "comment": {
@@ -9482,10 +9770,10 @@
9482
9770
  "$ref": "#/definitions/type._inputs.*.cascade"
9483
9771
  },
9484
9772
  "type": {
9485
- "title": "Type",
9486
- "description": "Sets an input type, which controls how this input appears and behaves.",
9487
9773
  "type": "string",
9488
9774
  "const": "auto",
9775
+ "title": "Type",
9776
+ "description": "Sets an input type, which controls how this input appears and behaves.",
9489
9777
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves."
9490
9778
  },
9491
9779
  "options": {
@@ -9497,12 +9785,12 @@
9497
9785
  "type"
9498
9786
  ],
9499
9787
  "additionalProperties": false,
9788
+ "title": "Automatic Input",
9789
+ "description": "Provides a default user interface based on the data contained.",
9790
+ "excludeFromDocumentation": true,
9500
9791
  "markdownDescription": "Provides a default user interface based on the data contained."
9501
9792
  },
9502
9793
  "UnknownInput": {
9503
- "title": "Unknown Input",
9504
- "description": "Provides a default user interface based on the data contained.",
9505
- "excludeFromDocumentation": true,
9506
9794
  "type": "object",
9507
9795
  "properties": {
9508
9796
  "comment": {
@@ -9548,6 +9836,9 @@
9548
9836
  }
9549
9837
  },
9550
9838
  "additionalProperties": false,
9839
+ "title": "Unknown Input",
9840
+ "description": "Provides a default user interface based on the data contained.",
9841
+ "excludeFromDocumentation": true,
9551
9842
  "markdownDescription": "Provides a default user interface based on the data contained."
9552
9843
  },
9553
9844
  "type._enabled_editors": {
@@ -9995,7 +10286,6 @@
9995
10286
  }
9996
10287
  },
9997
10288
  "filter": {
9998
- "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
9999
10289
  "anyOf": [
10000
10290
  {
10001
10291
  "type": "object",
@@ -10038,16 +10328,17 @@
10038
10328
  ]
10039
10329
  }
10040
10330
  ],
10331
+ "description": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection.",
10041
10332
  "markdownDescription": "Controls which files are displayed in the collection list. Does not change which files are assigned to this collection."
10042
10333
  },
10043
10334
  "singular_key": {
10044
- "description": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs.",
10045
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.",
10046
10337
  "markdownDescription": "Overrides the default singular input key of the collection. This is used for naming conventions for select and multiselect inputs."
10047
10338
  },
10048
10339
  "output": {
10049
- "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10050
10340
  "type": "boolean",
10341
+ "description": "Specifies whether this collection's source files build to output files. Defaults to false.",
10051
10342
  "markdownDescription": "Specifies whether this collection's source files build to output files. Defaults to false."
10052
10343
  },
10053
10344
  "collection_groups": {
@@ -10058,20 +10349,19 @@
10058
10349
  }
10059
10350
  },
10060
10351
  "CollectionGroup": {
10061
- "title": "Collection Group",
10062
10352
  "type": "object",
10063
10353
  "properties": {
10064
10354
  "heading": {
10065
- "description": "Short, descriptive label for this group of Collections.",
10066
10355
  "type": "string",
10356
+ "description": "Short, descriptive label for this group of Collections.",
10067
10357
  "markdownDescription": "Short, descriptive label for this group of Collections."
10068
10358
  },
10069
10359
  "collections": {
10070
- "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10071
10360
  "type": "array",
10072
10361
  "items": {
10073
10362
  "type": "string"
10074
10363
  },
10364
+ "description": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`.",
10075
10365
  "markdownDescription": "The collections shown in the sidebar for this group. Collections here are referenced by their key within `collections_config`."
10076
10366
  }
10077
10367
  },
@@ -10079,7 +10369,8 @@
10079
10369
  "heading",
10080
10370
  "collections"
10081
10371
  ],
10082
- "additionalProperties": false
10372
+ "additionalProperties": false,
10373
+ "title": "Collection Group"
10083
10374
  },
10084
10375
  "base_url": {
10085
10376
  "type": "string"
@@ -10094,20 +10385,20 @@
10094
10385
  "type": "object",
10095
10386
  "properties": {
10096
10387
  "glob": {
10097
- "description": "The glob pattern(s) targeting a path to one or more files.",
10098
10388
  "anyOf": [
10099
10389
  {
10100
- "title": "Glob Array",
10101
10390
  "type": "array",
10102
10391
  "items": {
10103
10392
  "type": "string"
10104
- }
10393
+ },
10394
+ "title": "Glob Array"
10105
10395
  },
10106
10396
  {
10107
- "title": "Glob",
10108
- "type": "string"
10397
+ "type": "string",
10398
+ "title": "Glob"
10109
10399
  }
10110
10400
  ],
10401
+ "description": "The glob pattern(s) targeting a path to one or more files.",
10111
10402
  "markdownDescription": "The glob pattern(s) targeting a path to one or more files."
10112
10403
  },
10113
10404
  "_inputs": {
@@ -10209,8 +10500,6 @@
10209
10500
  "commit_templates": {
10210
10501
  "type": "array",
10211
10502
  "items": {
10212
- "title": "Commit Template",
10213
- "description": "A template for commit messages when saving changes.",
10214
10503
  "type": "object",
10215
10504
  "properties": {
10216
10505
  "label": {
@@ -10253,6 +10542,8 @@
10253
10542
  }
10254
10543
  },
10255
10544
  "additionalProperties": false,
10545
+ "title": "Commit Template",
10546
+ "description": "A template for commit messages when saving changes.",
10256
10547
  "markdownDescription": "A template for commit messages when saving changes."
10257
10548
  }
10258
10549
  },
@@ -10260,8 +10551,6 @@
10260
10551
  "type": "string"
10261
10552
  },
10262
10553
  "markdown": {
10263
- "title": "Markdown Settings",
10264
- "description": "Configuration for Markdown processing engines and formatting options.",
10265
10554
  "type": "object",
10266
10555
  "properties": {
10267
10556
  "engine": {
@@ -10388,7 +10677,6 @@
10388
10677
  },
10389
10678
  "attribute_elements": {
10390
10679
  "description": "Define positioning behavior of Markdown attributes for different elements.",
10391
- "title": "Markdown Attribute Element Options",
10392
10680
  "type": "object",
10393
10681
  "properties": {
10394
10682
  "inline": {
@@ -10409,6 +10697,7 @@
10409
10697
  "additionalProperties": {
10410
10698
  "$ref": "#/definitions/AttributeListPosition"
10411
10699
  },
10700
+ "title": "Markdown Attribute Element Options",
10412
10701
  "markdownDescription": "Define positioning behavior of Markdown attributes for different elements."
10413
10702
  }
10414
10703
  },
@@ -10416,11 +10705,11 @@
10416
10705
  }
10417
10706
  },
10418
10707
  "additionalProperties": false,
10708
+ "title": "Markdown Settings",
10709
+ "description": "Configuration for Markdown processing engines and formatting options.",
10419
10710
  "markdownDescription": "Configuration for Markdown processing engines and formatting options."
10420
10711
  },
10421
10712
  "AttributeListPosition": {
10422
- "title": "Attribute List Position",
10423
- "description": "Positioning options for Markdown attribute elements.",
10424
10713
  "type": "string",
10425
10714
  "enum": [
10426
10715
  "none",
@@ -10430,6 +10719,8 @@
10430
10719
  "newline below",
10431
10720
  "right-of-prefix"
10432
10721
  ],
10722
+ "title": "Attribute List Position",
10723
+ "description": "Positioning options for Markdown attribute elements.",
10433
10724
  "markdownDescription": "Positioning options for Markdown attribute elements."
10434
10725
  },
10435
10726
  "type._snippets": {
@@ -10445,8 +10736,6 @@
10445
10736
  "markdownDescription": "Configuration for custom snippets."
10446
10737
  },
10447
10738
  "type.snippet": {
10448
- "title": "Snippet",
10449
- "description": "A snippet configuration.",
10450
10739
  "type": "object",
10451
10740
  "properties": {
10452
10741
  "_inputs": {
@@ -10551,7 +10840,6 @@
10551
10840
  "additionalProperties": {
10552
10841
  "anyOf": [
10553
10842
  {
10554
- "title": "Argument List Parser Config",
10555
10843
  "type": "object",
10556
10844
  "properties": {
10557
10845
  "parser": {
@@ -10578,10 +10866,10 @@
10578
10866
  "parser",
10579
10867
  "options"
10580
10868
  ],
10581
- "additionalProperties": false
10869
+ "additionalProperties": false,
10870
+ "title": "Argument List Parser Config"
10582
10871
  },
10583
10872
  {
10584
- "title": "Argument Parser Config",
10585
10873
  "type": "object",
10586
10874
  "properties": {
10587
10875
  "parser": {
@@ -10605,10 +10893,10 @@
10605
10893
  "parser",
10606
10894
  "options"
10607
10895
  ],
10608
- "additionalProperties": false
10896
+ "additionalProperties": false,
10897
+ "title": "Argument Parser Config"
10609
10898
  },
10610
10899
  {
10611
- "title": "Content Parser Config",
10612
10900
  "type": "object",
10613
10901
  "properties": {
10614
10902
  "parser": {
@@ -10675,10 +10963,10 @@
10675
10963
  "parser",
10676
10964
  "options"
10677
10965
  ],
10678
- "additionalProperties": false
10966
+ "additionalProperties": false,
10967
+ "title": "Content Parser Config"
10679
10968
  },
10680
10969
  {
10681
- "title": "Key Value List Parser Config",
10682
10970
  "type": "object",
10683
10971
  "properties": {
10684
10972
  "parser": {
@@ -10710,10 +10998,10 @@
10710
10998
  "required": [
10711
10999
  "parser"
10712
11000
  ],
10713
- "additionalProperties": false
11001
+ "additionalProperties": false,
11002
+ "title": "Key Value List Parser Config"
10714
11003
  },
10715
11004
  {
10716
- "title": "Literal Parser Config",
10717
11005
  "type": "object",
10718
11006
  "properties": {
10719
11007
  "parser": {
@@ -10749,10 +11037,10 @@
10749
11037
  "parser",
10750
11038
  "options"
10751
11039
  ],
10752
- "additionalProperties": false
11040
+ "additionalProperties": false,
11041
+ "title": "Literal Parser Config"
10753
11042
  },
10754
11043
  {
10755
- "title": "Optional Parser Config",
10756
11044
  "type": "object",
10757
11045
  "properties": {
10758
11046
  "parser": {
@@ -10779,10 +11067,10 @@
10779
11067
  "parser",
10780
11068
  "options"
10781
11069
  ],
10782
- "additionalProperties": false
11070
+ "additionalProperties": false,
11071
+ "title": "Optional Parser Config"
10783
11072
  },
10784
11073
  {
10785
- "title": "Repeating Literal Parser Config",
10786
11074
  "type": "object",
10787
11075
  "properties": {
10788
11076
  "parser": {
@@ -10815,10 +11103,10 @@
10815
11103
  "parser",
10816
11104
  "options"
10817
11105
  ],
10818
- "additionalProperties": false
11106
+ "additionalProperties": false,
11107
+ "title": "Repeating Literal Parser Config"
10819
11108
  },
10820
11109
  {
10821
- "title": "Repeating Parser Config",
10822
11110
  "type": "object",
10823
11111
  "properties": {
10824
11112
  "parser": {
@@ -10857,10 +11145,10 @@
10857
11145
  "parser",
10858
11146
  "options"
10859
11147
  ],
10860
- "additionalProperties": false
11148
+ "additionalProperties": false,
11149
+ "title": "Repeating Parser Config"
10861
11150
  },
10862
11151
  {
10863
- "title": "Wrapper Parser Config",
10864
11152
  "type": "object",
10865
11153
  "properties": {
10866
11154
  "parser": {
@@ -10890,7 +11178,8 @@
10890
11178
  "parser",
10891
11179
  "options"
10892
11180
  ],
10893
- "additionalProperties": false
11181
+ "additionalProperties": false,
11182
+ "title": "Wrapper Parser Config"
10894
11183
  }
10895
11184
  ]
10896
11185
  },
@@ -10898,6 +11187,8 @@
10898
11187
  }
10899
11188
  },
10900
11189
  "additionalProperties": false,
11190
+ "title": "Snippet",
11191
+ "description": "A snippet configuration.",
10901
11192
  "markdownDescription": "A snippet configuration."
10902
11193
  },
10903
11194
  "SnippetAlternateFormats": {
@@ -11135,7 +11426,6 @@
11135
11426
  "additionalProperties": false
11136
11427
  },
11137
11428
  "type._snippets_imports": {
11138
- "title": "Snippets Imports",
11139
11429
  "type": "object",
11140
11430
  "properties": {
11141
11431
  "hugo": {
@@ -11163,7 +11453,8 @@
11163
11453
  "$ref": "#/definitions/_snippets_imports.docusaurus_mdx"
11164
11454
  }
11165
11455
  },
11166
- "additionalProperties": false
11456
+ "additionalProperties": false,
11457
+ "title": "Snippets Imports"
11167
11458
  },
11168
11459
  "_snippets_imports.hugo": {
11169
11460
  "uniqueItems": true,
@@ -11172,7 +11463,6 @@
11172
11463
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11173
11464
  },
11174
11465
  {
11175
- "title": "Exclude List",
11176
11466
  "type": "object",
11177
11467
  "properties": {
11178
11468
  "exclude": {
@@ -11182,10 +11472,10 @@
11182
11472
  "required": [
11183
11473
  "exclude"
11184
11474
  ],
11185
- "additionalProperties": false
11475
+ "additionalProperties": false,
11476
+ "title": "Exclude List"
11186
11477
  },
11187
11478
  {
11188
- "title": "Include List",
11189
11479
  "type": "object",
11190
11480
  "properties": {
11191
11481
  "include": {
@@ -11195,28 +11485,29 @@
11195
11485
  "required": [
11196
11486
  "include"
11197
11487
  ],
11198
- "additionalProperties": false
11488
+ "additionalProperties": false,
11489
+ "title": "Include List"
11199
11490
  }
11200
11491
  ]
11201
11492
  },
11202
11493
  "type._snippets_imports.*.(full-import)": {
11203
- "title": "Full Import",
11204
- "type": "boolean"
11494
+ "type": "boolean",
11495
+ "title": "Full Import"
11205
11496
  },
11206
11497
  "SnippetImportExclude": {
11207
- "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11208
11498
  "type": "array",
11209
11499
  "items": {
11210
11500
  "type": "string"
11211
11501
  },
11502
+ "description": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`.",
11212
11503
  "markdownDescription": "The list of excluded snippets. If unset, all snippets are excluded unless defined in `include`."
11213
11504
  },
11214
11505
  "SnippetImportInclude": {
11215
- "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11216
11506
  "type": "array",
11217
11507
  "items": {
11218
11508
  "type": "string"
11219
11509
  },
11510
+ "description": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`.",
11220
11511
  "markdownDescription": "The list of included snippets. If unset, all snippets are included unless defined in `exclude`."
11221
11512
  },
11222
11513
  "_snippets_imports.jekyll": {
@@ -11226,7 +11517,6 @@
11226
11517
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11227
11518
  },
11228
11519
  {
11229
- "title": "Exclude List",
11230
11520
  "type": "object",
11231
11521
  "properties": {
11232
11522
  "exclude": {
@@ -11236,10 +11526,10 @@
11236
11526
  "required": [
11237
11527
  "exclude"
11238
11528
  ],
11239
- "additionalProperties": false
11529
+ "additionalProperties": false,
11530
+ "title": "Exclude List"
11240
11531
  },
11241
11532
  {
11242
- "title": "Include List",
11243
11533
  "type": "object",
11244
11534
  "properties": {
11245
11535
  "include": {
@@ -11249,7 +11539,8 @@
11249
11539
  "required": [
11250
11540
  "include"
11251
11541
  ],
11252
- "additionalProperties": false
11542
+ "additionalProperties": false,
11543
+ "title": "Include List"
11253
11544
  }
11254
11545
  ]
11255
11546
  },
@@ -11260,7 +11551,6 @@
11260
11551
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11261
11552
  },
11262
11553
  {
11263
- "title": "Exclude List",
11264
11554
  "type": "object",
11265
11555
  "properties": {
11266
11556
  "exclude": {
@@ -11270,10 +11560,10 @@
11270
11560
  "required": [
11271
11561
  "exclude"
11272
11562
  ],
11273
- "additionalProperties": false
11563
+ "additionalProperties": false,
11564
+ "title": "Exclude List"
11274
11565
  },
11275
11566
  {
11276
- "title": "Include List",
11277
11567
  "type": "object",
11278
11568
  "properties": {
11279
11569
  "include": {
@@ -11283,7 +11573,8 @@
11283
11573
  "required": [
11284
11574
  "include"
11285
11575
  ],
11286
- "additionalProperties": false
11576
+ "additionalProperties": false,
11577
+ "title": "Include List"
11287
11578
  }
11288
11579
  ]
11289
11580
  },
@@ -11294,7 +11585,6 @@
11294
11585
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11295
11586
  },
11296
11587
  {
11297
- "title": "Exclude List",
11298
11588
  "type": "object",
11299
11589
  "properties": {
11300
11590
  "exclude": {
@@ -11304,10 +11594,10 @@
11304
11594
  "required": [
11305
11595
  "exclude"
11306
11596
  ],
11307
- "additionalProperties": false
11597
+ "additionalProperties": false,
11598
+ "title": "Exclude List"
11308
11599
  },
11309
11600
  {
11310
- "title": "Include List",
11311
11601
  "type": "object",
11312
11602
  "properties": {
11313
11603
  "include": {
@@ -11317,7 +11607,8 @@
11317
11607
  "required": [
11318
11608
  "include"
11319
11609
  ],
11320
- "additionalProperties": false
11610
+ "additionalProperties": false,
11611
+ "title": "Include List"
11321
11612
  }
11322
11613
  ]
11323
11614
  },
@@ -11328,7 +11619,6 @@
11328
11619
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11329
11620
  },
11330
11621
  {
11331
- "title": "Exclude List",
11332
11622
  "type": "object",
11333
11623
  "properties": {
11334
11624
  "exclude": {
@@ -11338,10 +11628,10 @@
11338
11628
  "required": [
11339
11629
  "exclude"
11340
11630
  ],
11341
- "additionalProperties": false
11631
+ "additionalProperties": false,
11632
+ "title": "Exclude List"
11342
11633
  },
11343
11634
  {
11344
- "title": "Include List",
11345
11635
  "type": "object",
11346
11636
  "properties": {
11347
11637
  "include": {
@@ -11351,7 +11641,8 @@
11351
11641
  "required": [
11352
11642
  "include"
11353
11643
  ],
11354
- "additionalProperties": false
11644
+ "additionalProperties": false,
11645
+ "title": "Include List"
11355
11646
  }
11356
11647
  ]
11357
11648
  },
@@ -11362,7 +11653,6 @@
11362
11653
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11363
11654
  },
11364
11655
  {
11365
- "title": "Exclude List",
11366
11656
  "type": "object",
11367
11657
  "properties": {
11368
11658
  "exclude": {
@@ -11372,10 +11662,10 @@
11372
11662
  "required": [
11373
11663
  "exclude"
11374
11664
  ],
11375
- "additionalProperties": false
11665
+ "additionalProperties": false,
11666
+ "title": "Exclude List"
11376
11667
  },
11377
11668
  {
11378
- "title": "Include List",
11379
11669
  "type": "object",
11380
11670
  "properties": {
11381
11671
  "include": {
@@ -11385,7 +11675,8 @@
11385
11675
  "required": [
11386
11676
  "include"
11387
11677
  ],
11388
- "additionalProperties": false
11678
+ "additionalProperties": false,
11679
+ "title": "Include List"
11389
11680
  }
11390
11681
  ]
11391
11682
  },
@@ -11396,7 +11687,6 @@
11396
11687
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11397
11688
  },
11398
11689
  {
11399
- "title": "Exclude List",
11400
11690
  "type": "object",
11401
11691
  "properties": {
11402
11692
  "exclude": {
@@ -11406,10 +11696,10 @@
11406
11696
  "required": [
11407
11697
  "exclude"
11408
11698
  ],
11409
- "additionalProperties": false
11699
+ "additionalProperties": false,
11700
+ "title": "Exclude List"
11410
11701
  },
11411
11702
  {
11412
- "title": "Include List",
11413
11703
  "type": "object",
11414
11704
  "properties": {
11415
11705
  "include": {
@@ -11419,7 +11709,8 @@
11419
11709
  "required": [
11420
11710
  "include"
11421
11711
  ],
11422
- "additionalProperties": false
11712
+ "additionalProperties": false,
11713
+ "title": "Include List"
11423
11714
  }
11424
11715
  ]
11425
11716
  },
@@ -11430,7 +11721,6 @@
11430
11721
  "$ref": "#/definitions/type._snippets_imports.*.(full-import)"
11431
11722
  },
11432
11723
  {
11433
- "title": "Exclude List",
11434
11724
  "type": "object",
11435
11725
  "properties": {
11436
11726
  "exclude": {
@@ -11440,10 +11730,10 @@
11440
11730
  "required": [
11441
11731
  "exclude"
11442
11732
  ],
11443
- "additionalProperties": false
11733
+ "additionalProperties": false,
11734
+ "title": "Exclude List"
11444
11735
  },
11445
11736
  {
11446
- "title": "Include List",
11447
11737
  "type": "object",
11448
11738
  "properties": {
11449
11739
  "include": {
@@ -11453,7 +11743,8 @@
11453
11743
  "required": [
11454
11744
  "include"
11455
11745
  ],
11456
- "additionalProperties": false
11746
+ "additionalProperties": false,
11747
+ "title": "Include List"
11457
11748
  }
11458
11749
  ]
11459
11750
  },
@@ -11482,8 +11773,6 @@
11482
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."
11483
11774
  },
11484
11775
  "type.snippet-definition-value": {
11485
- "title": "Snippet Definition Value",
11486
- "description": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }.",
11487
11776
  "anyOf": [
11488
11777
  {
11489
11778
  "$ref": "#/definitions/type.snippet-format"
@@ -11492,56 +11781,56 @@
11492
11781
  "$ref": "#/definitions/type.snippet-model"
11493
11782
  },
11494
11783
  {
11495
- "title": "Parser Model Array",
11496
- "description": "An array of model configurations, typically used for positional_args or named_args.",
11497
11784
  "type": "array",
11498
11785
  "items": {
11499
11786
  "$ref": "#/definitions/type.snippet-model"
11500
11787
  },
11788
+ "title": "Parser Model Array",
11789
+ "description": "An array of model configurations, typically used for positional_args or named_args.",
11501
11790
  "markdownDescription": "An array of model configurations, typically used for positional_args or named_args."
11502
11791
  },
11503
11792
  {
11504
- "title": "Select Values Array",
11505
- "description": "An array of select options, typically used for language lists.",
11506
11793
  "type": "array",
11507
11794
  "items": {
11508
11795
  "$ref": "#/definitions/type.snippet-definition-select-value"
11509
11796
  },
11797
+ "title": "Select Values Array",
11798
+ "description": "An array of select options, typically used for language lists.",
11510
11799
  "markdownDescription": "An array of select options, typically used for language lists."
11511
11800
  },
11512
11801
  {
11802
+ "type": "string",
11513
11803
  "title": "String Value",
11514
11804
  "description": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions.",
11515
- "type": "string",
11516
11805
  "markdownDescription": "A string value, commonly used for shortcode_name, tag_name, content_key, and similar definitions."
11517
11806
  },
11518
11807
  {
11808
+ "type": "number",
11519
11809
  "title": "Number Value",
11520
11810
  "description": "A numeric value.",
11521
- "type": "number",
11522
11811
  "markdownDescription": "A numeric value."
11523
11812
  },
11524
11813
  {
11814
+ "type": "boolean",
11525
11815
  "title": "Boolean Value",
11526
11816
  "description": "A boolean value.",
11527
- "type": "boolean",
11528
11817
  "markdownDescription": "A boolean value."
11529
11818
  },
11530
11819
  {
11531
- "title": "String Array",
11532
- "description": "An array of strings.",
11533
11820
  "type": "array",
11534
11821
  "items": {
11535
11822
  "type": "string"
11536
11823
  },
11824
+ "title": "String Array",
11825
+ "description": "An array of strings.",
11537
11826
  "markdownDescription": "An array of strings."
11538
11827
  }
11539
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\" }.",
11540
11831
  "markdownDescription": "A reusable value that can be referenced in snippet templates via { ref: \"key\" } or { spread_ref: \"key\" }."
11541
11832
  },
11542
11833
  "type.snippet-definition-select-value": {
11543
- "title": "Snippet Definition Select Value",
11544
- "description": "A value option for select inputs, typically used in language lists.",
11545
11834
  "type": "object",
11546
11835
  "properties": {
11547
11836
  "name": {
@@ -11550,21 +11839,21 @@
11550
11839
  "markdownDescription": "The display name for this option."
11551
11840
  },
11552
11841
  "value": {
11553
- "description": "The value for this option.",
11554
11842
  "anyOf": [
11555
11843
  {
11556
- "title": "String",
11557
- "type": "string"
11844
+ "type": "string",
11845
+ "title": "String"
11558
11846
  },
11559
11847
  {
11560
- "title": "Number",
11561
- "type": "number"
11848
+ "type": "number",
11849
+ "title": "Number"
11562
11850
  },
11563
11851
  {
11564
- "title": "Boolean",
11565
- "type": "boolean"
11852
+ "type": "boolean",
11853
+ "title": "Boolean"
11566
11854
  }
11567
11855
  ],
11856
+ "description": "The value for this option.",
11568
11857
  "markdownDescription": "The value for this option."
11569
11858
  }
11570
11859
  },
@@ -11572,6 +11861,8 @@
11572
11861
  "value"
11573
11862
  ],
11574
11863
  "additionalProperties": false,
11864
+ "title": "Snippet Definition Select Value",
11865
+ "description": "A value option for select inputs, typically used in language lists.",
11575
11866
  "markdownDescription": "A value option for select inputs, typically used in language lists."
11576
11867
  },
11577
11868
  "collections_config_override": {