Skip to content

Commit

Permalink
Deployed 7e57869 to 2.1 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DsposalTom committed Apr 19, 2024
1 parent 9df5e65 commit 97c7a5c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions 2.1/4_Identifiers/4_1_Identifiers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1785,11 +1785,17 @@ <h2 id="external-identifier">External Identifier<a class="headerlink" href="#ext
</div>
</div>
<p>For instance, a dictionary of identifiers for base materials in other systems could include the manufacturer&rsquo;s own internal identifier and the GTIN:</p>
<p>```json
{
&ldquo;ManufacturerInternalID&rdquo;: &ldquo;ABC123&rdquo;,
&ldquo;GTIN&rdquo;: &ldquo;01234567890123&rdquo;
}</p>
<div class="tabbed-set tabbed-alternate" data-tabs="3:1"><input checked="checked" id="__tabbed_3_1" name="__tabbed_3" type="radio" /><div class="tabbed-labels"><label for="__tabbed_3_1">JSON</label></div>
<div class="tabbed-content">
<div class="tabbed-block">
<div class="highlight"><pre><span></span><code><span class="p">{</span>
<span class="nt">&quot;ManufacturerInternalID&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ABC123&quot;</span><span class="p">,</span>
<span class="nt">&quot;GTIN&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;01234567890123&quot;</span>
<span class="p">}</span>
</code></pre></div>
</div>
</div>
</div>
<p>By adhering to standardised formats for external identifiers, stakeholders can ensure interoperability and compatibility with external data sources, enhancing data quality and facilitating seamless data exchange within the packaging ecosystem.</p>


Expand Down
2 changes: 1 addition & 1 deletion 2.1/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 2.1/sitemap.xml.gz
Binary file not shown.

0 comments on commit 97c7a5c

Please sign in to comment.