@suluk/core - v0.1.13
    Preparing search index...

    Interface Tag

    @suluk/core — the foundation library for the OpenAPI v4.0 "Suluk" candidate.

    parse → validate (meta-schema) → resolve references (by-name) → compute signatures → build the ADA → match requests. Implements the structural + behavioral contract in specification/candidate-v4/conformance/CONFORMANCE.md and the buildable grammars in SPEC Appendix A (C019). CANDIDATE tooling — provisional; the soft points (CONFIDENCE.md) are isolated here.

    interface Tag {
        summary?: string;
        description?: string;
        type?: string;
    }
    Index

    Properties

    summary?: string
    description?: string
    type?: string