CharacterMaskConfig

Mask a string by replacing its characters with a fixed character.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
maskingCharacter string Character to mask the sensitive values. If not supplied, defaults to "*".
View JSON Schema on GitHub

JSON Schema

CharacterMaskConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CharacterMaskConfig",
  "description": "Mask a string by replacing its characters with a fixed character.",
  "properties": {
    "maskingCharacter": {
      "description": "Character to mask the sensitive values. If not supplied, defaults to \"*\".",
      "type": "string"
    }
  },
  "type": "object"
}