diff --git a/examples/docs/abstract.schema.md b/examples/docs/abstract.schema.md
index 72799baabf2228ab2a292ab3ba9cfc0fda2a5354..99a3604d78d802801c49632e812ed2da57912b3a 100644
--- a/examples/docs/abstract.schema.md
+++ b/examples/docs/abstract.schema.md
@@ -13,7 +13,7 @@ This is an abstract schema. It has `definitions`, but does not declare any prope
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Cannot be instantiated | Yes | Forbidden | Permitted | [abstract.schema.json](abstract.schema.json) |
+| Cannot be instantiated | Yes | Forbidden | Forbidden | [abstract.schema.json](abstract.schema.json) |
 
 # Abstract Definitions
 
diff --git a/examples/docs/arrays.schema.md b/examples/docs/arrays.schema.md
index 33a352c0bb17cdc1b8960d26c2e09363803fa11b..027103d1262a8d56776423e98e31fe1936cd87b4 100644
--- a/examples/docs/arrays.schema.md
+++ b/examples/docs/arrays.schema.md
@@ -13,7 +13,7 @@ This is an example schema with examples for multiple array types and their const
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [arrays.schema.json](arrays.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [arrays.schema.json](arrays.schema.json) |
 
 # Arrays Properties
 
diff --git a/examples/docs/complex.schema.md b/examples/docs/complex.schema.md
index bf4b714208af5cf957f35c791b52f4c24232fa15..a6b9690dea84a20e074ad3255d8235cef0cd87e0 100644
--- a/examples/docs/complex.schema.md
+++ b/examples/docs/complex.schema.md
@@ -13,7 +13,7 @@ This is an example schema that uses types defined in other schemas.
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Forbidden | [complex.schema.json](complex.schema.json) |
+| Can be instantiated | No | Forbidden | Permitted | [complex.schema.json](complex.schema.json) |
 
 ## Schema Hierarchy
 
diff --git a/examples/docs/constants.schema.md b/examples/docs/constants.schema.md
index 8c4ef921811587418caa8f721aba699d934db2b0..441894e35883da59702337e31aad1c7c6f368b27 100644
--- a/examples/docs/constants.schema.md
+++ b/examples/docs/constants.schema.md
@@ -13,7 +13,7 @@ This is an example schema with examples for properties with constant values
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [constants.schema.json](constants.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [constants.schema.json](constants.schema.json) |
 
 # Constant Types Properties
 
diff --git a/examples/docs/custom.schema.md b/examples/docs/custom.schema.md
index c6561e07f829c4367d6970206df34cd26d6012ae..c09153237ef94cb7978ef7e335a1e4a8591f2ab4 100644
--- a/examples/docs/custom.schema.md
+++ b/examples/docs/custom.schema.md
@@ -13,7 +13,7 @@ This is an extensible schema. It has `definitions`, that can be used in other sc
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | Yes | Allowed | Permitted | [custom.schema.json](custom.schema.json) |
+| Can be instantiated | Yes | Allowed | Forbidden | [custom.schema.json](custom.schema.json) |
 
 # Custom Properties
 
diff --git a/examples/docs/deepextending.schema.md b/examples/docs/deepextending.schema.md
index 58b747269fa93ed6f48d0cf489d7ae57ddd3ae57..879b73d9f2a44eb9bc105e4e64ec3f93d9d012d1 100644
--- a/examples/docs/deepextending.schema.md
+++ b/examples/docs/deepextending.schema.md
@@ -13,7 +13,7 @@ This is an extending schema. It is extending another extending schema. It pulls
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | Yes | Forbidden | Permitted | [deepextending.schema.json](deepextending.schema.json) |
+| Can be instantiated | Yes | Forbidden | Forbidden | [deepextending.schema.json](deepextending.schema.json) |
 
 ## Schema Hierarchy
 
diff --git a/examples/docs/definitions.schema.md b/examples/docs/definitions.schema.md
index 7c63cbe90f4b25dcdf55446b75637991c9a0a30e..1a2266c1863f834e4792ab60912a6b78e318e0f9 100644
--- a/examples/docs/definitions.schema.md
+++ b/examples/docs/definitions.schema.md
@@ -27,7 +27,7 @@ aks.
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | Yes | Forbidden | Permitted | [definitions.schema.json](definitions.schema.json) |
+| Can be instantiated | Yes | Forbidden | Forbidden | [definitions.schema.json](definitions.schema.json) |
 
 # Definitions Properties
 
diff --git a/examples/docs/enums.schema.md b/examples/docs/enums.schema.md
index 338ad01de217e50018ea3c496d67e00705f2c5ae..35106928b5be642491cc0308190d7597794a1c0d 100644
--- a/examples/docs/enums.schema.md
+++ b/examples/docs/enums.schema.md
@@ -13,7 +13,7 @@ This is an example schema with examples for properties with enum values
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [enums.schema.json](enums.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [enums.schema.json](enums.schema.json) |
 
 # Enumerated  Properties
 
diff --git a/examples/docs/example.schema.md b/examples/docs/example.schema.md
index 8fff9dcf9f5aa977f7a05a52e524caa757f575bf..83bd5812deff8596eee9e4e8b0f47bcdddc36ab3 100644
--- a/examples/docs/example.schema.md
+++ b/examples/docs/example.schema.md
@@ -13,7 +13,7 @@ This is an example schema with examples. Too many examples? There can never be t
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [example.schema.json](example.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [example.schema.json](example.schema.json) |
 
 ## Example Example
 ```json
diff --git a/examples/docs/examples.schema.md b/examples/docs/examples.schema.md
index 68cfc6fa1d0f6b6facc45c1b6f73440878015806..7b1fc7b06d455871baae281aadab15d97947add0 100644
--- a/examples/docs/examples.schema.md
+++ b/examples/docs/examples.schema.md
@@ -13,7 +13,7 @@ This is an example schema with *multiple* examples. Too many examples? There can
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [examples.schema.json](examples.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [examples.schema.json](examples.schema.json) |
 
 ## Examples Examples
 
diff --git a/examples/docs/extending.schema.md b/examples/docs/extending.schema.md
index 2643d90a6fd2eb53cbea11c8498fe7d70acce988..e88d7bdfc09921d29472ec43b1b0a0654646616f 100644
--- a/examples/docs/extending.schema.md
+++ b/examples/docs/extending.schema.md
@@ -13,7 +13,7 @@ This is an extending schema. It pulls `definitions` from other schemas.
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | Yes | Forbidden | Permitted | [extending.schema.json](extending.schema.json) |
+| Can be instantiated | Yes | Forbidden | Forbidden | [extending.schema.json](extending.schema.json) |
 
 ## Schema Hierarchy
 
diff --git a/examples/docs/extensible.schema.md b/examples/docs/extensible.schema.md
index 2c7b0eb858b22b9c24bf6d94f2b9e61d3c31aac8..553ba55effbe76b7c179d29b8b429bdaf0a0141f 100644
--- a/examples/docs/extensible.schema.md
+++ b/examples/docs/extensible.schema.md
@@ -13,7 +13,7 @@ This is an extensible schema. It has `definitions`, that can be used in other sc
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Cannot be instantiated | Yes | Forbidden | Permitted | [extensible.schema.json](extensible.schema.json) |
+| Cannot be instantiated | Yes | Forbidden | Forbidden | [extensible.schema.json](extensible.schema.json) |
 
 # Extensible Definitions
 
diff --git a/examples/docs/simple.schema.md b/examples/docs/simple.schema.md
index 8669734e1c82e9876d4dcdb349ba1ade21089536..3e3d68782a9edcf358ee54db12d93f345c2a88b5 100644
--- a/examples/docs/simple.schema.md
+++ b/examples/docs/simple.schema.md
@@ -13,7 +13,7 @@ This is a *very* simple example of a JSON schema. There is only one property.
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [simple.schema.json](simple.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [simple.schema.json](simple.schema.json) |
 
 # Simple Properties
 
diff --git a/examples/docs/simpletypes.schema.md b/examples/docs/simpletypes.schema.md
index 92351c264f0ddf71fb2cb124ad6e8c98dcf65afd..de8710c248ed1251ab962148b14845492f56be1e 100644
--- a/examples/docs/simpletypes.schema.md
+++ b/examples/docs/simpletypes.schema.md
@@ -13,7 +13,7 @@ This is an example schema with examples for multiple types and their constraints
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Can be instantiated | No | Forbidden | Permitted | [simpletypes.schema.json](simpletypes.schema.json) |
+| Can be instantiated | No | Forbidden | Forbidden | [simpletypes.schema.json](simpletypes.schema.json) |
 
 # Simple Types Properties
 
diff --git a/examples/docs/subdir/subdir.schema.md b/examples/docs/subdir/subdir.schema.md
index ab876d4ea430ad6eb77bfd574b0da0234abdc632..0d8e81f8b0b5126aa1b3a8f3eea7b134e129d0f5 100644
--- a/examples/docs/subdir/subdir.schema.md
+++ b/examples/docs/subdir/subdir.schema.md
@@ -13,7 +13,7 @@ A schema in a sub directory
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| Cannot be instantiated | Yes | Forbidden | Permitted | [subdir/subdir.schema.json](subdir/subdir.schema.json) |
+| Cannot be instantiated | Yes | Forbidden | Forbidden | [subdir/subdir.schema.json](subdir/subdir.schema.json) |
 
 # Subdir Definitions
 
diff --git a/templates/md/header.ejs b/templates/md/header.ejs
index 1871e1b340e5ecb9a71c09f69d21bcf2f0f850dd..94ee75611bbccadba3f8f0e2db95b1891b10ca29 100644
--- a/templates/md/header.ejs
+++ b/templates/md/header.ejs
@@ -18,7 +18,7 @@
 
 | Abstract | Extensible | Custom Properties | Additional Properties | Defined In |
 |----------|------------|-------------------|-----------------------|------------|
-| <%=props.abstract %> | <%=props.extensible %> | <%=props.custom %> | <%= schema.additionalProperties===true ? "Forbidden" : "Permitted"  %> | [<%=props.original %>](<%=props.original %>) |
+| <%=props.abstract %> | <%=props.extensible %> | <%=props.custom %> | <%= schema.additionalProperties===true ? "Permitted" : "Forbidden"  %> | [<%=props.original %>](<%=props.original %>) |
 
 <% if (dependencies.length > 0) { %>
 ## Schema Hierarchy