Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Aug 4, 2023
1 parent 6a64bf9 commit e2c5892
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/schemas/sign_request_signer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ allOf:
example: https://example.com
description: URL to direct a signer to for signing

<!-- yamllint-disable line-length -->
# yamllint disable rule:line-length

iframeable_embed_url:
type: string
nullable: true
example: https://app.box.com/embed/sign/document/f14d7098-a331-494b-808b-79bc7f3992a3/f14d7098-a331-494b-808b-79bc7f3992a4
description: |-
This URL is specifically designed for
signing documents within an HTML iframe tag.
signing documents within an HTML `iframe` tag.
The first ID in the URL represents the signature
request ID, while the second ID (the last part) represents the signer's ID.
request ID, while the second ID (the last part)
represents the signer's ID.
<!-- yamllint-enable line-length -->
# yamllint enable rule:line-length

0 comments on commit e2c5892

Please sign in to comment.