package validation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AMFShapeValidations extends AnyRef
  2. case class AMFValidation (uri: Option[String], message: Option[String], spec: String, level: String, owlClass: Option[String], owlProperty: Option[String], shape: String, target: String, constraint: String, value: String, ramlErrorMessage: String, openApiErrorMessage: String, severity: String) extends Product with Serializable

    Validation defined in a TSV file with AMF validations

    Validation defined in a TSV file with AMF validations

    uri

    URI of the validation, null to auto-generate

    message

    Optional message for the validation

    level

    Level: AMF, OpenAPI or RAML

    owlClass

    Optional OWL class target of the validation

    owlProperty

    Optional OWL property target of the validation

    shape

    Type of SHACL shape for the validation

    constraint

    URI of the constraint component

    value

    Value for the contraint component

  3. class AnnotationsCandidatesCollector extends AnyRef
  4. sealed case class DataNodeEntry (d: DataNode, sonsKeys: Seq[String]) extends Product with Serializable
  5. sealed case class DataNodeIndex (dataNodes: Seq[DataNode]) extends Product with Serializable
  6. class ExamplesValidationCollector extends AnyRef
  7. trait ImportUtils extends AnyRef
  8. case class PayloadValidation (validationCandidates: Seq[ValidationCandidate], validations: EffectiveValidations = EffectiveValidations()) extends WebApiValidations with Product with Serializable
  9. class ShapeFacetsCandidatesCollector extends AnyRef
  10. case class UnitPayloadsValidation (baseUnit: BaseUnit, platform: Platform) extends Product with Serializable
  11. trait WebApiValidations extends ValidationResultProcessor

Ungrouped