# Dynamic References *Dynamic References* import all attributes from the reference object to the specified object. It works similar to the `#ref` however allows for customization of properties and attributes. The dynamic reference uses a `$` instead of `#` for the `ref` attribute. ``` ref="$/responses/ExampleResponse" ``` ### Examples Define a default object which be our base structure. In this case it is a response, which will contain a variable `data` property. ```php