[T] OpenAPI2SchemaRefProperty
type OpenAPI2SchemaRefProperty = Ref<OpenAPI2Schema> & Pick<OpenAPI2Schema, | "readOnly" | "description" | "default" | "x-ms-mutability" | "title" | "xml"> & 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. |