We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af57f66 commit 753c3ceCopy full SHA for 753c3ce
docs/api/openapi_detector_api.yaml
@@ -44,10 +44,12 @@ paths:
44
- start: 15
45
end: 25
46
detection_type: pii
47
+ text: foo@bar.com
48
detection: EmailAddress
49
score: 0.99
50
- start: 105
51
end: 116
52
+ text: 123-456-7890
53
54
detection: SocialSecurity
55
@@ -539,6 +541,10 @@ components:
539
541
type: integer
540
542
title: End
543
example: 26
544
+ text:
545
+ type: string
546
+ title: Text
547
+ example: foo@bar.com
548
detection:
549
type: string
550
title: Detection
0 commit comments