﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/ContactPoint",
  "title": "ContactPoint",
  "type": "object",
  "properties": {
    "system": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "use": {
      "type": "string"
    },
    "rank": {
      "type": "integer"
    },
    "period": {
      "$ref": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Period"
    }
  }
}