package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnyShape extends Shape with JsonSchemaSecrets with ShapeHelpers with JsonSchemaSerializer with ExternalSourceElement with InheritanceChain
  2. case class ArrayShape (fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  3. trait CommonShapeFields extends AnyRef
  4. class CreativeWork extends DomainElement with Linkable

    Creative work internal model

  5. abstract class DataArrangementShape extends AnyShape

    Array shape

  6. class Example extends DomainElement with Linkable with NamedDomainElement with ExternalSourceElement with PayloadSerializer

  7. case class FileShape (fields: Fields, annotations: Annotations) extends AnyShape with CommonShapeFields with Product with Serializable
  8. trait InheritanceChain extends AnyRef
  9. case class MatrixShape (fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  10. case class NilShape (fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  11. case class NodeShape (fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable

    Node shape.

  12. case class PropertyDependencies (fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable

    Property Dependency

  13. class PropertyShapeMixin extends AnyRef
  14. case class ScalarShape (fields: Fields, annotations: Annotations) extends AnyShape with CommonShapeFields with Product with Serializable

    Scalar shape

  15. trait ScalarType extends AnyRef
  16. case class SchemaShape (fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  17. trait ShapeHelpers extends AnyRef
  18. case class TupleShape (fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  19. trait TypeDef extends AnyRef

    Type definition

  20. case class UnionShape (fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  21. case class UnresolvedShape (fields: Fields, annotations: Annotations, reference: String, fatherExtensionParser: Option[ShapeExtensionParser] = None) extends AnyShape with UnresolvedReference with Product with Serializable

    Unresolved shape: intended to be resolved after parsing (exception is thrown if shape is not resolved).

  22. case class XMLSerializer (fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable

Value Members

  1. object AnyShape
  2. object ArrayShape extends Serializable
  3. object CreativeWork
  4. object DomainExtensions
  5. object Example
  6. object FileShape extends Serializable
  7. object MatrixShape extends Serializable
  8. object NilShape extends Serializable
  9. object NodeShape extends Serializable
  10. object PropertyDependencies extends Serializable
  11. object ScalarShape extends Serializable
  12. object SchemaShape extends Serializable
  13. object TupleShape extends Serializable
  14. object TypeDef
  15. object UnionShape extends Serializable
  16. object UnresolvedShape extends Serializable
  17. object XMLSerializer extends Serializable

Ungrouped