From ed991f6914c696a4dfbd003ded4a1c117b52a1df Mon Sep 17 00:00:00 2001 From: Nikolai Viktorov Date: Mon, 28 Oct 2024 19:59:56 +0700 Subject: [PATCH] Remove ipv4 format --- .changeset/shy-worms-wish.md | 5 +++++ schemas/components/schemas/Botd.yaml | 1 - schemas/components/schemas/Identification.yaml | 1 - schemas/components/schemas/Visit.yaml | 1 - schemas/components/schemas/Webhook.yaml | 1 - 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .changeset/shy-worms-wish.md diff --git a/.changeset/shy-worms-wish.md b/.changeset/shy-worms-wish.md new file mode 100644 index 00000000..1694ebdf --- /dev/null +++ b/.changeset/shy-worms-wish.md @@ -0,0 +1,5 @@ +--- +'fingerprint-pro-server-api-openapi': minor +--- + +Remove `ipv4` format from `ip` field in `Botd`, `Identification`, `Visit` and `Webhook` models. \ No newline at end of file diff --git a/schemas/components/schemas/Botd.yaml b/schemas/components/schemas/Botd.yaml index 1f99b43a..5ca06af5 100644 --- a/schemas/components/schemas/Botd.yaml +++ b/schemas/components/schemas/Botd.yaml @@ -21,7 +21,6 @@ properties: description: Page URL from which the request was sent. ip: type: string - format: ipv4 description: IP address of the requesting browser or bot. time: type: string diff --git a/schemas/components/schemas/Identification.yaml b/schemas/components/schemas/Identification.yaml index e4c12ca0..9e601c5a 100644 --- a/schemas/components/schemas/Identification.yaml +++ b/schemas/components/schemas/Identification.yaml @@ -27,7 +27,6 @@ properties: type: boolean ip: type: string - format: ipv4 description: IP address of the requesting browser or bot. ipLocation: $ref: DeprecatedGeolocation.yaml diff --git a/schemas/components/schemas/Visit.yaml b/schemas/components/schemas/Visit.yaml index 0b1aeafa..6fcfd9a0 100644 --- a/schemas/components/schemas/Visit.yaml +++ b/schemas/components/schemas/Visit.yaml @@ -23,7 +23,6 @@ properties: description: Flag if user used incognito session. ip: type: string - format: ipv4 description: IP address of the requesting browser or bot. ipLocation: $ref: DeprecatedGeolocation.yaml diff --git a/schemas/components/schemas/Webhook.yaml b/schemas/components/schemas/Webhook.yaml index 0e4612ba..6cb0a8a2 100644 --- a/schemas/components/schemas/Webhook.yaml +++ b/schemas/components/schemas/Webhook.yaml @@ -14,7 +14,6 @@ properties: description: Page URL from which the request was sent. ip: type: string - format: ipv4 description: IP address of the requesting browser or bot. tag: $ref: Tag.yaml