@redocly/config 0.19.3 → 0.19.4
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.
|
@@ -14794,7 +14794,7 @@ export declare const redoclyConfigSchema: {
|
|
|
14794
14794
|
readonly patternProperties: {
|
|
14795
14795
|
readonly '^[a-zA-Z0-9_-]+$': {
|
|
14796
14796
|
readonly type: "string";
|
|
14797
|
-
readonly
|
|
14797
|
+
readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
14798
14798
|
};
|
|
14799
14799
|
};
|
|
14800
14800
|
};
|
|
@@ -26652,7 +26652,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26652
26652
|
patternProperties: {
|
|
26653
26653
|
"^[a-zA-Z0-9_-]+$": {
|
|
26654
26654
|
type: "string";
|
|
26655
|
-
|
|
26655
|
+
pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
26656
26656
|
};
|
|
26657
26657
|
};
|
|
26658
26658
|
additionalProperties: false;
|
|
@@ -38671,7 +38671,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
38671
38671
|
readonly patternProperties: {
|
|
38672
38672
|
readonly '^[a-zA-Z0-9_-]+$': {
|
|
38673
38673
|
readonly type: "string";
|
|
38674
|
-
readonly
|
|
38674
|
+
readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
38675
38675
|
};
|
|
38676
38676
|
};
|
|
38677
38677
|
};
|
|
@@ -14794,7 +14794,7 @@ export declare const redoclyConfigSchema: {
|
|
|
14794
14794
|
readonly patternProperties: {
|
|
14795
14795
|
readonly '^[a-zA-Z0-9_-]+$': {
|
|
14796
14796
|
readonly type: "string";
|
|
14797
|
-
readonly
|
|
14797
|
+
readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
14798
14798
|
};
|
|
14799
14799
|
};
|
|
14800
14800
|
};
|
|
@@ -26652,7 +26652,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
26652
26652
|
patternProperties: {
|
|
26653
26653
|
"^[a-zA-Z0-9_-]+$": {
|
|
26654
26654
|
type: "string";
|
|
26655
|
-
|
|
26655
|
+
pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
26656
26656
|
};
|
|
26657
26657
|
};
|
|
26658
26658
|
additionalProperties: false;
|
|
@@ -38671,7 +38671,7 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
38671
38671
|
readonly patternProperties: {
|
|
38672
38672
|
readonly '^[a-zA-Z0-9_-]+$': {
|
|
38673
38673
|
readonly type: "string";
|
|
38674
|
-
readonly
|
|
38674
|
+
readonly pattern: "^https?://[^\\s/$.?#].[^\\s]*$";
|
|
38675
38675
|
};
|
|
38676
38676
|
};
|
|
38677
38677
|
};
|