{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "title": { "type": "string" }, "pubDate": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "$schema": { "type": "string" } }, "required": [ "title", "pubDate", "tags" ] }