/** * Contains the location of the schema. * @export * @interface CheckPermissionAttributesExtensionSchema */ export interface CheckPermissionAttributesExtensionSchema { /** * The hypertext reference to the location of the schema. * @type {string} * @memberof CheckPermissionAttributesExtensionSchema */ 'href'?: string; }