From ea90972662e93597d649463c43ba746022482538 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Tue, 4 Apr 2017 19:56:32 +0100 Subject: [PATCH] Bug 1352403 - Replace invalid "url" format with "uri" (#2307) --- schemas/pulse-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/pulse-job.yml b/schemas/pulse-job.yml index dbd5bf805..24686f293 100644 --- a/schemas/pulse-job.yml +++ b/schemas/pulse-job.yml @@ -296,7 +296,7 @@ properties: properties: url: type: string - format: url + format: uri maxLength: 512 linkText: type: string