TEN-framework / TEN-framework/ten-framework
Support enum in manifest.json
Open
@halajohn is already working on this.
Since Jun 22, 2025.
enhancement
ten-framework
- Dominant language
- Python
- Stars
- 11.1k
- Forks
- 1.4k
- Avg merge
- 2d 15m
- Merged PRs (30d)
- 22
Description
Description
currently for some properties they have a fixed set of legal values. to notify developer what these values are and their corresponding labels, we need to define it in manifest.json
Environment
linux
Steps to reproduce
N/A
Expected behavior
{
"enum_prop1": {
"type": "enum",
"values": ["123", "345"].
"labels": ["test1", "test2"]
}
Actual behavior
1
Version
0.5.0
Severity
Critical
Additional Information
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.