mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
Correction of typos
This commit is contained in:
@@ -266,7 +266,7 @@ Some keys are more applicable when the described property is a column.
|
||||
Additional metadata options to more accurately define the data type.
|
||||
|
||||
| Data Type | Key | UX Label | Required | Description |
|
||||
|----------------|------------------|--------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|----------------|------------------|--------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| array | maxItems | Maximum Items | No | Maximum number of items. |
|
||||
| array | minItems | Minimum Items | No | Minimum number of items. |
|
||||
| array | uniqueItems | Unique Items | No | If set to true, all items in the array are unique. |
|
||||
@@ -337,14 +337,13 @@ schema:
|
||||
```
|
||||
|
||||
### Authoritative definitions
|
||||
|
||||
Reference to an external definition on element logic or values.
|
||||
|
||||
| Key | UX label | Required | Description |
|
||||
|------|-------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| type | Definition type | Yes | Type of definition for authority. Valid values are: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
|
||||
| url | URL to definition | Yes | URL to the authority. |
|
||||
|
||||
|-------------------------------|-------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| authoritativeDefinitions | Link | No | A list of type/link pairs for authoritative definitions. |
|
||||
| authoritativeDefinitions.type | Definition type | Yes | Type of definition for authority. Valid values are: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
|
||||
| authoritativeDefinitions.url | URL to definition | Yes | URL to the authority. |
|
||||
|
||||
## Data quality
|
||||
This section describes data quality rules & parameters. They are tightly linked to the schema described in the previous section.
|
||||
@@ -594,7 +593,7 @@ support:
|
||||
### Definitions
|
||||
|
||||
| Key | UX label | Required | Description |
|
||||
|-----------------------|----------------|----------|-----------------------------------------------------------------------------------------------------------------------------------|
|
||||
|-----------------------|----------------|----------|-------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| support | Support | No | Top level for support channels. |
|
||||
| support.channel | Channel | Yes | Channel name or identifier. |
|
||||
| support.url | Channel URL | Yes | Access URL using normal [URL scheme](https://en.wikipedia.org/wiki/URL#Syntax) (https, mailto, etc.). |
|
||||
@@ -775,7 +774,7 @@ servers:
|
||||
type: <server-type>
|
||||
description: <server-description>
|
||||
environment: <server-environment>
|
||||
<server-type-specific-fields> # according to the server type
|
||||
<server-type-specific-fields> # according to the server type, see below
|
||||
roles:
|
||||
- <role-details>
|
||||
customProperties:
|
||||
|
||||
Reference in New Issue
Block a user