Commit 04e87eab authored by Stephane LOUIS DIT PICARD's avatar Stephane LOUIS DIT PICARD
Browse files

fix: error in previous merge, value UNKNOWN was removed from enum TypeWorldStorage

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

      Capability: