factory CreateSchemaResponse.fromJson(Map<String, dynamic> json) { return CreateSchemaResponse( schemaArn: json['schemaArn'] as String?, ); }