You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
"description": "Defines a \"DevEx Module\" that is a Helix-like module that can contain serialized item configurations, etc.\nThis class is overridden with Serialization-specific derived versions that provide access to their module-specific settings.",
10
-
"additionalProperties": {},
11
-
"required": [
12
-
"namespace"
13
-
],
14
-
"properties": {
15
-
"$schema": {
16
-
"type": "string"
17
-
},
18
-
"namespace": {
19
-
"type": "string",
20
-
"description": "The namespace of the module. All resources in the module inherit this namespace.\nNamespaces can contain letters, numbers, dots (.), and hyphens (-).",
21
-
"minLength": 1,
22
-
"pattern": "^[A-Za-z0-9\\.\\-\\$\\{\\}\\(\\)]+$"
23
-
},
24
-
"description": {
25
-
"type": "string",
26
-
"description": "Description of the module, for reference/docs purposes only"
27
-
},
28
-
"references": {
29
-
"type": "array",
30
-
"description": "Names of other modules that are referenced by resources in this module. Wildcards are allowed, i.e. Foundation.*.",
31
-
"items": {
32
-
"type": "string"
33
-
}
34
-
},
35
-
"source": {
36
-
"type": "string",
37
-
"description": "Generic identifier as to where the module came from. Used internally for error messaging. Do not set in a module file; it will be ignored."
38
-
}
39
-
}
40
-
},
41
-
{
42
-
"title": "SerializationModuleConfiguration",
43
-
"type": "object",
44
-
"additionalProperties": {},
45
-
"required": [
46
-
"namespace"
47
-
],
48
-
"properties": {
49
-
"$schema": {
50
-
"type": "string"
51
-
},
52
-
"namespace": {
53
-
"type": "string",
54
-
"description": "The namespace of the module. All resources in the module inherit this namespace.\nNamespaces can contain letters, numbers, dots (.), and hyphens (-).",
55
-
"minLength": 1,
56
-
"pattern": "^[A-Za-z0-9\\.\\-\\$\\{\\}\\(\\)]+$"
57
-
},
58
-
"description": {
59
-
"type": "string",
60
-
"description": "Description of the module, for reference/docs purposes only"
61
-
},
62
-
"references": {
63
-
"type": "array",
64
-
"description": "Names of other modules that are referenced by resources in this module. Wildcards are allowed, i.e. Foundation.*.",
65
-
"items": {
66
-
"type": "string"
67
-
}
68
-
},
69
-
"source": {
70
-
"type": "string",
71
-
"description": "Generic identifier as to where the module came from. Used internally for error messaging. Do not set in a module file; it will be ignored."
"description": "Defines a \"DevEx Module\" that is a Helix-like module that can contain serialized item configurations, etc.\nThis class is overridden with Serialization-specific derived versions that provide access to their module-specific settings.",
10
+
"additionalProperties": {},
11
+
"required": [
12
+
"namespace"
13
+
],
14
+
"properties": {
15
+
"$schema": {
16
+
"type": "string"
17
+
},
18
+
"namespace": {
19
+
"type": "string",
20
+
"description": "The namespace of the module. All resources in the module inherit this namespace.\nNamespaces can contain letters, numbers, dots (.), and hyphens (-).",
21
+
"minLength": 1,
22
+
"pattern": "^[A-Za-z0-9\\.\\-\\$\\{\\}\\(\\)]+$"
23
+
},
24
+
"description": {
25
+
"type": "string",
26
+
"description": "Description of the module, for reference/docs purposes only"
27
+
},
28
+
"references": {
29
+
"type": "array",
30
+
"description": "Names of other modules that are referenced by resources in this module. Wildcards are allowed, i.e. Foundation.*.",
31
+
"items": {
32
+
"type": "string"
33
+
}
34
+
},
35
+
"source": {
36
+
"type": "string",
37
+
"description": "Generic identifier as to where the module came from. Used internally for error messaging. Do not set in a module file; it will be ignored."
0 commit comments