Audit Catalog Version Schema
Felder
Audit Catalog Version Schema
Schema for immutable versioned snapshots of audit questionnaires
catalogId
FK to audit_catalog
versionLabel
Version label (e.g. "1.0", "2024-Q1")
status
Version lifecycle status
DRAFTACTIVEARCHIVEDquestions
questionId
Stable unique identifier for answer references
sortOrder
Sort order within the questionnaire
category
Question grouping category (e.g. "Netzwerk", "Zugriffsschutz")
questionText
The question text
hintText
Help text for the auditor
questionType
Determines how the question is rendered and answered
textyes_nosingle_choicemulti_choicenumberdateoptions
Answer options for single_choice / multi_choice questions
priority
Risk priority / severity indicator
CRITICALHIGHMEDIUMLOWweight
Scoring weight (1-10). Defaults to priority-based if not set.
complianceRef
Reference to compliance standard section (e.g. "NIS2 Art. 21(2)(a)")
required
Whether this question must be answered before assessment completion
questionCount
Denormalized count of questions in this version
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/audit_catalog_versions— Liste, paginiert + filterbarGET /api/v1/audit_catalog_versions/<id>— Einzelne EntityPOST /api/v1/audit_catalog_versions— AnlegenPATCH /api/v1/audit_catalog_versions/<id>— Teil-UpdateDELETE /api/v1/audit_catalog_versions/<id>— Soft-DeleteGET /api/v1/audit_catalog_versions/<id>/timeline— Audit + Aktivitäten