diff --git a/servicelocator.yml b/servicelocator.yml index 53fd3fe..1ab6e89 100644 --- a/servicelocator.yml +++ b/servicelocator.yml @@ -36,7 +36,13 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ServiceLocatorObject' + type: object + properties: + location: + type: string + format: ipv4 + required: + - location 404: description: Not found /service: