Skip to main content

inline Catalog

Catalog

inline Catalog

Feature Coming Soon

This is currently on the Zilla roadmapopen in new window. Star and watch the Zilla repoopen in new window for new releases!

Zilla runtime inline catalog

catalog:
  type: inline
  options:
    subjects: 
      items-snapshots:
        schema: |
          {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "status": {
                "type": "string"
              }
            },
            "required": [
              "id",
              "status"
            ]
          }

 



















Summary

Defines a catalog with schemas to enforce validation. The schemas are defined inline with the other properties.

Configuration

options

object

options.subjects*

object as map of named properties

Unique identifier for schema categorization in the registry.

subjects.schema*

string

Definition specifying data structure and format in detail.

subjects.version

string | Default: "latest"

Specific iteration or version of a registered schema.