diff --git a/packages/lysand-utils/schemas.ts b/packages/lysand-utils/schemas.ts index 976408c0..88c9f218 100644 --- a/packages/lysand-utils/schemas.ts +++ b/packages/lysand-utils/schemas.ts @@ -206,6 +206,7 @@ const Extension = Entity.extend({ oneOrMore(exactly(letter.or(digit).or(charIn("_-")))), ), ), + "extension_type must be in the format ':extension_name/Extension_type', e.g. 'org.lysand:reactions/Reaction'. Notably, only the type can have uppercase letters.", ), });