From f4df3d66a08d120a7d0237132464f59dd9791e7f Mon Sep 17 00:00:00 2001 From: bvoiturier Date: Wed, 7 Feb 2024 16:36:29 +0100 Subject: [PATCH] docs(prism-agent): remove the contact section from the OAS spec (#887) Signed-off-by: Benjamin Voiturier Signed-off-by: Shota Jolbordi --- .../io/iohk/atala/agent/server/http/DocModels.scala | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/http/DocModels.scala b/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/http/DocModels.scala index 2058f7677c..147209c75a 100644 --- a/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/http/DocModels.scala +++ b/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/http/DocModels.scala @@ -68,14 +68,7 @@ object DocModels { |Users of the Open Enterprise Agent API must adhere to the terms and conditions outlined in [Link to Terms of Service](/). |This includes compliance with relevant data protection regulations, responsible usage policies, and adherence to the principles of decentralized identity management. |""".stripMargin), - contact = Some( - Contact( - name = Some("Fayyaadh Adams"), - email = Some("fayyaadh.adams@iohk.io"), - url = Some("https://atalaprism.io/#contact"), - extensions = ListMap.empty - ) - ), + contact = None, license = Some( License( name = "Apache 2.0",