Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 693 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 693 Bytes

KSY (Kaitai Struct YAML) specification

This repository holds formal specification of KSY (Kaitai Struct YAML) files. These files are used by Kaitai Struct project to specify binary formats / data structures in declarative fashion.

This specification uses JSON schema — please note that KSY files are actually YAML-based, so to validate them with this schema one has to convert them to JSON first.

Usage

At the moment, the primary consumer of this schema is Web IDE, which uses it for autocompletion in text editor.

Licensing

MIT license, see LICENSE for details.