We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eda19 commit 8950411Copy full SHA for 8950411
general/identifier.go
@@ -36,8 +36,8 @@ const (
36
MPN = "mpn" // Manufacturer Part Number
37
NAICSCode = "naics" // North American Industry Classification System
38
NSNCode = "nsn" // NATO Stock Number
39
- OCID = "ocid" // OpenCorporates ID, identifier for a corporation in the OpenCorporates database
40
OECDCode = "oecd" // Organization for Economic Co-operation and Development
+ OpenCorpID = "ocid" // OpenCorporates ID, identifier for a corporation in the OpenCorporates database
41
OrganizationName = "org_name" // Organization name
42
SerialNumber = "serial" // Serial number
43
SICCode = "sic" // Standard Industrial Classification
0 commit comments