Skip to content

Commit

Permalink
Tiny fixes in pulumi.json descriptions (pulumi#17958)
Browse files Browse the repository at this point in the history
Fixed a few glitches while working on
pulumi#17955
  • Loading branch information
mikhailshilkov authored Dec 7, 2024
1 parent 52c6422 commit c0d2b06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/codegen/schema/pulumi.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"additionalProperties": false
},
"parameter": {
"description": "The parameter for the provider.",
"type": "string",
"contentEncoding": "base64"
}
Expand Down Expand Up @@ -296,7 +297,7 @@
"minLength": 1
},
"mapping": {
"description": "an optional object to hold mappings between payload values and schema names or references",
"description": "An optional object to hold mappings between payload values and schema names or references",
"type": "object",
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -497,7 +498,7 @@
}
},
"stateInputs": {
"description": "An optional objectTypeSpec that describes additional inputs that mau be necessary to get an existing resource. If this is unset, only an ID is necessary.",
"description": "An optional objectTypeSpec that describes additional inputs that may be necessary to get an existing resource. If this is unset, only an ID is necessary.",
"$ref": "#/$defs/objectTypeSpec"
},
"aliases": {
Expand Down Expand Up @@ -681,7 +682,7 @@
"type": "object",
"properties": {
"packageName": {
"description": "NPM package name (includes @namespace)",
"description": "The PyPI package name.",
"type": "string"
},
"readme": {
Expand Down

0 comments on commit c0d2b06

Please sign in to comment.