Commit 84f81636 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Add an Unknown enum for the type because there is needed!

parent 11074371
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@
        TypeWorldStorage:
          description: Trackable or Anchor
          type: string
          enum: [TRACKABLE, ANCHOR]
          enum: [TRACKABLE, ANCHOR, UNKNOWN]
          example: ANCHOR

        Capability: