Commit d468af7b authored by Yann Garcia's avatar Yann Garcia
Browse files

Bugs fixed on meep-dederation during TTF T043 validation

parent 12336c75
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# Addresses

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Host** | **string** | Host portion of the address. | [default to null]
**Port** | **int32** | Port portion of the address. | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+12 −0
Original line number Diff line number Diff line
# CategoryRef

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Href** | **string** | Reference of the catalogue. | [default to null]
**Id** | **string** | Unique identifier of the category. | [default to null]
**Name** | **string** | Name of the category. | [default to null]
**Version** | **string** | Category version. | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+12 −0
Original line number Diff line number Diff line
# EndPointInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Uris** | **[]string** | Entry point information of the service as string, formatted according to URI syntax (see IETF RFC 3986 [8]). Shall be used for REST APIs. See note. | [optional] [default to null]
**Fqdn** | **[]string** | Fully Qualified Domain Name of the service. See note. | [optional] [default to null]
**Addresses** | [**[]Addresses**](Addresses.md) |  | [optional] [default to null]
**Alternative** | **string** | Entry point information of the service in a format defined by an implementation, or in an external specification. See note. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+9 −0
Original line number Diff line number Diff line
# FedResourcesSystemsBody

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SystemInfo** | [***SystemInfo**](SystemInfo.md) |  | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+11 −0
Original line number Diff line number Diff line
# FedServiceInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SystemId** | **string** | Identifier of the MEC system. | [default to null]
**MecHostInformation** | [***MecHostInformation**](MecHostInformation.md) |  | [default to null]
**ServiceInfo** | [***ServiceInfo**](ServiceInfo.md) |  | [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading