ProviderSchema

public struct ProviderSchema : Decodable

Undocumented

  • provider is the schema for the provider configuration

    Declaration

    Swift

    public let provider: Schema
  • data_source_schemas map the data source type name to the data source’s schema

    Declaration

    Swift

    public let resourceSchemas: [String : Schema]
  • resourceSchemas map the resource type name to the resource’s schema

    Declaration

    Swift

    public let dataSourceSchemas: [String : Schema]
  • Declaration

    Swift

    public init(from decoder: Decoder) throws