UNPKG

359 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/ContactPointTypes.schema.json",
4 "title": "ContactPointTypes",
5 "description": "All type schemas that are derived from ContactPoint",
6 "anyOf": [
7 {
8 "$ref": "ContactPoint.schema.json"
9 },
10 {
11 "$ref": "PostalAddress.schema.json"
12 }
13 ]
14}