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
- 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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMFValidation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
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)
- 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
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val constraint: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val level: String
- val message: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val openApiErrorMessage: String
- val owlClass: Option[String]
- val owlProperty: Option[String]
- val ramlErrorMessage: String
- val shape: String
- val spec: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: String
- val uri: Option[String]
- val value: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )