# NetworkListResponseSchema

**object**

## @odata.nextLink  
`string` Optional  
URL if the page length and number of items match.

## supplemental  
`object` [ListResponseSupplementalSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/listresponsesupplementalschema) Required  
Supplemental info

### Properties  
- **count** `integer` Required  
Number of items returned  
- **kind** `string` Required  
Type of items in the list  
- **operation** `string` Required  
Operation type. Should always say 'list'  
- **pagination** `object` [PaginationInfoSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/paginationinfoschema) Required  
Pagination info

#### Properties  
- **end** `integer` Required  
Position of the last item in the list  
- **records** `integer` Required  
Total number of items returned in the list  
- **start** `integer` Required  
Position of the first item in the list  
- **total** `integer` Required  
Total number of items in the project

## subscription  
`object` [ProjectInfoSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/projectinfoschema) Optional  
Project info

### Properties  
- **id** `string` Required  
Project ID  
- **name** `string` Required  
Project name

## value  
`list of objects` [NetworkGetSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/networkgetschema) Required  
A list of networks.

### Properties  
- **kind** `string` Required  
The kind of record.
- **metadata** `object` [MetadataSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/metadataschema) Required  
Network metadata.

#### Properties  
- **created** `string` Optional format: date-time  
The time when the resource was created  
- **createdBy** `string` Optional format: uuid  
ID of the user who created the resource  
- **createdByEmail** `string` Optional  
Email of the user who created the resource  
- **displayName** `string` Optional  
The display name of the resource  
- **id** `string` Required format: uuid  
The ID of the resource  
- **labels** `map from strings to string` Optional  
A dictionary of labels associated with the resource  
  
  \[any key\] `string`
- **name** `string` Optional  
The name of the resource  
- **updated** `string` Optional format: date-time  
The time when the resource was last updated  
- **updatedBy** `string` Optional format: uuid  
ID of the user who last updated the resource  
- **updatedByEmail** `string` Optional  
Email of the user who last updated the resource
- **spec** `object` [NetworkBodySpec](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/networkbodyspec) Required  
Network specification.
- **status** `object` [NetworkBodyStatus](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/networkbodystatus) Required  
Network status.

### Properties  
- **owner** `enum` Required  
Indicates whether the network was automatically created by the system. System owned networks cannot be deleted, but they can be modified. To learn more, read System owned networks.
  
  Allowed values: **User**, **System**  
- **scope** `enum` Required  
Indicates whether the network is a local network within a site. Local networks are always system owned and therefore cannot be deleted, however they can be modified.
  
  Allowed values: **Connecting**, **Local**
