Eat Apples

eat-apples@0.9.1 Clause ^0.13.0 4661f28032905c34841ffe4cc3f966c92010c94858767de73da69038150c215b

This is a clause enforcing healthy eating habits in employees.

Download Archive Open in Template Studio Open in VSCode Web

Eat Apples!

This is a clause enforcing healthy eating habits in employees.

Sample

            Eating healthy clause between "Dan" (the Employee) and "ACME" (the Company). The canteen only sells apple products. Apples, apple juice, apple flapjacks, toffee apples. Employee gets fired if caught eating anything without apples in it. THE EMPLOYEE, IF ALLERGIC TO APPLES, SHALL ALWAYS BE HUNGRY. Apple products at the canteen are subject to a 4.5% tax.
          

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.canteen.CanteenClause",
    "clauseId": "cf17c402-2f2e-459e-bbb4-68b6db0325ba",
    "employee": "Dan",
    "company": "ACME",
    "tax": 4.5
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "27f33810-b399-11e9-a415-2f2abeed0243"
}

Request Types

Type Sample JSON
org.accordproject.canteen.Food
{
    "$class": "org.accordproject.canteen.Food",
    "produce": "Eu occaecat est.",
    "price": 147.062,
    "transactionId": "27f31100-b399-11e9-a415-2f2abeed0243",
    "timestamp": "2019-07-31T09:43:19.312-04:00"
}

Response Types

Type Sample JSON
org.accordproject.canteen.Outcome
{
    "$class": "org.accordproject.canteen.Outcome",
    "notice": "Non.",
    "transactionId": "27f31101-b399-11e9-a415-2f2abeed0243",
    "timestamp": "2019-07-31T09:43:19.312-04:00"
}

Events Types

Type Sample JSON
org.accordproject.base.Event
{
    "abstract": "this is an abstract type"
}