cdevents / spec

A common specification for Continuous Delivery events
Apache License 2.0
125 stars 22 forks source link

How to integrate custom schemaUri for SDKs #236

Open rjalander opened 1 month ago

rjalander commented 1 month ago

The schemaUri defined in latest spec 0.4.0, needs to be integrated with SDKs

"schemaUri": {
    "type": "string",
    "minLength": 1,
    "format": "uri"
}