github.com/opencontainers/runtime-tools@v0.9.0/schema/README.md (about)

     1  # JSON schema
     2  
     3  This directory contains [JSON Schema][json-schema] for validating JSON covered by local specifications.
     4  The runtime specification includes [a generic command line tool][validate] which may be used to validate JSON with these schemas.
     5  
     6  ## OCI Runtime Command Line Interface
     7  
     8  The [Runtime Command Line Interface](../docs/command-line-interface.md) defines:
     9  
    10  * [Terminal requests](../docs/command-line-interface.md#requests), which may be validated against [`socket-terminal-request.json`](socket-terminal-request.json).
    11  * [Responses](../docs/command-line-interface.md#reqponses), which may be validated against [`socket-response.json`](socket-response.json).
    12  
    13  [json-schema]: http://json-schema.org/
    14  [validate]: https://github.com/opencontainers/runtime-spec/tree/v1.0.0-rc5/schema#utility