Fixed missing entity_did in ServiceBase
All checks were successful
checks-impure / test (pull_request) Successful in 2m28s
checks / test (pull_request) Successful in 10m45s

This commit is contained in:
2024-01-15 15:57:31 +01:00
parent e47b0b4911
commit 390ded6dff
3 changed files with 5 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
| **endpoint_url** | **str** | |
| **status** | **str** | |
| **other** | **object** | |
| **entity** | [**Entity**](Entity.md) | |
| **entity_did** | **str** | |
| **usage** | [**List[ServiceUsage]**](ServiceUsage.md) | |
## Example