Skip to content

[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.

NameTypeDescription
x-ms-client-name?stringProvide a different name to be used in the client.