2025-07-08 17:47:11 -04:00
|
|
|
fragment pageTemplateFields on DataHubPageTemplate {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
properties {
|
|
|
|
rows {
|
|
|
|
...PageTemplateRow
|
|
|
|
}
|
|
|
|
surface {
|
|
|
|
surfaceType
|
|
|
|
}
|
|
|
|
visibility {
|
|
|
|
scope
|
|
|
|
}
|
2025-07-10 18:02:15 +03:00
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
2025-07-08 17:47:11 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment PageTemplateRow on DataHubPageTemplateRow {
|
|
|
|
modules {
|
|
|
|
...PageModule
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment PageModule on DataHubPageModule {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
type
|
2025-07-10 18:02:15 +03:00
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
2025-07-08 17:47:11 -04:00
|
|
|
visibility {
|
|
|
|
scope
|
|
|
|
}
|
2025-07-10 18:02:15 +03:00
|
|
|
params {
|
|
|
|
richTextParams {
|
|
|
|
content
|
|
|
|
}
|
|
|
|
}
|
2025-07-08 17:47:11 -04:00
|
|
|
}
|
|
|
|
}
|