Skip to content

Commit

Permalink
[skip ci] Detail ADR13 approach 3 for GSA#1061
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Jan 3, 2025
1 parent 3fb91a2 commit 8edbe62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documents/adr/0013-handling-attachments.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The second approach, to avoid the closed enumeration default with the first appr

### Approach 3

This approach uses a `@class` to the prop to identify FedRAMP use cases at the resource level (i.e. `resource/prop/@class`). Do to the nature of `@class` and other flag-based approaches, it cannot be used to describe individual data formats or encodings of this resource per each `rlink`. Additionally, FedRAMP developers must find a balance for various use cases between generic values (e.g. `class="fedramp"`) and use-case-specific values (e.g. `class="fedramp-poam"`).

```xml
<resource uuid="11111111-2222-4000-8000-001000000048">
<title>Plan of Actions and Milestones (POAM)</title>
Expand Down

0 comments on commit 8edbe62

Please sign in to comment.