package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    Creative work internal model

  5. abstract class DataArrangementShape extends AnyShape

    Array shape

  6. case class Example (fields: Fields, annotations: Annotations) extends DomainElement with Linkable with NamedDomainElement with Product with Serializable

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

    Node shape.

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

    Property Dependency

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

    Scalar shape

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

    Type definition

  19. case class UnionShape (fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  20. case class UnresolvedShape (fields: Fields, annotations: Annotations, reference: String) extends AnyShape with UnresolvedReference with Product with Serializable

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

  21. 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 extends Serializable
  4. object DomainExtensions
  5. object Example extends Serializable
  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