@@ -15,14 +15,14 @@ Servers have no obligation to process properties that are not part of the schema
15
15
16
16
### Catalog Request Message
17
17
18
- | | |
19
- | ---------------------| ------------------------------------------------------------------------------|
20
- | ** Sent by** | [ =Consumer=] |
21
- | ** Resulting state** | ` TERMINATED ` |
22
- | ** Response** | [ ACK] ( #ack-catalog ) or [ ERROR] ( #error-catalog-error ) |
23
- | ** Schema** | [ JSON Schema] ( message/schema/catalog-request-message-schema.json ) |
24
- | ** Example** | [ Message] ( message/example/catalog-request-message.json ) |
25
- | ** Diagram(s) ** | ![ ] ( message/diagram/catalog-request-message.png " Catalog Request Message ") |
18
+ | | |
19
+ | ---------------------| --------------------------------------------------------------------------------------------- |
20
+ | ** Sent by** | [ =Consumer=] |
21
+ | ** Resulting state** | ` TERMINATED ` |
22
+ | ** Response** | [ ACK] ( #ack-catalog ) or [ ERROR] ( #error-catalog-error ) |
23
+ | ** Schema** | [ JSON Schema] ( message/schema/catalog-request-message-schema.json ) |
24
+ | ** Example** | [ Message] ( message/example/catalog-request-message.json ) |
25
+ | ** Properties ** | < p data-include = " message/table/catalogrequestmessage.html " data-include-format = " html " ></ p > |
26
26
27
27
The Catalog Request Message is message sent by a [ =Consumer=] to
28
28
a [ =Catalog Service=] .
@@ -37,14 +37,14 @@ The [=Catalog Service=] must respond with a [Catalog](#ack-catalog) that adheres
37
37
38
38
### Dataset Request Message
39
39
40
- | | |
41
- | ---------------------| ---------------------------------------------------------------------|
42
- | ** Sent by** | [ =Consumer=] |
43
- | ** Resulting state** | ` TERMINATED ` |
44
- | ** Response** | [ ACK] ( #ack-catalog ) or [ ERROR] ( #error-catalog-error ) |
45
- | ** Schema** | [ JSON Schema] ( message/schema/dataset-request-message-schema.json ) |
46
- | ** Example** | [ Message] ( message/example/dataset-request-message.json ) |
47
- | ** Diagram(s) ** | ![ ] ( message/diagram/dataset-request-message.png ) |
40
+ | | |
41
+ | ---------------------| --------------------------------------------------------------------------------------------- |
42
+ | ** Sent by** | [ =Consumer=] |
43
+ | ** Resulting state** | ` TERMINATED ` |
44
+ | ** Response** | [ ACK] ( #ack-catalog ) or [ ERROR] ( #error-catalog-error ) |
45
+ | ** Schema** | [ JSON Schema] ( message/schema/dataset-request-message-schema.json ) |
46
+ | ** Example** | [ Message] ( message/example/dataset-request-message.json ) |
47
+ | ** Properties ** | < p data-include = " message/table/datasetrequestmessage.html " data-include-format = " html " ></ p > |
48
48
49
49
The Dataset Request Message is message sent by a [ =Consumer=] to
50
50
a [ =Catalog Service=] .
@@ -62,42 +62,37 @@ provided in protocol-dependent forms, e.g., for an HTTPS binding in the request
62
62
63
63
### ACK - Catalog
64
64
65
- | | |
66
- | ----------------| -----------------------------------------------------|
67
- | ** Sent by** | [ =Provider=] |
68
- | ** Schema** | [ JSON Schema] ( message/schema/catalog-schema.json ) |
69
- | ** Example** | [ Catalog Example] ( message/example/catalog.json ) |
70
- | ** Diagram(s) ** | ![ ] ( message/diagram /catalog.png ) |
65
+ | | |
66
+ | ----------------| ------------------------------------------------------------------------------- |
67
+ | ** Sent by** | [ =Provider=] |
68
+ | ** Schema** | [ JSON Schema] ( message/schema/catalog-schema.json ) |
69
+ | ** Example** | [ Catalog Example] ( message/example/catalog.json ) |
70
+ | ** Properties ** | < p data-include = " message/table /catalog.html " data-include-format = " html " ></ p > |
71
71
72
72
The [ =Catalog=] contains all [ Datasets] ( #dataset ) which the requester shall see.
73
73
74
74
### ACK - Dataset
75
75
76
- | | |
77
- | ----------------| -----------------------------------------------------|
78
- | ** Sent by** | [ =Provider=] |
79
- | ** Schema** | [ JSON Schema] ( message/schema/dataset-schema.json ) |
80
- | ** Example** | [ Dataset Example] ( message/example/dataset.json ) |
81
- | ** Diagram(s) ** | ![ ] ( message/diagram /dataset.png ) |
76
+ | | |
77
+ | ----------------| ------------------------------------------------------------------------------- |
78
+ | ** Sent by** | [ =Provider=] |
79
+ | ** Schema** | [ JSON Schema] ( message/schema/dataset-schema.json ) |
80
+ | ** Example** | [ Dataset Example] ( message/example/dataset.json ) |
81
+ | ** Properties ** | < p data-include = " message/table /dataset.html " data-include-format = " html " ></ p > |
82
82
83
83
### ERROR - Catalog Error
84
84
85
- | | |
86
- | ----------------| -----------------------------------------------------------|
87
- | ** Sent by** | [ =Consumer=] , [ =Provider=] |
88
- | ** Schema** | [ JSON Schema] ( message/schema/catalog-error-schema.json ) |
89
- | ** Example** | [ Error] ( message/example/catalog-error.json ) |
90
- | ** Diagram(s) ** | ![ ] ( message/diagram/catalog-error.png ) |
85
+ | | |
86
+ | ----------------| ------------------------------------------------------------------------------------ |
87
+ | ** Sent by** | [ =Consumer=] , [ =Provider=] |
88
+ | ** Schema** | [ JSON Schema] ( message/schema/catalog-error-schema.json ) |
89
+ | ** Example** | [ Error] ( message/example/catalog-error.json ) |
90
+ | ** Properties ** | < p data-include = " message/table/catalogerror.html " data-include-format = " html " ></ p > |
91
91
92
92
A Catalog Error is used when an error occurred after a [ Catalog Request Message] ( #catalog-request-message ) or
93
93
a [ Dataset Request Message] ( #dataset-request-message ) and the [ =Provider=] cannot
94
94
provide its [ =Catalog=] to the requester.
95
95
96
- | Field | Type | Description |
97
- | -----------| ---------------| -------------------------------------------------------------|
98
- | ` code ` | String | An optional implementation-specific error code. |
99
- | ` reasons ` | Array[ object] | An optional array of implementation-specific error objects. |
100
-
101
96
## Technical Considerations
102
97
103
98
### Queries and Filter Expressions
0 commit comments