# GetFileNodesValue
## Properties
**document** | [**models::Node**](Node.md) | |
**components** | [**std::collections::HashMap<String, models::Component>**](Component.md) | A mapping from component IDs to component metadata. |
**component_sets** | [**std::collections::HashMap<String, models::ComponentSet>**](ComponentSet.md) | A mapping from component set IDs to component set metadata. |
**schema_version** | **f64** | The version of the file schema that this file uses. | [default to 0]
**styles** | [**std::collections::HashMap<String, models::Style>**](Style.md) | A mapping from style IDs to style metadata. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)