function get(payload) {
  var candidateDocumentURI = extractDocumentURI(payload);

  // Directive not found. Attempt to get it from the root of the payload.
  if (candidateDocumentURI === '') {