Factor: description: A Factor of analysis within a research topic properties: ID: description: Record Id type: string CreatedByID: description: Created By User ID type: string x-nullable: true CreatedDate: description: Created Date type: string x-nullable: true Description: description: Topic Description type: string x-nullable: true LastModifiedByID: description: Last Modified By User ID type: string x-nullable: true LastModifiedDate: description: Last Modified Date type: string Name: description: Factor Name type: string x-nullable: true Observations: description: The list of Observations used to analyze this industry items: $ref: "./observation.yaml#/Observation" type: array x-nullable: true Slug: description: The slug of the corresponding page on the CMS type: string x-nullable: true TopicID: description: The ID of the Topic that owns this Factor type: string x-nullable: true type: object