# Schema tab

![Avro Output Schema tab](https://3411831820-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAYwCj9fPr1B2pjC11IOQ%2Fuploads%2Fgit-blob-2c567fb32e1854069c3d6e612c8fd4dcdc32da51%2FPDI_TransStep_Avro_Output_Schema_tab.png?alt=media)

The following options in the **Schema** tab define how the [Avro schema](https://avro.apache.org/docs/1.8.1/spec.html#schema_record) file will be created:

| Option          | Description                                                                                                                                                                                                                                                                                                                                                                                                        |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **File name**   | Specify the fully qualified URL where the Avro schema file will be written. The URL may be in a different format depending on file system type. You can also click **Browse** to navigate to the schema file on your file system. If a schema file already exists, it will be overwritten. If you do not specify a separate schema file for your output, PDI will write an embedded schema in your Avro data file. |
| **Namespace**   | Specify the name, together with the **Record name** field, that defines the "full name" of the schema (`example.avro` for example).                                                                                                                                                                                                                                                                                |
| **Record name** | Specify the name of the Avro record (`User` for example).                                                                                                                                                                                                                                                                                                                                                          |
| **Doc value**   | Specify the documentation provided for the schema.                                                                                                                                                                                                                                                                                                                                                                 |
