FDP-5206 - Update guidelines and format

This commit is contained in:
Guillermo Lagunas
2025-06-10 16:01:34 +02:00
parent f4486b00b5
commit c587e3e014
15 changed files with 72 additions and 72 deletions

View File

@@ -2,10 +2,10 @@
According to [AsyncAPI documentation](https://v2.asyncapi.com/docs/reference/specification/v2.6.0#A2SIdString), every AsyncAPI spec **SHOULD** use a unique identifier for the application being defined, following RFC-3986.
More concretely, ASyncAPI specs created in adidas should use the following pattern
More concretely, ASyncAPI specs created in adidas should use the following pattern:
```yaml
...
id: urn:fdp:adidas:com:namespace:asyncapi_reference_spec
id: 'urn:fdp:adidas:com:namespace:asyncapi_reference_spec'
...
```