-
Notifications
You must be signed in to change notification settings - Fork 12
/
sitemap.schema.json
1 lines (1 loc) · 1.72 KB
/
sitemap.schema.json
1
{"meta:license":["Copyright 2021 Adobe. All rights reserved.","This file is licensed to you under the Apache License, Version 2.0 (the \"License\");","you may not use this file except in compliance with the License. You may obtain a copy","of the License at http://www.apache.org/licenses/LICENSE-2.0","","Unless required by applicable law or agreed to in writing, software distributed under","the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS","OF ANY KIND, either express or implied. See the License for the specific language","governing permissions and limitations under the License."],"$id":"https://ns.adobe.com/helix/shared/sitemap","$schema":"http://json-schema.org/draft-07/schema#","title":"Sitemap","type":"object","properties":{"source":{"type":"string","title":"Source","description":"The source resource path to get records from. These records should at least contain a path property."},"origin":{"type":"string","title":"Origin","description":"The origin to prepend to paths found in the source."},"destination":{"type":"string","title":"Path","description":"The destination resource path to store sitemap to."},"lastmod":{"type":"string","title":"Lastmod","description":"The format to use for last modification of a location. If not present, no last modification is added.","examples":["YYYY-MM-DD","YYYY-MM-DD hh:mm:ss"]},"languages":{"type":"object","title":"Sitemap Languages","description":"The languages to add to the sitemap","additionalProperties":{"$ref":"https://ns.adobe.com/helix/shared/sitemap-language"}}},"required":[],"description":"The sitemap configuration for a Project Helix website.\n\nThe formatting options for `lastmod` are described here: https://momentjs.com/docs/#/displaying/format/"}