bug: fixing issue with location analyzer properties

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-08-23 11:40:23 +02:00
parent dbc4b61f6d
commit 8d06193301
2 changed files with 1 additions and 2 deletions
@@ -1310,7 +1310,7 @@ export const spec = {
$ref: '#/components/schemas/LocationInput',
},
},
required: ['catalogFileName', 'location'],
required: ['location'],
},
},
},
@@ -967,7 +967,6 @@ paths:
location:
$ref: '#/components/schemas/LocationInput'
required:
- catalogFileName
- location
/validate-entity:
post: