Path: blob/main/src/resources/schema/document-metadata.yml
12925 views
- name: keywords1schema:2maybeArrayOf: string3tags:4formats: [$asciidoc-all, $html-files, $pdf-all, context, odt, $office-all]5description: "List of keywords to be included in the document metadata."67- name: subject8schema:9anyOf:10- string11- object:12closed: true13properties:14text:15string:16description: The subject text.17authority:18string:19description: An EPUB reserved authority value.20term:21string:22description: The subject term (defined by the schema).23tags:24formats: [$pdf-all, $office-all, odt, $epub-all]25description: "The document subject"2627- name: description28schema: string29tags:30formats: [odt, $office-all]31description: "The document description. Some applications show this as `Comments` metadata."3233- name: category34schema: string35tags:36formats: [$office-all]37description: "The document category."3839- name: copyright40schema:41anyOf:42- object:43properties:44year:45maybeArrayOf:46anyOf:47- string48- number49description: The year for this copyright50holder:51maybeArrayOf:52string:53description: The holder of the copyright.54statement:55maybeArrayOf:56string:57description: The text to display for the license.58- string59tags:60formats: [$html-doc, $jats-all]61description: The copyright for this document, if any.62- name: license63schema:64maybeArrayOf:65anyOf:66- object:67properties:68type:69string:70description: The type of the license.71link:72string:73description: A URL to the license.74text:75string:76description: The text to display for the license.77- string78tags:79formats: [$html-doc, $jats-all]80description:81short: The License for this document, if any. (e.g. `CC BY`)82long: |83The license for this document, if any.8485Creative Commons licenses `CC BY`, `CC BY-SA`, `CC BY-ND`, `CC BY-NC`, `CC BY-NC-SA`, and `CC BY-NC-ND` will automatically generate a license link86in the document appendix. Other license text will be placed in the appendix verbatim.8788- name: title-meta89schema: string90tags:91formats: [$pdf-all]92description: "Sets the title metadata for the document"9394- name: pagetitle95tags:96formats: [$html-files]97schema: string98description: "Sets the title metadata for the document"99100- name: title-prefix101tags:102formats: [$html-files]103schema: string104description: |105Specify STRING as a prefix at the beginning of the title that appears in106the HTML header (but not in the title as it appears at the beginning of the body)107108- name: description-meta109schema: string110tags:111formats: [$html-files]112description: "Sets the description metadata for the document"113114- name: author-meta115schema: string116tags:117formats: [$pdf-all, $html-files]118description: "Sets the author metadata for the document"119120- name: date-meta121schema: string122tags:123formats: [$html-all, $pdf-all]124description: "Sets the date metadata for the document"125126127