API versioning and lifecycle
'/api/facilities/{facilityId}':
get:
operationId: getFacility
summary: Get a facility with the given ID
x-fft-api-lifecycle: ga
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/Facility'
components:
schemas:
Facility:
properties:
id:
type: string
x-fft-api-lifecycle: ga
description:
type: string
x-fft-api-lifecycle: alphaLifecycle overview
Lifecycle state
Flag
Definition
SLAs
Breaking changes
Change notifications
Safe to use?
Enum handling
Last updated