From 7cac20d200bcad1667160e281d6e314aae54893b Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 27 Jul 2023 16:58:44 -0400 Subject: [PATCH] Fix minor language issues in media types section. --- index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index a067e57d3..ca705cdbf 100644 --- a/index.html +++ b/index.html @@ -3771,15 +3771,12 @@

Media Types

followed when defining or using media types with verifiable credentials.

-Any media types associated with the core data model are listed in the Section -. +There are two media types associated with the core data model, which are +listed in the Section : +`application/vc+ld+json` and `application/vp+ld+json`.

-There are two media types associated with the core data model: -`application/vc+ld+json`, and `application/vp+ld+json`. -

-

-The media types `application/vc+ld+json`, and `application/vp+ld+json` do not imply any particular securing +The `application/vc+ld+json` and `application/vp+ld+json` media types do not imply any particular securing mechanism, but are intended to be used in conjunction with securing mechanisms. A securing mechanism needs to be applied to protect the integrity of these media types. Do not assume security of content regardless of the media type used to communicate it.