{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ExtensionPackageAttributes", "type": "object", "properties": { "name": { "type": "string" }, "display_name": { "type": "string" }, "description": { "type": "string" }, "version": { "type": "string" }, "platform": { "type": "string" }, "author": { "type": "object" }, "availability": { "type": "string" }, "discontinued": { "type": "boolean" }, "status": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }