schema-enforcer icon indicating copy to clipboard operation
schema-enforcer copied to clipboard

Add support for YANG

Open PhillSimonds opened this issue 5 years ago • 0 comments

Environment

  • Python version: 3.7.x+
  • schema-enforcer version: 1.0

Proposed Functionality

Currently, schema enforcer only supports JSONSchema as it's schema language. This feature request proposes adding support for YANG.

Use Case

A user should be able to build a YANG data model or import one of the IETF/OpenConfig YANG data models and validate their data adheres to the schema defined by this data model.

PhillSimonds avatar Dec 14 '20 16:12 PhillSimonds