Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Jun 3, 2024
1 parent 9e785ba commit 9aea121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ image:

### patternProperties

JSON string added "AS IS" to the node. [documentation](https://json-schema.org/understanding-json-schema/reference/object#patternProperties)
JSON string added "AS IS" to the node. [section 10.3.2.2](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-10.3.2.2)

```yaml
image: # @schema patternProperties: {"^[a-z]$": {"type": "string"}}
Expand All @@ -399,7 +399,7 @@ image: # @schema patternProperties: {"^[a-z]$": {"type": "string"}}

### additionalProperties

Boolean. [documentation](https://json-schema.org/understanding-json-schema/reference/object#additionalproperties)
Boolean. [section 10.3.2.3](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-10.3.2.3)

```yaml
image: # @schema additionalProperties: false
Expand Down

0 comments on commit 9aea121

Please sign in to comment.