Skip to content

Commit

Permalink
fix: fix code snippet schema validation (BDS-291)
Browse files Browse the repository at this point in the history
display, lang, and syntax are not required, they all have defaults
  • Loading branch information
remydenton committed Jun 7, 2018
1 parent 2c7f45c commit 67895f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/bolt-code-snippet/code-snippet.schema.yml
Expand Up @@ -2,10 +2,6 @@ $schema: http://json-schema.org/draft-04/schema#
title: 'Code Snippet'
description: 'Monospace Font Styles for Code Text'
type: object
required:
- display
- lang
- syntax
properties:
display:
type: string
Expand Down

0 comments on commit 67895f2

Please sign in to comment.