Documentation Index
Fetch the complete documentation index at: https://docs.law4devs.eu/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Annexes are supplementary legal documents attached to EU regulations. They often contain technical requirements, classification criteria, and reference tables.Methods
list()
get()
iter()
Models
AnnexSummary
| Field | Type | Description |
|---|---|---|
id | int | Internal ID |
frameworkSlug | String | Parent framework |
number | String | Annex number (e.g. I, II) |
title | String? | Optional title |
position | int | Ordering position |
Annex
Extends AnnexSummary with:
| Field | Type | Description |
|---|---|---|
content | String | Full annex content |
