changedOutput schema / (root)
Previous value: -{
- "properties": {
- "author": {
- "description": "Package author name",
- "type": [
- "string",
- "null"
- ]
- },
- "author_email": {
- "description": "Package author email",
- "type": [
- "string",
- "null"
- ]
- },
- "home_page": {
- "description": "Package homepage URL",
- "type": [
- "string",
- "null"
- ]
- },
- "keywords": {
- "description": "Package keywords",
- "type": [
- "string",
- "null"
- ]
- },
- "latest_files": {
- "description": "Latest distribution files",
- "items": {
- "properties": {
- "filename": {
- "description": "Distribution filename",
- "type": "string"
- },
- "packagetype": {
- "description": "Package type (e.g., sdist, bdist_wheel)",
- "type": "string"
- },
- "upload_time": {
- "description": "Upload timestamp",
- "type": "string"
- },
- "url": {
- "description": "Download URL",
- "type": "string"
- }
- },
- "required": [
- "filename",
- "packagetype",
- "upload_time",
- "url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "license": {
- "description": "License type",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Package name",
- "type": "string"
- },
- "project_urls": {
- "description": "Additional project URLs",
- "type": "object"
- },
- "recent_versions": {
- "description": "Last 10 available versions",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "requires_python": {
- "description": "Python version requirement",
- "type": [
- "string",
- "null"
- ]
- },
- "summary": {
- "description": "Short package description",
- "type": [
- "string",
- "null"
- ]
- },
- "version": {
- "description": "Latest version number",
- "type": "string"
- }
- },
- "required": [
- "name",
- "version",
- "summary",
- "author",
- "author_email",
- "license",
- "requires_python",
- "home_page",
- "project_urls",
- "keywords",
- "recent_versions",
- "latest_files"
- ],
- "type": "object"
-}New value: +null