* `BAA` - BAA * `DPA` - DPA
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DocumentTypeEnum", "title": "DocumentTypeEnum", "enum": [ "BAA", "DPA" ], "type": "string", "description": "* `BAA` - BAA\n* `DPA` - DPA" }