From 8948579f6d1a5e3e70d38431e9747ba34e387eed Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Wed, 5 Jun 2024 00:46:11 +0200 Subject: [PATCH] fixup! feat!: implement proper serialization logic --- test/core/definitions/serialization_test.dart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/core/definitions/serialization_test.dart b/test/core/definitions/serialization_test.dart index bfd5ac40..212aec3b 100644 --- a/test/core/definitions/serialization_test.dart +++ b/test/core/definitions/serialization_test.dart @@ -307,6 +307,12 @@ void main() { final pskSecuritySchemeJson = { "scheme": "psk", "identity": "foobar", + "proxy": "https://example.org", + "description": "Hi. This is a test", + "description2": { + "en": "Hi. This is a test", + }, + "@type": ["bar", "baz"], }; final parsedFields = {"scheme"};