Skip to content

Commit 00508a6

Browse files
authored
Add proper punctuation
1 parent e3984b6 commit 00508a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-service-manager/configuration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.service: azure-operator-service-manager
1111
# Workload configuration management
1212
This article provides Azure Operator Service Manager (AOSM) guidelines to optimize the design of configuration group schemas (CGS) and the operation of configuration group values (CGV). NF vendors, telco operators, and their partners should keep these practices in mind when onboarding and deploying NFs.
1313

14-
## What is JSON schema
14+
## What is JSON schema?
1515
JSON Schema is an Internet Engineering Task Force (IETF) standard providing a format for what JSON data is required for a given application and how to interact with it. Applying such standards for a JSON document lets you enforce consistency and data validity across JSON data
1616

17-
### Where is JSON schema used
17+
### Where is JSON schema used?
1818
* AOSM service uses JSON schema notation as a meta-schema within CGS `ConfigurationGroupSchemaPropertiesFormat` object `schemaDefinition` properties.
1919
* AOSM service allows the designer and publisher to specify the JSON schema where operator must provide data (JSON Values) when instantiating an SNS/NF.
2020
* AOSM service allows the meta-schema properties be optional or required. Where a property is marked required, it must be specified in the values Json.
2121

22-
### What JSON keywords are supported
22+
### What JSON keywords are supported?
2323
For the CGS meta-schema, AOSM implements supports for JSON standard keywords on a type by type basis.
2424

2525
* For object types, keyword supported is limited by filter policy. See JSON Schema - [object](https://json-schema.org/understanding-json-schema/reference/object)

0 commit comments

Comments
 (0)