theupdateframework / specification

The Update Framework specification
https://theupdateframework.github.io/specification/
Other
368 stars 54 forks source link

It would be nice to have an OpenAPI or JSON Schema for TUF resource types #242

Open patflynn opened 2 years ago

patflynn commented 2 years ago

While building Sigstore TUF clients it's necessary to parse the various resource types (Root, Snapshot, Target,..). Most languages have serialization tools that can do this automatically with the right OpenAPI or Json Schema docs. Making these available could accelerate client development.