Schema

gcp.codegen.Schema
See theSchema companion object
case class Schema(id: SchemaPath, description: Option[String], properties: List[(String, Property)])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hasArrays: Boolean
def hasRequired: Boolean
def scalaProperties(hasProps: SchemaPath => Boolean): List[(String, Property)]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product