Microsoft Graph · Schema

printFinishing

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprintfinishing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.printFinishing",
  "title": "printFinishing",
  "enum": [
    "none",
    "staple",
    "punch",
    "cover",
    "bind",
    "saddleStitch",
    "stitchEdge",
    "stapleTopLeft",
    "stapleBottomLeft",
    "stapleTopRight",
    "stapleBottomRight",
    "stitchLeftEdge",
    "stitchTopEdge",
    "stitchRightEdge",
    "stitchBottomEdge",
    "stapleDualLeft",
    "stapleDualTop",
    "stapleDualRight",
    "stapleDualBottom",
    "unknownFutureValue",
    "stapleTripleLeft",
    "stapleTripleTop",
    "stapleTripleRight",
    "stapleTripleBottom",
    "bindLeft",
    "bindTop",
    "bindRight",
    "bindBottom",
    "foldAccordion",
    "foldDoubleGate",
    "foldGate",
    "foldHalf",
    "foldHalfZ",
    "foldLeftGate",
    "foldLetter",
    "foldParallel",
    "foldPoster",
    "foldRightGate",
    "foldZ",
    "foldEngineeringZ",
    "punchTopLeft",
    "punchBottomLeft",
    "punchTopRight",
    "punchBottomRight",
    "punchDualLeft",
    "punchDualTop",
    "punchDualRight",
    "punchDualBottom",
    "punchTripleLeft",
    "punchTripleTop",
    "punchTripleRight",
    "punchTripleBottom",
    "punchQuadLeft",
    "punchQuadTop",
    "punchQuadRight",
    "punchQuadBottom",
    "fold",
    "trim",
    "bale",
    "bookletMaker",
    "coat",
    "laminate",
    "trimAfterPages",
    "trimAfterDocuments",
    "trimAfterCopies",
    "trimAfterJob"
  ],
  "type": "string"
}