Skip to content
Snippets Groups Projects
groups-list.json 284 B
Newer Older
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "array",
  "items": {
    "allOf":[{"ref":"../definitions/group.json#/definitions/group-output"}],
    "required": [
           "roles",
           "created",
           "modified",
           "_id"
         ]