diff --git a/src/api/article/content-types/article/schema.json b/src/api/article/content-types/article/schema.json index cb446b4..28cbe3d 100644 --- a/src/api/article/content-types/article/schema.json +++ b/src/api/article/content-types/article/schema.json @@ -17,10 +17,6 @@ "required": true, "unique": true }, - "Body": { - "type": "richtext", - "required": true - }, "FeatureImage": { "type": "media", "multiple": false, diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 069c2dd..5fa2da9 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2023-08-04T12:07:16.432Z" + "x-generation-date": "2023-08-27T05:30:45.435Z" }, "x-strapi-config": { "path": "/documentation", @@ -95,7 +95,6 @@ "data": { "required": [ "Title", - "Body", "FeatureImage", "Abstract", "FeaturedImageCaption" @@ -105,9 +104,6 @@ "Title": { "type": "string" }, - "Body": { - "type": "string" - }, "FeatureImage": { "oneOf": [ { @@ -213,7 +209,6 @@ "type": "object", "required": [ "Title", - "Body", "FeatureImage", "Abstract", "FeaturedImageCaption" @@ -222,9 +217,6 @@ "Title": { "type": "string" }, - "Body": { - "type": "string" - }, "FeatureImage": { "type": "object", "properties": { @@ -880,9 +872,6 @@ "Title": { "type": "string" }, - "Body": { - "type": "string" - }, "FeatureImage": { "type": "object", "properties": { @@ -7823,9 +7812,6 @@ "Title": { "type": "string" }, - "Body": { - "type": "string" - }, "FeatureImage": { "type": "object", "properties": { @@ -8565,9 +8551,6 @@ "Title": { "type": "string" }, - "Body": { - "type": "string" - }, "FeatureImage": { "type": "object", "properties": {