Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonschema2md
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fork
jsonschema2md
Commits
02f9a588
Commit
02f9a588
authored
7 years ago
by
Lars Trieloff
Browse files
Options
Downloads
Patches
Plain Diff
[trivial] fix schema name
parent
5413e41e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/docs/README.md
+1
-1
1 addition, 1 deletion
examples/docs/README.md
examples/docs/complex.schema.md
+5
-5
5 additions, 5 deletions
examples/docs/complex.schema.md
examples/generated-schemas/complex.schema.json
+1
-1
1 addition, 1 deletion
examples/generated-schemas/complex.schema.json
with
7 additions
and
7 deletions
examples/docs/README.md
+
1
−
1
View file @
02f9a588
...
...
@@ -8,7 +8,7 @@
*
[
Abstract
](
./abstract.schema.md
)
–
`https://example.com/schemas/abstract`
*
[
Arrays
](
./arrays.schema.md
)
–
`https://example.com/schemas/arrays`
*
[
Enumerated
](
./complex.schema.md
)
–
`https://example.com/schemas/complex`
*
[
Complex References
](
./complex.schema.md
)
–
`https://example.com/schemas/complex`
*
[
Constant Types
](
./constants.schema.md
)
–
`https://example.com/schemas/constants`
*
[
Custom
](
./custom.schema.md
)
–
`https://example.com/schemas/custom`
*
[
Deeply Extending
](
./deepextending.schema.md
)
–
`https://example.com/schemas/deepextending`
...
...
This diff is collapsed.
Click to expand it.
examples/docs/complex.schema.md
+
5
−
5
View file @
02f9a588
...
...
@@ -3,7 +3,7 @@ template: reference
foo
:
bar
---
#
Enumerated
Schema
#
Complex References
Schema
```
https://example.com/schemas/complex
...
...
@@ -17,16 +17,16 @@ This is an example schema that uses types defined in other schemas.
## Schema Hierarchy
*
Enumerated
`https://example.com/schemas/complex`
*
Complex References
`https://example.com/schemas/complex`
*
[
Abstract
](
abstract.schema.md
)
`https://example.com/schemas/abstract`
*
[
Simple
](
simple.schema.md
)
`https://example.com/schemas/simple`
#
Enumerated
Properties
#
Complex References
Properties
| Property | Type | Required | Defined by |
|----------|------|----------|------------|
|
[
refabstract
](
#refabstract
)
| complex |
**Required**
|
Enumerated
(this schema) |
|
[
refnamed
](
#refnamed
)
| complex | Optional |
Enumerated
(this schema) |
|
[
refabstract
](
#refabstract
)
| complex |
**Required**
|
Complex References
(this schema) |
|
[
refnamed
](
#refnamed
)
| complex | Optional |
Complex References
(this schema) |
## refabstract
...
...
This diff is collapsed.
Click to expand it.
examples/generated-schemas/complex.schema.json
+
1
−
1
View file @
02f9a588
...
...
@@ -7,7 +7,7 @@
],
"$schema"
:
"http://json-schema.org/draft-06/schema#"
,
"$id"
:
"https://example.com/schemas/complex"
,
"title"
:
"
Enumerated
"
,
"title"
:
"
Complex References
"
,
"type"
:
"object"
,
"description"
:
"This is an example schema that uses types defined in other schemas."
,
"properties"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment