generated from Luis/nextjs-python-web-template
Added usage field to service
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
## Properties
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ---------------- | ----------------------- | ----------- | ----- |
|
||||
| **uuid** | **str** | |
|
||||
| **service_name** | **str** | |
|
||||
| **service_type** | **str** | |
|
||||
| **endpoint_url** | **str** | |
|
||||
| **status** | **str** | |
|
||||
| **other** | **object** | |
|
||||
| **entity_did** | **str** | |
|
||||
| **entity** | [**Entity**](Entity.md) | |
|
||||
| Name | Type | Description | Notes |
|
||||
| ---------------- | ----------------------------------------- | ----------- | ----- |
|
||||
| **uuid** | **str** | |
|
||||
| **service_name** | **str** | |
|
||||
| **service_type** | **str** | |
|
||||
| **endpoint_url** | **str** | |
|
||||
| **status** | **str** | |
|
||||
| **other** | **object** | |
|
||||
| **entity** | [**Entity**](Entity.md) | |
|
||||
| **usage** | [**List[ServiceUsage]**](ServiceUsage.md) | |
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user