Class: ValidityClass
Mixin for
- BankAccountDetailsClass (mixin) - The details of a Bank Account as presented by a user for checking for identity verification purposes.
JSON schema: di_vocab:BankAccount
Examples
- BirthDateClass (mixin) - BirthDate object that represents a user's claimed date of birth.
JSON schema: di_vocab:BirthDate
- DocumentDetailsClass (mixin)
- NameClass (mixin) - Name object that represents a user's claimed identity. This will have a list of
nameParts
. Usually this will contain one or moreGivenName
name parts and one (or occasionally more)FamilyName
name part(s) for a specific period of validity.JSON schema: di_vocab:Name
Examples
- One Given Name and One Family Name - No Validity Specified
- Multiple Given Names and One Family Name - No Validity Specified
- One Given Name and Multiple Name Words in One Family Name - No Validity Specified
- One Given Name and Multiple Family Names - No Validity Specified
- Multiple Given Names and Multiple Family Names - No Validity Specified
- Multiple Given Names and Two Family Names - Validity Specified for each Family Name
- Multiple Given Names and Multiple Family Names - Validity Specified for each Family Name
- NamePartClass (mixin) - Abstract class to define a name part value and name part type for an optional validity period.
- PostalAddressGeneralClass (mixin) - An abstract class containing common elements of a postal address. Attributes have a close mapping to either or both Ordnance Survey AddressBase and schema.org. This class should not be used directly. Lower-level classes are used to generate schema for UK or international addresses.
JSON schema: di_vocab:PostalAddress
Referenced by Class
Attributes
Own
- validFrom 0..1
- Range: Date
- validUntil 0..1
- Range: Date