SCHEMA_FILES
类型: 常量
领域: Scene 与产物
推荐导入: from cadflow.scene import SCHEMA_FILES
签名
SCHEMA_FILES: dict = {'scene': 'schemas/scene-1.0.schema.json', 'entities': 'schemas/entities-1.0.schema.json', 'presentation': 'schemas/presentation-1.0.schema.json', 'connector...
功能说明
SCHEMA_FILES 是 CadFlow Scene 与产物领域的公共常量。
原始 API 说明
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
异常
源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。
行为与约束
- 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。
导入检查
from cadflow.scene import SCHEMA_FILES