Entity · framework_mappings
Framework Mapping Schema
Felder
Framework Mapping Schema
Schema for validating cross-framework requirement mappings
sourceRequirementId
Source compliance requirement UUID
sourceFrameworkId
Source compliance framework UUID (denormalized)
targetRequirementId
Target compliance requirement UUID
targetFrameworkId
Target compliance framework UUID (denormalized)
relationshipType
Type of relationship between requirements
Werte
EQUALSUPERSETSUBSETINTERSECTRELATEDDefault: "RELATED"
strength
Strength of the mapping
Werte
FULLPARTIALWEAKDefault: "PARTIAL"
rationale
Rationale for the mapping
nullable
isAiGenerated
True if this mapping was generated by AI
Default: false
verifiedBy
User UUID who verified this mapping
nullable
verifiedAt
When the mapping was verified
nullable
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/framework_mappings— Liste, paginiert + filterbarGET /api/v1/framework_mappings/<id>— Einzelne EntityPOST /api/v1/framework_mappings— AnlegenPATCH /api/v1/framework_mappings/<id>— Teil-UpdateDELETE /api/v1/framework_mappings/<id>— Soft-DeleteGET /api/v1/framework_mappings/<id>/timeline— Audit + Aktivitäten