-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d806808
commit 8a8a485
Showing
27 changed files
with
1,087 additions
and
54 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# README | ||
|
||
## Top-level Schemas | ||
|
||
* [Settings](./model.md) – `airs_model` | ||
|
||
## Other Schemas | ||
|
||
### Objects | ||
|
||
* [ARLAS](./model-defs-arlas.md) – `airs_model#/$defs/ARLAS` | ||
|
||
* [Resource](./model-defs-resource.md) – `airs_model#/$defs/Resource` | ||
|
||
* [Untitled object in Settings](./model-defs-resource-properties-list-of-headers-if-needed-for-https-requests-anyof-0.md) – `airs_model#/$defs/Resource/properties/headers/anyOf/0` | ||
|
||
* [dictionary of name/arlas configurations](./model-properties-dictionary-of-namearlas-configurations.md) – `airs_model#/properties/arlas` | ||
|
||
* [dictionary of name/mapping resources](./model-properties-dictionary-of-namemapping-resources.md) – `airs_model#/properties/mappings` | ||
|
||
* [dictionary of name/model resources](./model-properties-dictionary-of-namemodel-resources.md) – `airs_model#/properties/models` | ||
|
||
### Arrays | ||
|
15 changes: 15 additions & 0 deletions
15
docs/model/model-defs-arlas-properties-arlas-iam-url-anyof-1.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,15 @@ | ||
# Untitled null in Settings Schema | ||
|
||
```txt | ||
airs_model#/$defs/ARLAS/properties/iam/anyOf/1 | ||
``` | ||
|
||
|
||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------ | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [model.schema.json\*](../../out/model.schema.json "open original schema") | | ||
|
||
## 1 Type | ||
|
||
`null`, the value must be null |
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,21 @@ | ||
# ARLAS IAM URL Schema | ||
|
||
```txt | ||
airs_model#/$defs/ARLAS/properties/iam | ||
``` | ||
|
||
|
||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------ | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [model.schema.json\*](../../out/model.schema.json "open original schema") | | ||
|
||
## iam Type | ||
|
||
merged type ([ARLAS IAM URL](model-defs-arlas-properties-arlas-iam-url.md)) | ||
|
||
any of | ||
|
||
* [Resource](model-defs-resource.md "check type definition") | ||
|
||
* [Untitled null in Settings](model-defs-arlas-properties-arlas-iam-url-anyof-1.md "check type definition") |
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,19 @@ | ||
# ARLAS Server Schema | ||
|
||
```txt | ||
airs_model#/$defs/ARLAS/properties/server | ||
``` | ||
|
||
|
||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------ | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [model.schema.json\*](../../out/model.schema.json "open original schema") | | ||
|
||
## server Type | ||
|
||
merged type ([ARLAS Server](model-defs-arlas-properties-arlas-server.md)) | ||
|
||
all of | ||
|
||
* [Resource](model-defs-resource.md "check type definition") |
15 changes: 15 additions & 0 deletions
15
docs/model/model-defs-arlas-properties-dictionary-of-namees-resources-anyof-1.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,15 @@ | ||
# Untitled null in Settings Schema | ||
|
||
```txt | ||
airs_model#/$defs/ARLAS/properties/elastic/anyOf/1 | ||
``` | ||
|
||
|
||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------ | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [model.schema.json\*](../../out/model.schema.json "open original schema") | | ||
|
||
## 1 Type | ||
|
||
`null`, the value must be null |
Oops, something went wrong.