Property names

The x-fern-property-name extension allows you to customize the variable name for object properties.

For example, if you had a property called _metadata in your schema but you wanted the variable to be called data in your SDK you would do the following:

1components:
2 schemas:
3 MyUser:
4 _metadata:
5 type: object
6 x-fern-property-name: data