FastDOL · JSON Structure

Fastdol Create Key Request Structure

CreateKeyRequest structure from FastDOL API

Type: object Properties: 2
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

CreateKeyRequest is a JSON Structure definition published by FastDOL, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

label scopes

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fastdol/refs/heads/main/json-structure/fastdol-create-key-request-structure.json",
  "name": "CreateKeyRequest",
  "type": "object",
  "description": "CreateKeyRequest structure from FastDOL API",
  "properties": {
    "label": {
      "type": "string"
    },
    "scopes": {
      "type": "array"
    }
  }
}