{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/v1/ContactPointTypes.schema.json",
  "title": "ContactPointTypes",
  "category": "other",
  "description": "All type schemas that are derived from ContactPoint",
  "anyOf": [
    {
      "$ref": "ContactPoint.schema.json"
    },
    {
      "$ref": "PostalAddress.schema.json"
    }
  ]
}
