{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"AI System Technical Documentation (Annex IV)","description":"Technical documentation for a high-risk AI system, drawn up and kept up-to-date by the provider before placing the system on the market or putting it into service under Art. 11 and Annex IV of Regulation (EU) 2024/1689 (AI Act). This PDF is the human-readable summary of the underlying technical file; source artefacts (model cards, training logs, test datasets) are referenced, not inlined.","type":"object","required":["provider","system","ce_marking","design","data_governance","training","testing","accuracy_robustness_cybersecurity","human_oversight","risk_management","monitoring_plan","changes","compliance_declaration_reference"],"additionalProperties":false,"properties":{"reference":{"type":"string"},"document_date":{"type":"string","format":"date"},"provider":{"type":"object","description":"Provider of the high-risk AI system (Art. 3(3), Art. 16 AI Act).","required":["name","address","contact_email"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1},"address":{"type":"string","minLength":1},"contact_email":{"type":"string","format":"email"},"authorised_representative":{"type":"object","description":"Authorised representative established in the Union (Art. 22 AI Act), where the provider is established in a third country.","required":["name","address","contact_email"],"additionalProperties":false,"properties":{"name":{"type":"string"},"address":{"type":"string"},"contact_email":{"type":"string","format":"email"}}}}},"system":{"type":"object","description":"General description of the AI system (Annex IV §1).","required":["name","version","intended_purpose","high_risk_category","description_of_hardware_software","integration_context"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1},"version":{"type":"string","minLength":1},"intended_purpose":{"type":"string","minLength":1},"high_risk_category":{"type":"string","description":"Annex III high-risk category under which the system is classified.","enum":["biometric_identification","critical_infrastructure","education_vocational","employment_worker_management","essential_services","law_enforcement","migration_asylum","justice_democratic"]},"description_of_hardware_software":{"type":"string","minLength":1},"integration_context":{"type":"string","minLength":1}}},"ce_marking":{"type":"object","description":"CE marking and conformity assessment route (Art. 43, Art. 48 AI Act).","required":["applicable","conformity_assessment_route"],"additionalProperties":false,"properties":{"applicable":{"type":"boolean"},"conformity_assessment_route":{"type":"string","enum":["internal_control","third_party","harmonised_standard"]},"notified_body":{"type":"string"},"notified_body_number":{"type":"string"}}},"design":{"type":"object","description":"Design specifications of the system (Annex IV §2).","required":["optimisation_objectives","key_design_choices","relevance_of_input_data"],"additionalProperties":false,"properties":{"optimisation_objectives":{"type":"array","items":{"type":"string"},"minItems":1},"key_design_choices":{"type":"array","items":{"type":"string"},"minItems":1},"relevance_of_input_data":{"type":"string","minLength":1}}},"data_governance":{"type":"object","description":"Data and data governance measures (Art. 10 AI Act, Annex IV §2(d)).","required":["training_data_summary","validation_data_summary","test_data_summary","data_categories","bias_mitigation_measures","data_provenance"],"additionalProperties":false,"properties":{"training_data_summary":{"type":"string","minLength":1},"validation_data_summary":{"type":"string","minLength":1},"test_data_summary":{"type":"string","minLength":1},"data_categories":{"type":"array","items":{"type":"string"},"minItems":1},"bias_mitigation_measures":{"type":"array","items":{"type":"string"},"minItems":1},"data_provenance":{"type":"array","items":{"type":"string"},"minItems":1}}},"training":{"type":"object","description":"Training methodology and resources (Annex IV §2(c), §2(g)).","required":["methodology","computational_resources","training_logs_reference"],"additionalProperties":false,"properties":{"methodology":{"type":"string","minLength":1},"computational_resources":{"type":"string","minLength":1},"training_logs_reference":{"type":"string","description":"Pointer to the full training logs retained by the provider (not inlined here).","minLength":1}}},"testing":{"type":"object","description":"Validation and testing procedures (Annex IV §2(g), Art. 15).","required":["methodology","metrics_used","known_limitations"],"additionalProperties":false,"properties":{"methodology":{"type":"string","minLength":1},"metrics_used":{"type":"array","minItems":1,"items":{"type":"object","required":["metric","target","achieved"],"additionalProperties":false,"properties":{"metric":{"type":"string"},"target":{"type":"string"},"achieved":{"type":"string"}}}},"known_limitations":{"type":"array","items":{"type":"string"},"minItems":1}}},"accuracy_robustness_cybersecurity":{"type":"object","description":"Accuracy, robustness and cybersecurity measures (Art. 15 AI Act).","required":["accuracy_metric_name","accuracy_value","robustness_measures","cybersecurity_measures"],"additionalProperties":false,"properties":{"accuracy_metric_name":{"type":"string","minLength":1},"accuracy_value":{"type":"string","minLength":1},"robustness_measures":{"type":"array","items":{"type":"string"},"minItems":1},"cybersecurity_measures":{"type":"array","items":{"type":"string"},"minItems":1}}},"human_oversight":{"type":"object","description":"Human oversight measures implemented under Art. 14 AI Act.","required":["measures_implemented"],"additionalProperties":false,"properties":{"measures_implemented":{"type":"array","items":{"type":"string"},"minItems":1}}},"risk_management":{"type":"object","description":"Reference to the Art. 9 risk-management system file.","required":["reference_to_system"],"additionalProperties":false,"properties":{"reference_to_system":{"type":"string","minLength":1}}},"monitoring_plan":{"type":"object","description":"Post-market monitoring plan under Art. 72 AI Act and serious-incident reporting under Art. 73.","required":["post_market_monitoring","incident_reporting_contact"],"additionalProperties":false,"properties":{"post_market_monitoring":{"type":"string","minLength":1},"incident_reporting_contact":{"type":"string","format":"email"}}},"changes":{"type":"object","description":"Version history of substantial modifications (Art. 3(23), Art. 43(4)).","required":["version_history"],"additionalProperties":false,"properties":{"version_history":{"type":"array","minItems":1,"items":{"type":"object","required":["version","date","change_summary"],"additionalProperties":false,"properties":{"version":{"type":"string"},"date":{"type":"string","format":"date"},"change_summary":{"type":"string"}}}}}},"compliance_declaration_reference":{"type":"string","description":"Pointer to the EU declaration of conformity drawn up under Art. 47 AI Act.","minLength":1}}}