refactor: add @filterable tag to filterable properties

This commit is contained in:
Sebastian Lange
2019-09-16 11:21:09 +02:00
parent 49b55db66f
commit 5561b36a34
20 changed files with 67 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ export interface SCThingWithoutReferences {
/**
* Alternate names of the thing
*
* @filterable
* @keyword
*/
alternateNames?: string[];
@@ -74,6 +75,7 @@ export interface SCThingWithoutReferences {
/**
* Name of the thing
*
* @filterable
* @minLength 1
* @sortable ducet
* @text