diff --git a/LocationAPI.json b/LocationAPI.json index 65b6b740d660c51e17ff644a477cc4ce5ed1b4fb..50687516154274581cc23f2b99dd5156767f712d 100644 --- a/LocationAPI.json +++ b/LocationAPI.json @@ -1218,6 +1218,11 @@ "OperationStatus": { "description": "The operation status of the access point", "type": "string", + "enum": [ + "Serviceable", + "Unserviceable", + "Unknown" + ], "example": "Serviceable" }, "PreviousAccessPointId": { diff --git a/LocationAPI.yaml b/LocationAPI.yaml index 93ebd005a1f5bc14237896dcf435b4981fd71f14..40b07e9ffa202a08e76d4c3d3f4c0056a3fbdb2d 100644 --- a/LocationAPI.yaml +++ b/LocationAPI.yaml @@ -807,6 +807,10 @@ definitions: OperationStatus: description: The operation status of the access point type: string + enum: + - Serviceable + - Unserviceable + - Unknown example: Serviceable PreviousAccessPointId: description: Zone ID diff --git a/definitions/OperationStatus.yaml b/definitions/OperationStatus.yaml index 8ad47b5876fbc3b7c9540b23f1740de9439e106f..53f2ec7cfd1ee591b1f0db1b85e4a4df1b39addd 100644 --- a/definitions/OperationStatus.yaml +++ b/definitions/OperationStatus.yaml @@ -1,3 +1,7 @@ description: The operation status of the access point type: string +enum: + - Serviceable + - Unserviceable + - Unknown example: "Serviceable" \ No newline at end of file