src.education_resource ====================== .. py:module:: src.education_resource Classes ------- .. autoapisummary:: src.education_resource.EducationResource Module Contents --------------- .. py:class:: EducationResource(/, **data: Any) Bases: :py:obj:`pydantic.BaseModel` The metadata for an education resource to be communicated in the Exchange. This could be a lesson plan, one or more datasets, documents, worksheets, images, or videos. Attributes: title: Description of title description: Description of description author: Description of author authoring_institution: Description of authoring_institution subject_tags: Description of subject_tags creation_date: Description of creation_date last_modified_date: Description of last_modified_date usage: Description of usage .. py:attribute:: title :type: str :value: '' .. py:attribute:: description :type: str :value: '' .. py:attribute:: author :type: str :value: '' .. py:attribute:: authoring_institution :type: str :value: '' .. py:attribute:: subject_tags :type: list[str] :value: [] .. py:attribute:: creation_date :type: datetime.datetime | None :value: None .. py:attribute:: last_modified_date :type: datetime.datetime | None :value: None .. py:attribute:: usage :type: list[src.pedigree_record.PedigreeRecord] :value: []