I’ve tried 0.9.4 and it looks like there might be a slight regression since 0.9.2: it stopped showing “linked by not created” pages when creating new links, and I really liked that.
I’m not sure why your schema worked before, perhaps it failed silently. This is what it should look like instead (I just tested this locally and it seems to work):
```space-config
schema.tag.project:
properties:
project:
type: object
properties:
active.type: boolean
status.type: string
required:
- active
- status
required:
- project
```