schema

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 29, 2025 License: Apache-2.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Schema

type Schema map[string]interface{}

Schema representa um JSON Schema draft-07 simplificado

func (*Schema) Validate

func (s *Schema) Validate(data interface{}) (bool, []error)

Validate valida o dado 'data' contra o schema JSON draft-07 representado por 'schema'

type SchemaLoader

type SchemaLoader interface {
	Load() (*Schema, error)
}

func NewLoader

func NewLoader(source string) (SchemaLoader, error)

Jump to

Keyboard shortcuts

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