asset/schema/registry-server.yaml

Summary

Maintainability
Test Coverage
---

type: object
properties:
  type:
    type: string
    enum:
      - server
  server:
    type: string
  username:
    type: string
  password:
    type: string
  password-file:
    type: string
additionalProperties: false