@ministryofjustice/fb-components-core
Advanced tools
Comparing version 0.0.146-12 to 0.0.146-13
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.146-12", | ||
"version": "0.0.146-13", | ||
"description": "Form Builder core components", | ||
@@ -12,0 +12,0 @@ "main": "index.js", |
@@ -89,2 +89,15 @@ { | ||
}, | ||
"format": { | ||
"title": "Format to match string against", | ||
"description": "Format used for validating users’ answers", | ||
"type": "string" | ||
}, | ||
"errorsFormat": { | ||
"title": "Error messages for format", | ||
"allOf": [ | ||
{ | ||
"$ref": "#/definitions/errorStrings" | ||
} | ||
] | ||
}, | ||
"multipleOf": { | ||
@@ -284,2 +297,5 @@ "title": "Multiple of", | ||
"$ref": "#/definitions/pattern" | ||
}, | ||
"format": { | ||
"$ref": "#/definitions/format" | ||
} | ||
@@ -298,2 +314,5 @@ } | ||
"$ref": "#/definitions/errorsPattern" | ||
}, | ||
"format": { | ||
"$ref": "#/definitions/errorsFormat" | ||
} | ||
@@ -300,0 +319,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348892
5023