The Open API specification for Synapse is now available for download!

Download Open API Spec

ValidationSummaryStatistics

org.sagebionetworks.repo.model.schema.ValidationSummaryStatistics

Summary statistics for the JSON schema validation results for the children of an Entity container (Project or Folder)

Field Type Description
containerId STRING The ID of the container Entity.
totalNumberOfChildren INTEGER The total number of children in the container.
numberOfValidChildren INTEGER The total number of children that are valid according to their bound JSON schema.
numberOfInvalidChildren INTEGER The total number of children that are invalid according to their bound JSON schema.
numberOfUnknownChildren INTEGER The total number of children that do not have validation results. This can occur when a child does not have a bound JSON schema or when a child has not been validated yet.
generatedOn STRING The date-time when the statistics were calculated.