Packages

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) 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 AnnotationsValidation extends AnyRef
  4. class ExamplesValidation extends AnyRef
  5. trait ImportUtils extends AnyRef
  6. case class PayloadFragment (encoded: DataNode, fields: Fields = Fields(), annotations: Annotations = Annotations()) extends Fragment with Product with Serializable
  7. class PayloadValidation extends WebApiValidations
  8. class ShapeFacetsValidation extends AnyRef
  9. trait WebApiValidations extends ValidationResultProcessor

Ungrouped