{
  "title": "inheritedDomain",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "This domain applies to domains on subtypes. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The domain name."
    },
    "type": {
      "type": "string",
      "description": "String value representing the domain type.",
      "enum": [
        "inherited"
      ]
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false
}
