Skip to content

Commit

Permalink
docs(prism-agent): remove the contact section from the OAS spec (#887)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Voiturier <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
  • Loading branch information
bvoiturier authored and Shota Jolbordi committed Mar 18, 2024
1 parent a1f44e9 commit f4df3d6
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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("[email protected]"),
url = Some("https://atalaprism.io/#contact"),
extensions = ListMap.empty
)
),
contact = None,
license = Some(
License(
name = "Apache 2.0",
Expand Down

0 comments on commit f4df3d6

Please sign in to comment.