Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Nov 15, 2023
1 parent b8cad76 commit c2e4660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrations/version-1-to-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In v2, `required` properties are no longer applied, but the rest of the structur

## Constant values

(Constant values)[https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values] are now supported.
[Constant values](https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values) are now supported.

```yaml
type: object
Expand All @@ -103,7 +103,7 @@ The `country` property will not have a setter and will automatically be initiali

## Discriminator

(Discriminator)[https://www.asyncapi.com/docs/reference/specification/v2.6.0#schemaComposition] is now supported.
[Discriminator](https://www.asyncapi.com/docs/reference/specification/v2.6.0#schemaComposition) is now supported.

```yaml
schemas:
Expand Down

0 comments on commit c2e4660

Please sign in to comment.