Skip to content

Commit 06e46d4

Browse files
committed
Update
1 parent 6c488d7 commit 06e46d4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tools/cli/test/data/split/prod/openapi-mms.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48075,6 +48075,24 @@
4807548075
"ApiSearchDeploymentResponseView": {
4807648076
"type": "object",
4807748077
"properties": {
48078+
"hiddenPropertyTest": {
48079+
"description": "Hidden property test.",
48080+
"enum": [
48081+
"NONE",
48082+
"AWS",
48083+
"AZURE",
48084+
"GCP"
48085+
],
48086+
"externalDocs": {
48087+
"description": "Test",
48088+
"url": "https://www.mongodb.com/docs/atlas"
48089+
},
48090+
"readOnly": true,
48091+
"type": "string",
48092+
"x-xgen-hidden-env": {
48093+
"envs": "qa,prod,stage"
48094+
}
48095+
},
4807848096
"groupId": {
4807948097
"maxLength": 24,
4808048098
"minLength": 24,

0 commit comments

Comments
 (0)