mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
- Updated schema version from 1 to 2 to reflect enhancements - Added detailed JSDoc-style descriptions throughout schema using .describe() method - Enhanced documentation for node IDs, slot indices, data types, and 2D vectors - Added comprehensive descriptions for AI model file metadata fields - Improved documentation for graph state tracking and ID generation system - Added clear descriptions for workflow configuration settings and flags - Enhanced documentation for node connections, reroutes, and floating links - Improved subgraph definitions documentation with input/output descriptions - Updated validation function to support both v1 and v2 schemas for backward compatibility Addresses #4898 by providing better schema documentation and proper versioning. Generated JSON schemas now include comprehensive field descriptions for better developer experience and IDE support.