Commit 7180dd51 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

add id attribute to Trackable schema

parent fedbe058
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
openapi: "3.0.0"
info: 
  version: 0.0.2
  version: 0.0.3
  title: World Storage API
  description: API ensuring interoperability between an authoring tool and a World Storage service
  license:
@@ -132,9 +132,15 @@ components:
        - trackableEncodingInformation
        - trackablePayload
        - unitSystem
        - localCRS
        - trackableDimension
        - keyvalueTagList
      properties:
        id :
          description: A Universally Unique IDentifier identifying the trackable
          type: string
          format: uuid
          example: fa8bbe40-8052-11ec-a8a3-0242ac120002
        creatorUID:
          description: A Universally Unique IDentifier identifying the creator of the trackable
          type: string