TEN-framework / TEN-framework/ten-framework

Support enum in manifest.json

Open
#735 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.