# NetworkGetSchema

**object**  
  
**kind**  
  **string** Required  
  
The kind of record.

**metadata**  
  **object** [MetadataSchema](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/metadataschema) Required  
  
  Show 10 properties  
  Hide 10 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

**Show value schema**  
  **Hide value schema**

- [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  
  
- **status**  
  **object** [NetworkBodyStatus](https://docs.mediakind.com/api-reference/infrastructure-api/schemas/networkbodystatus) Required  
  
  Show 2 properties  
  Hide 2 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
