Index: TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Animal.openapi.yaml
===================================================================
--- TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Animal.openapi.yaml	(revision 459)
+++ TFP-WebServer/WebServer/src/WebAPI/APIs/WorldState/Animal.openapi.yaml	(revision 460)
@@ -2,5 +2,5 @@
 info:
   title: Animal
-  version: 1
+  version: '1'
 
 components:
@@ -10,5 +10,5 @@
       properties:
         id:
-          $ref: '#/components/schemas/TypeEntityId'
+          $ref: './openapi.yaml#/components/schemas/TypeEntityId'
         name:
           type: string
@@ -16,5 +16,5 @@
             - animalStag
         position:
-          $ref: '#/components/schemas/TypeVector3i'
+          $ref: './openapi.yaml#/components/schemas/TypeVector3i'
       required:
         - id
@@ -47,10 +47,10 @@
                     $ref: '#/components/schemas/AnimalList'
                   meta:
-                    $ref: '#/components/schemas/ResultEnvelopeMeta'
+                    $ref: './openapi.yaml#/components/schemas/ResultEnvelopeMeta'
                 required:
                   - data
                   - meta
         403:
-          $ref: '#/components/responses/Unauthorized'
+          $ref: './openapi.yaml#/components/responses/Unauthorized'
       security:
         - apiTokenName: []
