generated from okp4/template-rust
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(objectarium): update documentation
- Loading branch information
ErikssonJoakim
committed
Jul 31, 2023
1 parent
79fcb4c
commit 1c3ce3a
Showing
18 changed files
with
152 additions
and
9 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
docs/okp4-objectarium-executemsg-definitions-compressionalgorithm-oneof-lzma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lzma Schema | ||
|
||
```txt | ||
undefined#/execute/definitions/CompressionAlgorithm/oneOf/2 | ||
``` | ||
|
||
Represents the LZMA algorithm. LZMA is a lossless data compression/decompression algorithm that features a high compression ratio and a variable compression-dictionary size up to 4 GB. | ||
|
||
See [the LZMA wiki page](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm) for more information. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [okp4-objectarium.json\*](schema/okp4-objectarium.json "open original schema") | | ||
|
||
## 2 Type | ||
|
||
`string` ([Lzma](okp4-objectarium-executemsg-definitions-compressionalgorithm-oneof-lzma.md)) | ||
|
||
## 2 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------- | :---------- | | ||
| `"lzma"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ The default value is: | |
```json | ||
[ | ||
"passthrough", | ||
"snappy" | ||
"snappy", | ||
"lzma" | ||
] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,8 @@ The default value is: | |
```json | ||
[ | ||
"passthrough", | ||
"snappy" | ||
"snappy", | ||
"lzma" | ||
] | ||
``` | ||
|
||
|
25 changes: 25 additions & 0 deletions
25
.../okp4-objectarium-instantiatemsg-definitions-compressionalgorithm-oneof-lzma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lzma Schema | ||
|
||
```txt | ||
undefined#/instantiate/definitions/CompressionAlgorithm/oneOf/2 | ||
``` | ||
|
||
Represents the LZMA algorithm. LZMA is a lossless data compression/decompression algorithm that features a high compression ratio and a variable compression-dictionary size up to 4 GB. | ||
|
||
See [the LZMA wiki page](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm) for more information. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [okp4-objectarium.json\*](schema/okp4-objectarium.json "open original schema") | | ||
|
||
## 2 Type | ||
|
||
`string` ([Lzma](okp4-objectarium-instantiatemsg-definitions-compressionalgorithm-oneof-lzma.md)) | ||
|
||
## 2 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------- | :---------- | | ||
| `"lzma"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ The default value is: | |
```json | ||
[ | ||
"passthrough", | ||
"snappy" | ||
"snappy", | ||
"lzma" | ||
] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,8 @@ The default value is: | |
```json | ||
[ | ||
"passthrough", | ||
"snappy" | ||
"snappy", | ||
"lzma" | ||
] | ||
``` | ||
|
||
|
25 changes: 25 additions & 0 deletions
25
...ctarium-responses-bucketresponse-definitions-compressionalgorithm-oneof-lzma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lzma Schema | ||
|
||
```txt | ||
undefined#/responses/bucket/definitions/CompressionAlgorithm/oneOf/2 | ||
``` | ||
|
||
Represents the LZMA algorithm. LZMA is a lossless data compression/decompression algorithm that features a high compression ratio and a variable compression-dictionary size up to 4 GB. | ||
|
||
See [the LZMA wiki page](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm) for more information. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [okp4-objectarium.json\*](schema/okp4-objectarium.json "open original schema") | | ||
|
||
## 2 Type | ||
|
||
`string` ([Lzma](okp4-objectarium-responses-bucketresponse-definitions-compressionalgorithm-oneof-lzma.md)) | ||
|
||
## 2 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------- | :---------- | | ||
| `"lzma"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,8 @@ The default value is: | |
```json | ||
[ | ||
"passthrough", | ||
"snappy" | ||
"snappy", | ||
"lzma" | ||
] | ||
``` | ||
|
||
|
25 changes: 25 additions & 0 deletions
25
...ctarium-responses-objectresponse-definitions-compressionalgorithm-oneof-lzma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lzma Schema | ||
|
||
```txt | ||
undefined#/responses/object/definitions/CompressionAlgorithm/oneOf/2 | ||
``` | ||
|
||
Represents the LZMA algorithm. LZMA is a lossless data compression/decompression algorithm that features a high compression ratio and a variable compression-dictionary size up to 4 GB. | ||
|
||
See [the LZMA wiki page](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm) for more information. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [okp4-objectarium.json\*](schema/okp4-objectarium.json "open original schema") | | ||
|
||
## 2 Type | ||
|
||
`string` ([Lzma](okp4-objectarium-responses-objectresponse-definitions-compressionalgorithm-oneof-lzma.md)) | ||
|
||
## 2 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------- | :---------- | | ||
| `"lzma"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...tarium-responses-objectsresponse-definitions-compressionalgorithm-oneof-lzma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lzma Schema | ||
|
||
```txt | ||
undefined#/responses/objects/definitions/CompressionAlgorithm/oneOf/2 | ||
``` | ||
|
||
Represents the LZMA algorithm. LZMA is a lossless data compression/decompression algorithm that features a high compression ratio and a variable compression-dictionary size up to 4 GB. | ||
|
||
See [the LZMA wiki page](https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm) for more information. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [okp4-objectarium.json\*](schema/okp4-objectarium.json "open original schema") | | ||
|
||
## 2 Type | ||
|
||
`string` ([Lzma](okp4-objectarium-responses-objectsresponse-definitions-compressionalgorithm-oneof-lzma.md)) | ||
|
||
## 2 Constraints | ||
|
||
**enum**: the value of this property must be equal to one of the following values: | ||
|
||
| Value | Explanation | | ||
| :------- | :---------- | | ||
| `"lzma"` | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.