From 21b510bf24cdea521679cf7fad01428af26fcc63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 10 Jul 2023 16:23:22 -0400 Subject: [PATCH] spec --- public/openapi/components/schemas/CommonProps.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/openapi/components/schemas/CommonProps.yaml b/public/openapi/components/schemas/CommonProps.yaml index bf8572b286..f485265da9 100644 --- a/public/openapi/components/schemas/CommonProps.yaml +++ b/public/openapi/components/schemas/CommonProps.yaml @@ -68,6 +68,8 @@ CommonProps: type: string as: type: string + noEscape: + type: boolean crossorigin: type: string enum: ['', 'anonymous', 'use-credentials']