From 6bbd92edeec3d28cc6926eec372f696a85f79e4d Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Thu, 23 Jul 2026 17:30:45 -0600 Subject: [PATCH] change the format of evidenceLocation to uri-reference This will allow file paths to be used, in line with the description of the field. --- fedramp-security-decision-record-schema-2026-06-24.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedramp-security-decision-record-schema-2026-06-24.json b/fedramp-security-decision-record-schema-2026-06-24.json index 31d2b72..5f59021 100644 --- a/fedramp-security-decision-record-schema-2026-06-24.json +++ b/fedramp-security-decision-record-schema-2026-06-24.json @@ -246,7 +246,7 @@ }, "evidenceLocation": { "type": "string", - "format": "uri", + "format": "uri-reference", "title": "Evidence Location", "description": "URI or file path to the evidence document" },