This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/type key exception #2
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
6288025
feat: added json of type key exception
AndyOGo 36075de
chore: generate docs
AndyOGo cbf3b8f
fix: upgraded @adobe/jsonschema2md to 4.0.9
AndyOGo e903e73
fix: upgraded @adobe/jsonschema2md to 4.0.10
AndyOGo a95f08d
chore: rebuild docs
AndyOGo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"$schema":"http://json-schema.org/draft-04/schema#","$id":"http://www.example.com/schemas/components/Button.json","type":"object","title":"Button","description":"Renders a Button.","additionalProperties":false,"properties":{"properties":{"type":"object","title":"Properties","description":"Properties of Button.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["button","submit","reset"],"title":"Type","description":"The type of the Button (not used for anchors)."}}}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Button Schema | ||
|
||
```txt | ||
http://www.example.com/schemas/components/Button.json | ||
``` | ||
|
||
Renders a Button. | ||
|
||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [Button.json](Button.json "open original schema") | | ||
|
||
## Button Type | ||
|
||
`object` ([Button](button.md)) | ||
|
||
# Button Properties | ||
|
||
| Property | Type | Required | Nullable | Defined by | | ||
| :------------------------ | -------- | -------- | -------------- | :---------------------------------------------------------------------------------------------------------------------------- | | ||
| [properties](#properties) | `object` | Optional | cannot be null | [Button](button-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties") | | ||
|
||
## properties | ||
|
||
Properties of Button. | ||
|
||
|
||
`properties` | ||
|
||
- is optional | ||
- Type: `object` ([Properties](button-properties-properties.md)) | ||
- cannot be null | ||
- defined in: [Button](button-properties-properties.md "http://www.example.com/schemas/components/Button.json#/properties/properties") | ||
|
||
### properties Type | ||
|
||
`object` ([Properties](button-properties-properties.md)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$id": "http://www.example.com/schemas/components/Button.json", | ||
|
||
"type": "object", | ||
"title": "Button", | ||
"description": "Renders a Button.", | ||
|
||
"additionalProperties": false, | ||
"properties": { | ||
"properties": { | ||
"type": "object", | ||
"title": "Properties", | ||
"description": "Properties of Button.", | ||
|
||
"additionalProperties": false, | ||
"properties": { | ||
"type": { | ||
"type": "string", | ||
"enum": ["button", "submit", "reset"], | ||
"title": "Type", | ||
"description": "The type of the Button (not used for anchors)." | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error: Cannot find module 'es2015-i18n-tag'
It doesn't seem to be installed properly 🤔
ls -a ./node_modules/es2015-i18n-tag/ . .all-contributorsrc CONTRIBUTING.md README.md package.json .. CHANGELOG.md LICENSE benchmark.js yarn.lock