Skip to content

Schema for NFP

This section provides an overview of the schemas related to the National Focal Point (NFP). Each schema details the structure and fields required for the NFP-related requests and responses.

NOTE

When making an API request using the National Focal Point (NFP) schema, it is crucial to include the correct schema identifier. The schema parameter must be set to "focalPoint" to ensure that the request is processed correctly and targets the appropriate data structure. Failure to provide the correct schema may result in an error or unexpected behavior in the response.

TitleFieldMandatoryTypeExample
headerEheader{ "identifier": "235A8B00-A995-5F7A-E827-FCC588C49C20", "schema": "focalPoint", "languages": ["en"] }
governmentEterm{ "identifier": "1ECB698D-3F3D-41BC-BEBD-DD5C734BCDCF" }
categoriesstring[][ "Test Category" ]
descriptionstringTest Description
titlelstring{ "en": "Test Information" }
firstNamestringJohn
middleNamestringDaniel
lastNamestringDoe
genderEterm{ "identifier": "1ECB698D-3F3D-41BC-BEBD-DD5C734BCDCF" }
organizationlstring{ "en": "Test Information" }
organizationAcronymlstring{ "en": "Test Information" }
organizationTypeEterm{ "identifier": "1ECB698D-3F3D-41BC-BEBD-DD5C734BCDCF" }
designationlstring{ "en": "Test Information" }
departmentlstring{ "en": "Test Information" }
addressLine1lstring{ "en": "Test Information" }
addressLine2lstring{ "en": "Test Information" }
citylstring{ "en": "Test Information" }
statelstring{ "en": "Test Information" }
postalCodelstring{ "en": "Test Information" }
CountrycountryEterm{ "identifier": "1ECB698D-3F3D-41BC-BEBD-DD5C734BCDCF" }
phonesstring[][ "5437897410" ]
mobilesstring[][ "5437897410" ]
faxesstring[][ "5437897410" ]
emailsstring[][ "test@email.com" ]
websitesElink[][{ "url": "https://www.google.com", "name": "Google", "language": "en" }]