fn parse_schema_version_id(id: Option<String>) -> Result<Uuid, String>
Parse a schema-version UUID from a Glue response, mapping a missing or malformed id to a diagnostic string for the caller to wrap.