Skip to content

Commit b08ac7f

Browse files
authored
Add missing RenderContentMetadata schema to Linkable Entities spec (#65)
rdar://87100087
1 parent af474ed commit b08ac7f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Sources/SwiftDocC/SwiftDocC.docc/Resources/LinkableEntities.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,23 @@
531531
"type": "string"
532532
}
533533
}
534+
},
535+
"RenderContentMetadata" : {
536+
"type": "object",
537+
"properties": {
538+
"anchor": {
539+
"type": "string"
540+
},
541+
"title": {
542+
"type": "string"
543+
},
544+
"abstract": {
545+
"type": "array",
546+
"items": {
547+
"$ref": "#/components/schemas/RenderInlineContent"
548+
}
549+
}
550+
}
534551
}
535552
},
536553
"requestBodies": {},

0 commit comments

Comments
 (0)