Defines a webpage's metadata.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebMetaTag", "title": "WebMetaTag", "type": "object", "properties": { "content": { "type": "string", "description": "The name of the metadata.", "readOnly": true }, "name": { "type": "string", "description": "The metadata.", "readOnly": true } }, "description": "Defines a webpage's metadata.", "x-ms-discriminator-value": "Web/MetaTag" }