We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f1289 commit db0b59eCopy full SHA for db0b59e
spec/README.md
@@ -20,6 +20,7 @@
20
# Open API spec
21
22
The `rest-service-open-api.yaml` defines the api contract for running table format conversion using XTable's REST service.
23
+This spec is still under active development and is subject to changes.
24
25
## Lint
26
spec/rest-service-open-api.yaml
@@ -22,7 +22,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.0.1
description: |
- A REST API for initiating metadata conversion using Apache XTable.
+ A REST API for initiating metadata conversion using Apache XTable. Note this spec is still under active development and is subject to changes.
27
servers:
28
- url: "{scheme}://{host}/{prefix}"
0 commit comments