Skip to content

Commit

Permalink
ZAPP schema typos and description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
phaumer committed Nov 27, 2023
1 parent 1fdc6fd commit c47d157
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zapp/zapp-schema-1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"minItems": 1
},
"propertyGroups": {
"description": "A list properties defining path names for resolving dependencies.",
"description": "A list of properties defining path names for resolving dependencies.",
"type": "array",
"items": {
"$ref": "#/definitions/propertyGroupItem"
Expand All @@ -109,7 +109,7 @@
"name": {
"type": "string",
"description": "The name of the property group, which is used in hovers and error messages.",
"examples": ["sample-local"]
"examples": ["sample-local", "sample-remote"]
},
"language": {
"type": "string",
Expand Down Expand Up @@ -137,7 +137,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of the library. The default name should be `syslib` if using unamed libraries.",
"description": "Name of the library. The default name should be `syslib` if using unnamed libraries.",
"default": "syslib",
"examples": ["syslib", "currencylib"]
},
Expand All @@ -150,7 +150,7 @@
},
"locations": {
"type": "array",
"description": "An array of include file locations. For 'local' libraries values can be absolute and relative filename paths using GLOB patterns. For 'mvs' libraries value can be data set names. GLOB patterns for dat sets are currently not supported.",
"description": "An array of include file locations. For 'local' libraries values can be absolute and relative filename paths using GLOB patterns. For 'mvs' libraries value can be data set names. GLOB patterns for data sets are currently not supported.",
"items": {
"type": "string"
},
Expand Down

0 comments on commit c47d157

Please sign in to comment.