Skip to content

Commit 83ccb0e

Browse files
committed
Add 'description' field to SLA properties in JSON schema and update README
1 parent acddac5 commit 83ccb0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ slaProperties:
738738
value: 08:00-08:00
739739
element: tab1.txn_ref_dt
740740
driver: analytics
741+
description: We are 24/7 available
741742
```
742743

743744
### Definitions
@@ -752,6 +753,7 @@ slaProperties:
752753
| slaProperties.unit | Unit | No - unless needed by property | **d**, day, days for days; **y**, yr, years for years, etc. Units use the ISO standard. |
753754
| slaProperties.element | Element(s) | No | Element(s) to check on. Multiple elements should be extremely rare and, if so, separated by commas. |
754755
| slaProperties.driver | Driver | No | Describes the importance of the SLA from the list of: `regulatory`, `analytics`, or `operational`. |
756+
| slaProperties.description | Description | No | The description of the SLA |
755757

756758
## Infrastructure and Servers
757759

schema/odcs-json-schema-latest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,6 +2310,10 @@
23102310
"type": "string",
23112311
"description": "Describes the importance of the SLA from the list of: `regulatory`, `analytics`, or `operational`.",
23122312
"examples": ["regulatory", "analytics", "operational"]
2313+
},
2314+
"description": {
2315+
"type": "string",
2316+
"description": "Description of the SLA property."
23132317
}
23142318
},
23152319
"required": ["property", "value"]

0 commit comments

Comments
 (0)