Skip to content

Commit dc45889

Browse files
committed
chore: recreate examples using current code
1 parent a88fb4d commit dc45889

File tree

215 files changed

+1620
-2624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+1620
-2624
lines changed

Diff for: examples/docs/README.md

+109-56
Large diffs are not rendered by default.

Diff for: examples/docs/abstract-definitions-first-properties-foo.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://example.com/schemas/abstract#/definitions/first/properties/foo
66

77
A unique identifier given to every addressable thing.
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------ |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json\*](../generated-schemas/abstract.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json*](../generated-schemas/abstract.schema.json "open original schema") |
1312

1413
## foo Type
1514

Diff for: examples/docs/abstract-definitions-first-properties-nonfoo.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://example.com/schemas/abstract#/definitions/first/properties/nonfoo
66

77
This is not foo.
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------ |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json\*](../generated-schemas/abstract.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json*](../generated-schemas/abstract.schema.json "open original schema") |
1312

1413
## nonfoo Type
1514

Diff for: examples/docs/abstract-definitions-first-properties.md

-16
This file was deleted.

Diff for: examples/docs/abstract-definitions-first.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,34 @@ https://example.com/schemas/complex#/properties/refabstract
66

77

88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ---------------------------------------------------------------------------------------- |
12-
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [complex.schema.json\*](../generated-schemas/complex.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :-------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [complex.schema.json*](../generated-schemas/complex.schema.json "open original schema") |
1312

1413
## refabstract Type
1514

1615
`object` ([Details](abstract-definitions-first.md))
1716

18-
# undefined Properties
17+
# refabstract Properties
1918

20-
| Property | Type | Required | Nullable | Defined by |
21-
| :---------------- | --------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
22-
| [foo](#foo) | `string` | Optional | cannot be null | [Abstract](abstract-definitions-first-properties-foo.md "https://example.com/schemas/abstract#/definitions/first/properties/foo") |
23-
| [nonfoo](#nonfoo) | `boolean` | Optional | cannot be null | [Abstract](abstract-definitions-first-properties-nonfoo.md "https://example.com/schemas/abstract#/definitions/first/properties/nonfoo") |
19+
| Property | Type | Required | Nullable | Defined by |
20+
| :---------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------- |
21+
| [foo](#foo) | `string` | Optional | cannot be null | [Abstract](abstract-definitions-first-properties-foo.md "https://example.com/schemas/abstract#/definitions/first/properties/foo") |
22+
| [nonfoo](#nonfoo) | `boolean` | Optional | cannot be null | [Abstract](abstract-definitions-first-properties-nonfoo.md "https://example.com/schemas/abstract#/definitions/first/properties/nonfoo") |
2423

2524
## foo
2625

2726
A unique identifier given to every addressable thing.
2827

29-
3028
`foo`
3129

32-
- is optional
33-
- Type: `string`
34-
- cannot be null
35-
- defined in: [Abstract](abstract-definitions-first-properties-foo.md "https://example.com/schemas/abstract#/definitions/first/properties/foo")
30+
* is optional
31+
32+
* Type: `string`
33+
34+
* cannot be null
35+
36+
* defined in: [Abstract](abstract-definitions-first-properties-foo.md "https://example.com/schemas/abstract#/definitions/first/properties/foo")
3637

3738
### foo Type
3839

@@ -42,13 +43,15 @@ A unique identifier given to every addressable thing.
4243

4344
This is not foo.
4445

45-
4646
`nonfoo`
4747

48-
- is optional
49-
- Type: `boolean`
50-
- cannot be null
51-
- defined in: [Abstract](abstract-definitions-first-properties-nonfoo.md "https://example.com/schemas/abstract#/definitions/first/properties/nonfoo")
48+
* is optional
49+
50+
* Type: `boolean`
51+
52+
* cannot be null
53+
54+
* defined in: [Abstract](abstract-definitions-first-properties-nonfoo.md "https://example.com/schemas/abstract#/definitions/first/properties/nonfoo")
5255

5356
### nonfoo Type
5457

Diff for: examples/docs/abstract-definitions-second-properties-bar.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://example.com/schemas/abstract#/definitions/second/properties/bar
66

77
A unique identifier given to every addressable thing.
88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------ |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json\*](../generated-schemas/abstract.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json*](../generated-schemas/abstract.schema.json "open original schema") |
1312

1413
## bar Type
1514

Diff for: examples/docs/abstract-definitions-second-properties.md

-16
This file was deleted.

Diff for: examples/docs/abstract-definitions-second.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,33 @@ https://example.com/schemas/abstract#/definitions/second
66

77

88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------ |
12-
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [abstract.schema.json\*](../generated-schemas/abstract.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [abstract.schema.json*](../generated-schemas/abstract.schema.json "open original schema") |
1312

1413
## second Type
1514

1615
`object` ([Details](abstract-definitions-second.md))
1716

18-
# undefined Properties
17+
# second Properties
1918

20-
| Property | Type | Required | Nullable | Defined by |
21-
| :---------- | -------- | -------- | -------------- | :--------------------------------------------------------------------------------------------------------------------------------------- |
22-
| [bar](#bar) | `string` | Optional | cannot be null | [Abstract](abstract-definitions-second-properties-bar.md "https://example.com/schemas/abstract#/definitions/second/properties/bar") |
19+
| Property | Type | Required | Nullable | Defined by |
20+
| :---------- | :------- | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------- |
21+
| [bar](#bar) | `string` | Optional | cannot be null | [Abstract](abstract-definitions-second-properties-bar.md "https://example.com/schemas/abstract#/definitions/second/properties/bar") |
2322

2423
## bar
2524

2625
A unique identifier given to every addressable thing.
2726

28-
2927
`bar`
3028

31-
- is optional
32-
- Type: `string`
33-
- cannot be null
34-
- defined in: [Abstract](abstract-definitions-second-properties-bar.md "https://example.com/schemas/abstract#/definitions/second/properties/bar")
29+
* is optional
30+
31+
* Type: `string`
32+
33+
* cannot be null
34+
35+
* defined in: [Abstract](abstract-definitions-second-properties-bar.md "https://example.com/schemas/abstract#/definitions/second/properties/bar")
3536

3637
### bar Type
3738

Diff for: examples/docs/abstract-definitions.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ https://example.com/schemas/abstract#/definitions
66

77

88

9-
10-
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11-
| :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------------------------ |
12-
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json\*](../generated-schemas/abstract.schema.json "open original schema") |
9+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
10+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :---------------------------------------------------------------------------------------- |
11+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [abstract.schema.json*](../generated-schemas/abstract.schema.json "open original schema") |
1312

1413
## definitions Type
1514

0 commit comments

Comments
 (0)