Skip to content

Commit 5d858b9

Browse files
Add the deprecated message in the fedramp-jab enum value (#1209)
1 parent ba6b8ea commit 5d858b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validations/constraints/fedramp-external-allowed-values.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<allowed-values id="authorization-type" target="system-characteristics/prop[@name='authorization-type'][@ns='http://fedramp.gov/ns/oscal']/@value" allow-other="no" level="ERROR">
7070
<formal-name>Authorization Type</formal-name>
7171
<description>The FedRAMP Authorization Type</description>
72-
<enum value="fedramp-jab">FedRAMP JAB P-ATO</enum>
72+
<enum value="fedramp-jab" deprecated="3.0.0-milestone1">**(deprecated)*** The authorization type of 'fedramp-jab' is deprecated. Use it for pre-existing JAB authorizations only.</enum>
7373
<enum value="fedramp-agency">FedRAMP Agency ATO</enum>
7474
<enum value="fedramp-li-saas">FedRAMP Tailored for LI-SaaS</enum>
7575
</allowed-values>

0 commit comments

Comments
 (0)