Skip to content

Commit

Permalink
fix: Badge will not have invalid links anymore (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanchette authored Nov 29, 2024
1 parent 29f9f65 commit c05f229
Show file tree
Hide file tree
Showing 224 changed files with 4,043 additions and 4,019 deletions.
108 changes: 54 additions & 54 deletions docs/examples/examples_md_default/Configuration.md

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/examples/examples_md_default/additional_properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

**Title:** Person

| | |
| ------------------------- | --------------------------------------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Should-conform]](#additionalProperties "Each additional property must conform to the following schema") |
| | |
| ------------------------- | ---------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [Each additional property must conform to the schema](#additionalProperties) |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| ---------------------------- | ------- | ------- | ---------- | ---------- | -------------------------------------------------------------------------- |
Expand All @@ -25,11 +25,11 @@

## <a name="subType1"></a>1. Property `Person > subType1`

| | |
| ------------------------- | ------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Not allowed]](# "Additional Properties not allowed.") |
| | |
| ------------------------- | ----------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Not allowed |

**Description:** A sub type with additionalProperties false.

Expand All @@ -46,11 +46,11 @@

## <a name="subType2"></a>2. Property `Person > subType2`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** A sub type with additionalProperties true.

Expand All @@ -77,11 +77,11 @@

## <a name="additionalProperties"></a>4. Property `Person > additionalProperties`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** additionalProperties schema.

Expand Down
66 changes: 33 additions & 33 deletions docs/examples/examples_md_default/anyOf_option_names.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
- [1.3. Property `root > storage > anyOf > item 2`](#storage_anyOf_i2)
- [1.4. Property `root > storage > anyOf > tmpfs`](#storage_anyOf_i3)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** JSON Schema for an fstab entry

Expand All @@ -20,11 +20,11 @@

## <a name="storage"></a>1. Property `root > storage`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `combining` |
| **Required** | Yes |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `combining` |
| **Required** | Yes |
| **Additional properties** | Any type allowed |

| Any of(Option) |
| ------------------------------- |
Expand All @@ -35,38 +35,38 @@

### <a name="storage_anyOf_i0"></a>1.1. Property `root > storage > anyOf > diskDevice`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/diskDevice |
| | |
| ------------------------- | ------------------------ |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |
| **Defined in** | #/definitions/diskDevice |

### <a name="storage_anyOf_i1"></a>1.2. Property `root > storage > anyOf > diskUUID`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/diskUUID |
| | |
| ------------------------- | ---------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |
| **Defined in** | #/definitions/diskUUID |

### <a name="storage_anyOf_i2"></a>1.3. Property `root > storage > anyOf > item 2`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

### <a name="storage_anyOf_i3"></a>1.4. Property `root > storage > anyOf > tmpfs`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/tmpfs |
| | |
| ------------------------- | ------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |
| **Defined in** | #/definitions/tmpfs |

----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans)
22 changes: 11 additions & 11 deletions docs/examples/examples_md_default/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
- [2.1.1. Property `root > vegetables > vegetables items > veggieName`](#vegetables_items_veggieName)
- [2.1.2. Property `root > vegetables > vegetables items > veggieLike`](#vegetables_items_veggieLike)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** A schema with an array

Expand Down Expand Up @@ -67,12 +67,12 @@

### <a name="vegetables_items"></a>2.1. root > vegetables > veggie

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| **Defined in** | #/definitions/veggie |
| | |
| ------------------------- | -------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |
| **Defined in** | #/definitions/veggie |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| --------------------------------------------- | ------- | ------- | ---------- | ---------- | -------------------------- |
Expand Down
10 changes: 5 additions & 5 deletions docs/examples/examples_md_default/array_additionalItems.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- [2.1. root > addressLines > addressLines item 0](#autogenerated_heading_6)
- [3. Property `root > arrayEmpty`](#arrayEmpty)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** A little food fun

Expand Down
20 changes: 10 additions & 10 deletions docs/examples/examples_md_default/array_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
- [2.1. root > vegetables > vegetables items](#vegetables_items)
- [2.2. At least one of the items must be](#autogenerated_heading_2)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** A little food fun

Expand Down Expand Up @@ -68,11 +68,11 @@

### <a name="vegetables_items"></a>2.1. root > vegetables > vegetables items

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

### <a name="autogenerated_heading_2"></a>2.2. At least one of the items must be

Expand Down
10 changes: 5 additions & 5 deletions docs/examples/examples_md_default/array_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
- [1. Property `root > fruits`](#fruits)
- [1.1. root > fruits > fruits items](#fruits_items)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

**Description:** A schema with an array

Expand Down
20 changes: 10 additions & 10 deletions docs/examples/examples_md_default/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

**Title:** Person

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| -------------------------------------- | ------- | ----------- | ---------- | ---------- | ----------------- |
Expand Down Expand Up @@ -61,11 +61,11 @@

## <a name="driverLicenseId"></a>4. Property `Person > driverLicenseId`

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `combining` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `combining` |
| **Required** | No |
| **Additional properties** | Any type allowed |

| All of(Requirement) |
| ---------------------------------------------- |
Expand Down
10 changes: 5 additions & 5 deletions docs/examples/examples_md_default/break_on_newline.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

**Title:** Hello

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |
| | |
| ------------------------- | ---------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | Any type allowed |

| Property | Pattern | Type | Deprecated | Definition | Title/Description |
| -------------------------- | ------- | ------ | ---------- | ---------- | ----------------- |
Expand Down
Loading

0 comments on commit c05f229

Please sign in to comment.