diff --git a/infrastructure/swagger/07_components--schemas--domain.yaml b/infrastructure/swagger/07_components--schemas--domain.yaml index 762c36d59..57d9ae7bb 100644 --- a/infrastructure/swagger/07_components--schemas--domain.yaml +++ b/infrastructure/swagger/07_components--schemas--domain.yaml @@ -16,7 +16,7 @@ components: message: type: string StatusOK: - type: string + type: object properties: code: type: string diff --git a/infrastructure/swagger/08_components--schemas--other.yaml b/infrastructure/swagger/08_components--schemas--other.yaml index 9b2979f48..96e073e44 100644 --- a/infrastructure/swagger/08_components--schemas--other.yaml +++ b/infrastructure/swagger/08_components--schemas--other.yaml @@ -4,7 +4,7 @@ components: HeaderVersion: type: string pattern: "^[1-9][0-9]?(\\.[0-9])?$" - example: 1 + example: "1" HeaderRequestId: type: string