DeliverySchema

DeliverySchema
DeliverySchema

Delivery schema supported by the producer for the DME type being registered.

JSON Example
{
    "type": "string",
    "deliverySchemaId": "string",
    "schema": "string"
}
type
Required

type

string
deliverySchemaId
Required

A data producer may support one or more delivery schemas and for each supported schema type a delivery schema identifier is assigned. A data consumer uses this attribute while creating a data job and request to deliver the data using specific schema type which is identified by this attribute.

string
schema
Optional

The schema serialized to string. If this attribute is not present, the schema is assumed to be known from the DME type definition that is referenced by dataTypeId.