Function createContextEntry

  • Type Parameters

    Parameters

    • __namedParameters: {
          fields: {
              [key in string | number | symbol]-?: "schema" | "bloomSchema" | "fhir"
          };
          type: Extension["@type"];
          typeIdBase: "schema" | "bloomSchema" | "fhir";
          vocab?: "schema" | "bloomSchema" | "fhir";
      }
      • fields: {
            [key in string | number | symbol]-?: "schema" | "bloomSchema" | "fhir"
        }
      • type: Extension["@type"]
      • typeIdBase: "schema" | "bloomSchema" | "fhir"
      • Optional vocab?: "schema" | "bloomSchema" | "fhir"

    Returns Record<string, any>