/** * A container for the hyperlink to the schema of the type. * @export * @interface BaseAttributesExtensionObjectWithSchemaLinkSchema */ export interface BaseAttributesExtensionObjectWithSchemaLinkSchema { /** * A hypertext reference to the location of the referenced resource. * @type {string} * @memberof BaseAttributesExtensionObjectWithSchemaLinkSchema */ 'href': string; }