ProviderSchema
public struct ProviderSchema : Decodable
Undocumented
-
provider
is the schema for the provider configurationDeclaration
Swift
public let provider: Schema
-
data_source_schemas
map the data source type name to the data source’s schemaDeclaration
Swift
public let resourceSchemas: [String : Schema]
-
resourceSchemas
map the resource type name to the resource’s schemaDeclaration
Swift
public let dataSourceSchemas: [String : Schema]
-
Declaration
Swift
public init(from decoder: Decoder) throws