Skip to content

Commit 0745b0c

Browse files
committed
Updated API from documentation release
1 parent 389daeb commit 0745b0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api-specs/checkout/types/annotations.raml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ annotationTypes:
4949
region: string
5050
provider: string
5151
name: string
52+
ignoreValidators:
53+
type: string[]
54+
allowedTargets: TypeDeclaration

api-specs/checkout/types/responses/ResponseMessage.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#%RAML 1.0 DataType
22
(annotations.package): responses
33
type: Message
4+
(annotations.ignoreValidators): [DiscriminatedSubtypeRule]
45
displayName: ResponseMessage
56
description:
67
examples:

0 commit comments

Comments
 (0)