{
  "title": "domain",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Domains specify the set of valid values for a field. The links below are the available domains.",
  "oneOf": [
    {
      "$ref": "codedValue_domain_schema.json"
    },
    {
      "$ref": "inherited_domain_schema.json"
    },
    {
      "$ref": "range_domain_schema.json"
    }
  ]
}
