Skip to content

Commit

Permalink
Add some clarifying comments to plugin/jsonSchema.go
Browse files Browse the repository at this point in the history
Signed-off-by: Enis Inan <[email protected]>
  • Loading branch information
ekinanp committed Jun 25, 2019
1 parent df9bbb1 commit f1df99e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/jsonSchema.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import (
"github.com/ekinanp/jsonschema"
)

// This file has wrappers around the jsonschema library so that
// core plugin authors do not need to understand how it works in
// order to use it.

// JSONSchema represents a JSON schema
type JSONSchema = jsonschema.Schema

Expand Down

0 comments on commit f1df99e

Please sign in to comment.