Changes between Version 66 and Version 67 of GAPI_AM_API_DRAFT
- Timestamp:
- 09/17/12 15:02:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT
v66 v67 108 108 109 109 '''Slice''': 110 * Slice names are <=19 characters, only alphanumeric plus hyphen, underscore, period, or colon (alphanumeric only in first character): `'^[a-zA-Z0-9][-\._:a-zA-Z0-9]\{0,18\}$'`110 * Slice names are <=19 characters, only alphanumeric plus hyphen, underscore, or period (alphanumeric only in first character): `'^[a-zA-Z0-9][-\._a-zA-Z0-9]\{0,18\}$'` 111 111 112 112 '''Sliver''': 113 * May use only alphanumeric characters plus hyphen, underscore, period, or colon: `'^[a-zA-Z0-9-_\.:]+$'`113 * May use only alphanumeric characters plus hyphen, underscore, or period: `'^[a-zA-Z0-9-_\.]+$'` 114 114 115 115 === Change Set O2: Explicitly define legal characters in some strings ===