Skip to content
  • This project
    • Loading...
  • Sign in

sujata / iba_backend

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Registry
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • iba_backend
  • src
  • components
  • shared
  • page-schema.json
  • sujata's avatar
    backend compoents · d5e7bbfd
    sujata committed 2025-06-19 18:08:58 +0530
    d5e7bbfd Browse Files
page-schema.json 244 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "collectionName": "components_shared_page_schemas",
  "info": {
    "displayName": "Page Schema"
  },
  "options": {},
  "attributes": {
    "jsonSchema": {
      "type": "json"
    },
    "schemaName": {
      "type": "string"
    }
  }
}