Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The `artifacts` directory contains:
* API templates demonstrating `$ref` consumption of common schemas in [artifacts/api-templates](artifacts/api-templates):
* [sample-service.yaml](artifacts/api-templates/sample-service.yaml) — request-response CRUD template
* [sample-service-subscriptions.yaml](artifacts/api-templates/sample-service-subscriptions.yaml) — explicit subscription management template
* [sample-implicit-events.yaml](artifacts/api-templates/sample-implicit-events.yaml) — implicit-subscription template (event notifications via OpenAPI callbacks on a resource-creation operation)
* notification callback template in [artifacts/notification-templates](artifacts/notification-templates):
* [sample-notification.yaml](artifacts/notification-templates/sample-notification.yaml) — receiver-side notification endpoint
* common test scenarios in [artifacts/testing](artifacts/testing) — error handling for device/phoneNumber APIs and subscription APIs
Expand Down
Loading