API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · framework_mappings

Framework Mapping Schema

Schema-ID
framework_mapping
Collection
framework_mappings
Permissions
  • Lesenframework_mapping_view
  • Anlegenframework_mapping_create
  • Ändernframework_mapping_edit
  • Löschenframework_mapping_delete

Felder

Framework Mapping Schema

framework_mappings4 Permissions

Schema for validating cross-framework requirement mappings

sourceRequirementIduuiderforderlich

Source compliance requirement UUID

sourceFrameworkIduuiderforderlich

Source compliance framework UUID (denormalized)

targetRequirementIduuiderforderlich

Target compliance requirement UUID

targetFrameworkIduuiderforderlich

Target compliance framework UUID (denormalized)

relationshipTypestringoptional

Type of relationship between requirements

EQUALSUPERSETSUBSETINTERSECTRELATED
Default: "RELATED"
strengthstringoptional

Strength of the mapping

FULLPARTIALWEAK
Default: "PARTIAL"
rationalestringoptional

Rationale for the mapping

nullable
isAiGeneratedbooleanoptional

True if this mapping was generated by AI

Default: false
verifiedByuuidoptional

User UUID who verified this mapping

nullable
verifiedAtdatetimeoptional

When the mapping was verified

nullable

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 + filterbar
  • GET /api/v1/framework_mappings/<id> — Einzelne Entity
  • POST /api/v1/framework_mappings — Anlegen
  • PATCH /api/v1/framework_mappings/<id> — Teil-Update
  • DELETE /api/v1/framework_mappings/<id> — Soft-Delete
  • GET /api/v1/framework_mappings/<id>/timeline — Audit + Aktivitäten

Suche