Type to start searching...

Interface

Properties
description : string

Interface description.

format : string

Interface message format. Used to validate that all Request and Response messages are of the correct format. (optional)

You cannot mix message format types in an interface. e.g. You cannot have a CSV message and an XML message in the same Request list.
name : identifier

The interface name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

Content
  • Sequence of:

    • Requests [0..1] - Collection of request messages that the service can receive.

    • Responses [0..1] - Collection of message types that the service can send.

Parents