version
Field | Type | Required |
---|---|---|
version | string | Yes |
The application version string. The Spaceify registry and Spaceify core uses version to separate different versions of same application (application that has the same unique_name) and its therefore required to format the string to these rules: one to three dot separated sequences of valid integers between 0 - 99999.
examples |
---|
1.2.7 |
0.1.12 |
1.2 |
0.0.1 |