Add hasTags schema

Signed-off-by: Iain Billett <iain@roadie.io>
This commit is contained in:
Iain Billett
2021-11-15 12:20:01 +00:00
parent 2d4593254f
commit 5b31874a76
@@ -41,6 +41,10 @@ export const createEntityFactRetriever = ({
type: 'boolean',
description: 'The entity has an owned_by relation',
},
hasTags: {
type: 'boolean',
description: 'The entity has tags in metadata',
},
...annotations.reduce((acc: object, it: string) => {
return {
...acc,