From cf469f63cb490d90b55508efa331073a17297999 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Tue, 12 Mar 2019 18:30:33 +0100 Subject: Update Swagger files Change-Id: I02a375b4998fdf23bd7c4eb391011a8e37a1c8e2 Issue-ID: EXTAPI-211 Signed-off-by: MatthieuGeerebaert --- .../serviceInventory/apiServiceInventory.plantuml | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 docs/offeredapis/serviceInventory/apiServiceInventory.plantuml (limited to 'docs/offeredapis/serviceInventory/apiServiceInventory.plantuml') diff --git a/docs/offeredapis/serviceInventory/apiServiceInventory.plantuml b/docs/offeredapis/serviceInventory/apiServiceInventory.plantuml deleted file mode 100644 index 2c08be7..0000000 --- a/docs/offeredapis/serviceInventory/apiServiceInventory.plantuml +++ /dev/null @@ -1,89 +0,0 @@ -@startuml - - -class ErrorRepresentation { - code:int - reason:string - message:string - status:string - referenceError:string - @type:string - @schemaLocation:string -} - -class Service { - id:string - href:string - name:string - type:string - state:string - hasStarted:boolean - @type:string - @baseType:string - @schemaLocation:string -} - Service --> "0-1" ServiceSpecificationRef : serviceSpecification - Service --> "0-*" ServiceCharacteristic : characteristic - Service --> "0-*" SupportingResource : supportingResource - Service --> "0-*" RelatedPartyRef : relatedParty - -class ServiceSpecificationRef { - id:string - href:string - name:string - version:string - @referredType:string - @schemaLocation:string - invariantUUID:string -} - -class ServiceCharacteristic { - name:string - valueType:string -} - ServiceCharacteristic --> "0-1" Value : value - -class SupportingResource { - id:string - href:string - role:string - name:string - @referredType:string - @schemaLocation:string - status:string - modelInvariantId:string - modelVersionId:string - modelCustomisationId:string -} - -class RelatedPartyRef { - id:string - href:string - role:string - @referredType:string -} - -class Value { - @type:string - @schemaLocation:string - serviceCharacteristicValue:string -} - -class ListRelatedPartyRef { - id:string - role:string -} - -class ListServiceSpecificationRef { - id:string - name:string -} - -class ListService { - id:string - name:string -} - ListService --> "0-1" ListServiceSpecificationRef : serviceSpecification - ListService --> "0-1" ListRelatedPartyRef : relatedParty - -@enduml \ No newline at end of file -- cgit 1.2.3-korg