﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Reference",
  "title": "Reference",
  "type": "object",
  "properties": {
    "reference": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "identifier": {
      "$ref": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Identifier"
    },
    "display": {
      "type": "string"
    }
  }
}