description:Unique identifier for an addressable object in the API. Can be null when posting or updating objects in the API if part of the root element or is a new entity. Should always be set in responses.
type:
-string
-'null'
minimum:1
WorkingGroups:
type:array
items:
$ref:'#/components/schemas/WorkingGroup'
WorkingGroup:
type:object
properties:
alias:
type:string
description:internal alias for the working group
title:
type:string
description:Public-facing or official name of the working group
status:
type:string
description:Current status of the working group (e.g. incubating, active, archived)
logo:
type:string
description:image link for the working groups logo
description:
type:string
description:Short description of the working group
resources:
$ref:'#/components/schemas/WorkingGroupResources'
levels:
$ref:'#/components/schemas/WorkingGroupLevels'
WorkingGroupResources:
type:object
properties:
charter:
type:string
description:Link to the charter for the current working group
contact_form:
type:string
description:URL link to the contact form
members:
type:string
description:URL to the members list for the given working group