FastDOL · JSON Structure

Fastdol Feedback Request Structure

FeedbackRequest structure from FastDOL API

Type: object Properties: 3 Required: 1
OSHAComplianceWorkplace SafetyPublic RecordsFederal EnforcementLabor

FeedbackRequest is a JSON Structure definition published by FastDOL, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

type description contact_email

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-feedback-request-structure.json",
  "name": "FeedbackRequest",
  "type": "object",
  "description": "FeedbackRequest structure from FastDOL API",
  "properties": {
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "contact_email": {
      "type": "string"
    }
  },
  "required": [
    "type"
  ]
}