requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'id',
'identifier',
'tags',
'codes',
'names',
'languages',
'addresses',
'mergedIds',
'active',
'deactivationReason',
'insurabilities',
'partnerships',
'patientHealthCareParties',
'financialInstitutionInformation',
'medicalHouseContracts',
'patientProfessions',
'parameters',
'properties',
'hcPartyKeys',
'aesExchangeKeys',
'transferKeys',
'privateKeyShamirPartitions',
'secretForeignKeys',
'cryptedForeignKeys',
'delegations',
'encryptionKeys',
'nonDuplicateIds',
'encryptedAdministrativesDocuments',
'schoolingInfos',
'employementInfos',
};