{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataVersion", "description": "Schema for DataVersion from CMS Marketplace API", "type": "object", "properties": { "name": { "type": "string" }, "updated": { "type": "string", "description": "iso-8601 date" } } }