Property:Project status
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(3 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]] |
Latest revision as of 15:40, 31 August 2016
AString showing the status of a project:
- Alpha
- Beta
- Production
- Finished
- Abandoned
Showing 1 related entity.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Alpha", "Beta", "Production", "Finished", "Abandoned" ] } }