Will there be a list published for the "message-type" and "status-code" fields in the OpenApi processing report so that it is standardized what can be input in these sections?
ProcessingReport:
title: Root Type for ProcessingReport
description: The contents of a processing report, which specify the success or failure of the backend processing of an earlier SIVI message.
type: object
properties:
message-type:
type: string
message-id:
type: string
status-code:
format: int32
type: integer
error-list:
type: array
items:
type: string
examples:
message-type: capital
message-id: 550e8400-e29b-41d4-a716-446655440000
status-code: 200
error-list:
Will there be a list published for the "message-type" and "status-code" fields in the OpenApi processing report so that it is standardized what can be input in these sections?
ProcessingReport: title: Root Type for ProcessingReport description: The contents of a processing report, which specify the success or failure of the backend processing of an earlier SIVI message. type: object properties: message-type: type: string message-id: type: string status-code: format: int32 type: integer error-list: type: array items: type: string examples: