Question
What is a Schema in Terraform?
Possible Answer #1
There is a Schema type. Schema types can be providers, resources or data sources.
Possible Answer #2
A schema package can help you write a resource provider for Terraform. GitHub.com has more information.