g004conformance

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package g004conformance reports conformance against the G004 behavior set.

Index

Constants

View Source
const (
	BundleSchemaVersion = "g004.contract.bundle.v1"
	ReportSchemaVersion = "g004.report.v1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Path    string `json:"path"`
	Message string `json:"message"`
}

type Result

type Result struct {
	Kind       string  `json:"kind"`
	Schema     string  `json:"schema"`
	Valid      bool    `json:"valid"`
	ErrorCount int     `json:"error_count"`
	Errors     []Error `json:"errors,omitempty"`
}

func Validate

func Validate(bundle map[string]any) Result

func ValidateJSON

func ValidateJSON(data []byte) (Result, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL