2.0.0 • Published 5 years ago

signature-page-schema v2.0.0

Weekly downloads
161
License
BlueOak-1.0.0
Repository
github
Last release
5 years ago

For example:

// An array of signature page objects.
[
  {
    // The defined term for the party signing
    "term": "Contractor",
    // The header paragraph of the signature page.
    "header": "The parties enter this agreement on the first date written above.",
    // Additional information to be filled in beneath signature.
    "information": ["date"],
    // Signing individual's name.
    // Here, signing in individual capacity.
    "name": "Jane Doe"
  },
  {
    "term": "Company",
    // Do not break page before this signature.
    "samePage": true,
    "information": ["address", "email"],
    // Intermediary entities.
    "entities": [
      // The entity actually signing.
      {
        "name": "B, LLC",
        "form": "corporation",
        "jurisdiction": "Delaware",
        // The agent of the entity signing for it.
        // In this case, A, LP, next in the Array.
        "by": "Manager"
      },
      {
        "name": "A, LP",
        "form": "limited partnership",
        "jurisdiction": "Delaware",
        "by": "Limited Partner"
      },
      {
        "name": "NewCo, Inc",
        "form": "corporation",
        "jurisdiction": "Delaware",
        // Jane Doe is director of NewCo.
        "by": "Director"
      }
    ],
    "name": "Jane Doe"
  }
]
2.0.0

5 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago