# Qu'est-ce qu'un schéma ?

Un schéma offre une façon de structurer une base de données, dans une thématique, de façon standardisée.

Le jeu de données proposé pour les arrêtés de circulation prend la forme d'un tableau. Les règles sont déclinées le long des lignes du tableau, et les colonnes contiennent les caractéristiques de ces règles : restrictions par type de véhicule, horaire, rue,...

![Un tableau de données d'arrêtés](/files/S4LDHKYxlsYmIlTwjhg3)

Vous pouvez accéder à la documentation du schéma, à savoir la description de chacun des champs d'un jeu de données arrêté ici : <http://schema.data.gouv.fr/CEREMA/schema-arrete-circulation-marchandises/0.7.2/documentation.html>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opendatafrance.gitbook.io/fablog/espace-arretes/accueil/quest-ce-quun-schema.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
