Skip to content

fad3t/json-schema-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json-schema-plugin

Usage

  [..]
  tasks:
    - name: "validate input against schema"
      json_schema: 
        fatal: true
        instance: "{{ input }}"
        schema: "{{ lookup('file', 'schema.json') }}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages