diff --git a/Sources/JSONAPIOpenAPI/OpenAPI/OpenAPITypes.swift b/Sources/JSONAPIOpenAPI/OpenAPI/OpenAPITypes.swift index b17dea5..eed839b 100644 --- a/Sources/JSONAPIOpenAPI/OpenAPI/OpenAPITypes.swift +++ b/Sources/JSONAPIOpenAPI/OpenAPI/OpenAPITypes.swift @@ -933,7 +933,7 @@ public struct OpenAPISchema { } public var rawValue: String { - return components.joined(separator: "/") + return "/\(components.joined(separator: "/"))" } public func encode(to encoder: Encoder) throws {