Schema for NMCC
This section provides an overview of the schemas related to the National Model Contractual Clause (NMCC). Each schema details the structure and fields required for the NMCC-related requests and responses.
NOTE
When making an API request using the National Model Contractual Clause (NMCC) schema, it is crucial to include the correct schema identifier. The schema parameter must be set to "absNationalModelContractualClause"
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.
Title | Field | Mandatory | Type | Example |
---|---|---|---|---|
header | Eheader | { "identifier": "3091D176-8864-5C8A-D018-B491D07FD9B2", "schema": "absNationalModelContractualClause", "languages": ["en"] } | ||
Country | government | True | Eterm | { "identifier": "af" } |
Title | title | True | lstring | { "en": "Test title" } |
Summary or abstract | description | lstring | { "en": "<div><!--block-->Test summary</div>" } | |
Area of jurisdiction | jurisdiction | Eterm | { "identifier": "7437F880-7B12-4F26-AA91-CED37250DD0A" } | |
Relevant ABS Measure(s) | relevantMeasures | Ereference[] | [{ "identifier": "A3722021-0CC0-B195-75BE-954F133FF78B@1" }] | |
Please select the relevant keywords | keywords | True | Eterm[] | [{ "identifier": "7F45AB1F-9925-482E-B0CD-CD842960825F" }] |
Thematic area(s) | thematicAreas | Eterm[] | [{ "identifier": "1D2710D3-75C8-475D-8634-F912F06DAF25" }, { "identifier": "822EC80937524039A912E87DC0041A89" }] | |
Link to the resource(s) | resourceLinks | True | Elink[] | |
Relevant information about the attachment(s) | relevantInformation | lstring | { "en": "<div><!--block-->Test Link</div>" } | |
Please attach the relevant files, documents, or resources | relevantDocuments | Elink[] | [{ "url": "https://www.google.com", "name": "Google.com", "language": "en" }] |