usawa

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | Submodules | LICENSE

commit f08af83dc29999999e2b737799cd697b14b74fcd
parent 36b9638fbdf02a4292b4d4ce62eba536f0feffe1
Author: lash <dev@holbrook.no>
Date:   Thu, 12 Feb 2026 09:59:57 +0000

Add digest to attachment

Diffstat:
Mdummy/usawa/data/schema.xsd | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dummy/usawa/data/schema.xsd b/dummy/usawa/data/schema.xsd @@ -154,6 +154,7 @@ <xs:complexType name="Attachment"> <xs:sequence> + <xs:element name="digest" type="Digest" /> <xs:element name="uuid" type="xs:string" minOccurs="0" maxOccurs="1" /> <xs:element name="slug" type="xs:string" /> <xs:element name="description" type="xs:string" />