We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c488d7 commit 06e46d4Copy full SHA for 06e46d4
tools/cli/test/data/split/prod/openapi-mms.json
@@ -48075,6 +48075,24 @@
48075
"ApiSearchDeploymentResponseView": {
48076
"type": "object",
48077
"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
48096
"groupId": {
48097
"maxLength": 24,
48098
"minLength": 24,
0 commit comments