Skip to content

configuration definitions disputeprefix

Robert Massaioli edited this page Sep 7, 2021 · 2 revisions

DisputePrefix Schema

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*

0 Type

object (DisputePrefix)

0 Properties

Property Type Required Nullable Defined by
alwaysApply boolean Optional cannot be null Configuration
prefix string Required cannot be null Configuration

alwaysApply

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

alwaysApply Type

boolean (alwaysApply)

prefix

The prefix to use when a schema is in dispute.

prefix

prefix Type

string (prefix)

prefix Constraints

minimum length: the minimum number of characters for this string is: 1

Clone this wiki locally