Schema
        You can download the release-schema.json file in English.
      
Tender
        The extension defines these fields in the Tender object from OCDS:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                enquiries
               | Enquiries | Questions sent to the procuring entity, and the answers given | array of Enquiry objects | 
Enquiry
        The extension defines a new Enquiry object with these fields:
      
| Field | Title | Description | Type(s) | 
|---|---|---|---|
| 
                id
               | Identifier | A unique identifier for the enquiry. | string | 
| 
                date
               | Date | The date the enquiry was received or processed. | string | 
| 
                author
               | Question author | The party asking this question. The corresponding entry in the  | OrganizationReference object | 
| 
                title
               | Question title | The subject line of the question. | string | 
| 
                description
               | Description | The body of the question. | string | 
| 
                answer
               | Answer | The answer to this question, when available. | string | 
| 
                dateAnswered
               | Date answered | The date the answer to the question was provided. | string | 
| 
                relatedItem
               | Related item | If this question relates to a specific line-item, this field contains the line-item identifier. | string | 
| 
                relatedLot
               | Related lot | Where lots are used, if this question relates to a specific lot, this field contains the lot identifier. | string | 
| 
                threadID
               | Thread identifier | If this question and answer forms part of a discussion thread (e.g. the question is a follow-up to a previous answer) a thread identifier can be used to associate multiple enquiries. | string |