diff --git a/data/api/application-service/definitions/location.yaml b/data/api/application-service/definitions/location.yaml index 12cdad59..71919e7d 100644 --- a/data/api/application-service/definitions/location.yaml +++ b/data/api/application-service/definitions/location.yaml @@ -29,4 +29,4 @@ properties: } required: ['alias', 'protocol', 'fields'] title: Location -type: object \ No newline at end of file +type: object diff --git a/data/api/application-service/definitions/user.yaml b/data/api/application-service/definitions/user.yaml index 62cac033..83663d22 100644 --- a/data/api/application-service/definitions/user.yaml +++ b/data/api/application-service/definitions/user.yaml @@ -30,4 +30,4 @@ properties: } required: ['userid', 'protocol', 'fields'] title: User -type: object \ No newline at end of file +type: object