Changes between Version 4 and Version 5 of GAPI_AM_API_DRAFT/SpeaksFor
- Timestamp:
- 04/30/13 12:24:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT/SpeaksFor
v4 v5 33 33 - Tool names are case-insensitive internally, though they may be case-sensitive in display. 34 34 - EG `JohnSmth` as a display name is `johnsmth` internally, and there cannot also be a user `JOHNSMTH`. 35 - Tool names should begin with a letter and be alphanumeric or underscore, hyphen, or period: (`'^[a-zA-Z][a-ZA-Z0-9\-_\.]{0,31}$'`).36 - Tool names are limited to 32characters.35 - Tool names should begin with a letter and be alphanumeric or underscore, hyphen, at sign or period: (`'^[a-zA-Z][a-ZA-Z0-9\-_@\.]{0,31}$'`). 36 - Tool names are limited to 64 characters. 37 37 - Tool URNs (which contain the authority name and the tool instance name) are required to be temporally and globally unique. 38 38 39 '''[FIXME: 32 characters? Right character restrictions?]'''39 '''[FIXME: 32 characters? 64? Right character restrictions?]''' 40 40 41 41 - The tool email address should be a way to contact the administrators of the tool instance - the organization or individual who applied for the certificate and who stands behind its integrity.