{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AculHeadTag", "title": "AculHeadTag", "type": "object", "additionalProperties": true, "properties": { "tag": { "type": "string", "description": "Any HTML element valid for use in the head tag" }, "attributes": { "$ref": "#/components/schemas/AculHeadTagAttributes" }, "content": { "$ref": "#/components/schemas/AculHeadTagContent" } } }