This commit is contained in:
Laura Klünder 2023-11-30 23:07:43 +01:00
parent 5208db4c67
commit 7a95d74fd6

View file

@ -32,7 +32,7 @@ class FirmwareBuildSchema(Schema):
example=ChipType.ESP32_C3.name,
)
sha256_hash: str = APIField(
description="SHE256 hash of the underlying ELF file",
description="SHA256 hash of the underlying ELF file",
pattern=r"^[0-9a-f]{64}$",
)
url: str = APIField(