Property:Project status
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A[[Has type::String]] showing the status of a project: | |||
* Alpha | * [[allows value::Alpha]] | ||
* Beta | * [[allows value::Beta]] | ||
* | * [[allows value::Production]] | ||
* | * [[allows value::Finished]] | ||
* [[allows value::Abandoned]] | |||
* [[allows value::Concept]] |
Latest revision as of 19:46, 12 April 2025
AString showing the status of a project:
- Alpha
- Beta
- Production
- Finished
- Abandoned
- Concept
Showing 1 related entity.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Alpha", "Beta", "Production", "Finished", "Abandoned", "Concept" ] } }