path property
Optional path component for generated merge contract IRI.
Combined with app base URI and version to construct the full mapping IRI. Example: path='/mappings/note' + base='https://app.com' + version='v1' → 'https://app.com/mappings/note-v1'
Implementation
final String? path;