At the moment the action expects the schema to be embedded inline in the validation file such as:
schema: >-
entity user {}
entity workspace {
relation member @user
relation admin @user
}
relationships: []
The configuration supports to pass external app.perm file that can be loaded directly in the validation file:
schema: ./app.perm
relationships: []