-
Notifications
You must be signed in to change notification settings - Fork 28
configuration definitions disputeprefix
Robert Massaioli edited this page Sep 7, 2021
·
2 revisions
https://github.com/robertmassaioli/openapi-merge/blob/main/packages/openapi-merge-cli/src/data.ts#/definitions/Dispute/anyOf/0
A dispute with a configurable prefix.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | configuration.schema.json* |
object
(DisputePrefix)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
alwaysApply | boolean |
Optional | cannot be null | Configuration |
prefix | string |
Required | cannot be null | Configuration |
If this is set to true, then this prefix will always be applied to every Schema, even if there is no dispute for that particular schema. This may prevent the deduplication of common schemas from different OpenApi files.
alwaysApply
-
is optional
-
Type:
boolean
(alwaysApply) -
cannot be null
-
defined in: Configuration
boolean
(alwaysApply)
The prefix to use when a schema is in dispute.
prefix
-
is required
-
Type:
string
(prefix) -
cannot be null
-
defined in: Configuration
string
(prefix)
minimum length: the minimum number of characters for this string is: 1