Minor cache

This commit is contained in:
dgtlmoon
2026-02-13 14:58:23 +01:00
parent f29c4c8f5f
commit 340421ea36
+1
View File
@@ -37,6 +37,7 @@ def get_openapi_schema_dict():
with open(spec_path, 'r', encoding='utf-8') as f:
return yaml.safe_load(f)
@functools.cache
def get_watch_schema_properties():
"""
Extract watch schema properties from OpenAPI spec for Import endpoint.