of a blog post", "type": "object", "required": ["title", "content", "author"], "properties": { "title": { "type": "string" }, "content": { "type": "string" }, "publishedDate": { "type": "string", "format": "date-time" }, "author": { "$ref": "https://example.com/user-profile.schema.json" }, "tags": { "type": "array", "items": { "type": "string" } } } } { "title": "New Blog Post", "content": "content of the blog...", "publishedDate": "2023-08-25T15:00:00Z", "author": { "username": "authoruser", "email": "
[email protected]" }, "tags": ["Technology", "Programming"] } Data JSON Schema External Ref Constraints