Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 820 Bytes

question.rst

File metadata and controls

57 lines (36 loc) · 820 Bytes
.. index:: Question, Answer, Author

Question

Schema

id:

uid, auto-generated

author:

:ref:`Organization`, required

Who is asking a question (contactPoint - person, identification - organization that person represents).

title:

string, required

Title of the question.

description:

string

Description of the question.

date:

string, :ref:`date`, auto-generated

Date of posting.

dateAnswered:

string, :ref:`date`, auto-generated

Date when answer has been provided.

answer:

string

Answer for the question asked.

questionOf:

string

Possible values are:

  • tender
  • item
  • lot
relatedItem:

string

Id of related :ref:`lot` or :ref:`item`.