"description":"The URI for the device to perform the download on.",
"format":"uri",
"type":"uri",
"type":"string",
"x-etsi-mec-cardinality":"0..1",
"x-etsi-mec-origin-type":"URI"
},
...
...
@@ -1657,7 +1663,7 @@
"self":{
"description":"Self referring URI. This shall be included in the response from the FAIS. The URI shall be unique within the FAI API as it acts as an ID for the subscription.",
"format":"uri",
"type":"uri",
"type":"string",
"x-etsi-mec-cardinality":"1",
"x-etsi-mec-origin-type":"URI"
}
...
...
@@ -2002,7 +2008,8 @@
"properties":{
"subscriptionType":{
"description":"Set by FAIS to indicate to the service consumer the Websocket URI to be used for delivering notifications.",
"type":"uri"
"type":"string",
"format":"uri"
},
"requestWebsocketUri":{
"description":"Set to true by the service consumer to indicate that Websocket delivery is requested.",
...
...
@@ -2100,7 +2107,9 @@
},
"customerPremisesInfo":{
"description":"The physical location of a customer site.",
"$ref":"#/components/schemas/CpInfo",
"items":{
"$ref":"#/components/schemas/CpInfo"
},
"minItems":1,
"type":"array",
"x-etsi-mec-cardinality":"1..N",
...
...
@@ -2161,7 +2170,7 @@
"href":{
"description":"The URI referring to the subscription.",
description:The URI for the device to perform the download on.
format:uri
type:uri
type:string
x-etsi-mec-cardinality:0..1
x-etsi-mec-origin-type:URI
eOMTime:
...
...
@@ -1289,7 +1294,7 @@ components:
self:
description:Self referring URI. This shall be included in the response from the FAIS. The URI shall be unique within the FAI API as it acts as an ID for the subscription.
format:uri
type:uri
type:string
x-etsi-mec-cardinality:"1"
x-etsi-mec-origin-type:URI
required:
...
...
@@ -1600,7 +1605,8 @@ components:
properties:
subscriptionType:
description:Set by FAIS to indicate to the service consumer the Websocket URI to be used for delivering notifications.
type:uri
type:string
format:uri
requestWebsocketUri:
description:Set to true by the service consumer to indicate that Websocket delivery is requested.
type:boolean
...
...
@@ -1683,7 +1689,8 @@ components:
$ref:"#/components/schemas/TimeStamp"
customerPremisesInfo:
description:The physical location of a customer site.
$ref:"#/components/schemas/CpInfo"
items:
$ref:"#/components/schemas/CpInfo"
minItems:1
type:array
x-etsi-mec-cardinality:1..N
...
...
@@ -1738,7 +1745,7 @@ components:
href:
description:The URI referring to the subscription.
*[Navigate the Fixed Access Information API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs029-fai-api/raw/stf606-final/MEC029_FAI.yaml)
*[Edit the Fixed Access Information API online ](https://forge.etsi.org/swagger/editor/?url=https://forge.etsi.org/rep/mec/gs029-fai-api/raw/stf606-final/MEC029_FAI.yaml)
*[Navigate the Fixed Access Information API in the browser](https://redocly.github.io/redoc/?url=https://forge.etsi.org/rep/mec/gs029-fai-api/-/raw/v2.2.1/MEC029_FAI.yaml)