EntryPoint
CDIFCore::Classes::EntryPoint
Definition
schema:EntryPoint - documents the URL endpoint and request syntax used to invoke an Action.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| description | string | [0..1] | schema:description - description of the entry point. |
| urlTemplate | string | [1] | schema:urlTemplate - templated URL (RFC 6570); curly-brace parameters are documented in the Action's query-input. |
| httpMethod | string | [0..*] | schema:httpMethod - HTTP method(s) (GET, PUT, POST, PATCH, DELETE, ...); applicable when the protocol is HTTP. |
| contentType | string | [0..*] | schema:contentType - supported MIME content type(s) for the endpoint response. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| target | ← Action | [1] | association |