Participation Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
all array
owner array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-participation-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/participation-stats",
  "title": "Participation Stats",
  "type": "object",
  "properties": {
    "all": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "owner": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": [
    "all",
    "owner"
  ]
}