diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 8314f4f..5bb701d 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -3203,32 +3203,33 @@ components: type: string metadata: type: object - bio: - type: string - pfp_url: - type: string - url: - type: string - username: - type: string - display_name: - type: string - location: - type: object - required: - - latitude - - longitude - properties: - latitude: - type: number - format: double - minimum: -90 - maximum: 90 - longitude: - type: number - format: double - minimum: -180 - maximum: 180 + properties: + bio: + type: string + pfp_url: + type: string + url: + type: string + username: + type: string + display_name: + type: string + location: + type: object + required: + - latitude + - longitude + properties: + latitude: + type: number + format: double + minimum: -90 + maximum: 90 + longitude: + type: number + format: double + minimum: -180 + maximum: 180 RegisterUserResponse: type: object required: