resource template metadata
{
  uriTemplate: string;   // URI template following RFC 6570
  
  name: string;          // Human-readable name for this type
  
  description?: string;  // Optional description
  
  mimeType?: string;     // Optional MIME type for all matching resources
}