[T] OpenAPI2SchemaRefProperty
type OpenAPI2SchemaRefProperty = Ref<OpenAPI2Schema> & Pick<OpenAPI2Schema, "readOnly" | "description" | "default" | "x-ms-mutability" | "title"> & object;Autorest allows a few properties to be next to $ref of a property.
Type declaration
Section titled “Type declaration”| Name | Type | Description |
|---|---|---|
x-ms-client-name? | string | Provide a different name to be used in the client. |