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