factory SecuritySchemeId.fromJson(Map<String, Object?> json) { return SecuritySchemeId( id: json[r'id'] as String? ?? '', ); }