{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SLARef", "title": "SLARef", "type": "object", "description": "ServiceLevelAgreement reference: A service level agreement (SLA) is a type of agreement that represents a formal negotiated agreement between two parties designed to create a common understanding about products, services, priorities, responsibilities, and so forth. The SLA is a set of appropriate procedures and targets formally or informally agreed between parties in order to achieve and maintain specified Quality of Service.", "allOf": [ { "$ref": "#/components/schemas/Extensible" }, { "$ref": "#/components/schemas/EntityRef" }, { "$ref": "#/components/schemas/Entity" } ], "discriminator": { "propertyName": "@type", "mapping": { "SLARef": "#/components/schemas/SLARef" } } }