GitHub AE (GHAE) (#16090)
This commit is contained in:
@@ -58,6 +58,26 @@ module.exports = {
|
||||
nonEnterpriseDefault: {
|
||||
description: 'boolean indicating whether the plan is the default non-Enterprise version', // helper if the plan name changes
|
||||
type: 'boolean'
|
||||
},
|
||||
openApiBaseName: {
|
||||
required: true,
|
||||
description: 'base name used to map an openAPI schema name to the current version',
|
||||
type: 'string'
|
||||
},
|
||||
openApiVersionName: {
|
||||
required: true,
|
||||
description: 'final name used to map an openAPI schema name to the current version',
|
||||
type: 'string'
|
||||
},
|
||||
miscBaseName: {
|
||||
required: true,
|
||||
description: 'base name used to map GraphQL and webhook schema names to the current version',
|
||||
type: 'string'
|
||||
},
|
||||
miscVersionName: {
|
||||
required: true,
|
||||
description: 'final name used to map GraphQL and webhook schema names to the current version',
|
||||
type: 'string'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user