aboutsummaryrefslogblamecommitdiffhomepage
path: root/tap_google_sheets/schemas/file_metadata.json
blob: 03fefc601cb8cc7ff75b02d1d6ab75e09a5e3dfb (plain) (tree)































                                    
                                    










                                    
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": ["null", "string"]
    },
    "name": {
      "type": ["null", "string"]
    },
    "version": {
      "type": ["null", "integer"]
    },
    "createdTime": {
      "type": ["null", "string"],
      "format": "date-time"
    },
    "modifiedTime": {
      "type": ["null", "string"],
      "format": "date-time"
    },
    "teamDriveId": {
      "type": ["null", "string"]
    },
    "driveId": {
      "type": ["null", "string"]
    },
    "lastModifyingUser": {
      "type": ["null", "object"],
      "additionalProperties": false,
      "properties": {
        "kind": {
          "type": ["null", "string"]
        },
        "displayName": {
          "type": ["null", "string"]
        },
        "emailAdress": {
          "type": ["null", "string"]
        }
      }
    }
  }
}