addedInput schema / properties / detail
Added value: +{
+ "enum": [
+ "summary",
+ "overview",
+ "full"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / fullMarkdown
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / heroLead
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / markdownUrl
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / overviewFit
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / overviewSummary
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / pageUrl
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / relatedServices
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "markdownUrl": {
+ "type": "string"
+ },
+ "pageUrl": {
+ "type": "string"
+ },
+ "shortDescription": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "title",
+ "shortDescription",
+ "pageUrl",
+ "markdownUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / sections
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "markdown": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "markdown"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}