Skip to main content
logoTetrate Service BridgeVersion: 1.6.x

Core types

Core types.

NamespacedName

NamespacedName specifies a namespace-scoped name.

FieldDescriptionValidation Rule

namespace

string
REQUIRED
Namespace name.

string = {
  min_len: 1
}

name

string
REQUIRED
Resource name.

string = {
  min_len: 1
}