File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Examples/type-overrides-example/Sources/ExternalLibrary Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the SwiftOpenAPIGenerator open source project
4+ //
5+ // Copyright (c) 2025 Apple Inc. and the SwiftOpenAPIGenerator project authors
6+ // Licensed under Apache License v2.0
7+ //
8+ // See LICENSE.txt for license information
9+ // See CONTRIBUTORS.txt for the list of SwiftOpenAPIGenerator project authors
10+ //
11+ // SPDX-License-Identifier: Apache-2.0
12+ //
13+ //===----------------------------------------------------------------------===//
114
215/// Example struct to be used instead of the default generated type.
316/// This illustrates how to introduce a type performing additional validation during Decoding that cannot be expressed with OpenAPI
You can’t perform that action at this time.
0 commit comments