Parse schema from decoded json
factory Schema.fromJson(Map<String, dynamic> json) { return Schema(type: AvroType.fromJson(json)); }