Skip to content
Snippets Groups Projects
Unverified Commit b084a661 authored by Anjan Kaur's avatar Anjan Kaur Committed by GitHub
Browse files

Merge pull request #119 from fmeschbe/fmeschbe/heading

Issue #117: Add blank lines for proper HTML rendering with kramdown
parents 2ff70ecb b8a3b07d
No related branches found
No related tags found
No related merge requests found
Showing
with 82 additions and 0 deletions
......@@ -25,6 +25,7 @@ This is an abstract schema. It has `definitions`, but does not declare any prope
## bar
A unique identifier given to every addressable thing.
`bar`
......@@ -46,6 +47,7 @@ A unique identifier given to every addressable thing.
## foo
A unique identifier given to every addressable thing.
`foo`
......@@ -67,6 +69,7 @@ A unique identifier given to every addressable thing.
## nonfoo
This is not foo.
`nonfoo`
......
......@@ -32,6 +32,7 @@ This is an example schema with examples for multiple array types and their const
## JoinTypelist
An array of simple objects
`JoinTypelist`
......@@ -64,6 +65,7 @@ All items must be of the type:
#### foo
A simple string.
`foo`
......@@ -104,6 +106,7 @@ hello
#### bar
A simple string.
`bar`
......@@ -140,6 +143,7 @@ world
## boollist
This is an array
`boollist`
......@@ -165,6 +169,7 @@ All items must be of the type:
## coordinatelist
This is an array of coordinates in three-dimensional space.
`coordinatelist`
......@@ -201,6 +206,7 @@ A coordinate, specified by `x`, `y`, and `z` values
## intlist
This is an array
`intlist`
......@@ -229,6 +235,7 @@ All items must be of the type:
## list
This is an array
`list`
......@@ -256,6 +263,7 @@ All items must be of the type:
## listlist
This is an array of arrays
`listlist`
......@@ -280,6 +288,7 @@ Nested array type: `array`
## numlist
This is an array
`numlist`
......@@ -308,6 +317,7 @@ All items must be of the type:
## objectlist
An array of simple objects
`objectlist`
......@@ -334,6 +344,7 @@ All items must be of the type:
#### a
The a property
`a`
......@@ -356,6 +367,7 @@ The a property
#### b
The b property
`b`
......@@ -384,6 +396,7 @@ The b property
## stringlistlist
This is an array of arrays of strings
`stringlistlist`
......
......@@ -14,6 +14,7 @@ This is an example schema that uses types defined in other schemas.
| [Abstract](../abstract.md) | Extensible | [Status](../status.md) | Identifiable | Custom Properties | Additional Properties | Defined In |
|----------------------------|------------|------------------------|--------------|-------------------|-----------------------|------------|
| Can be instantiated | No | Experimental | No | Forbidden | Permitted | [complex.schema.json](complex.schema.json) |
## Schema Hierarchy
* Complex References `https://example.com/schemas/complex`
......@@ -37,6 +38,7 @@ This is an example schema that uses types defined in other schemas.
## and
Number in a range
`and`
......@@ -74,6 +76,7 @@ Number in a range
## or
String or number…
`or`
......@@ -133,6 +136,7 @@ String or number…
#### foo
A unique identifier given to every addressable thing.
`foo`
......@@ -155,6 +159,7 @@ A unique identifier given to every addressable thing.
#### nonfoo
This is not foo.
`nonfoo`
......@@ -221,6 +226,7 @@ All items must be of the type:
## xor
Exclusive choice.
`xor`
......
......@@ -24,6 +24,7 @@ This is an example schema with examples for properties with constant values
## hello
A simple string, without strong constraints.
`hello`
......
......@@ -25,6 +25,7 @@ This is an extensible schema. It has `definitions`, that can be used in other sc
## bar
A unique identifier given to every addressable thing.
`bar`
......@@ -46,6 +47,7 @@ A unique identifier given to every addressable thing.
## foo
A unique identifier given to every addressable thing.
`foo`
......
......@@ -14,6 +14,7 @@ This is an extending schema. It is extending another extending schema. It pulls
| [Abstract](../abstract.md) | Extensible | [Status](../status.md) | Identifiable | Custom Properties | Additional Properties | Defined In |
|----------------------------|------------|------------------------|--------------|-------------------|-----------------------|------------|
| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [deepextending.schema.json](deepextending.schema.json) |
## Schema Hierarchy
* Deeply Extending `https://example.com/schemas/deepextending`
......@@ -36,6 +37,7 @@ This is an extending schema. It is extending another extending schema. It pulls
## @id
An `id` with an `@` in front of it. The `@` stands for "dot com"
`@id`
......@@ -58,6 +60,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
## bar
A horse walks into it.
`bar`
......@@ -89,8 +92,10 @@ A horse walks into it.
## baz
### BAAAZ!
This property has a unique name to demonstrate it's uniqueness.
`baz`
......@@ -118,6 +123,7 @@ This property has a unique name to demonstrate it's uniqueness.
## hey
A unique identifier given to every addressable thing.
`hey`
......@@ -139,6 +145,7 @@ A unique identifier given to every addressable thing.
## id
A unique identifier given to every addressable thing.
`id`
......@@ -161,6 +168,7 @@ A unique identifier given to every addressable thing.
## meta:id
An about ids. It is meta. If you are confused, send an email to the address specified in this property value.
`meta:id`
......
......@@ -43,6 +43,7 @@ aks.
## @id
An `id` with an `@` in front of it. The `@` stands for "dot com"
`@id`
......@@ -65,6 +66,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
## id
A unique identifier given to every addressable thing.
`id`
......@@ -87,6 +89,7 @@ A unique identifier given to every addressable thing.
## meta:id
An about ids. It is meta. If you are confused, send an email to the address specified in this property value.
`meta:id`
......
......@@ -25,6 +25,7 @@ This is an example schema with examples for properties with enum values
## hello
A simple string. Pick a value.
`hello`
......@@ -45,8 +46,10 @@ The value of this property **must** be equal to one of the [known values below](
## nested
### Enumerated (Nested)
This is an example schema with examples for properties of nested objects with enum values
`nested`
......@@ -69,6 +72,7 @@ This is an example schema with examples for properties of nested objects with en
#### test
A simple string. Pick a value.
`test`
......
......@@ -33,6 +33,7 @@ This is an example schema with examples. Too many examples? There can never be t
## bar
A simple string.
`bar`
......@@ -65,6 +66,7 @@ A simple string.
## foo
A simple string.
`foo`
......
......@@ -42,6 +42,7 @@ This is an example schema with *multiple* examples. Too many examples? There can
## bar
A simple string.
`bar`
......@@ -74,6 +75,7 @@ A simple string.
## foo
A simple string.
`foo`
......
......@@ -14,6 +14,7 @@ This is an extending schema. It pulls `definitions` from other schemas.
| [Abstract](../abstract.md) | Extensible | [Status](../status.md) | Identifiable | Custom Properties | Additional Properties | Defined In |
|----------------------------|------------|------------------------|--------------|-------------------|-----------------------|------------|
| Can be instantiated | Yes | Experimental | Yes | Forbidden | Permitted | [extending.schema.json](extending.schema.json) |
## Schema Hierarchy
* Extending `https://example.com/schemas/extending`
......@@ -34,6 +35,7 @@ This is an extending schema. It pulls `definitions` from other schemas.
## @id
An `id` with an `@` in front of it. The `@` stands for "dot com"
`@id`
......@@ -56,6 +58,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
## bar
A horse walks into it.
`bar`
......@@ -87,8 +90,10 @@ A horse walks into it.
## baz
### BAAAZ!
This property has a unique name to demonstrate it's uniqueness.
`baz`
......@@ -116,6 +121,7 @@ This property has a unique name to demonstrate it's uniqueness.
## id
A unique identifier given to every addressable thing.
`id`
......@@ -138,6 +144,7 @@ A unique identifier given to every addressable thing.
## meta:id
An about ids. It is meta. If you are confused, send an email to the address specified in this property value.
`meta:id`
......
......@@ -24,6 +24,7 @@ This is an extensible schema. It has `definitions`, that can be used in other sc
## bar
A horse walks into it.
`bar`
......@@ -56,6 +57,7 @@ A horse walks into it.
## foo
A unique identifier given to every addressable thing.
`foo`
......
......@@ -24,6 +24,7 @@ This is a *very* simple example of a JSON schema. There is only one property.
## @id
A unique identifier given to every addressable thing.
`@id`
......
......@@ -33,6 +33,7 @@ This is an example of a JSON schema with only a join type key. Here a 'oneOf'.
#### foo
A simple string.
`foo`
......@@ -73,6 +74,7 @@ hello
#### bar
A simple string.
`bar`
......
......@@ -22,6 +22,7 @@ https://example.com/schemas/nestedobject
## settings
settings
`settings`
......@@ -44,6 +45,7 @@ settings
#### collaborators
collaborators
`collaborators`
......@@ -65,6 +67,7 @@ collaborators
#### id
`id`
......
......@@ -24,6 +24,7 @@ This is a *very* simple example of a JSON schema. There is only one property.
## id
A unique identifier given to every addressable thing.
`id`
......
......@@ -40,6 +40,7 @@ This is an example schema with examples for multiple types and their constraints
## integer_threes
Guess what number is valid
`integer_threes`
......@@ -63,6 +64,7 @@ Guess what number is valid
## interger_constrained
Just a whole number. I don't like fractions. Don't get too small
`interger_constrained`
......@@ -85,6 +87,7 @@ Just a whole number. I don't like fractions. Don't get too small
## interger_unconstrained
Just a whole number. I don't like fractions.
`interger_unconstrained`
......@@ -106,6 +109,7 @@ Just a whole number. I don't like fractions.
## number_constrained
Just a number. Don't get too big.
`number_constrained`
......@@ -127,6 +131,7 @@ Just a number. Don't get too big.
## number_unconstrained
Just a number
`number_unconstrained`
......@@ -148,6 +153,7 @@ Just a number
## string_date
A date-like string.
`string_date`
......@@ -170,6 +176,7 @@ A date-like string.
## string_email
An email-like string.
`string_email`
......@@ -192,6 +199,7 @@ An email-like string.
## string_hostname
A hostname-like string.
`string_hostname`
......@@ -214,6 +222,7 @@ A hostname-like string.
## string_ipv4
An IPv4-like string.
`string_ipv4`
......@@ -236,6 +245,7 @@ An IPv4-like string.
## string_ipv6
An IPv6-like string.
`string_ipv6`
......@@ -258,6 +268,7 @@ An IPv6-like string.
## string_length
A string with minumum and maximum length
`string_length`
......@@ -290,6 +301,7 @@ A string with minumum and maximum length
## string_pattern
A string following a regular expression
`string_pattern`
......@@ -349,6 +361,7 @@ All instances must conform to this regular expression
## string_pattern_noexample
A string following a regular expression
`string_pattern_noexample`
......@@ -377,6 +390,7 @@ All instances must conform to this regular expression
## string_pattern_singleexample
A string following a regular expression
`string_pattern_singleexample`
......@@ -411,6 +425,7 @@ All instances must conform to this regular expression
## string_unconstrained
A simple string, without any constraints.
`string_unconstrained`
......@@ -438,6 +453,7 @@ A simple string, without any constraints.
## string_uri
A URI.
`string_uri`
......
......@@ -24,6 +24,7 @@ This is a schema which is currently in the `stabilizing` status.
## id
A unique identifier given to every addressable thing.
`id`
......
......@@ -24,6 +24,7 @@ A schema in a sub directory
## id
A unique identifier given to every addressable thing.
`id`
......
......@@ -27,6 +27,7 @@ This schema test type arrays and nullable types
## null
This is just nothing
`null`
......@@ -46,6 +47,7 @@ This property can only have the value `null`.
## string-or-null
Nullable string
`string-or-null`
......@@ -67,6 +69,7 @@ Nullable string
## string-or-number
Types can be many things
`string-or-number`
......@@ -88,6 +91,7 @@ Either one of:
## string-or-number-null
Types can be many things, even nothing at all.
`string-or-number-null`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment