Type ServiceDescriptor
File match service-descriptor.yml
Schema URL https://catalog.lintel.tools/schemas/schemastore/one-s-service-descriptor/latest.json
Source https://www.schemastore.org/one-service-descriptor-schema-0.1.json

Validate with Lintel

npx @lintel/lintel check
Type: ServiceDescriptor

Definitions

ServiceDescriptor object
description string required
requires Require[] required
events object required
2 nested properties
produces string[] required
consumes string[] required
Events object
produces string[] required
consumes string[] required
Consumes string[]
Produces string[]
Require object
service string required
version string required
uses Use[] required
Use object
api string required
Values: "internal" "external" "integration"
type string required
Values: "REST" "library"